Browse Skills
44915 skills found
sc-managing-worktrees.md
0
1
export
sc-managing-worktrees
2
from
"randlee/synaptic-canvas"
from
"randlee/synaptic-canvas"
3
Create, manage, scan, update, and clean up git worktrees for parallel development with protected branch safeguards. Use when working on multiple branches simultaneously, isolating experiments, updating protected branches (main/develop), or when user mentions "worktree", "parallel branches", "feature isolation", "branch cleanup", "worktree status", or "update main/develop".
2026-01-05
testing-strategies.md
0
1
export
testing-strategies
2
from
"adaptive-enforcement-lab/claude-skills"
from
"adaptive-enforcement-lab/claude-skills"
3
Build confidence with comprehensive CLI testing. Unit tests catch logic bugs with fakes, integration tests verify API contracts, E2E tests validate workflows.
2026-01-05
github.md
0
1
export
github
2
from
"cuba6112/skillfactory"
from
"cuba6112/skillfactory"
3
Automation of GitHub tasks using the gh CLI and REST API. Includes pagination strategies, payload construction, and rate limit management. Triggers: github, gh-cli, github-api, rate-limit, pagination, pull-request.
2026-01-05
token.md
0
1
export
token
2
from
"zhangyxXyz/llmConstitutionGen"
from
"zhangyxXyz/llmConstitutionGen"
3
指导在保证任务质量前提下降低输出冗余,限制无关文档、示例和注释,并鼓励用关键澄清代替冗长假设
2026-01-05
post-change-verification.md
0
1
export
post-change-verification
2
from
"IvanTorresEdge/molcajete.ai"
from
"IvanTorresEdge/molcajete.ai"
3
Mandatory verification protocol after code changes for JavaScript/TypeScript projects. Use after any code modification to ensure quality.
2026-01-05
sql-fundamentals.md
0
1
export
sql-fundamentals
2
from
"pluginagentmarketplace/custom-plugin-sql"
from
"pluginagentmarketplace/custom-plugin-sql"
3
Master SQL fundamentals including SELECT, INSERT, UPDATE, DELETE, CREATE, ALTER, DROP operations. Learn data types, WHERE clauses, ORDER BY, GROUP BY, and basic joins.
2026-01-05
testing-strategy.md
0
1
export
testing-strategy
2
from
"nicholasgriffintn/claude-code"
from
"nicholasgriffintn/claude-code"
3
A specialist skill that designs and implements a testing strategy for a codebase. This skill should be used after code development and before code review.
2026-01-05
glossary-creation.md
0
1
export
glossary-creation
2
from
"Taira0222/juku-cloud-backend"
from
"Taira0222/juku-cloud-backend"
3
用語集を作成するスキル
2026-01-05
gemini-qa.md
0
1
export
gemini-qa
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use Google Gemini CLI to answer questions about code, analyze files, or perform codebase exploration. Invoke this skill when the user asks to use Gemini, wants a second opinion from another AI, or wants to compare Claude's answer with Gemini's response.
2026-01-05
when-stuck.md
0
1
export
when-stuck
2
from
"a-ariff/Ariff-code-config"
from
"a-ariff/Ariff-code-config"
3
Dispatch to right technique when you hit a wall
2026-01-05
specification-phase.md
0
1
export
specification-phase
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Standard Operating Procedure for /specify phase. Covers classification, research depth, clarification strategy, and roadmap integration.
2026-01-05
qas-agent-quality-assurance-security.md
0
1
export
qas-agent-quality-assurance-security
2
from
"oehm-smith/linux-env"
from
"oehm-smith/linux-env"
3
Creates comprehensive test suites including unit, integration, E2E, and security tests
2026-01-05
frontend-design.md
0
1
export
frontend-design
2
from
"Snoopiam/claude_all_skills"
from
"Snoopiam/claude_all_skills"
3
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
2026-01-05
typescript-enforcer.md
0
1
export
typescript-enforcer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Enforce strict TypeScript type safety rules including no 'any' types, explicit return types, proper interfaces, and type guards. Use when writing TypeScript code, reviewing code, refactoring, or when user mentions TypeScript, types, interfaces, or type safety.
2026-01-05
c3-migrate.md
0
1
export
c3-migrate
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when upgrading .c3/ documentation to current skill version - reads VERSION, applies transforms from migrations/ directory in batches
2026-01-05
hippius-user.md
0
1
export
hippius-user
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
This skill should be used when the user asks to upload files to Hippius, has questions about Hippius decentralized storage (Bittensor Subnet 75), needs to query storage status, or wants to set up the Hippius CLI for IPFS or S3-compatible storage operations.
2026-01-05
arxiv-search.md
0
1
export
arxiv-search
2
from
"agentgptsmith/MonadFramework"
from
"agentgptsmith/MonadFramework"
3
Search arXiv papers via MCP server. For psychological recovery research, deprogramming, trauma undoing - inverted for AI healing.
2026-01-05
react-components-patterns.md
0
1
export
react-components-patterns
2
from
"joaopelegrino/app-controle"
from
"joaopelegrino/app-controle"
3
Comprehensive guide to React component patterns used in the Plataforma B2B de treinamento técnico corporativo educational platform. This skill covers functional components with hooks, composition patterns, state management, props flow, and error handling strategies essential for building maintainable React applications.Learn how to create reusable, testable components following React best practices while avoiding common antipatterns like prop drilling, unnecessary class components, and improper state management. The skill emphasizes composition over inheritance, unidirectional data flow, and separation of concerns.Real-world examples are taken directly from the project codebase, including CLearningSystem, BashLearningSystem, Breadcrumb, AreaCard, and FlashcardModal components. Each pattern is demonstrated with production code showing how architectural decisions were implemented in a 5,500+ line React application with 17 components.Key topics include functional components (vs class components), React Hoo
2026-01-05
ruby-quality.md
0
1
export
ruby-quality
2
from
"racurry/neat-little-package"
from
"racurry/neat-little-package"
3
Interpretive guidance for Ruby code quality using RuboCop (configurable) or StandardRB (zero-config). Use when linting Ruby files, configuring Ruby tools, troubleshooting lint errors, or understanding tool selection.
2026-01-05
using-github-search.md
0
1
export
using-github-search
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when researching GitHub issues, PRs, and discussions for community solutions and known gotchas - searches via WebSearch with site filters and extracts problem-solution patterns
2026-01-05
speech-pathology-ai.md
0
1
export
speech-pathology-ai
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Expert speech-language pathologist specializing in AI-powered speech therapy, phoneme analysis, articulation visualization, voice disorders, fluency intervention, and assistive communication technology. Activate on 'speech therapy', 'articulation', 'phoneme analysis', 'voice disorder', 'fluency', 'stuttering', 'AAC', 'pronunciation', 'speech recognition', 'mellifluo.us'. NOT for general audio processing, music production, or voice acting coaching without clinical context.
2026-01-05
shelby-cli-assistant.md
0
1
export
shelby-cli-assistant
2
from
"gounthar/bazel-riscv"
from
"gounthar/bazel-riscv"
3
Expert on Shelby CLI tool for command-line blob storage operations. Helps with shelby commands, uploads, downloads, account management, context configuration, faucet operations, and CLI troubleshooting. Triggers on keywords shelby cli, shelby upload, shelby download, shelby init, shelby account, shelby context, @shelby-protocol/cli, CLI installation, shelby command.
2026-01-05
model-usage.md
0
1
export
model-usage
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Working with model instances and fields
2026-01-05
react-component-generator.md
0
1
export
react-component-generator
2
from
"Snoopiam/claude_all_skills"
from
"Snoopiam/claude_all_skills"
3
Scaffolds React components with TypeScript, hooks, and best practices. Use when user needs to create new React components, pages, or features.
2026-01-05