agent-guidance-factory

Solid

Author repository agent guidance such as AGENTS.md, CLAUDE.md, and scoped rules for load order, nested instructions, migration, audits, or stale-doc cleanup. Excludes ordinary human docs unless agents consume them.

AI & Automation 11 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
36
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Agent Guidance Factory Create source-controlled instructions that coding agents actually load and can follow. These files guide behavior; they do not replace linters, hooks, tests, permissions, or other enforcement. Read `references/agent-guidance-files.md` before creating, migrating, or materially changing `AGENTS.md`, `CLAUDE.md`, `.claude/rules/`, or `.cursor/rules/`. ## Route 1. Identify the target agents and existing surfaces. Prefer portable `AGENTS.md` for shared repository guidance. Use `CLAUDE.md` only for Claude Code-specific behavior, and Cursor rules when structured metadata, glob attachment, or Team/User/Project rule behavior is required. 2. Choose scope deliberately: root for every task in the repo, nested files for subtrees with different commands or constraints, and override files only when the target agent documents that override behavior. 3. Inspect the repo before writing: root layout, build/test/lint scripts, CI, docs, config, existing guidance files, PR templates, and recent commit messages. Verify commands from source files rather than inventing them. 4. Write concise, directive Markdown. Include only durable facts and workflows that matter in most relevant sessions: layout, exact commands, coding conventions, test expectations, security/configuration boundaries, review expectations, and completion proof. 5. Keep hot guidance small. Include repo evidence only when it changes an agent action, boundary, command, style...

Details

Author
Xopoko
Repository
Xopoko/plug-n-skills
Created
2 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Solid

manage-agent-guidance

Organize persistent coding-agent guidance and its adapters without blindly editing a user-named file. Use when creating, converting, reviewing, or reorganizing AGENTS.md, CLAUDE.md, user-level instructions, custom-agent wrappers, or repo-local skills; when deciding whether a rule belongs at user, repository, subtree, task, or skill scope; or when preventing duplicated guidance across tools. Always establish scope, source of truth, and existing ownership before drafting or applying a persistent rule.

144 Updated today
shunk031
Web & Frontend Solid

shunk031-manage-agent-guidance

Organize persistent coding-agent guidance and its adapters without blindly editing a user-named file. Use when creating, converting, reviewing, or reorganizing AGENTS.md, CLAUDE.md, user-level instructions, custom-agent wrappers, or repo-local skills; when deciding whether a rule belongs at user, repository, subtree, task, or skill scope; or when preventing duplicated guidance across tools. Always establish scope, source of truth, and existing ownership before drafting or applying a persistent rule.

144 Updated today
shunk031
Data & Documents Listed

agents-md-generator

Create, draft, audit, revise, or migrate root and nested repository AGENTS.md files from repo evidence. Use when the user asks to create or review an AGENTS.md, improve repository coding-agent instructions, convert CLAUDE.md-style guidance into AGENTS.md, or decide instruction scope in a monorepo. Primary for AGENTS.md; use documenter for README, contributor, and other agent-facing documentation.

4 Updated 2 days ago
n-n-code