ln-014-agent-instructions-manager

Solid

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

AI & Automation 479 stars 67 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **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. ## Input / Output | Direction | Content | |-----------|---------| | **Input** | project context, `dry_run` flag, optional `runId`, optional `summaryArtifactPath` | | **Output** | Structured summary envelope with `payload.status` = `completed` / `skipped` / `error`, plus created files, audit findings, and warnings in `changes` / `detail` | If `summaryArtifactPath` is provided, write the same summary JSON there. If not provided, return the summary inline and remain fully standalone. If `runId` is not provided, generate a standalone `run_id` before emitting the summary envelope. ## 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 1b: Plugin Conflict Check *...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

optimize-agent-instructions

Audits and rewrites AI agent instruction files (CLAUDE.md, GEMINI.md, .github/copilot-instructions.md) in any repo. Strips stale or foreign content, applies Karpathy's four behavioral principles, ensures platform-specific sections, and makes each file authoritative rather than a copy of another. Trigger when the user says "optimize my CLAUDE.md", "audit agent instructions", "improve my CLAUDE.md", "apply Karpathy principles to my agent files", "clean up my copilot instructions", "review my GEMINI.md", or "update my AI instruction files".

3 Updated today
richfrem
Data & Documents Listed

improving-instructions

Audit and improve AGENTS.md and CLAUDE.md files across project and user scopes.

0 Updated 2 days ago
pgoell
AI & Automation Solid

agent-md-refactor

Refactor bloated AGENTS.md, CLAUDE.md, or similar agent instruction files to follow progressive disclosure principles. Splits monolithic files into organized, linked documentation.

1,924 Updated 2 months ago
softaworks
AI & Automation Solid

sync-agent-instructions

Sync AI coding tool instruction files (CLAUDE.md, GEMINI.md, AGENTS.md) so they stay aligned. Detects which file changed and copies it to the others. Use when syncing md files, syncing instructions, updating GEMINI.md, or updating AGENTS.md.

516 Updated yesterday
ReflexioAI
AI & Automation Listed

instruction-docs-sync

Синхронизация AGENTS.md и .claude/CLAUDE.md из verified project facts. Используй для: AGENTS.md, CLAUDE.md, инструкции проекта, документация, обнови инструкции, документация устарела. EN triggers: update project instructions, refresh AGENTS.md, refresh CLAUDE.md, sync project docs, update durable docs, instructions sync.

0 Updated today
NDDev-it-com