Agent skill · Design & Presentation

improve-agents-md

Generate and update AGENTS.md (CLAUDE.md) for projects using a single template with dynamic per-type tooling injection. Auto-detects project type and renders the appropriate Environment & Tooling section. Triggers on keywords: improve agents, generate agents.md, update agents.md, setup claude.md, bootstrap agents

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill improve-agents-md --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: -Bash-Read-Write-Glob-Grep-AskUserQuestion
Path: skills/agent/improve-agents-md/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

# improve-agents-md Generate and manage AGENTS.md (rendered as CLAUDE.md) using a single base template with dynamic tooling values from `tooling.yml`. ## Architecture ``` assets/ AGENTS.md.template # Single base template with {{VAR}} placeholders tooling.yml # Per-type tooling values (package_manager, linter, etc.) extras/pep723.md # Optional section injected for Python types templates/shared/ # Shared templates (.gitignore) tools/ bootstrap.py # Entrypoint: setup, update, validate template_engine.py # Reads tooling.yml, renders template, injects extras project_type.py # Auto-detect project type from file indicators preserve_custom.py # Backup + CLAUDE.md migration detection ``` ## Modes ### setup Generate AGENTS.md for a project: 1. Detect project type (or accept `--type` override) 2. Back up existing files if `--force` 3. Load tooling values from `tooling.yml` for detected type 4. Render `AGENTS.md.template` with tooling substitution 5. Inject extras (e.g., PEP 723 section for Python types) 6. Write rendered AGENTS.md to project root 7. Create CLAUDE.md and GEMINI.md as symlinks to AGENTS.md ### update Re-render AGENTS.md with latest template: 1. Re-detect project type (or accept

What's inside
Steps it walks through
  1. Architecture
  2. Modes
  3. setup
  4. update
  5. validate
  6. Flags
  7. Dynamic Rendering
  8. Extras Injection
  9. Questionnaire
  10. Supported Project Types
  11. Customization Preservation
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the improve-agents-md skill do?

Generate and update AGENTS.md (CLAUDE.md) for projects using a single template with dynamic per-type tooling injection. Auto-detects project type and renders the appropriate Environment & Tooling section. Triggers on keywords: improve agents, generate agents.md, update agents.md, setup claude.md, bootstrap agents

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill improve-agents-md --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