← all publishers

AN0099

@an0099 source repo

11 published skills

  1. Commands · an0099 bundle
    Gateway and index for the project command vocabulary. Lists all seventeen commands with one-line summaries and resolves HELP and MAN directly. Does not hold the behavioral rules themselves; those live in working-preferences, which is the source of truth for what each command does.
    0
    installs
  2. Session Log · an0099 bundle
    Mid-session capture, run when the conversation is about to be compacted, handed off, or otherwise lose its detail while the work is unfinished. Writes the reasoning from the recent stretch to one append-only file in a single pass, with no verification sweep and no standing-file updates. Deliberately cheaper and narrower than session-close, which it does not replace and does not satisfy.
    0
    installs
  3. Session Close · an0099 bundle
    Run the end-of-session capture procedure for this PKD. Sweeps the session for reasoning, decisions, and near misses that exist nowhere on disk, then updates the six files that must stay current. Invoke before ending any working session.
    0
    installs
  4. Redaction Gate · an0099 bundle
    Run the pre-publish redaction pass before content crosses a sensitivity tier boundary outward, such as a vendor API call, a Git commit, a repomix pack, or a handoff to an agent on another account. Checks candidate output against the local restricted corpus.
    0
    installs
  5. Skill Creation · an0099 bundle
    How to add a new skill to this system, once the decision to build one is already made. Naming convention, required section shape, a sizing target and split ceiling, and the integration and pre-publish checklists a new skill runs through before it counts as live. Does not decide whether a recurring need is worth a skill in the first place (see skill-discovery) or check a skill file's prose against content-quality standards (see document-standards, which still governs SKILL.md and CHANGELOG.md as generated documents).
    0
    installs
  6. Daily Dashboard · an0099 bundle
    Open a working day with a dashboard of where the tree actually stands. Reads the standing files, verifies carry-over work against the working trees rather than trusting the last session's closing report, then presents project state, ranked todos, roadmap, and the decisions waiting on the human. Invoke at the start of a working session. The mirror of session-close, which writes what this reads; it does not capture session residue, and it does not begin the work it lists.
    0
    installs
  7. Skill Discovery · an0099 bundle
    How a recurring need gets recognized as worth turning into a skill, and how an existing skill in this system gets located once built. Covers the worthiness test and the discovery process itself, not what happens inside a skill once it's triggered (each skill's own frontmatter description handles that) or how to structure a new skill file (see skill-creation).
    0
    installs
  8. Surface Regimes · an0099 bundle
    Detects which of three behavioral regimes the current session runs under, interactive-synchronous, autonomous-asynchronous, or programmatic-contractual, and adjusts working-preferences dials and mechanics, and document-standards/technical-documents applicability, accordingly. Regime is derived from a session's capability profile rather than from a vendor's product name, so it holds on any vendor's surface. Applies to any single session on any agent surface, not only multi-agent relay threads. Trigger on any mention of Cowork, Routine, headless, Agent SDK, raw API call, a CLI or IDE coding agent from any vendor, or an explicit regime, capability, or surface field in a relay or handoff message.
    0
    installs
  9. Document Standards · an0099 bundle
    Universal writing and quality standards for any standalone document Claude generates, reports, essays, letters, resumes, README files, technical docs, and everything else. Covers formality/density/audience dials, a Content Read step, a pre-flight checklist, and a full anti-slop reference. Does not cover conversational chat responses (see working-preferences) or document-type presets specific to network admin and DevOps audiences (see technical-documents).
    0
    installs
  10. Technical Documents · an0099 bundle
    Document-type presets and audience-specific vocabulary for technical documents (runbooks, incident postmortems, ADRs, README files, on-call handoff notes, change-management docs, SOPs) aimed at senior network admin, DevOps, and DevSecOps readers. Extends document-standards; does not redefine its dials, checklist, or anti-slop references.
    0
    installs
  11. Working Preferences · an0099 bundle
    Standing behavioral defaults, register, prohibitions, correction protocol, and command vocabulary for working with this user. Near-always relevant, load for any task requiring sustained interaction, judgment calls, or multi-step work. Does not cover technical document authoring standards (see document-standards) or frontend/UI design (deferred, not yet built).
    0
    installs