Loading...
Loading...
Use when the requested deliverable includes creating, reviewing, moving, splitting, or updating a repository AGENTS.md; produces scoped repo guidance. Do not trigger for standalone skills, prompts, non-AGENTS instruction files, READMEs, changelogs, or architecture docs.
npx skill4agent add callicrate/skills agents-mdAGENTS.mdAGENTS.mdAGENTS.mdAGENTS.mdAGENTS.mdAGENTS.mdgit status --shortpython <skill-root>/scripts/analyze_project.py --repo-root <target-repo> --format jsonpython <skill-root>/scripts/validate_agentsmd.py --repo-root <target-repo> --agents-file <target-agents-file> --mode <quick|standard|exhaustive>python <skill-root>/scripts/semantic_check_agentsmd.py --repo-root <target-repo> --agents-file <target-agents-file>AGENTS.md| Trigger | Read |
|---|---|
| Tool, CLI, MCP, API, generated file, migration, schema, or public contract guidance | references/contract-bearing-agentsmd.md |
| Split, move, nested scopes, stale topology, or ownership handoff | references/topology-and-handoff-guidance.md |
| Live operations, degraded tools, manual dispatch, stop states, or environment resets | references/degraded-tool-surface.md, references/evidence-invalidation.md |
| Subagents or delegated review workflows | references/subagent-coordination-patterns.md |
| Python, TypeScript, other stack, Databricks/Spark, or ML-specific evidence prompts | references/language-specific/python-guidance.md, references/language-specific/typescript-guidance.md, references/language-specific/other-stack-guidance.md, references/domain-specific/databricks-spark.md, references/domain-specific/ml-projects.md |
| Review-only or judgment-heavy audit | references/manual-audit.md |
AGENTS.md| Tool | Use |
|---|---|
| scripts/analyze_project.py | Stack, config, test, path, and suggestion inventory |
| scripts/validate_agentsmd.py | Structural validation |
| scripts/semantic_check_agentsmd.py | Path, command, link, and example validation |
| scripts/check_agentsmd_templates.py | Skill template and guidance hygiene |
| scripts/run_agentsmd_fixture_checks.py | Known fixture behavior for validator changes |