alinaqialinaqiCommunityยท58 Agent Skills Included

claude-bootstrap

Turn Claude Code into a self-testing, multi-model engineering system

Installs 67 skills, hooks, and rules into Claude Code to enforce test-driven development, code review gates, and security checks automatically. Routes each task to the cheapest capable AI model across 13 tiers, cutting costs while keeping quality on critical work. Adds persistent memory and intent tracking so your agent remembers context across sessions without re-explaining.
npx skills add alinaqi/claude-bootstrap --all -g -y
Available:

Instructs the AI agent on coding style, mandatory test-first development, and how to route each task to the right AI model based on complexity and cost.

All Skills in This Repository (58)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
alinaqialinaqi

code-deduplication

Maintain a capability index to check for existing code before writing new implementations.

Community
Intermediate
๐Ÿ“ฆ In Repo
alinaqialinaqi

aws-dynamodb

Guide AWS DynamoDB single-table design and SDK v3 usage in TypeScript and Python.

Community
Advanced
๐Ÿ“ฆ In Repo
alinaqialinaqi

ui-web

Creates accessible web interfaces with Tailwind glassmorphism design system and WCAG AA compliance.

Community
Intermediate
๐Ÿ“ฆ In Repo
alinaqialinaqi

cloudflare-d1

Set up Cloudflare D1 databases with Workers and Drizzle ORM.

Community
Advanced
๐Ÿ“ฆ In Repo
alinaqialinaqi

agentic-development

Develop autonomous AI agents with Python and Node.js using Pydantic AI and Claude SDK.

Community
Advanced
๐Ÿ“ฆ In Repo
alinaqialinaqi

site-architecture

Optimize website architecture for SEO and AI crawler discoverability.

Community
Intermediate
๐Ÿ“ฆ In Repo
alinaqialinaqi

woocommerce

Manage products, orders, customers, and webhooks via the WooCommerce REST API.

Community
Advanced
๐Ÿ“ฆ In Repo
alinaqialinaqi

supabase-python

Develop FastAPI applications with Supabase authentication, storage, and SQLModel database operations.

Community
Intermediate
๐Ÿ“ฆ In Repo
alinaqialinaqi

reddit-ads

Automate Reddit Ads API campaign, ad group, and ad management via OAuth2.

Community
Advanced
๐Ÿ“ฆ In Repo
alinaqialinaqi

playwright-testing

Run cross-browser end-to-end tests with Playwright across Chromium, Firefox, and WebKit.

Community
Advanced
๐Ÿ“ฆ In Repo
alinaqialinaqi

react-native

Provide React Native development patterns for structure, state, and testing.

Community
Intermediate
๐Ÿ“ฆ In Repo
alinaqialinaqi

python

Enforce Python best practices with TDD, mypy, Ruff, and pytest.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’