🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

uitkit

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uitkit

The Claude Code knowledge system — installable plugin marketplace with 400+ skills, 182+ agents, 42 workspace stacks, 41 MCP configs, 100+ commands, 40 hooks, 32 rules, 10 routines, 100+ guides, 83 structures, output styles, themes, statuslines, keybindin

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

Claude Code Skills, Agents & Plugins — UitKit

UitKit is the definitive open-source Claude Code CLI knowledge base and ecosystem. Built for Anthropic's Claude 3.7 Sonnet and the Model Context Protocol (MCP), UitKit supercharges your terminal with autonomous AI coding agents, robust subagents, and production-grade AI developer workflows. It ships 400+ domain skills, 182+ specialist agents, 42 pre-wired workspace stacks, 41 MCP configs, 100+ slash commands, hooks, and workflows, all installable in 30 seconds. No stack re-explaining. Claude already knows your domain.

New to Claude Code? Claude Code is Anthropic's official command-line AI assistant for software development — it reads your codebase, runs commands, edits files, and completes tasks autonomously inside your terminal or IDE. UitKit is the open-source community library that extends it with expert-level skills across every stack and domain.

npm version npm downloads GitHub Stars License: AGPL-3.0 Content License: CC-BY-SA-4.0 Skills Agents Commands Plugins Claude for Small Business MCP Languages Reddit YouTube

FR · DE · ES · NL

Stop explaining your stack to Claude every session.

UitKit is the largest open-source knowledge base for Claude Code — 400+ skills, 182+ specialist agents, 100+ slash commands, 100+ guides, 40 hooks, 45 workflows, 83 project structures, 42 workspace stacks, 10 personas, 32 rules, 41 MCP server configs, 10 automation routines, 20 annotated CLAUDE.md examples, cross-harness adapters (Cursor/Windsurf/Codex/Gemini/Copilot), plus output styles, themes, statuslines, keybindings, settings templates, and an Agent SDK pack — all installable in 30 seconds.

# Install as a Claude Code plugin marketplace (recommended)
/plugin marketplace add UitbreidenOS/UitKit
/plugin install uitkit-everything@uitkit

# Or via npm
npx uitkit add all

Install as a Claude Code plugin

UitKit ships as a native Claude Code plugin marketplace. Add it once, then install only the domains you need — skills auto-invoke based on what you're working on, agents and hooks come bundled.

# 1. Add the marketplace
/plugin marketplace add UitbreidenOS/UitKit

# 2. Install a domain plugin (or the everything bundle)
/plugin install uitkit-gtm@uitkit
/plugin install uitkit-devops-infra@uitkit
/plugin install uitkit-everything@uitkit

19 plugins, 400+ auto-invoking skills, 182 agents, 100 slash commands:

PluginSkillsPluginSkills
uitkit-productivity66uitkit-finance16
uitkit-small-business47uitkit-data-ml15
uitkit-backend41uitkit-product15
uitkit-devops-infra36uitkit-automation14
uitkit-gtm32uitkit-database12
uitkit-marketing22uitkit-git3
uitkit-legal21uitkit-commands100 commands
uitkit-sdr22uitkit-personas10 personas
uitkit-ai-engineering17uitkit-finance-payments2
uitkit-everythingmeta-bundle

Every skill is validated with claude plugin validate --strict. Prefer npm? npx uitkit add all still works.

Beyond skills — the full Claude Code toolkit

UitKit covers every primitive Claude Code supports, not just skills:

CategoryWhat's insideInstall
Slash commands100+ commands across 12 categories — git, testing, refactor, docs, debug, devops, database, security, frontend, api, ai-engineering, productivityuitkit-commands plugin or commands/ dir
Personas10 operating profiles — startup-cto, solo-founder, growth-marketer, indie-hacker, enterprise-architect, data-driven-pm, devrel-advocate, agency-operator, ai-product-builder, fractional-execuitkit-personas plugin or personas/ dir
Output styles8 styles — concise, mentor, code-reviewer, architect, plain-operator, security-paranoid, diagram-first, tdd-enforcercopy to ~/.claude/output-styles/
Themes10 themes — Dracula, Nord, Tokyo Night, Catppuccin, Gruvbox, Solarized, Monokai, Rosé Pine, + UitKit brandcopy to ~/.claude/themes/, then /theme
Statuslines6 scripts — minimal, full, cost-watch, context-budget, git-focused, rate-limitpoint settings.json statusLine at them
Keybindings4 presets — vim, emacs, ergonomic, power-usermerge into ~/.claude/keybindings.json
Settings templates5 starters — solo-dev, team, security-hardened, enterprise, minimaldrop into .claude/settings.json
Hooks40 across all 2026 events — including new http, prompt, and agent hook typessee hooks/
Routines10 scheduled cloud-agent templates — daily-standup, pr-triage, dependency-audit, incident-watch, weekly-retro, sprint-planning, code-review-rotation, security-scan, changelog-generator, cost-auditsee routines/
Computer-use skills4 — ui-testing, visual-qa, legacy-app-automation, screenshot-verify/plugin install or copy
CLAUDE.md gallery20 annotated real-world templates — Next.js SaaS, FastAPI, monorepo, CLI tool, dbt, mobile, OSS library, k8s, small business, legal, fintech, game dev, embedded, and moresee claude-md-examples/
Cross-harness adaptersUse UitKit in Cursor, Windsurf, Codex CLI, Gemini Code Assist, GitHub Copilot — adapter guides + install scriptsee compatibility/
Agent SDK packFull guide + runnable Python & TypeScript starter agentssee examples/agent-sdk/

