ln-014-agent-instructions-manager

Audit agent instruction files and create AGENTS.md import stubs.

1|1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/magicpro97/copilot-session-knowledge --skill ln-014-agent-instructions-manager
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ln-014-agent-instructions-manager
Source: https://github.com/magicpro97/copilot-session-knowledge/tree/main/skills/agent-instructions-auditor
Command: npx skills add https://github.com/magicpro97/copilot-session-knowledge --skill ln-014-agent-instructions-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Agent Instructions Auditor automatically ensures canonical AGENTS.md content across a project, creates missing instruction stubs (CLAUDE.md, GEMINI.md) that import from AGENTS.md, and surfaces a structured quality audit.

Core Features & Use Cases

  • Generates AGENTS.md from templates when missing and creates CLAUDE.md / GEMINI.md stubs as lightweight references to AGENTS.md.
  • Performs token-budget, prompt-cache safety, and import-pattern audits to detect drift and ensure instruction-file quality before release.
  • Produces a structured audit report detailing created files, configuration checks, and drift findings for cross-team collaboration.

Quick Start

Run the Agent Instructions Auditor on a new project to scaffold AGENTS.md and the CLAUDE/GEMINI stubs, then review the resulting audit report.

Frequently Asked Questions about ln-014-agent-instructions-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I keep CLAUDE.md and GEMINI.md instruction files synchronized with AGENTS.md?▼

To keep instruction files synchronized, this auditor creates missing CLAUDE.md and GEMINI.md stubs as lightweight imports from AGENTS.md, ensuring canonical content across your project. It audits token-budget and prompt-cache safety, producing a structured drift report for cross-team collaboration.

What is AGENTS.md import-pattern compliance for AI coding agents?▼

AGENTS.md import-pattern compliance ensures that platform-specific instruction files like CLAUDE.md and GEMINI.md correctly reference canonical AGENTS.md content. This auditor checks your project for configuration drift, verifying that stubs import properly and maintain prompt-cache safety.

How do I scaffold agent instruction files for a new project?▼

To scaffold agent instruction files, run this auditor on a new project to generate the canonical AGENTS.md template and create missing CLAUDE.md and GEMINI.md stubs. It outputs a structured audit report detailing the created files and configuration checks.

Does this AGENTS.md auditor check token-budget and prompt-cache safety?▼

Yes, this AGENTS.md auditor checks token-budget and prompt-cache safety by performing import-pattern audits on your instruction files. It detects configuration drift and ensures instruction-file quality before release, outputting a structured report of its findings.

What is the best way to audit instruction-file quality before a release?▼

The best way to audit instruction-file quality is to scan for token-budget limits, prompt-cache safety, and import-pattern compliance across AGENTS.md, CLAUDE.md, and GEMINI.md. This auditor surfaces drift findings and missing stubs in a structured report for cross-team collaboration.