claude-prime
Repeatable coding workflows, project setup, and code review
All Skills in This Repository (21)
Pure Emerald Level Indicatorsmonorepo
Diagnose cross-package dependency, build, and configuration issues in pnpm workspaces and Turborepo monorepos.
docker
Automate standardized Docker workflows with Dockerfile and Compose best practices.
backend-fastapi-python
Implement FastAPI endpoints with AsyncSession, Pydantic schemas, and auth dependencies.
frontend-development
Fix React and Next.js rendering, styling, and interactivity issues.
agent-browser
Automates browser interactions for AI agents to navigate, fill forms, and capture data.
prime-sync
Sync Claude configuration between a central prime repository and target project repositories.
test
Executes specified tests and commands and reports verdicts with evidence.
review-code
Evaluates code quality and correctness for pull requests, commits, and branches.
ask
Explain code architecture and design decisions using codebase evidence.
create-doc
Capture repository knowledge and decisions as durable Markdown documents.
optimus-prime
Analyze a repository and generate project-specific CLAUDE.md, skills, and rules.
diagnose
Diagnose software bugs through structured hypothesis generation and evidence collection.
Frequently Asked Questions
FAQPage SchemaHow to install Claude Prime?โผ
Run `npx skills add avibebuilder/claude-prime --all -g -y` in your terminal to install all skills in this suite globally.
What does Claude Prime do?โผ
It sets up repeatable coding workflows like /cook, /fix, /test, and /review-code so your agent follows consistent processes instead of ad-hoc prompts. It also analyzes your repo and generates project-specific instructions and rules.
How do I set up a new project with Claude Prime?โผ
After installing, run the /optimus-prime command inside your repository. It analyzes your codebase and creates tailored skills, rules, and a CLAUDE.md file for your stack.
Does Claude Prime work with Claude Code?โผ
Yes. It is built specifically for Claude Code and follows the standard SKILL.md format, so all workflows run directly in your existing setup.
Can teams share the same AI coding setup?โผ
Yes. All workflows, rules, and project context live in version control, so every contributor gets identical behavior without re-explaining conventions.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core