Browse Skills
22656 skills found
performance-fundamentals.md
0
1
export
performance-fundamentals
2
from
"DanielPodolsky/mentor-spec"
from
"DanielPodolsky/mentor-spec"
3
Auto-invoke when reviewing loops, data fetching, rendering, database queries, or resource-intensive operations. Identifies N+1 queries, unnecessary re-renders, memory leaks, and scalability issues.
2026-01-05
novae-user-journey-driven-development.md
0
1
export
novae-user-journey-driven-development
2
from
"Proaptus/proagentic-dfx"
from
"Proaptus/proagentic-dfx"
3
Run the NOVAE loop (Sequential Thinking → Context7 QA → Parallel Tasks → Integration → Tests) for React/TypeScript + Express projects like ProAgentic. Use for features, bug fixes, or refactors that must be validated end-to-end. Prioritize user flows, Playwright MCP, and safety (never kill processes).
2026-01-05
implement-test-handler.md
0
1
export
implement-test-handler
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Implements Z-Wave CTT (Certification Test Tool) test handlers for automating certification tests. Use when asked to create handlers for a given test, which includes automating CTT log parsing and prompt responses.
2026-01-05
brainstorming.md
0
1
export
brainstorming
2
from
"seanGSISG/crispy-claude"
from
"seanGSISG/crispy-claude"
3
Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes
2026-01-05
code-review-checklist.md
0
1
export
code-review-checklist
2
from
"ils15/copilot-global-config"
from
"ils15/copilot-global-config"
3
Systematic code review using quality gates, SOLID principles, error handling patterns, and test coverage analysis. Provides structured feedback with severity levels and actionable improvements.
2026-01-05
portfolio-optimization-with-pyportfolioopt.md
0
1
export
portfolio-optimization-with-pyportfolioopt
2
from
"gahoccode/PRDs"
from
"gahoccode/PRDs"
3
A comprehensive guide to portfolio optimization using PyPortfolioOpt, covering expected returns calculation, risk models, and optimization techniques.Use when users ask to optimize their portfolio or need advice on asset allocation.
2026-01-05
agent-builder.md
0
1
export
agent-builder
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Interactive AI agent development workflow orchestrator. Guides users through complete agent creation from brainstorming to production-ready implementation. Use when user wants to build a new AI agent, design an agentic system, scaffold an agent project, or needs help with agent architecture decisions. Supports three-phase workflow - design documentation, implementation scaffolding, and operations (deploy/observe/evaluate).
2026-01-05
vercel-fastapi-link.md
0
1
export
vercel-fastapi-link
2
from
"FAIQahm/hackathon_I_book"
from
"FAIQahm/hackathon_I_book"
3
Configure FastAPI for Vercel deployment.Bundled Resources: Includes 'vercel.json', CORSMiddleware, Python logging setup, and Pydantic model examples.
2026-01-05
chatbot-kb.md
0
1
export
chatbot-kb
2
from
"code-craka/afilo-nextjs-shopify-app"
from
"code-craka/afilo-nextjs-shopify-app"
3
Manages AI chatbot knowledge base operations including semantic search, website crawling, and vector embeddings. Use when working with the chat bot system, knowledge base management, or AI context optimization.
2026-01-05
architecture-review.md
0
1
export
architecture-review
2
from
"athola/pensive"
from
"athola/pensive"
3
Evaluate codebase architecture against ADRs, coupling rules, and team guardrails before approving major work.
2026-01-05
luban.md
0
1
export
luban
2
from
"WhiteDragonRoblox/roblox-ts-luban"
from
"WhiteDragonRoblox/roblox-ts-luban"
3
Use when working with Luban game configuration tool - covers schema definition, Excel data filling, code generation, polymorphic types, validators, localization, and roblox-ts integration. Provides indexed reference to complete Luban documentation by topic
2026-01-05
moai-platform-baas.md
0
1
export
moai-platform-baas
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Comprehensive unified BaaS (Backend-as-a-Service) integration hub for 9 major providers: Auth0, Clerk, Firebase Auth, Supabase, Neon, Convex, Firebase Firestore, Vercel, and Railway with AI-powered provider selection, cross-provider patterns, and migration guides.
2026-01-05
express-nodejs-expert.md
0
1
export
express-nodejs-expert
2
from
"WebDev70/hosting-google"
from
"WebDev70/hosting-google"
3
Expert knowledge of Express.js and Node.js for building production-ready web applications and APIs. Covers middleware patterns, routing, async/await error handling, security, performance optimization, proxy patterns, static file serving, and production deployment. Use when working with server.js, adding routes, implementing middleware, debugging Express issues, or optimizing API endpoints.
2026-01-05
skill-creation-best-practices.md
0
1
export
skill-creation-best-practices
2
from
"CodeTonight-SA/cips"
from
"CodeTonight-SA/cips"
3
PARAMOUNT quality gate for ALL skill creation. Enforces Anthropic best practices and CIPS standards before any skill is created, whether proposed, auto-generated, or autonomously discovered. Use when creating, reviewing, or approving ANY skill.
2026-01-05
database-first.md
0
1
export
database-first
2
from
"discountedcookie/10x-mapmaster"
from
"discountedcookie/10x-mapmaster"
3
REQUIRED before implementing any game feature, scoring logic, state transition, or decision-making. ALL business logic lives in PostgreSQL - frontend is presentation only. Load this to understand where code belongs: database function vs component. Covers RPC patterns, SECURITY DEFINER, and anti-patterns.
2026-01-05
frontend-design.md
0
1
export
frontend-design
2
from
"Higashi-Masafumi/ai-coding-template"
from
"Higashi-Masafumi/ai-coding-template"
3
高品質で記憶に残るフロントエンドUIを設計・実装するスキル。HTML/CSS/JSやReact/Vueのコンポーネント・ページ・アプリの作成/改修、レイアウト/タイポグラフィ/配色/モーション/美的方向性が重要な依頼で使用する。
2026-01-05
google-drive.md
0
1
export
google-drive
2
from
"abdullahbeam/nexus-design-abdullah"
from
"abdullahbeam/nexus-design-abdullah"
3
Manage Google Drive files and folders. Load when user mentions 'google drive', 'drive', 'upload file', 'download file', 'share file', 'create folder', or references cloud file storage operations.
2026-01-05
test-fixing.md
0
1
export
test-fixing
2
from
"mattleonard16/taxhelper"
from
"mattleonard16/taxhelper"
3
Run tests and systematically fix all failing tests using smart error grouping. Use when user asks to fix failing tests, mentions test failures, runs test suite and failures occur, or requests to make tests pass.
2026-01-05
blazor-blog-feature.md
0
1
export
blazor-blog-feature
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Adds a complete blog feature to an existing Blazor WebAssembly Static Web App with Azure Functions backend and Azure File Share for markdown storage. Use when implementing blog functionality in .NET Blazor WASM projects with Azure infrastructure. Includes post listing, detail pages, markdown rendering, Azure Storage integration.
2026-01-05
expert-panel.md
0
1
export
expert-panel
2
from
"credentum/vivarium-lab"
from
"credentum/vivarium-lab"
3
ACTIVATE when debugging a skill, analyzing why a prompt isn't working, or stuck on a technical problem. Triggers on "what would the panel say", "let's debug this", "why isn't this working", "convene the panel", or when user expresses confusion about skill behavior.
2026-01-05
pdf.md
0
1
export
pdf
2
from
"tspader/dotfiles"
from
"tspader/dotfiles"
3
everything claude needs to read, write, and manipulate PDFs
2026-01-05
aptos-move-prover.md
0
1
export
aptos-move-prover
2
from
"MEDICALCOR/medicalcor-core"
from
"MEDICALCOR/medicalcor-core"
3
Expert on Move Prover formal verification - specification language (MSL), preconditions, postconditions, invariants, aborts_if, ensures, requires, modifies, emits, global invariants, schema patterns, quantifiers, helper functions, pragma directives, verification strategies, and debugging proofs. Triggers on keywords move prover, formal verification, spec, invariant, ensures, requires, aborts_if, precondition, postcondition, quantifier, schema, pragma
2026-01-05
artifacts-builder.md
0
1
export
artifacts-builder
2
from
"Snoopiam/claude_all_skills"
from
"Snoopiam/claude_all_skills"
3
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
2026-01-05
launch-planner.md
0
1
export
launch-planner
2
from
"skycruzer/fleet-management-v2"
from
"skycruzer/fleet-management-v2"
3
Transform app ideas into shippable MVPs using rapid validation methodology. Use when the user wants to build a new app, evaluate an idea, generate a PRD, create Claude Code prompts, scope an MVP, or make product decisions. Helps avoid feature creep and over-engineering by focusing on core user loops and real user validation.
2026-01-05