Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
0
0
# Install this skill:
npx skills add MathNj/Learn-Flow --skill "agents-md-gen"
Install specific skill from multi-skill repository
# Description
Generate AGENTS.md files for code repositories
# SKILL.md
name: agents-md-gen
description: Generate AGENTS.md files for code repositories
version: 1.0.0
tags: [documentation, repository, analysis]
Agents MD Generator
Generate AGENTS.md documentation files for any code repository.
Quick Start
# Analyze current directory
python .claude/skills/agents-md-gen/scripts/analyze_repo.py
# Custom output
python .claude/skills/agents-md-gen/scripts/analyze_repo.py --output DOCS.md
What It Does
- Scans repository directory structure
- Detects programming languages (file extensions + config files)
- Identifies frameworks (package.json, requirements.txt, etc.)
- Analyzes naming conventions
- Generates AGENTS.md at repository root
Options
| Flag | Description |
|---|---|
--output |
Output file path (default: AGENTS.md) |
--timeout |
Max scan time in seconds (default: 30) |
--verbose |
Print detailed progress |
--sections |
Comma-separated sections to include |
--check-only |
Exit 1 if AGENTS.md would change |
--no-git |
Skip git information |
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Amp
Antigravity
Claude Code
Clawdbot
Codex
Cursor
Droid
Gemini CLI
GitHub Copilot
Goose
Kilo Code
Kiro CLI
OpenCode
Roo Code
Trae
Windsurf
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.