wiki-agents-md
Audited by Runlayer on Feb 21, 2026
Malicious tool definition detected
Tool: SKILL.md [1/2] Description: --- name: wiki-agents-md description: Generates AGENTS.md files for repository folders — coding agent context files with build commands, testing instructions, code style, project structure, and boundaries.
Tool: SKILL.md [2/2] Description: target, or tool - Every file path references an actual file or directory - No placeholder text like `<your-project>` or `TODO` - No invented sections for things that don't exist ## Template Structure ```markdown # [Folder Name] — Agent Instructions ## Overview [1-2 sentences: what this folder/project does, its role in the larger system] ## Build & Run [Exact commands — install, dev, build, clean] ## Testing [Framework, run commands, single-test commands] ## Proj