generate_skills
Analyze a repository from a Git URL or local path to generate skills.sh and rules.md, capturing engineering culture and conventions for AI coding agents.
Instructions
Generate skills.sh and rules.md for a repository into a directory.
Args:
repo_url: Git URL or local path of the repository to analyze.
output_dir: Directory to write skills.sh and rules.md into.
history_depth: Number of commits to fetch for git history analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_url | Yes | ||
| output_dir | Yes | ||
| history_depth | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |