ai-repo-setup
Installation
SKILL.md
AI Repo Setup
Prepare a repository so AI coding agents can navigate, implement, and verify changes with minimal friction.
Core philosophy: AI agents are new starters with no memory. Every session starts fresh. The codebase itself — not documentation — is the primary context. Only document what is undiscoverable and globally relevant.
Inputs to gather (if missing)
- One-sentence project description (what does this project do?)
- Functional requirements (what the system should do)
- Non-functional requirements (performance, security, scalability constraints)
- Business rules (domain logic, validation rules, constraints)
- External issue tracker (Linear, Jira, GitHub Issues, ClickUp, etc.) — if used by the team
- Behavioral preferences for agents (see step 4 for what to ask)
Workflow
Related skills
More from fellipeutaka/leon
docker
|
85commit-work
Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits). Use when the user asks to commit, craft a commit message, stage changes, or split work into multiple commits.
45clean-code
|
40solid
|
33design-patterns
|
33motion
|
31