k-author
01Skill Claude CodeCodex
Documentation guidance for coding agents, covering files such as AGENTS.md, project maps, and skill instructions.
Platform-neutral engineering Skills and deterministic tooling for AI coding agents.
Skill Claude CodeCodex
Documentation guidance for coding agents, covering files such as AGENTS.md, project maps, and skill instructions.
Skill Claude CodeCodex
A feature-delivery workflow that clarifies a specification and moves from a failing behavior check to a passing one.
Skill Claude CodeCodex
A workflow for handling complex requests by first reading a project's map of files and guidance. If that map is missing or unverified, it first runs onboarding to create a reliable starting point.
Skill Claude CodeCodex
A requirements-questioning guide that examines unresolved trade-offs until the specification is clear.
Skill Claude CodeCodex
A development workflow for implementing an existing specification in slices using TDD, a method where tests are written to guide each change. It does not use a separate Work type.
Skill Claude CodeCodex
A workflow for reproducing and diagnosing an existing software failure. After receiving permission to fix it, it proves the same symptom before and after the fix.
Skill Claude CodeCodex
Instructions for recording stable project facts in AGENTS.md or a project map. AGENTS.md is a file that stores guidance for coding agents.
Skill Claude CodeCodex
A guide for creating a repository’s first verified project map and agent collaboration agreement. A project map explains the codebase, while the agreement records how agents should work in it.
Skill Claude CodeCodex
A method for creating disposable outputs that answer one product or technical decision.
Skill Claude CodeCodex
A project-mapping and context-calibration guide that uses the current code and authoritative project facts as its reference.
Skill Claude CodeCodex
A guide for changing code structure while keeping its observable behaviour the same, starting from an approved green baseline. In testing, green means the existing checks pass.
Skill Claude CodeCodex
A research aid for investigating a clearly bounded question using first-hand evidence.
Skill Claude CodeCodex
An independent review of frozen Git base and head versions, checking both the written specification and project standards.
Skill Claude CodeCodex
A planning skill for discovering, breaking down, and delivering large requirements as a shared, gradual feature map.