agents-md-pro
17
总安装量
16
周安装量
#20275
全站排名
安装命令
npx skills add https://github.com/alexander-danilenko/ai-skills --skill agents-md-pro
Agent 安装分布
claude-code
13
opencode
9
gemini-cli
9
kimi-cli
9
cursor
9
github-copilot
8
Skill 文档
AGENTS.md Pro
Create token-efficient AGENTS.md files that maximize clarity with minimal tokens.
Core Principles
- Token efficiency – Every word justifies its cost
- Commands over explanations – Show, don’t tell
- Reference configs – Point to
.eslintrc, never duplicate - Model-agnostic – Universal terminology only
- Condensed default – Always minimal output
Input
Required: Project directory path If missing: Request from user
Workflow Router
Map user request to workflow:
- Create â workflows.md
- Optimize/condense â workflows.md
- Update/refresh â workflows.md
- Validate â workflows.md
Quick Reference
Output template – Standard repo:
# [Project] | [Tech Stack]
## COMMANDS
- Dev: `cmd` | Build: `cmd` | Test: `cmd` | Lint: `cmd --fix`
## STRUCTURE
- `dir/` - purpose
## PATTERNS
[1-2 key patterns with minimal code]
## CODE STYLE
See `.eslintrc`, `.prettierrc`
## DOMAIN
| Term | Definition |
## SECURITY
[Auth/validation only]
## GIT
Format: `convention`
Line limits:
- Standard: â¤150 lines
- Monorepo root: â¤50 lines
- Sub-project: â¤100 lines
Target tokens:
- Standard: 500-800
- Monorepo root: 300-400
- Sub-project: 400-600
Resources
Load as needed:
- Workflows: workflows.md – All 4 workflows with step-by-step procedures
- Optimization: optimization-patterns.md – Token reduction techniques
- Validation: validation-rules.md – Quality checklist and scoring
- Anti-patterns: anti-patterns.md – Common bloat patterns to avoid