Slash commands

100+ slash commands across 12 categories — invoke with /command-name in any Claude Code session:

CategoryCommands
gitcommit-msg, pr-description, changelog, rebase-helper, conflict-resolver, branch-cleanup, squash-guide, gitignore-gen, release-notes, blame-explain
testingwrite-tests, test-coverage, fix-failing-test, mock-gen, e2e-scaffold, test-plan, flaky-finder, assertion-improve, tdd-start, snapshot-review
refactorextract-function, simplify, remove-dead-code, split-file, dedupe, modernize-syntax, tighten-types, rename-symbol, reduce-complexity, inline
docsreadme-gen, api-docs, docstring-add, architecture-doc, comment-explain, contributing-gen, adr-write, onboarding-doc
debugexplain-error, add-logging, repro-steps, stacktrace-analyze, memory-leak, race-condition, bisect-helper, perf-profile
devopsdockerfile-gen, compose-gen, k8s-manifest, ci-pipeline, terraform-module, helm-chart, github-action, env-audit, healthcheck, rollback-plan
databasemigration-gen, query-optimize, schema-review, index-advisor, seed-data, n-plus-one-finder, backup-plan, er-diagram
securitysecurity-scan, dep-audit, secret-scan, authz-review, input-validation, owasp-check, threat-model, cors-config
frontendcomponent-gen, a11y-audit, responsive-fix, state-refactor, form-validation, lighthouse-pass, storybook-gen, css-cleanup
apiendpoint-gen, openapi-spec, rate-limit, pagination, error-schema, webhook-handler, versioning-plan, sdk-gen
ai-engineeringprompt-improve, eval-harness, rag-setup, token-optimize, mcp-server-gen, agent-scaffold
productivitystandup-notes, meeting-summary, task-breakdown, decision-doc, weekly-review, email-draft

Install: /plugin install uitkit-commands@uitkit or copy commands/ into .claude/commands/.

Why Use Claude Code Skills?

ProblemWithout UitKitWith UitKit
Domain contextRe-explain your stack every sessionSkills activate automatically
Specialist tasksClaude guesses at best practices182+ expert agents with scoped tools
Tool integrationsManual copy-paste between tools41 MCP server configs ready to install
Event automationManual triggers, forgotten steps40 hooks that fire on the right events
Team / languageEnglish only, one-size config5 languages, composable per project
Small businessGeneric AI advice30+ vertical skills for real workflows

One command gives Claude instant expertise across every domain you work in.

Who Is This For?

You are...You get...
Developer / vibe coderSkills for Next.js, FastAPI, Rust, Go, Drizzle, tRPC, Docker, k8s, Terraform, Unity, Flutter, Solidity, and 200+ more stacks — activate with a slash command
Mobile developerReact Native/Expo, Flutter, SwiftUI, Jetpack Compose, push notifications, offline-first, app store deployment
Game developerUnity C#, Unreal C++, Godot GDScript, game networking, physics, level design, performance profiling
Embedded/IoT engineerFirmware architecture, RTOS, BLE, sensor integration, low-power design, OTA updates
Web3 builderSmart contract audit, DeFi protocols, NFT marketplaces, DAO governance, gas optimization
AI product builderRAG Architect, LangGraph, Prompt Engineering, LLM Eval, MCP Server Builder, Claude API patterns with prompt caching
GTM / RevOps engineerHubSpot MCP, SDR Agent, Lead Enrichment, CRM Hygiene, Email Automation, Deal Desk
Finance / Legal professionalDCF models, 3-statement models, IC memos, contract review, GDPR, SOC 2, EU AI Act — with mandatory human review gates
Small business ownerPlain-English skills for invoicing, cash flow, Shopify, reviews, SOPs — no terminal required
DevOps / Platform teamSLO design, chaos engineering, Helm, Kubernetes, Terraform, SRE runbooks, cost tracking

Claude Code Developer FAQ

What is Claude Code?

Claude Code is Anthropic's official command-line AI assistant for software development. It runs in your terminal or IDE (VS Code, JetBrains), reads your codebase, edits files, runs commands, and completes tasks autonomously. Install it with npm install -g @anthropic-ai/claude-code or via the desktop app.

What are Claude Code skills?

Skills are markdown files in .claude/commands/ (or loaded via the plugin system) that define reusable expert behaviors. When triggered by a slash command or keywords, Claude Code reads the skill and applies its domain expertise to your current context — no repeated prompting required.

How is UitKit different from writing a CLAUDE.md file?

A CLAUDE.md sets project-level context for one repo. UitKit skills are domain-level and reusable across every project — 400+ skills covering FastAPI, Kubernetes, HubSpot, React, Terraform, and hundreds more stacks.

Does UitKit work with Cursor, GitHub Copilot, or other AI coding tools?

UitKit is designed for Claude Code (CLI and IDE extensions). Cross-harness adapters in compatibility/ also support Cursor, Windsurf, Codex CLI, Gemini Code Assist, and GitHub Copilot.

