claude-bootstrap
Turn Claude Code into a self-testing, multi-model engineering system
All Skills in This Repository (58)
Pure Emerald Level Indicatorscode-deduplication
Maintain a capability index to check for existing code before writing new implementations.
aws-dynamodb
Guide AWS DynamoDB single-table design and SDK v3 usage in TypeScript and Python.
ui-web
Creates accessible web interfaces with Tailwind glassmorphism design system and WCAG AA compliance.
cloudflare-d1
Set up Cloudflare D1 databases with Workers and Drizzle ORM.
agentic-development
Develop autonomous AI agents with Python and Node.js using Pydantic AI and Claude SDK.
site-architecture
Optimize website architecture for SEO and AI crawler discoverability.
woocommerce
Manage products, orders, customers, and webhooks via the WooCommerce REST API.
supabase-python
Develop FastAPI applications with Supabase authentication, storage, and SQLModel database operations.
reddit-ads
Automate Reddit Ads API campaign, ad group, and ad management via OAuth2.
playwright-testing
Run cross-browser end-to-end tests with Playwright across Chromium, Firefox, and WebKit.
react-native
Provide React Native development patterns for structure, state, and testing.
python
Enforce Python best practices with TDD, mypy, Ruff, and pytest.
Frequently Asked Questions
FAQPage SchemaHow to install claude-bootstrap?โผ
Run `npx skills add alinaqi/claude-bootstrap --all -g -y` in your terminal to install all skills globally. Your next Claude Code session picks them up automatically.
What does claude-bootstrap do?โผ
It turns Claude Code into a self-reviewing engineering system with enforced test-driven development, quality gates, security scanning, and memory that survives across sessions.
How does multi-model routing save money?โผ
Every prompt is scored for complexity and sent to the cheapest capable model, so simple tasks use free local models while only critical work reaches expensive ones like Claude Opus.
Does claude-bootstrap work with Codex, Kimi, or Gemini CLI?โผ
Yes. The skills follow the universal SKILL.md standard and the routing layer can delegate tasks to Codex, Kimi, Gemini, DeepSeek, and other CLI tools.
Do I need coding experience to use claude-bootstrap?โผ
Basic terminal familiarity helps for installation, but once installed your AI agent applies the rules automatically based on plain-English requests.
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