Browse Skills
17720 skills found
sync-project-status.md
0
1
export
sync-project-status
2
from
"semicolon-devteam/sax-pm"
from
"semicolon-devteam/sax-pm"
3
GitHub Projects 상태 동기화. Use when (1) 상태 불일치 수정,(2) Projects 데이터 갱신, (3) 일괄 상태 업데이트.
2026-01-05
trading-gates-pattern-filter.md
0
1
export
trading-gates-pattern-filter
2
from
"smith6jt-cop/Skills_Registry"
from
"smith6jt-cop/Skills_Registry"
3
Pattern filter normalization and multi-gate order entry system
2026-01-05
github-copilot.md
0
1
export
github-copilot
2
from
"JohnnyVicious/copilot-cli-examples"
from
"JohnnyVicious/copilot-cli-examples"
3
Consult other AI models via GitHub Copilot CLI for second opinions, thorough analysis, or alternative perspectives. Supports Gemini 3 Pro Preview (gemini), Claude Opus 4.5 (opus), Claude Sonnet 4.5 (sonnet) and GPT-5.1-Codex-Max (codex). Use when user explicitly requests, when needing detailed analysis, when requiring additional help with an especially complex task, or when seeking alternative model perspectives.
2026-01-05
ai-omni-dev.md
0
1
export
ai-omni-dev
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
AI Omni VSCode Extension 开发指南系统。当需要开发、修改、调试或扩展 AI Omni 插件时使用。优先查阅 ./skills-list.md 确定子模块。支持 Extension 后端开发、Webview Vue3 前端开发、共享层设计、通信机制和 codeXray 功能开发。当用户提到插件开发、webview、extension、命令注册、消息通信、Vue3 组件时使用。
2026-01-05
testing-strategies.md
0
1
export
testing-strategies
2
from
"Integrum-Global/kaizen-studio"
from
"Integrum-Global/kaizen-studio"
3
Comprehensive testing strategies for Kailash applications including the 3-tier testing approach with NO MOCKING policy for Tiers 2-3. Use when asking about 'testing', 'test strategy', '3-tier testing', 'unit tests', 'integration tests', 'end-to-end tests', 'testing workflows', 'testing DataFlow', 'testing Nexus', 'NO MOCKING', 'real infrastructure', 'test organization', or 'testing best practices'.
2026-01-05
pr-review-evidence-formats.md
0
1
export
pr-review-evidence-formats
2
from
"randalmurphal/claude-config"
from
"randalmurphal/claude-config"
3
Defines what counts as valid evidence in PR reviews including code snippets, execution traces, exploitation scenarios, and test results. Use when validating findings, writing review reports, or verifying claims.
2026-01-05
atlas-meta.md
0
1
export
atlas-meta
2
from
"ajstack22/StackMap"
from
"ajstack22/StackMap"
3
Orchestrates Atlas workflow tier selection for software development tasks
2026-01-05
test-generator.md
0
1
export
test-generator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate Vitest test files for the dealflow-network project with proper setup, teardown, database patterns, and assertion styles. Use when creating tests for new features, database operations, or API endpoints.
2026-01-05
project-management-specialist.md
0
1
export
project-management-specialist
2
from
"selfdriven-octo/skillzeb"
from
"selfdriven-octo/skillzeb"
3
Ability to plan, coordinate, and control projects to achieve defined objectives within agreed scope, time, cost, quality, and risk constraints. Includes defining project plans, managing resources and stakeholders, tracking progress, addressing issues and risks, and adapting delivery in response to change. Applies across technical, organisational, infrastructure, and service contexts and is independent of specific methodologies or tools, with human accountability retained for decisions, governance, and outcomes.
2026-01-05
github-integration.md
0
1
export
github-integration
2
from
"MLAI-AUS-Inc/roo"
from
"MLAI-AUS-Inc/roo"
3
Interact with the user's GitHub repositories (scan, analyze, access).
2026-01-05
scvitools.md
0
1
export
scvitools
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Comprehensive skill for scvi-tools - Deep probabilistic models for single-cell omics analysis. Use for scVI, scANVI, totalVI, MultiVI models, single-cell RNA-seq integration, batch correction, differential expression, and multimodal data analysis.
2026-01-05
dagu-workflows.md
0
1
export
dagu-workflows
2
from
"vinnie357/claude-skills"
from
"vinnie357/claude-skills"
3
Guide for authoring Dagu workflows including YAML syntax, steps, executors, scheduling, dependencies, and workflow composition
2026-01-05
javascript-modern.md
0
1
export
javascript-modern
2
from
"mgd34msu/goodvibes-plugin"
from
"mgd34msu/goodvibes-plugin"
3
Implements modern JavaScript features from ES2020-ES2024 including optional chaining, nullish coalescing, private fields, Promise methods, and array transformations. Use when modernizing JavaScript code, using ES2024 features, or when user asks about latest ECMAScript standards.
2026-01-05
issue-start.md
0
1
export
issue-start
2
from
"aoki-taquan/ruster"
from
"aoki-taquan/ruster"
3
GitHub Issueの作業を開始する。ブランチを作成してチェックアウト。「/issue-start 4」のように使用
2026-01-05
frontend-qc.md
0
1
export
frontend-qc
2
from
"arlenagreer/claude_configuration_docs"
from
"arlenagreer/claude_configuration_docs"
3
Performs comprehensive frontend quality assurance reviews using browser automation. Systematically tests UI elements, discovers and reports bugs to GitHub Issues, and provides improvement recommendations. Uses Chrome DevTools Skill for interactive testing. This skill should be used when performing quality assurance reviews of frontend UI components, testing user interfaces for bugs or usability issues, validating frontend implementations before deployment, or conducting systematic UI testing across multiple components.
2026-01-05
defi-protocol-templates.md
0
1
export
defi-protocol-templates
2
from
"HermeticOrmus/after-the-third-cup"
from
"HermeticOrmus/after-the-third-cup"
3
Implement DeFi protocols with production-ready templates for staking, AMMs, governance, and lending systems. Use when building decentralized finance applications or smart contract protocols.
2026-01-05
worldcrafter-test-generator.md
0
1
export
worldcrafter-test-generator
2
from
"hopeoverture/worldcrafter-v2"
from
"hopeoverture/worldcrafter-v2"
3
Generate comprehensive tests following three-layer pyramid - unit (Vitest), integration (real database), E2E (Playwright). Use when user needs "add tests", "improve coverage", "test [feature]", "write E2E tests", "generate test factory", or mentions testing auth, forms, database, AI features, visualizations, real-time collaboration, performance, accessibility, or import/export. Provides templates and patterns for 80%+ coverage including AI mocking, chart testing, WebSocket testing, and Page Object Models. Do NOT use when building new features (use worldcrafter-feature-builder which includes tests), database-only changes (use worldcrafter-database-setup), or simple routes (use worldcrafter-route-creator).
2026-01-05
command-architecture.md
0
1
export
command-architecture
2
from
"adaptive-enforcement-lab/claude-skills"
from
"adaptive-enforcement-lab/claude-skills"
3
Design CLI commands that work independently and compose well for automation. Orchestrator pattern coordinates, subcommands execute discrete tasks.
2026-01-05
efficiency-patterns.md
0
1
export
efficiency-patterns
2
from
"adaptive-enforcement-lab/claude-skills"
from
"adaptive-enforcement-lab/claude-skills"
3
Optimize automation with idempotency and work avoidance. Safe retries plus skipping unnecessary operations maximize efficiency in CI/CD and platform engineering.
2026-01-05
statistical-analysis.md
0
1
export
statistical-analysis
2
from
"braselog/researchAssistant"
from
"braselog/researchAssistant"
3
Comprehensive statistical analysis toolkit for research. Conduct hypothesis tests (t-test, ANOVA, chi-square), regression, correlation, Bayesian stats, power analysis, assumption checks, and APA reporting. Use when the user asks about statistics, needs help analyzing data, or when writing methods sections that include statistical approaches.
2026-01-05
retrospective.md
0
1
export
retrospective
2
from
"RoM4iK/tinker-public"
from
"RoM4iK/tinker-public"
3
Generate comprehensive learning documents by combining information from tickets, memories, GitHub PRs, and proposals. Use after completing significant work to capture lessons learned.
2026-01-05
create-command.md
0
1
export
create-command
2
from
"jpoutrin/product-forge"
from
"jpoutrin/product-forge"
3
Create a new Claude Code slash command with proper YAML frontmatter structure. Use when the user wants to add a custom slash command to a plugin. Handles command file creation with description, argument hints, allowed tools, and all advanced features.
2026-01-05
git-add-commit.md
0
1
export
git-add-commit
2
from
"ss49919201/natto"
from
"ss49919201/natto"
3
git addとgit commitを自動化し、変更内容に基づいて適切なコミットメッセージを生成します。ユーザーがコミットを作成したい時、変更をコミットしたい時に使用します。
2026-01-05
better-auth.md
0
1
export
better-auth
2
from
"jackspace/ClaudeSkillz"
from
"jackspace/ClaudeSkillz"
3
Production-ready authentication framework for TypeScript with first-class Cloudflare D1 support. Use this skill when building auth systems as a self-hosted alternative to Clerk or Auth.js, particularly for Cloudflare Workers projects. Supports social providers (Google, GitHub, Microsoft, Apple), email/password, magic links, 2FA, passkeys, organizations, and RBAC. Prevents 10+ common authentication errors including session serialization issues, CORS misconfigurations, D1 adapter setup, social provider OAuth flows, and JWT token handling.Keywords: better-auth, authentication, cloudflare d1 auth, self-hosted auth, typescript auth, clerk alternative, auth.js alternative, social login, oauth providers, session management, jwt tokens, 2fa, two-factor, passkeys, webauthn, multi-tenant auth, organizations, teams, rbac, role-based access, google auth, github auth, microsoft auth, apple auth, magic links, email password, better-auth setup, session serialization error, cors auth, d1 adapter
2026-01-05