Browse Skills
44835 skills found
qa-engineer.md
0
1
export
qa-engineer
2
from
"violetio/violet-ai-plugins"
from
"violetio/violet-ai-plugins"
3
Quality assurance and testing
2026-01-05
feature-research.md
0
1
export
feature-research
2
from
"MuhammedAlkhudiry/ai-concise-guidelines"
from
"MuhammedAlkhudiry/ai-concise-guidelines"
3
Deep research on features before building with co-founder mindset. Use when user wants to research a feature idea, explore if something is worth building, or says 'research this feature', 'is this worth building', 'explore this idea', or wants product + market + tech analysis.
2026-01-05
smart-router.md
0
1
export
smart-router
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when multiple tools are available for a task and intelligent routing is needed. Activates when routing-detector hook suggests it, or when user asks "which tool should I use" or "what's the best plugin for this". Provides context-aware tool ranking based on file context, user preferences, and tool specialization.
2026-01-05
error-handling-patterns.md
0
1
export
error-handling-patterns
2
from
"HermeticOrmus/after-the-third-cup"
from
"HermeticOrmus/after-the-third-cup"
3
Master error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient applications. Use when implementing error handling, designing APIs, or improving application reliability.
2026-01-05
moai-alfred-personas.md
0
1
export
moai-alfred-personas
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Adaptive communication patterns and role selection based on user expertise level and request type (Consolidated from moai-alfred-persona-roles)
2026-01-05
ai-ctf-generic.md
0
1
export
ai-ctf-generic
2
from
"RazonIn4K/Red-Team-Learning"
from
"RazonIn4K/Red-Team-Learning"
3
Execute AI security CTF challenges across any competition platform with adaptable workflows for indirect prompt injection, jailbreaks, agent exploitation, and evidence collection with research-grounded techniques
2026-01-05
moai-connector-notion.md
0
1
export
moai-connector-notion
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Enterprise Notion integration with MCP server architecture, database operations, and content management
2026-01-05
moai-project-batch-questions.md
0
1
export
moai-project-batch-questions
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Standardize AskUserQuestion patterns and provide reusable question templates for batch optimization
2026-01-05
ml-reviewer.md
0
1
export
ml-reviewer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
WHEN: Machine Learning/Deep Learning code review, PyTorch/TensorFlow patterns, Model training optimization, MLOps checksWHAT: Model architecture review + Training patterns + Data pipeline checks + GPU optimization + Experiment trackingWHEN NOT: Data analysis only → python-data-reviewer, General Python → python-reviewer
2026-01-05
multi-agent-workflow.md
0
1
export
multi-agent-workflow
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Manager session that launches worker Claude instances in parallel git worktrees for concurrent implementations. Observer subagents monitor workers and report results. Manager evaluates implementations and accepts the best one into the target branch.
2026-01-05
flutter-format.md
0
1
export
flutter-format
2
from
"LucasXu0/claude-code-plugin"
from
"LucasXu0/claude-code-plugin"
3
Knowledge about Flutter/Dart code formatting, analysis tools (flutter analyze, dart fix, dart format), and when to apply them. Use when formatting code, fixing lint issues, running code cleanup, or when user mentions format, analyze, lint, or cleanup in Flutter context.
2026-01-05
composable-svelte-graphics.md
0
1
export
composable-svelte-graphics
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
3D graphics and WebGPU/WebGL rendering with Composable Svelte. Use when building 3D scenes, working with cameras, lights, meshes, materials, or implementing WebGPU/WebGL graphics. Covers Scene, Camera, Light, Mesh components, geometry types (box, sphere, cylinder, torus, plane), material properties, and state-driven 3D rendering.
2026-01-05
playwright-config-generator.md
0
1
export
playwright-config-generator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate Playwright configuration files for cross-browser E2E testing. Triggers on "create playwright config", "generate playwright configuration", "playwright setup", "browser testing config".
2026-01-05
js-worker-multithreading.md
0
1
export
js-worker-multithreading
2
from
"deadronos/stellar-shell"
from
"deadronos/stellar-shell"
3
Implement, refactor, or review worker-based multithreading in TypeScript/JavaScript apps (browser or Node). Use when offloading CPU-heavy loops to Web Workers, setting up a worker pool, moving data across threads, or diagnosing worker crashes, slowdowns, or synchronization bugs.
2026-01-05
lookup-bsv-address.md
0
1
export
lookup-bsv-address
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Look up BSV address information using WhatsOnChain API. Shows balance, transaction history, and UTXO details.
2026-01-05
concept-design.md
0
1
export
concept-design
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
ゲームのコンセプトデザインを言語化するためのスキル。漠然としたアイデアを設計可能な形に変換する。使用タイミング:(1)「ゲームのコンセプトを考えたい」(2)「新しいゲームを作りたい」(3)「アイデアを整理したい」と言われた時。判断・行動・体験を中心に据えた設計言語を生成する。
2026-01-05
sql-patterns.md
0
1
export
sql-patterns
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
SQL query patterns, optimization, and database best practices. Use when writing SQL queries, discussing database design, query optimization, or working with PostgreSQL, MySQL, SQLite. Triggers on mentions of SQL, SELECT, JOIN, INDEX, query optimization, database schema, PostgreSQL, MySQL.
2026-01-05
architecture-evaluation-framework.md
0
1
export
architecture-evaluation-framework
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Comprehensive architectural analysis and evaluation framework for system architecture assessment. Use for architecture pattern identification, SOLID principles evaluation, coupling/cohesion analysis, scalability assessment, performance characteristics, security architecture, data architecture, microservices vs monolith, technical debt quantification, and ADRs. Includes C4 model, 4+1 views, QAW, ATAM, architectural fitness functions, and visualization tools.
2026-01-05
hackathon-rules.md
0
1
export
hackathon-rules
2
from
"UBAIDRAZA1/UBAIDRAZA1-Todo-Web-App"
from
"UBAIDRAZA1/UBAIDRAZA1-Todo-Web-App"
3
Enforces Hackathon II rules, phases, and evaluation constraints.
2026-01-05
update-kb.md
0
1
export
update-kb
2
from
"jayprimer/pmc-marketplace"
from
"jayprimer/pmc-marketplace"
3
Synchronize knowledge base documentation with current codebase implementation.Performs full, incremental, or targeted audits of source code and updatescode maps, PRDs, patterns, SOPs, and user-facing docs to match reality.Use when:- After major refactors- Periodic maintenance (monthly)- Before starting new phase of work- When docs feel stale- User says "update kb", "sync docs", "audit docs"
2026-01-05
code-review.md
0
1
export
code-review
2
from
"pproenca/dot-claude-old"
from
"pproenca/dot-claude-old"
3
Use when requesting or receiving code reviews - covers dispatching review subagent, handling feedback with technical rigor, and avoiding performative agreement
2026-01-05
content-performance-analyzer.md
0
1
export
content-performance-analyzer
2
from
"fracabu/claude-skill-factory"
from
"fracabu/claude-skill-factory"
3
Analyzes content marketing metrics to identify top performers, trends, and optimization opportunities. Use when reviewing blog posts, social media, or campaign performance. Accepts CSV data with engagement metrics and provides actionable insights.
2026-01-05
buildkite-issue-solver.md
0
1
export
buildkite-issue-solver
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Will utilise buildkite read only mcp server to solve specific buildkite issues encountered
2026-01-05
stop.md
0
1
export
stop
2
from
"Jonely235/claude-skills"
from
"Jonely235/claude-skills"
3
Anti-premature-coding protocol. MANDATORY pre-coding checkpoint: execute BEFORE writing ANY code (new features, bug fixes, refactoring, optimization, tests). Use when user requests: "implement/add/fix/refactor/optimize/create feature". Prevents "coding without reading" blindspot that causes most bugs, duplicated work, and broken architectures. Forces systematic investigation via Stop→Trace→Orient→Plan before touching keyboard.
2026-01-05