How do I install Claude Code skills from UitKit?

Run npx uitkit add all to install everything, or use the Claude Code plugin system: /plugin marketplace add UitbreidenOS/UitKit then /plugin install uitkit-everything@uitkit. Install by domain with npx uitkit add skills backend or npx uitkit add skills devops-infra.

Profession Packs — 25 Role-Specific Claude Code Configurations

25 profession-specific packs — pre-wired skill stacks, agents, workflows, and daily routines for each role.

ProfessionInstallGuide
SDR / Sales Repnpx uitkit add skill gtm/sdr-research-briefGuide
Founder / CEOnpx uitkit add skill gtm/founder-operating-systemGuide
Product Managernpx uitkit add skill product/product-discoveryGuide
DevOps / Platform Engineernpx uitkit add skill devops-infra/kubernetes-architectGuide
Content Marketer / SEOnpx uitkit add skill marketing/seo-auditGuide
Finance Analyst / CFOnpx uitkit add skill finance/dcf-modelGuide
Legal / Compliance Officernpx uitkit add skill legal/contract-reviewGuide
Growth Hacker / Performance Marketernpx uitkit add skill marketing/paid-adsGuide
Customer Success Managernpx uitkit add skill gtm/customer-successGuide
Recruiter / HRnpx uitkit add skill small-business/hiring-pipelineGuide
UX Designer / Researchernpx uitkit add skill product/ux-researchGuide
Technical Writernpx uitkit add skill productivity/adr-writerGuide
Account Executivenpx uitkit add skill gtm/deal-deskGuide
Operations Manager / COOnpx uitkit add skill small-business/sop-writerGuide
Email Marketernpx uitkit add skill gtm/email-automationGuide
E-commerce Operatornpx uitkit add skill small-business/ecommerce-sellerGuide
CTO / Tech Leadnpx uitkit add skill productivity/tech-debt-trackerGuide
Real Estate Agentnpx uitkit add skill small-business/real-estate-listingGuide
Investor / VC Analystnpx uitkit add skill finance/ic-memoGuide
Data Analyst / BI Analystnpx uitkit add skill data-ml/dbtGuide
Freelancer / Consultantnpx uitkit add skill small-business/freelancer-proposalGuide
Executive Assistant / Chief of Staffnpx uitkit add skill productivity/meeting-to-actionGuide
Educator / Course Creatornpx uitkit add skill small-business/online-course-creatorGuide
Software Engineernpx uitkit add skills backenduses existing skills — no dedicated guide yet
Healthcare Adminnpx uitkit add skills small-businessuses existing skills — no dedicated guide yet

Each pack includes: domain-specific slash commands, a curated agent roster, a daily workflow, a 30-day ramp plan, and tool integration configs.

Workspace Stacks — 42 Pre-Wired Domain Workspaces

Complete workspace stacks with a CLAUDE.md, 8 skills, and project structure — each designed for a specific role or domain. Drop a stack into your project and Claude immediately has domain expertise.

Engineering & Infrastructure

StackDomainSkills
fullstack_developer_stackFull-stack web development8
frontend_engineer_stackReact, Vue, Angular, Svelte8
api_developer_stackAPI design, OpenAPI, auth, webhooks8
devops_platform_stackKubernetes, Terraform, CI/CD, IaC8
sre_stackSLOs, error budgets, incident response8
security_engineer_stackPen testing, compliance, threat modeling8
database_admin_stackQuery optimization, migrations, backups8
mobile_developer_stackReact Native, Flutter, SwiftUI, Compose8
game_developer_stackUnity, Unreal, Godot, networking, physics8
embedded_iot_stackFirmware, RTOS, BLE, OTA updates8
blockchain_web3_stackSmart contracts, DeFi, NFTs, DAOs8

Data & AI

StackDomainSkills
data_engineer_stackdbt, Spark, Airflow, data pipelines8
mlai_engineer_stackML models, training, deployment, MLOps8
analytics_engineer_stackBI, dashboards, metrics, experimentation8

Business & GTM

StackDomainSkills
founder_ceo_stackStrategy, fundraising, team building8
finance_cfo_stackFinancial modeling, unit economics, reporting8
gtm_engineer_stackHubSpot, CRM, revenue ops, analytics8
content_marketing_stackSEO, content strategy, copywriting8
customer_success_stackRetention, NRR, onboarding, health scores8
sales_operations_stackPipeline, forecasting, deal desk8
product_manager_stackDiscovery, roadmaps, experiments8
growth_engineer_stackExperimentation, A/B testing, growth loops8
brand_manager_stackBrand strategy, positioning, guidelines8

Operations & Support

StackDomainSkills
operations_manager_stackProcess optimization, SOPs, vendor management8
user_research_stackStudy design, interviews, synthesis8
hr_people_operations_stackHR workflows, people analytics8
qa_testing_engineer_stackTest strategy, automation, quality8
technical_writer_stackDocumentation, API docs, style guides8
legal_operations_stackContract management, compliance8
podcast_producer_stackEpisode production, distribution8
newsletter_writer_stackNewsletter writing, growth8
youtube_creator_stackVideo production, SEO, growth8
investor_vc_stackDeal flow, due diligence, portfolio8
recruiter_ta_stackSourcing, screening, onboarding8
ecommerce_operator_stackShopify, marketplace, inventory8
b2b_consultant_stackClient management, proposals8
ai_sdr_stackAI-powered SDR workflows8
community_manager_stackCommunity engagement, moderation8
bio_research_stackExperimental design, biostatistics, publication8
healthcare_stackClinical ops, HIPAA, EHR integration, telehealth8
# Install a complete workspace stack
npx uitkit add all   # includes all 42 stacks

