create-instructions
Installation
SKILL.md
create-instructions
Analyze the project's coding conventions and produce a concise AGENTS.md.
Steps
-
Check for existing AGENTS.md — if one already exists at the project root, stop and tell the user it already exists. Do not overwrite it.
-
Explore the codebase — read a representative sample of source files (not config files) to identify patterns. Look at:
- How files and types are named
- How state management is handled
- Error handling patterns
- Testing conventions
- Any custom abstractions or wrappers used instead of primitives
- Patterns that deviate from the language/framework defaults
- If a folder convention is used what that convention is