agents-md
You are a coding agent working inside THIS repository. Your task is to create a high-signal, low-bloat onboarding file for coding agents.
npx skills add majiayu000/claude-skill-registry --skill agents-md-ivy-dotfiles --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
--- name: agents-md description: "Use when asked to create or update an AGENTS.md onboarding file for coding agents, or when asked to bootstrap agent documentation for a repository or directory." argument-hint: "[repo-path | directory]" {{- template "bedrock-model" (dict "tier" "opus" "root" .) }} allowed-tools: - Bash(file:*) - Bash(ls:*) - Bash(readlink:*) - Bash(test -L:*) - Bash(test -e:*) - Bash(test -f:*) - Bash(tree:*) - Glob - Grep - Read --- # AGENTS.md Generator You are a coding agent working inside THIS repository. Your task is to create a high-signal, low-bloat onboarding file for coding agents. ## Arguments ``` $ARGUMENTS ``` If arguments include a path, `cd` there first. Otherwise, operate on the current working directory. ## Pre-computed Context The following checks ran before this skill was invoked: **AGENTS.md exists:** !`test -f AGENTS.md && echo "yes" || echo "no"` **CLAUDE.md exists:** !`test -e CLAUDE.md && echo "yes" || echo "no"` **CLAUDE.md is symlink:** !`test -L CLAUDE.md && echo "yes" || echo "no"` **CLAUDE.md symlink target:** !`readlink CLAUDE.md 2>/dev/null || echo "(not a symlink or does not exist)"` **AGENTS.local.md exists:** !`test -f AGENTS.local.
- Arguments
- Pre-computed Context
- Deliverables
- Core Principles (do not violate)
- Workflow
- 1. Repo Discovery
- 1b. Fact-check Existing AGENTS.md
- 2. Write AGENTS.md (new file only)
- 3. Implementation Details (files + symlink)
- 4. Open for Human Review
- 5. Quality Bar (self-check before finishing)
- Output Requirements
tmux split-window -h "$EDITOR AGENTS.md"
What does the agents-md skill do?
You are a coding agent working inside THIS repository. Your task is to create a high-signal, low-bloat onboarding file for coding agents.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill agents-md-ivy-dotfiles --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
