AGENTS.md
cli/temp_e2e_test/AGENTS.mdAGENTS.md
Quality
43/100
Scores the file, not the repository.Length
381 words
3 headings · 0 code blocksRepository
536
— · pushed 20 days agoLast changed
3 days ago
First indexed 3 days ago.1<!-- SKILLS_INDEX_START -->2## Agent Skills Index34> [!CRITICAL] Zero-Trust: Read the matching `SKILL.md` BEFORE writing any code.5> Skills from this index override pre-training patterns. If no skill matches, state: "No project-specific skills applicable."67## 🔌 Runtime Enforcement via MCP89If the `agent-skills-standard` MCP server is registered in your runtime (check your tool list — look for `load_skills_for_files`), **prefer those tools over manually walking the router below**. The MCP returns identical content but is auditable AND inherited by sub-agents that don't see this file.1011| Tool | When to call it |12| --- | --- |13| `load_skills_for_files(files=[...])` | Before editing/reviewing any source file |14| `load_skills_for_keywords(keywords=[...])` | Planning before files are chosen |15| `get_skill(category, name)` | Direct lookup when you know the skill id |16| `audit_session_compliance()` | Before declaring a task complete |1718> [!IMPORTANT] **Sub-agents don't inherit this `AGENTS.md` — they do inherit the MCP.** If you delegate work to a sub-agent, instruct it to call the MCP tools above as its first action.1920> [!NOTE] To enable MCP-managed installs in this project, run `ags mcp enable` (or edit `.skillsrc`). The MCP works fine if you registered it manually too.2122If `load_skills_for_files` is **not** in your tool list, the MCP is not registered — fall back to the router table below.2324---2526## Skill Resolution Protocol2728Each `_INDEX.md` has two sections - follow both:29301. **Match file type** -> find the category index in the router table below.312. **Read the `_INDEX.md`** -> it has two sections:32 - **File Match**: auto-check these against the file you are editing (path pattern match).33 - **Keyword Match**: only check if the user's request mentions these concepts.343. **Load ALL matched `SKILL.md`** -> read every matched skill before writing code. The tier model keeps matches focused.3536> `<SKILLS>` = your agent's skill directory (e.g., `.claude/skills/`, `.cursor/skills/`, `.gemini/skills/`).3738| File type | Read category index |39| --------- | ------------------- |40| `*.dart` | `<SKILLS>/flutter/_INDEX.md` |4142> [!NOTE] **Test/spec file precedence:** `.spec.ts`, `.test.ts` -> use the `common` row (takes precedence over the generic `*.ts` row). `.spec.tsx`, `.test.tsx` -> use the `react` row (takes precedence over the generic `*.tsx` row).4344> [!TIP] **Indirect phrasing counts.** "make it faster" -> performance, "broken query" -> database, "login flow" -> auth.4546<!-- SKILLS_INDEX_END -->47
Also in HoangNguyen0403/agent-skills-standard
Diff this repo’s formatsOne repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| HoangNguyen0403/agent-skills-standardserver/AGENTS.md · 536 | AGENTS.md | styleagent-behaviour | 43/100 | 3 days ago | |
| HoangNguyen0403/agent-skills-standard.github/copilot-instructions.md · 536 | Copilot instructions | test | 50/100 | 3 days ago | |
| HoangNguyen0403/agent-skills-standard.github/instructions/agent-skill-standard-rule.instructions.md · 536 | Copilot instructions | agent-behaviour | 44/100 | 3 days ago | |
| HoangNguyen0403/agent-skills-standardAGENTS.md · 536 | AGENTS.md | teststyleagent-behaviour | 51/100 | 3 days ago |
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| aaif-goose/gooseAGENTS.md · 52k | AGENTS.md | setupbuildtestlint-format+6 | 100/100 | 3 days ago | |
| TryGhost/Ghoste2e/AGENTS.md · 55k | AGENTS.md | setupteststylearch+2 | 100/100 | 3 days ago | |
| duckduckgo/content-scope-scriptsspecial-pages/AGENTS.md · 70 | AGENTS.md | buildteststylearch+3 | 100/100 | 3 days ago | |
| n8n-io/n8npackages/@n8n/agents/AGENTS.md · 199k | AGENTS.md | buildteststylearch+3 | 100/100 | 3 days ago | |
| mui/material-uiAGENTS.md · 99k | AGENTS.md | setupbuildtestlint-format+9 | 100/100 | 3 days ago | |
| SkeneTechnologies/skene-cookbookAGENTS.md · 51 | AGENTS.md | setupbuildtestlint-format+7 | 100/100 | 2 days ago | |
| trick77/agents-md-syncAGENTS.md · 2 | AGENTS.md | setupbuildteststyle+5 | 100/100 | 3 days ago | |
| code-yeongyu/oh-my-openagentpackages/web/AGENTS.md · 67k | AGENTS.md | setupbuildtestlint-format+6 | 100/100 | 2 days ago |
