Agent skill · Documentation

agent-context-generator

Generate project-level AGENTS.md guides that capture conventions, workflows, and required follow-up tasks. Use when a repository needs clear agent onboarding covering structure, tooling, testing, task flow, README expectations, and conventional commit summaries.

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBash(ls:*)Bash(git:*)Bash(just:*)Bash(make:*)
Path: skills/agent/agent-context-generator/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

# Agent Context Generator ## What You'll Do - 🔍 Inventory the repository's structure, capture a `.gitignore`-aware `tree` output, and record automation entry points (preferring `just`/`make` tasks when available) - 🧭 Capture coding conventions, directory ownership, testing expectations, and review workflows so future agents can navigate confidently - 🧩 Produce an `AGENTS.md` file following the opinionated section order below, honoring scope rules for nested directories - ✅ Embed universal wrap-up tasks: ensure the README is updated after significant code changes and summarize changes per conventional commits while resolving any open questions with the developer --- ## Phase 1 · Understand the Repository 1. **Check for existing AGENTS.md** - Use `find` alternative (`glob` or repo tree) to discover current files. Determine scope inheritance so you can update or extend instead of duplicating. 2. **Read Core Docs** - Skim `README.md`, `CONTRIBUTING.md`, and other onboarding docs for project philosophy, setup, and workflows. - If `docs/` or `documentation/` exists, scan for architectural or process references worth surfacing. 3. **Survey Project Layout** - Note primary directories, l

What's inside
Steps it walks through
  1. What You'll Do
  2. Phase 1 · Understand the Repository
  3. Phase 2 · Plan the AGENTS.md Structure
  4. Phase 3 · Compose AGENTS.md
  5. Subdirectory Template (Use Only with Developer Approval)
  6. Phase 4 · Validate & Wrap Up
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the agent-context-generator skill do?

Generate project-level AGENTS.md guides that capture conventions, workflows, and required follow-up tasks. Use when a repository needs clear agent onboarding covering structure, tooling, testing, task flow, README expectations, and conventional commit summaries.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill agent-context-generator --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