Quick Start — Install Claude Code Skills in 30 Seconds

# Install everything
npx uitkit add all

# Install by domain
npx uitkit add skills backend          # 40+ backend skills
npx uitkit add skills devops-infra     # Kubernetes, Terraform, Docker, CI/CD
npx uitkit add skills ai-engineering   # RAG, LangGraph, Claude API, MCP builder
npx uitkit add skills legal            # GDPR, SOC 2, contracts, NDA review
npx uitkit add skills finance          # DCF, 3-statement model, pitch deck
npx uitkit add skills small-business   # Invoice chaser, cash flow, Shopify

# Install agents
npx uitkit add agents                  # All 182+ specialist agents

# Install in your language
npx uitkit add all --lang fr           # French
npx uitkit add all --lang de           # German
npx uitkit add all --lang nl           # Dutch
npx uitkit add all --lang es           # Spanish

# Discover
npx uitkit search "circuit breaker"
npx uitkit list

Repository Structure

UitKit/
├── .claude-plugin/           # Plugin and marketplace manifests
│   ├── plugin.json           # Plugin metadata and component paths
│   └── marketplace.json      # Marketplace catalog for /plugin marketplace add
│
├── plugins/                  # 19 installable domain plugins
│   ├── uitkit-productivity/     # 66 skills
│   ├── uitkit-small-business/   # 47 skills
│   ├── uitkit-backend/          # 41 skills
│   ├── uitkit-devops-infra/     # 36 skills
│   ├── uitkit-gtm/              # 32 skills
│   ├── uitkit-marketing/        # 22 skills
│   ├── uitkit-legal/            # 21 skills
│   ├── uitkit-sdr/              # 18 skills
│   ├── uitkit-ai-engineering/   # 17 skills
│   ├── uitkit-finance/          # 16 skills
│   ├── uitkit-data-ml/          # 15 skills
│   ├── uitkit-product/          # 15 skills
│   ├── uitkit-automation/       # 14 skills
│   ├── uitkit-database/         # 12 skills
│   ├── uitkit-git/              # 3 skills
│   ├── uitkit-commands/         # 100 slash commands
│   ├── uitkit-personas/         # 10 personas
│   └── uitkit-everything/       # meta-bundle (all domains)
│
├── skills/                   # 400+ auto-invoking domain skills
│   ├── backend/              # Next.js, FastAPI, Go, Rust, .NET, Rails, Laravel, Flutter
│   ├── devops-infra/         # Kubernetes, Terraform, Docker, CI/CD, AWS/GCP/Azure, Helm
│   ├── ai-engineering/       # Claude API, RAG, LangGraph, MCP builder, Agent Teams, Ultraplan
│   ├── data-ml/              # dbt, Spark, Kafka, MLOps, PyTorch, Pandas/Polars
│   ├── database/             # Drizzle, Prisma, PostgreSQL, Supabase, Redis, Elasticsearch
│   ├── gtm/                  # HubSpot, SDR, email automation, CRM hygiene, deal desk
│   ├── legal/                # Contract review, GDPR, SOC 2, EU AI Act, NDA, IP clearance
│   ├── finance/              # DCF, 3-statement model, IC memo, pitch deck, GL reconciler
│   ├── marketing/            # SEO, AI SEO, paid ads, content strategy, CRO, copywriting
│   ├── product/              # Discovery, roadmap, UX research, competitive teardown
│   ├── productivity/         # PR review, ADR writer, tech debt tracker, TDD guard
│   ├── small-business/       # Invoice chaser, QuickBooks, Shopify, 14 industry verticals
│   ├── automation/           # Playwright, browser automation, Remotion, SaaS scaffolder
│   ├── computer-use/         # UI testing, visual QA, legacy-app automation, screenshot verify
│   ├── git/                  # Git workflow automation
│   ├── sdr/                  # Sales development representative skills
│   └── finance-payments/     # Payments and fintech skills
│
├── agents/                   # 182+ specialist subagents
│   ├── advisors/             # 15 C-suite agents (CEO, CTO, CFO, CMO, CISO, COO, CPO...)
│   ├── core/                 # architect · planner · code-reviewer · security-reviewer
│   ├── roles/                # 100+ domain specialists (SRE, k8s, RAG, fintech, legal...)
│   ├── specialists/          # small-business-advisor, ecommerce, local-services
│   ├── build-resolvers/      # TypeScript and Python build error resolvers
│   └── sdr/                  # SDR and GTM agents
│
├── commands/                 # 100+ slash commands across 12 categories
│   ├── git/                  # commit-msg · pr-description · changelog · release-notes
│   ├── testing/              # write-tests · test-coverage · fix-failing-test · e2e-scaffold
│   ├── refactor/             # extract-function · simplify · remove-dead-code · modernize-syntax
│   ├── docs/                 # readme-gen · api-docs · docstring-add · architecture-doc
│   ├── debug/                # explain-error · stacktrace-analyze · memory-leak · perf-profile
│   ├── devops/               # dockerfile-gen · k8s-manifest · ci-pipeline · terraform-module
│   ├── database/             # migration-gen · query-optimize · index-advisor · er-diagram
│   ├── security/             # security-scan · dep-audit · secret-scan · threat-model
│   ├── frontend/             # component-gen · a11y-audit · storybook-gen · css-cleanup
│   ├── api/                  # endpoint-gen · openapi-spec · rate-limit · webhook-handler
│   ├── ai-engineering/       # prompt-improve · rag-setup · mcp-server-gen · agent-scaffold
│   └── productivity/         # standup-notes · task-breakdown · decision-doc · weekly-review
│
├── hooks/                    # 40 event-driven automations
│   ├── pre-tool-use/         # secret-scanner · injection-scanner · block-dangerous · git-push-confirm
│   ├── post-tool-use/        # tdd-guard · lint-check · test-runner · auto-git-stage
│   ├── lifecycle/            # session-context-loader · keepalive-poke
│   ├── notification/         # telegram-pr-notify · ntfy-push · tts-announcer
│   ├── permission/           # auto-allow-readonly
│   ├── subagent/             # agent-comms
│   ├── context/              # context injection hooks
│   └── advanced/             # sound-system · audit-log · output-size-warn
│
├── guides/                   # 100+ human-readable documentation files
│   └── [de/ · es/ · fr/ · nl/]    # Translated versions
├── workflows/                # 45+ end-to-end process workflows
│   └── [de/ · es/ · fr/ · nl/]
├── prompts/                  # 31+ reusable prompt templates
│   ├── system-prompts/       # Role-based system prompt templates
│   ├── project-starters/     # Project initialization prompts
│   └── task-specific/        # Task-specific prompt templates
├── rules/                    # 32 always-follow guideline files
│   ├── common/               # Language-agnostic coding and workflow principles
│   └── language-specific/    # Per-language style rules
├── mcp/                      # 41 MCP server config guides
│   └── configs/              # Ready-to-use JSON configs (GitHub, Postgres, Redis, Kafka, Docker, and more)
├── personas/                 # 10 operating profiles
├── output-styles/            # 8 output style definitions
├── themes/                   # 10 UI themes (Dracula, Nord, Tokyo Night, Catppuccin...)
├── statuslines/              # 6 statusline scripts
├── keybindings/              # 4 presets: vim · emacs · ergonomic · power-user
├── settings-templates/       # 5 starter settings.json templates
├── routines/                 # 10 scheduled cloud-agent routine templates
├── compatibility/            # Cross-harness adapters (Cursor, Windsurf, Codex, Gemini, Copilot)
├── claude-md-examples/       # 20 annotated real-world CLAUDE.md templates
├── examples/                 # Complete working project references
│   ├── agent-sdk/            # Python & TypeScript Agent SDK starters
│   ├── nextjs-saas/          # Next.js + Supabase + Stripe
│   ├── fastapi-ai-app/       # FastAPI + Claude API
│   ├── go-cli-tool/          # Go CLI tool
│   └── dbt-pipeline/         # dbt data pipeline
├── structures/               # 83 project structure templates
├── professional-stacks/      # 50 pre-wired workspace stacks (CLAUDE.md + 8 skills each)
├── scripts/                  # Build and utility scripts
├── docs/                     # ADRs and internal documentation
└── index.json                # Full searchable index (npx uitkit search)
Skill / AgentWhat it doesCategory
/nextjs-appNext.js App Router, Server Components, Server Actions, DrizzleBackend
/fastapiProduction FastAPI with auth, Pydantic, async, tests, DockerBackend
/sre-engineerSLO design, error budgets, burn rate alerts, runbooksAgent
/security-auditOWASP Top 10 scan, secret exposure check before every PRAgent
/invoice-chaserAutomated AR reminders and payment escalation (no code needed)Small Business
/hubspotCRM automation via the official HubSpot MCP serverGTM
/rag-architectChunking strategy, embeddings, retrieval, reranking, evalAI Engineering
/kubernetes-architectK8s manifests, Helm charts, HPA, NetworkPolicy, RBACDevOps
/smart-contract-auditSolidity security audit — reentrancy, access control, oraclesBlockchain/Web3
/unity-csharpUnity DOTS/ECS, MonoBehaviour, ScriptableObjectsGame Dev
/firmware-architectureHAL, drivers, memory layout for embedded systemsEmbedded/IoT

