Agent skill · Design & Presentation

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/agent/agents-md-ivy-dotfiles/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

--- 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.

What's inside
Steps it walks through
  1. Arguments
  2. Pre-computed Context
  3. Deliverables
  4. Core Principles (do not violate)
  5. Workflow
  6. 1. Repo Discovery
  7. 1b. Fact-check Existing AGENTS.md
  8. 2. Write AGENTS.md (new file only)
  9. 3. Implementation Details (files + symlink)
  10. 4. Open for Human Review
  11. 5. Quality Bar (self-check before finishing)
  12. Output Requirements
Ships with 1 file
  • metadata.json
Commands it runs
tmux split-window -h "$EDITOR AGENTS.md"
More from claude-skill-registry
All skills →
About this skill
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.

Keep going