bootstrap-agentic-repo
Installation
SKILL.md
Bootstrap Agentic Repo
One-time setup that turns any repo into a fully-equipped agentic workspace. Installs skills, runs setup wizards, and verifies the result.
Phase 1 -- Assess
- Detect primary language(s) from file extensions and config files
- Detect frameworks (React, Next.js, Django, Rails, etc.)
- Check for existing CI setup (
.github/workflows/,.gitlab-ci.yml, etc.) - Check for existing skills (
ls ~/.claude/skills/or.skills/) - Check for existing
CLAUDE.mdand note what's already configured - Present findings to user and ask them to confirm or correct
If detection is ambiguous or the repo is barebones (no config files, no clear framework), use AskUserQuestion to ask:
- What language(s) does this project use?
- What framework(s) if any?
- What test framework and runner?
- What CI platform (GitHub Actions, GitLab CI, none)?