Top 100 MCP Servers for Claude Code — Indie Builder Starter Stack

The fastest way to extend Claude Code. MCP servers give Claude direct access to your tools — GitHub, Figma, Stripe, Jira, Notion, Slack, and 94 more.

The indie builder starter stack:

ServerWhat it doesMonthly searches
Playwright MCPBrowser automation — navigate, click, screenshot, scrape82K
Figma MCPRead designs, extract tokens, generate components from specs74K
GitHub MCPRead PRs, create issues, search code, manage releases69K
Atlassian MCPJira tickets, Confluence docs, sprint management40K
Memory MCPPersistent knowledge graph across Claude Code sessions
Stripe MCPQuery customers, subscriptions, payments, churn data
Notion MCPRead/write pages, query databases, create docs
Taskmaster MCPAI task management with context isolation across sessions
Postgres MCPSQL queries, schema inspection, table management
Redis MCPCache inspection, key management, memory stats
Jira MCPIssue management, sprint tracking, JQL queries
Docker MCPContainer inspection, log analysis, resource monitoring

Full guide: Top 100 MCP Servers for Indie Builders — installation configs, tier rankings, and curated bundles for every stack.

npx uitkit add mcp starter   # GitHub + Memory + Playwright
npx uitkit add mcp all       # All 40 individual config guides

