agent-docs-writing

Solid

Use when reading, creating, or updating agent documentation, module docs, roadmaps, or AGENTS.md. Understands the full .augment/, agents/, and copilot-instructions structure.

AI & Automation 7 stars 1 forks Updated today MIT

Install

View on GitHub

Quality Score: 81/100

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

Skill Content

# agent-docs ## When to use Use this skill when: - Navigating the documentation structure to find relevant information - Creating or updating agent documentation after changes - Setting up documentation for a new module or package - Understanding what documentation exists and where Do NOT use when: - Creating code or making technical changes (use coding skills) - Looking for coding guidelines (use `guidelines` skill) ## Documentation hierarchy The documentation is organized in layers, from cross-project to module-specific: ### Layer 1: `.augment/` — Cross-project (identical in all repos) ``` .augment/ ├── rules/ ← Always-active rules (coding, docker, scope, language, etc.) ├── commands/ ← Slash commands (fix-ci, create-pr, quality-fix, etc.) ├── skills/ ← Reusable skill definitions (coder, code-refactoring, etc.) ├── contexts/ ← Shared contexts about the agent system itself ├── templates/ ← Templates for features, roadmaps, contexts └── guidelines/ ← Coding guidelines by language └── php/ ← PHP guidelines (controllers, eloquent, patterns, etc.) ``` **Purpose:** Universal agent behavior that applies to ALL projects and packages. **Language:** English. **Key rule:** This directory is **identical** across repos. Never add project-specific content here. **Templates** are the single source of truth for document structure — never store templates in `agents/`. ### Layer 2: `AGENTS.md` — Project-level entry point Located in t...

Details

Author
event4u-app
Repository
event4u-app/agent-config
Created
3 months ago
Last Updated
today
Language
TypeScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category