Install
$ agentstack add skill-knuckles-team-universal-skills-agents-md-generator ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
AGENTS.md Generator
Generates a robust AGENTS.md file designed specifically for AI coding agents. This file acts as a "README for machines," providing them with the exact project context, rules, and instructions they need to work effectively.
Features
- Project Metadata Extraction: Automatically parses
pyproject.tomlfor project name, description, and scripts. - Dynamic File Tree: Generates a text-based tree view of the project structure, ignoring common noise directories (
.git,__pycache__, etc.). - Mermaid Diagrams: Includes standardized Architecture and Workflow diagrams to help agents understand the system's design.
- Battle-Tested Template: Uses a structure optimized for high agent performance, including "Always/Ask first/Never" boundaries.
Usage
Run the generator script with the path to your project root:
python scripts/generate_agents_md.py
Options
- ``: (Required) Path to the root directory of the project to document.
AGENTS.md Standard
The generated AGENTS.md follows the emerging open standard for AI agent documentation:
- Tech Stack & Architecture: High-level overview of technologies and component interactions.
- Commands: Exact, file-scoped commands for building, testing, and linting.
- Project Structure: Quick reference to key files and the dynamic tree view.
- Code Style & Conventions: Specific "Always" rules with concrete Good/Bad code examples.
- Dos and Don'ts: Specific behavioral guidelines.
- Safety & Boundaries: Explicit "Always do", "Ask first", and "Never do" constraints.
- When Stuck: Instructions on how to handle ambiguity (e.g., "propose a plan first").
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Knuckles-Team
- Source: Knuckles-Team/universal-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.