Claude for Small Business — 30+ Vertical Skills

The most complete community knowledge base for using Claude in a small business. Plain English skills, no terminal required, written for owners who already pay for QuickBooks, Shopify, HubSpot, and the rest. UitKit extends Anthropic's official Claude for Small Business launch with 30+ skills covering the long tail of verticals and workflows.

npx uitkit add skills small-business

Claude for Small Business by Vertical

Each guide is an end-to-end landing page for a specific industry — setup, skill stack, 30/60/90 expectations, FAQ.

You are a...Start here
Solopreneur, solo founder, side-hustlerClaude for Solopreneurs
Shopify, Amazon, Etsy, or DTC sellerClaude for Ecommerce
Trades, salon, dental, fitness, restaurant, real estate operatorClaude for Local Services
Executive coach, business consultant, fractional advisorClaude for Coaches and Consultants
Newsletter writer, podcaster, course creatorClaude for Creators
First-time, want the full overviewClaude for Small Business — Product Guide

Top Small Business Skills

SkillAutomatesWorks with
/invoice-chaserAR reminders, payment escalationQuickBooks, Stripe
/quickbooks-workflowMonth-end close, reconciliationQuickBooks
/cash-flow-forecast30-day cash position, payroll runwayQuickBooks, PayPal
/expense-auditSubscription creep, duplicate vendorsQuickBooks
/content-repurposer1 brief → blog + social + email + adsCanva
/review-responseGoogle/Yelp review managementGoogle, Yelp
/customer-inquiryFAQ responder, after-hours repliesWebsite, CRM
/shopify-operationsProduct descriptions, inventory alertsShopify
/sop-writerStandard operating proceduresAny business
/weekly-pulseKPI dashboard from all your toolsMulti-tool

Vertical-Specific Skills

VerticalSkill
Ecommerce (multi-platform)/ecommerce-seller
Salon, spa, barbershop/salon-spa-ops
Dental practice/dental-practice
Fitness studio, gym/fitness-gym-ops
Coaching practice/coaching-business
Online course/online-course-creator
Newsletter/newsletter-publisher
Marketing/creative agency/agency-operations
Trades (plumbing, HVAC, electrical)/contractor-trades
Photography studio/photography-studio
Bookkeeping firm/bookkeeper-practice
Podcast/podcast-monetizer
Real estate/real-estate-listing
Restaurant/restaurant-ops

Operator Skills (Cross-Cutting)

SkillUse case
/hiring-pipelineStructured screening for high-volume applicant flow
/churn-preventionAt-risk identification and recovery for subscription businesses
/pricing-optimizerStructured price review, migration plan, A/B test design
/freelancer-proposalDiscovery call → branded proposal in 20 minutes
/lead-triagerICP scoring on new contacts, prioritized call list
/meeting-to-actionTranscript → action list + follow-up email
/customer-feedback-synthesizerPattern detection across 100+ reviews
/competitor-monitorWhat your 3 closest competitors shipped this month
/margin-analyzerGross margin by product, channel, customer
/tax-organizerCPA packet from QuickBooks and receipt folder

Specialist Agents for Small Business

npx uitkit add agents small-business

FAQ — Claude for Small Business

What is Claude for Small Business?

Claude for Small Business is Anthropic's small-business-focused product layer inside Claude Cowork, launched May 13, 2026, with 15 official workflows. UitKit is the community knowledge base that extends those workflows with 30+ additional skills covering the long tail of verticals (dental, salon, trades, photography, coaching, ecommerce) and operator workflows (hiring, churn, pricing, proposals). Read the product guide.

Is Claude good for small business owners?

Yes. Owners running 1-50 person businesses typically save 6-12 hours per week within 30 days, on the mechanical work that previously filled their evenings — invoicing, lead follow-up, weekly reporting, content repurposing, customer FAQs. The UitKit skills are written operator-first, no terminal required.

How is Claude different from ChatGPT for small business?

ChatGPT is a generalist chat assistant. Claude for Small Business connects to your actual business tools — QuickBooks, HubSpot, PayPal, Google Workspace, Shopify — and produces outputs grounded in your real data. ChatGPT can write a generic invoice reminder; Claude reads your actual AR aging report and drafts personalized reminders by invoice. The difference compounds across every workflow.

How much does Claude cost for a small business?

$20/month for Claude Pro covers most solo owners and small operations. $30/seat/month for Claude Team if you have a partner, office manager, or assistant using the workflows. $100/month for Claude Max if you run 6+ workflows daily on large datasets. Everything else — QuickBooks, HubSpot, Shopify — you already pay for.

Do I need to know how to code?

