Agent skill · AI & Agents

ln-014-agent-instructions-manager

Creates AGENTS.md canonical and CLAUDE.md @AGENTS.md stub; audits token budget, cache safety, import-pattern compliance. Use when instruction files need alignment.

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 15 KB
Bundled scripts: none
Path: skills/agent/ln-014-agent-instructions-manager-levnikolaevich-claude-code-ski-levnikolaevich-claude-code-skills/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 them (AGENTS.md, CLAUDE.md) for quality, consistency, and best practices. AGENTS.md is the single canonical source of content; CLAUDE.md is a thin `@AGENTS.md` import stub with bounded harness-specific deltas. This skill is the single owner of instruction-file creation and MCP Tool Preferences insertion or replacement. **MANDATORY READ:** Load `references/coordinator_summary_contract.md`, `references/environment_worker_runtime_contract.md`, and `references/worker_runtime_contract.md` **MANDATORY READ:** Load `references/mcp_tool_preferences.md` **MANDATORY READ:** Load `references/agent_instructions_writing_guide.md` — canonical rationale for the `@AGENTS.md` import pattern, size budgets, and anti-patterns. All audit checks below trace back to this guide. ## Input / Output | Direction | Content | |-----------|---------| | **Input** | project context, `dry_run` flag, optional `runId`, optional `summaryArtifactPath` | | **Output** | Structured summary envelope with `payload.status` = `completed` / `skipped` / `

What's inside
Steps it walks through
  1. Input / Output
  2. Runtime
  3. Output Contract
  4. When to Use
  5. Phase 1: Discover Files
  6. Phase 1b: Plugin Conflict Check
  7. Phase 2: Create Missing Files
  8. Step 2a: Detect Project Context
  9. Step 2b: Create AGENTS.md (if missing) — canonical
  10. Step 2c: Create CLAUDE.md (if missing) — import stub
  11. Step 2e: Report Creations
  12. Phase 3: Token Budget Audit
  13. Phase 4: Prompt Cache Safety
  14. Phase 5: Content Quality
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 AGENTS.md canonical and CLAUDE.md @AGENTS.md stub; audits token budget, cache safety, import-pattern compliance. Use when instruction files need alignment.

How do I install it?

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