Browse Skills
44557 skills found
session-resume.md
0
1
export
session-resume
2
from
"jrc1883/popkit-claude"
from
"jrc1883/popkit-claude"
3
Use at start of new session to restore context from STATUS.json - loads previous state, displays session type, shows what to continue working on. Calculates session type (Continuation/Resume/Fresh Start) based on time gap. Do NOT use mid-session or when starting fresh work unrelated to previous session - just begin the new task directly.
2026-01-05
differentiation-schemes.md
0
1
export
differentiation-schemes
2
from
"HeshamFS/materials-simulation-skills"
from
"HeshamFS/materials-simulation-skills"
3
Select and apply numerical differentiation schemes for PDE/ODE discretization. Use when choosing finite difference/volume/spectral schemes, building stencils, handling boundaries, or estimating truncation error and dispersion.
2026-01-05
hello-world.md
0
1
export
hello-world
2
from
"andreamk/ipsum-claude-marketplace"
from
"andreamk/ipsum-claude-marketplace"
3
A simple greeting skill to test the ipsum marketplace
2026-01-05
setup-cdk-quality.md
0
1
export
setup-cdk-quality
2
from
"auge2u/claude-dev-kit"
from
"auge2u/claude-dev-kit"
3
Use when setting up code quality enforcement - configures linting, formatting, pre-commit hooks, CI workflows, and review checklists with advisory/soft/hard enforcement levels
2026-01-05
sc-startup.md
0
1
export
sc-startup
2
from
"randlee/synaptic-canvas"
from
"randlee/synaptic-canvas"
3
Run repo startup: prompt load, checklist sync, optional PR triage, worktree hygiene, and CI pull. Best-effort with structured status.
2026-01-05
netlify-deployment-platform.md
0
1
export
netlify-deployment-platform
2
from
"danielseltzer/code-analysis-tools"
from
"danielseltzer/code-analysis-tools"
3
Netlify JAMstack deployment platform with serverless functions, forms, and identity
2026-01-05
mcp-server-stdio.md
0
1
export
mcp-server-stdio
2
from
"syeda-hoorain-ali/claude-code-skills"
from
"syeda-hoorain-ali/claude-code-skills"
3
Creates and configures stdio Model Context Protocol (MCP) server connections for OpenAI Agents SDK
2026-01-05
mcp-setup.md
0
1
export
mcp-setup
2
from
"jpoutrin/product-forge"
from
"jpoutrin/product-forge"
3
Set up and configure MCP (Model Context Protocol) servers with Claude Code. Use when the user wants to connect Claude Code to external tools, databases, APIs, or services via MCP. Handles HTTP, SSE, and stdio server configurations with proper authentication.
2026-01-05
quality-judge.md
0
1
export
quality-judge
2
from
"AISecurityAssurance/ai-sec"
from
"AISecurityAssurance/ai-sec"
3
Evaluate LLM benchmark outputs against quality rubrics for STPA-Sec analysis. Use when comparing model outputs, assessing component extraction quality, UCA analysis correctness, or scenario generation completeness.
2026-01-05
dotnet-test.md
0
1
export
dotnet-test
2
from
"GiantCroissant-Lunar/lunar-snake-hub"
from
"GiantCroissant-Lunar/lunar-snake-hub"
3
Run .NET tests using dotnet CLI. Use when task involves executing unit tests, generating code coverage reports, or running benchmarks.
2026-01-05
rubycritic.md
0
1
export
rubycritic
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Integrate RubyCritic to analyze Ruby code quality and maintain high standards throughout development. Use when working on Ruby projects to check code smells, complexity, and duplication. Triggers include creating/editing Ruby files, refactoring code, reviewing code quality, or when user requests code analysis or quality checks.
2026-01-05
learning-kirkpatrick-evaluation.md
0
1
export
learning-kirkpatrick-evaluation
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
kirkpatrick-evaluation for measuring learning effectiveness and business impact.
2026-01-05
maplibre-camera.md
0
1
export
maplibre-camera
2
from
"discountedcookie/10x-mapmaster"
from
"discountedcookie/10x-mapmaster"
3
Use when implementing map camera animations (flyTo, easeTo, jumpTo), handling zoom transitions, or managing bearing/pitch. Load for useMapCamera composable patterns, preventing camera feedback loops, promise-based animations, and globe visibility filtering. ALWAYS use the composable, never direct map access.
2026-01-05
dev-server-manager.md
0
1
export
dev-server-manager
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Start, stop, and manage the Vite development server for the Babylon.js game. Use when the user wants to run the dev server, test the game, check if server is running, or troubleshoot server issues.
2026-01-05
spacy-nlp.md
0
1
export
spacy-nlp
2
from
"SpillwaveSolutions/spacy-nlp-agentic-skill"
from
"SpillwaveSolutions/spacy-nlp-agentic-skill"
3
Industrial-strength NLP with spaCy 3.x for text processing and custom classifier training. Use when: installing spaCy, selecting models (en_core_web_sm/md/lg/trf), tokenization, POS tagging, named entity recognition, dependency parsing, training TextCategorizer models, troubleshooting errors (E050/E941 model errors, E927 version mismatch, memory issues), batch processing with nlp.pipe, or deploying models to production. Includes data preparation scripts, config templates, and FastAPI serving examples.
2026-01-05
sentry-setup-ai-monitoring.md
0
1
export
sentry-setup-ai-monitoring
2
from
"getsentry/sentry-for-claude"
from
"getsentry/sentry-for-claude"
3
Setup Sentry AI Agent Monitoring in any project. Use this when asked to add AI monitoring, track LLM calls, monitor AI agents, or instrument OpenAI/Anthropic/Vercel AI/LangChain/Google GenAI. Automatically detects installed AI SDKs and configures the appropriate Sentry integration.
2026-01-05
ux-animation-motion.md
0
1
export
ux-animation-motion
2
from
"matthewharwood/fantasy-phonics"
from
"matthewharwood/fantasy-phonics"
3
Animation patterns using Anime.js v4 for UI feedback, transitions, and celebrations. Use when implementing hover effects, transitions, loading animations, or gamification feedback. Includes reduced motion handling. (project)
2026-01-05
production-eval-strategy.md
0
1
export
production-eval-strategy
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Strategies for evaluating agents in production - sampling, baselines, and regression detection
2026-01-05
setup-maturin-lib.md
0
1
export
setup-maturin-lib
2
from
"josh-gree/my-claude-skills"
from
"josh-gree/my-claude-skills"
3
Sets up a new Rust/Python hybrid library project using maturin and uv. Creates project structure with PyO3 bindings, installs dev dependencies, and optionally configures git remote. Use when the user wants to initialise a Python library with Rust extensions.
2026-01-05
plan-task-architectural.md
0
1
export
plan-task-architectural
2
from
"CheekyCodexConjurer/quant-lab"
from
"CheekyCodexConjurer/quant-lab"
3
Use when the user asks for a plan or the task is complex/ambiguous. Enforces AGENTS.md workflow and encourages loading other relevant skills.
2026-01-05
hono-ddd-guidelines.md
0
1
export
hono-ddd-guidelines
2
from
"Higashi-Masafumi/ai-coding-template"
from
"Higashi-Masafumi/ai-coding-template"
3
DDDアーキテクチャでHonoのバックエンドを新規実装または既存コードベースをリファクタリングする際のガイド。レイヤー構成(domain/application/infrastructure/controller)、依存方向、責務境界、Hono公式ミドルウェア/プラグインの活用、Hono OpenAPIプラグイン(hono-openapi)とzod-openapiの必須採用、Drizzle ORMの利用、トランザクション境界、エラーハンドリング、テスト指針、ESLint/Prettierの必須導入を含む。
2026-01-05
circleci-config-generator.md
0
1
export
circleci-config-generator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate CircleCI configuration files with workflows, orbs, and deployment. Triggers on "create circleci config", "generate circleci configuration", "circleci pipeline", "circle ci setup".
2026-01-05
testing-skills-with-subagents.md
0
1
export
testing-skills-with-subagents
2
from
"pproenca/dot-claude"
from
"pproenca/dot-claude"
3
Use when creating or editing skills, before deployment, to verify they work under pressure and resist rationalization - applies RED-GREEN-REFACTOR cycle to process documentation by running baseline without skill, writing to address failures, iterating to close loopholes
2026-01-05
user-feedback-clarity.md
0
1
export
user-feedback-clarity
2
from
"dylantarre/animation-principles"
from
"dylantarre/animation-principles"
3
Use when users don't notice feedback, miss state changes, or can't tell if their action worked
2026-01-05