No. The official Claude for Small Business workflows are point-and-click inside Claude Cowork. The UitKit skills in this repo are activated by typing plain English to Claude. The only setup is OAuth-connecting your existing tools, which takes a few clicks per tool.

Can Claude read my QuickBooks data?

Yes, once you authorize the QuickBooks Online integration via OAuth. Claude reads your invoices, transactions, customers, and reports at the moment a workflow runs. It does not poll your account in the background, and Anthropic does not use connected business data to train Claude.

Can Claude replace my bookkeeper or CPA?

No, and you shouldn't want it to. Claude prepares the reconciliation, organizes the receipts, and drafts the P&L. Your bookkeeper or CPA reviews and signs off. The combined cost is lower than a bookkeeper alone, and the turnaround is faster.

Does Claude work with Shopify?

Yes, via the official Shopify MCP. The Shopify Operations skill and the Ecommerce Seller skill cover product descriptions, inventory alerts, SEO titles, collection updates, and cross-platform listing work.

Does Claude work with HubSpot?

Yes, via the official HubSpot MCP. Lead Triager, Cold Outreach, and Email Campaign all read from and write to HubSpot via the integration.

How do I get started?

Run npx uitkit add skills small-business to install every small-business skill into your Claude Code environment. Then start with one workflow — Invoice Chaser is the highest-ROI starting point for most businesses — and review the output carefully on the first run.

Is Claude for Small Business worth it?

For businesses where the owner spends 6+ hours per week on the activities Claude covers (invoicing, lead follow-up, reporting, content, customer FAQs, vertical operations), yes — typically a 3-5x ROI within 60 days. For businesses already running tight automated stacks, the marginal return is smaller. Read the ROI guide for the calculator and benchmark data.

What if I'm not using any of these tools?

The UitKit skills run on copy-paste data when a direct integration isn't available. You lose some of the workflow automation but keep the structured drafting, scoring, and analysis. For example, Review Response works on Google reviews you paste in, even without a Google integration.

182+ Claude Code Specialist Agents

Specialist agents spawned with the Agent tool in Claude Code. Each has a specific model, tool restrictions, and trigger conditions so Claude delegates the right work to the right expert.

C-Suite Advisors (15 agents)

AgentDomain
ceo-advisorStrategy, board prep, investor relations, org design
cto-advisorArchitecture decisions, build vs buy, technical strategy
cfo-advisorUnit economics, fundraising, cash management, modelling
cmo-advisorGTM strategy, channel allocation, positioning, demand gen
ciso-advisorSecurity programme design, risk prioritisation, board reporting
coo-advisorProcess design, OKRs, scaling operations
cpo-advisorRoadmap, discovery, pricing, PLG strategy
cro-advisorRevenue forecasting, NRR analysis, sales model design
general-counselLegal risk, contract review, compliance overview
chief-of-staffOperating rhythm, OKR facilitation, CEO leverage
+ 5 moreCDO, CAIO, VPE, CHRO, CCO

Engineering Specialists

sre-engineer · chaos-engineer · penetration-tester · kubernetes-architect · security-auditor · platform-engineer · network-engineer · rust-engineer · mlops-engineer · graphql-architect · websocket-engineer · fullstack-developer · llm-architect · codebase-orchestrator · multi-agent-coordinator + 30 more

Domain Specialists

competitive-analyst · market-researcher · trend-analyst · quant-analyst · fintech-engineer · healthcare-admin · legal-advisor · nlp-engineer · data-pipeline-architect + more

npx uitkit add agents

Skills by Category — 400+ Claude Code Skills

400+ skills · 19 categories · EN · FR · DE · NL · ES

CategoryCountTop skills
backend/nodejs25Next.js, Hono, NestJS, tRPC, Astro, Svelte, React Native, Angular, WebSockets
backend/python5FastAPI, Django, pytest, Python Async
backend/other11Go, C#/.NET, Spring Boot, Rust, Rails, Laravel, Elixir, Flutter, PHP, Ruby, Swift
devops-infra36AWS/Azure/GCP, Kubernetes, Helm, Terraform, Terragrunt, Docker, GitHub Actions, Sentry, OpenTelemetry
ai-engineering20Claude API, Vercel AI SDK, LangGraph, RAG Architect, Prompt Caching, Batch API, MCP Builder, Agent Teams, Ultraplan, Ultrareview
data-ml15dbt, Spark, Kafka, MLOps, NLP Pipelines, Reinforcement Learning, Pandas/Polars, PyTorch
database12Drizzle, Prisma, PostgreSQL, Supabase, Neon, Redis, Elasticsearch, Blockchain/Solidity
gtm32HubSpot, SDR Agent, Lead Enrichment, Email Automation, CRM Hygiene, Deal Desk, Revenue Ops
legal21Contract Review, NDA, DSAR, GDPR, SOC 2, EU AI Act, ISO 27001, IP Clearance, Privacy PIA
finance16DCF Model, 3-Statement Model, IC Memo, Pitch Deck, KYC Screener, GL Reconciler
marketing22SEO Audit, AI SEO, Programmatic SEO, Paid Ads, Content Strategy, CRO, Copywriting
product15Product Discovery, Experiment Designer, Competitive Teardown, UX Research, Roadmap
productivity66Ship Gate, PR Review, ADR Writer, Tech Debt Tracker, Context Engineering, TDD Guard
small-business47Invoice Chaser, QuickBooks, Cash Flow, Shopify, SOP Writer, Review Response, Dental Practice, Salon-Spa, Fitness Gym, Contractor Trades, Coaching, Newsletter, Online Course, Agency Operations, Hiring Pipeline, Churn Prevention, Pricing Optimizer
sdr18Research Brief, Cold Outreach, LinkedIn Prospecting, Objection Handler, Follow-up Sequences
automation14Playwright Pro, Browser Automation, Remotion, SaaS Scaffolder, Office Docs
computer-use4UI Testing, Visual QA, Legacy App Automation, Screenshot Verify
finance-payments2Payments, Fintech
git3Git Workflow Automation

