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.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 You'll Do
- Phase 1 · Understand the Repository
- Phase 2 · Plan the AGENTS.md Structure
- Phase 3 · Compose AGENTS.md
- Subdirectory Template (Use Only with Developer Approval)
- Phase 4 · Validate & Wrap Up
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.
