Browse Skills

17720 skills found

executing-plans.md
0
1 export executing-plans
2 Ramblurr from "Ramblurr/nix-devenv"
3 Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoints - loads plan, reviews critically, executes tasks in batches, reports for review between batches
2026-01-05
profile.md
0
1 export profile
2 jankdc from "jankdc/ultraman-bench"
3 Analyzes CPU profiles to identify performance bottlenecks and generate optimization recommendations
2026-01-05
env-handler.md
0
1 export env-handler
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Manage environment variables securely. Handles distinction between .env (template) and .env.local (secrets).
2026-01-05
changelog-generator.md
0
1 export changelog-generator
2 48Nauts-Operator from "48Nauts-Operator/opencode-baseline"
3 Generate user-friendly changelogs from git commits for releases
2026-01-05
gemini-cli.md
0
1 export gemini-cli
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Gemini CLIを使った任意のタスクを実行するスキル。長文翻訳、PDF翻訳、Q&A、コード生成など、gemini_wrapperを活用して様々なタスクを自動化できる。
2026-01-05
python-development.md
0
1 export python-development
2 btimothy-har from "btimothy-har/mycc-config"
3 Core Python development skill for scripts, utilities, and general Python code. Covers uv package management, script dependencies, project setup, and coding standards. Use for Python file creation, running scripts, dependency management, or general Python tasks. For web APIs and servers, see python-backend skill. For testing, see python-testing skill.
2026-01-05
ark-devspace.md
0
1 export ark-devspace
2 dwmkerr from "dwmkerr/claude-code-agent"
3 Run Ark from cloned source using devspace
2026-01-05
nextjs-client-cookie-pattern.md
0
1 export nextjs-client-cookie-pattern
2 mcclowes from "mcclowes/vague-playground"
3 Pattern for client components calling server actions to set cookies in Next.js. Covers the two-file pattern of a client component with user interaction (onClick, form submission) that calls a server action to modify cookies. Use when building features like authentication, preferences, or session management where client-side triggers need to set/modify server-side cookies.
2026-01-05
cli-ux-colorful.md
0
1 export cli-ux-colorful
2 nikblanchet from "nikblanchet/claude-code-production-patterns"
3 Design colorful CLI output with ANSI colors, syntax highlighting, status indicators, and terminal formatting. Use libraries like rich (Python) or chalk (Node.js). Use when designing CLI output, formatting terminal messages, or building command-line interfaces.
2026-01-05
detector-plugin.md
0
1 export detector-plugin
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create new vision detector plugins following Bob The Skull's detector architecture. Use when adding new detectors like object detection, pose estimation, gesture recognition, or any computer vision detector.
2026-01-05
claude-agent-sdk.md
0
1 export claude-agent-sdk
2 jackspace from "jackspace/ClaudeSkillz"
3 This skill provides comprehensive knowledge for working with the Anthropic Claude Agent SDK. It should be used when building autonomous AI agents, creating multi-step reasoning workflows, orchestrating specialized subagents, integrating custom tools and MCP servers, or implementing production-ready agentic systems with Claude Code's capabilities.Use when building coding agents, SRE systems, security auditors, incident responders, code review bots, or any autonomous system that requires programmatic interaction with Claude Code CLI, persistent sessions, tool orchestration, and fine-grained permission control.Keywords: claude agent sdk, @anthropic-ai/claude-agent-sdk, query(), createSdkMcpServer, AgentDefinition, tool(), claude subagents, mcp servers, autonomous agents, agentic loops, session management, permissionMode, canUseTool, multi-agent orchestration, settingSources, CLI not found, context length exceeded
2026-01-05
optimize-throttles.md
0
1 export optimize-throttles
2 teradata-labs from "teradata-labs/claude-cookbooks"
3 Analyze throttle behavior, recommend optimal configurations, and autonomously create/modify throttles to balance resource allocation and meet performance SLAs
2026-01-05
spec-architect.md
0
1 export spec-architect
2 codethread from "codethread/claude-code-plugins"
3 Coordinate multi-agent software development from requirements through verified implementation using spec-driven workflows. Use when planning features, creating technical specifications, implementing complex tasks through specialized agents, or managing spec-dev workflows (PLAN/BUILD/ITERATE).
2026-01-05
fastapi-scaffolding.md
0
1 export fastapi-scaffolding
2 nadeemsangrasi from "nadeemsangrasi/humanoid-and-robotic-book"
3 Generate and maintain the FastAPI backend structure for the RAG chatbot with proper project organization.
2026-01-05
component-generator.md
0
1 export component-generator
2 sernstberger from "sernstberger/base-joy"
3 Generate new styled components following base-joy patterns. Use when creating a new component, scaffolding a component, adding a new UI component, or building a component from scratch.
2026-01-05
git-hooks.md
0
1 export git-hooks
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Set up and configure Git pre-commit hooks for code quality, secrets scanning, and commit message validation. Use when installing git hooks, configuring pre-commit checks, or enforcing code standards.
2026-01-05
saas-architect.md
0
1 export saas-architect
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive SaaS architecture planner for Next.js + Supabase applications. Converts ideas into production-ready technical plans with database schemas, file structures, feature breakdowns, and week-by-week development roadmaps. Use when planning subscription-based applications, multi-tenant SaaS products, or building from idea to launch.
2026-01-05
tailwind-shadcn-ui-setup.md
0
1 export tailwind-shadcn-ui-setup
2 hopeoverture from "hopeoverture/worldbuilding-app-skills"
3 This skill should be used when setting up, configuring, or initializing Tailwind CSS (v3 or v4) and shadcn/ui for Next.js 16 App Router projects. Configure dark mode, design tokens, base layout with header/sidebar, accessibility defaults, and generate example components. Includes comprehensive setup automation, theme customization, and production-ready patterns. Use when the user requests "setup Tailwind", "configure shadcn/ui", "add dark mode", "initialize design system", or "setup UI framework" for Next.js projects.
2026-01-05
deno-patterns.md
0
1 export deno-patterns
2 jahanson from "jahanson/cc-plugins"
3 Modern TypeScript patterns and migration guidance for Deno: resource management with 'using', async generators, error handling, and Web Standard APIs. Use when migrating from Node.js, implementing cleanup logic, or learning modern JS/TS patterns.
2026-01-05
discovery-tree-workflow.md
0
1 export discovery-tree-workflow
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when planning and tracking work - creates visible, emergent work breakdown using bd (beads) with just-in-time planning and hierarchical task trees
2026-01-05
typescript-react-reviewer.md
0
1 export typescript-react-reviewer
2 dotneet from "dotneet/claude-code-marketplace"
3 Expert code reviewer for TypeScript + React 19 applications. Use when reviewing React code, identifying anti-patterns, evaluating state management, or assessing code maintainability. Triggers: code review requests, PR reviews, React architecture evaluation, identifying code smells, TypeScript type safety checks, useEffect abuse detection, state management review.
2026-01-05
killbill-admin.md
0
1 export killbill-admin
2 tariron from "tariron/saasodoo"
3 Expert KillBill administrator for managing billing, subscriptions, invoices, and overdue states. Provides ready-to-use commands via Traefik DNS for tenant management, catalog uploads, test clock manipulation, and overdue testing workflows.
2026-01-05
aws-sso-login.md
0
1 export aws-sso-login
2 Daisuke897 from "Daisuke897/dotfiles"
3 Authenticate to AWS using Single Sign-On (SSO). Use when AWS CLI operations require SSO authentication or when SSO session has expired.
2026-01-05
building-agent-tools.md
0
1 export building-agent-tools
2 Byunk from "Byunk/claude-code-essentials"
3 Guide for creating effective tools for AI agents. Use when building MCP tools, agent APIs, or any tool interface that agents will consume. Focuses on token efficiency, meaningful context, and proper namespacing.
2026-01-05