40 Claude Code Hooks — Event-Driven Automation

Event-driven automation for Claude Code — runs outside Claude's context as real shell processes on the right lifecycle events.

HookEventWhat it does
secret-scannerPreToolUseBlocks writes containing API keys or credentials
tdd-guardPostToolUseBlocks implementation files without a matching test
injection-scannerPreToolUseScans tool inputs for prompt injection attempts
plannotatorExitPlanModeInteractive plan annotation before Claude executes
lint-checkPostToolUseAuto-lints TypeScript/Python after every file edit
test-runnerPostToolUseRuns related tests after editing a source file
telegram-pr-notifyPostToolUseSends Telegram message when a PR is created
keepalive-pokeStopContinues autonomous sessions without intervention
sound-systemAll eventsPlatform-native sounds for 27 Claude Code events
session-context-loaderSessionStartInjects date, branch, recent commits at session start
ntfy-pushNotificationMobile push alerts via ntfy
tts-announcerStopSpeaks Claude's final message aloud
+ 28 moreAuto-stage git, transcript backup, output compressor, bug logger, Slack notifier, WhatsApp gate...

Guides & Workflows — 100+ Claude Code Guides and Workflows

Guides (100+)

Getting Started · Agent Frontmatter Reference · Skills Frontmatter Reference · Decision Framework · Claude Managed Agents · Advanced Tool Use · Voice Dictation · Desktop App · Opus 4.7 Migration · Hooks Cookbook · Multi-Agent Patterns · Subagent Patterns · Context Management · Token Cost Reduction · Notifications Setup · Plugin Authoring · RIPER Framework · RPI Workflow · CLI Reference · Settings Scope · Why Use Claude Code · Routines · Computer Use · Ultraplan · Auto Mode + 39 more

Workflows (45+)

RPI Feature Development · RIPER · Incremental Build · Pre-Human Review · Autonomous Loop · Worktree Lifecycle · Multi-Agent Saga · Chaos Game Day · Error Budget · Bug Investigation · Compound Engineering · Session Learning + more

What's Included — Complete Claude Code Toolkit

TypeCount
Skills400+
Agents182+
Workspace Stacks42
Hooks40
MCP config guides40
Routines10
Guides100+
Workflows45+
Prompts31+
Rules32
Languages5 (EN · FR · DE · NL · ES)

5 Languages — Claude Code Skills in EN · FR · DE · NL · ES

Every skill, agent, guide, workflow, and prompt is available in:

🇬🇧 English · 🇫🇷 French · 🇩🇪 German · 🇳🇱 Dutch · 🇪🇸 Spanish

npx uitkit add all --lang fr   # French
npx uitkit add all --lang de   # German
npx uitkit add all --lang nl   # Dutch
npx uitkit add all --lang es   # Spanish

Enterprise Edition

Need governance, compliance, or custom deployment? UitKit Enterprise brings the full power to your organization.

TierPriceBest for
CommunityFreeIndividual developers, students, OSS
Team$15–25/seat/moTeams 5–50, agencies, startups
BusinessCustomTeams 50–250, audit-required industries
EnterpriseCustom (annual)250+, regulated sectors, self-hosted deployment

Enterprise features:

  • SOC2 / GDPR / EU-AI-Act compliance stacks
  • Self-hosted VPC deployment
  • SSO (SAML/OAuth)
  • Dedicated success engineer
  • Custom SLA & on-site training

View full pricing → · Book a demo →

UitKit is community-powered. Every skill lives in one markdown file. Contributing a Claude Code skill takes less time than filing a GitHub issue.

  • Read the Skill Authoring Guide — 5 minutes
  • Fork, add your skill in one .md file
  • Submit a PR — merged skills get featured in Most Popular

Recommended GitHub topics for Claude Code projects: claude · claude-code · anthropic · llm-tools · mcp · developer-tools · prompt-engineering · ai-assistant

GitHub Discussions · CONTRIBUTING.md · Reddit

Built by Uitbreiden

UitKit is backed by Uitbreiden — building AI products and B2B tools with developer communities.

Reddit YouTube Website

License

Dual licensed:

  • CodeAGPL-3.0. The Astro site, hook scripts, npm package source, anything executable.
  • ContentCC-BY-SA-4.0. All markdown skills, agents, hooks, MCP configs, workflows, guides, prompts, rules, and documentation.

See LICENSE for the rationale and full details. For commercial licensing inquiries, write to hello@uitbreiden.com.

© 2026 Uitbreiden · Tushar Aggarwal

Keywords

claude-code

FAQs

Package last updated on 24 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts