Agent skill · AI & Agents

ln-014-agent-instructions-manager

Creates missing instruction files (CLAUDE.md, AGENTS.md, GEMINI.md) and audits all for token budget, prompt cache safety, and cross-agent consistency. Use after setup or when instruction files need alignment.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ln-014-agent-instructions-manager --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/agent/ln-014-agent-instructions-manager/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

> **Paths:** All file refs relative to skills repo root. # Agent Instructions Manager **Type:** L3 Worker **Category:** 0XX Shared Creates missing instruction files and audits all (CLAUDE.md, AGENTS.md, GEMINI.md) for quality, consistency, and best practices. ## When to Use - After editing any instruction file - After adding/removing MCP servers or hooks - Before release or publishing - When sessions degrade (context bloat symptoms) - First-time project setup (instruction files missing) ## Phase 1: Discover Files Locate instruction files in target project: | Agent | Primary | Fallback | |-------|---------|----------| | Claude | `CLAUDE.md` | `.claude/settings.local.json` | | Codex | `AGENTS.md` | `.codex/instructions.md` | | Gemini | `GEMINI.md` | `AGENTS.md` (shared with Codex) | Report: which files exist (`found` / `missing`), which agents share files. ## Phase 2: Create Missing Files **Skip condition:** All files exist OR `dry_run == true` (report what would be created). ### Step 2a: Detect Project Context | Field | Source | Fallback | |-------|--------|----------| | PROJECT_NAME | `package.json` → `name` | `basename(cwd)` | | PROJECT_DESCRIPTION | `package.json` → `description`

What's inside
Steps it walks through
  1. When to Use
  2. Phase 1: Discover Files
  3. Phase 2: Create Missing Files
  4. Step 2a: Detect Project Context
  5. Step 2b: Create CLAUDE.md (if missing)
  6. Step 2c: Create AGENTS.md (if missing)
  7. Step 2d: Create GEMINI.md (if missing)
  8. Step 2e: Report Creations
  9. Phase 3: Token Budget Audit
  10. Phase 4: Prompt Cache Safety
  11. Phase 5: Content Quality
  12. Phase 6: Cross-Agent Consistency
  13. Phase 7: Report
  14. Definition of Done
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the ln-014-agent-instructions-manager skill do?

Creates missing instruction files (CLAUDE.md, AGENTS.md, GEMINI.md) and audits all for token budget, prompt cache safety, and cross-agent consistency. Use after setup or when instruction files need alignment.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ln-014-agent-instructions-manager --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