Browse Skills
17720 skills found
debugger-detective.md
0
1
export
debugger-detective
2
from
"tianzecn/myclaudecode"
from
"tianzecn/myclaudecode"
3
⚡ PRIMARY TOOL for: 'why is X broken', 'find bug source', 'root cause analysis', 'trace error', 'debug issue', 'find where X fails'. Uses claudemem v0.3.0 AST with context command for call chain analysis. GREP/FIND/GLOB ARE FORBIDDEN.
2026-01-05
rls-templates.md
0
1
export
rls-templates
2
from
"vanman2024/ai-dev-marketplace"
from
"vanman2024/ai-dev-marketplace"
3
Row Level Security policy templates for Supabase - multi-tenant patterns, user isolation, role-based access, and secure-by-default configurations. Use when securing Supabase tables, implementing RLS policies, building multi-tenant AI apps, protecting user data, creating chat/RAG systems, or when user mentions row level security, RLS, Supabase security, tenant isolation, or data access policies.
2026-01-05
podcast-writer.md
0
1
export
podcast-writer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
根据用户给出的文字或者用户指定的txt/md文件内容,从类型列表中选择合适的文本类型,按照指定的格式给出podcast直播口述稿和音频文件
2026-01-05
subagent-creator.md
0
1
export
subagent-creator
2
from
"inchan/cc-skills"
from
"inchan/cc-skills"
3
Create, modify, and manage Claude Code subagents. Use when users request to create new specialized agents, update existing agents, or need templates for common agent patterns. Also use when agents or other skills need to automatically generate subagents for specific domains.
2026-01-05
git-smart.md
0
1
export
git-smart
2
from
"macayaven/esperanto"
from
"macayaven/esperanto"
3
Smart Git assistance for commits, branches, PRs, and repository management. Helps write good commit messages, resolve merge conflicts, understand git history, and manage branches. Use when user asks about git, commits, branches, merging, or version control.
2026-01-05
using-claude-code-cli.md
0
1
export
using-claude-code-cli
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Invoke Claude Code CLI from Python orchestrators and shell scripts. Use when asked to"spawn claude as subprocess", "automate claude cli", "run claude headless","configure --allowedTools", "set up claude hooks", or "parallel claude invocation".Covers permissions, directory access (--add-dir), hooks, sandbox mode, and async patterns.
2026-01-05
unocss.md
0
1
export
unocss
2
from
"mgd34msu/goodvibes-plugin"
from
"mgd34msu/goodvibes-plugin"
3
Implements atomic CSS with UnoCSS using on-demand generation, custom rules, and presets. Use when wanting instant atomic CSS, custom utility frameworks, or Tailwind alternatives with more flexibility.
2026-01-05
blog.md
0
1
export
blog
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create and edit blog posts for Ghost CMS. Use when creating blog post projections from ideas, editing existing posts, or working with Ghost frontmatter and SEO. Includes blog-specific voice, structure, and templates.
2026-01-05
global-validation.md
0
1
export
global-validation
2
from
"devmatrix-ai/devmatrix-mvp"
from
"devmatrix-ai/devmatrix-mvp"
3
Implement comprehensive input validation on both client and server sides, using allowlists over blocklists, sanitizing user input, and providing specific error messages to prevent security vulnerabilities. Use this skill when writing validation logic for forms, API endpoints, function parameters, or any user input. Use this skill when implementing server-side validation to ensure data integrity and security, adding client-side validation for immediate user feedback, or sanitizing input to prevent injection attacks. Use this skill when working with form components, API route handlers, data processing functions, or validation schemas. Use this skill when defining validation rules for data types, formats, ranges, required fields, or business logic constraints across all application entry points.
2026-01-05
instruction-adherence.md
0
1
export
instruction-adherence
2
from
"metabench/copilot-dl-news"
from
"metabench/copilot-dl-news"
3
Use when instruction drift is likely: multi-step tasks, mid-task detours (tooling upgrades), or when agents must consult MCP memory / Skills / sessions and re-anchor repeatedly. Triggers: 'stay on track', 'follow instructions', 'resume main task', 'detour', 'intermediate task done'.
2026-01-05
pipeline-tracker.md
0
1
export
pipeline-tracker
2
from
"huifer/drug-discovery-skills"
from
"huifer/drug-discovery-skills"
3
Global drug development pipeline tracking by disease, target, mechanism, or company.Use for competitive intelligence, opportunity identification, and trend analysis.Keywords: pipeline, drug development, clinical trials, R&D tracking, competitive landscape
2026-01-05
batch-edit-enforcer.md
0
1
export
batch-edit-enforcer
2
from
"CodeTonight-SA/cips"
from
"CodeTonight-SA/cips"
3
Multiple individual Edit calls instead of batch MultiEdit
2026-01-05
quality-gate.md
0
1
export
quality-gate
2
from
"zh1227/zh1227.github.io"
from
"zh1227/zh1227.github.io"
3
质量门禁/发布前检查流程生成器。统一输出可复用的质量门禁清单与命令集:跑测试、覆盖率阈值、格式化、lint、依赖漏洞扫描、构建产物检查、变更摘要。用于让 git-manager/test-builder/debug-helper 形成稳定闭环。
2026-01-05
gameplay-sql.md
0
1
export
gameplay-sql
2
from
"discountedcookie/10x-mapmaster"
from
"discountedcookie/10x-mapmaster"
3
Test game mechanics via SQL. Use game_* tools for gameplay flow.
2026-01-05
set-estimate.md
0
1
export
set-estimate
2
from
"semicolon-devteam/sax-pm"
from
"semicolon-devteam/sax-pm"
3
Task에 작업량(Estimate Point) 설정. Use when (1) 백로그 그루밍 시 작업량 추정,(2) Sprint 계획 전 작업량 설정, (3) 기존 Task 작업량 수정, (4) /SAX:sprint estimate 커맨드.
2026-01-05
validating-inputs.md
0
1
export
validating-inputs
2
from
"barrydobson/dotfiles_extra"
from
"barrydobson/dotfiles_extra"
3
Check all external inputs for validity - garbage in, nothing out, never garbage out
2026-01-05
refactoring-discovery.md
0
1
export
refactoring-discovery
2
from
"CAPHTECH/claude-marketplace"
from
"CAPHTECH/claude-marketplace"
3
Discover refactoring opportunities by analyzing code for excessive responsibilities, tight coupling, low cohesion, and SOLID principle violations. Generate detailed reports with redesign proposals tailored to the project's architecture. Use when analyzing existing code modules for quality issues, before major refactoring, or to maintain code health. Performs module-by-module analysis on demand. (project, gitignored)
2026-01-05
qa-screenshot-validation.md
0
1
export
qa-screenshot-validation
2
from
"jpoutrin/product-forge"
from
"jpoutrin/product-forge"
3
Evaluate captured screenshots for layout issues, masked elements, and rendering problems. Use after taking screenshots to validate visual correctness and automatically resize viewport if elements are unexpectedly clipped.
2026-01-05
project-memory.md
0
1
export
project-memory
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Armazena e consulta memória persistente de projetos em banco PostgreSQL.Use quando: (1) tomar decisões técnicas importantes, (2) identificar TODOs/melhorias,(3) documentar contexto do projeto, (4) consultar decisões anteriores.O Claude deve AUTOMATICAMENTE salvar decisões importantes e consultar memória relevante.Identificação do projeto é automática via git repo + branch.
2026-01-05
asset-management.md
0
1
export
asset-management
2
from
"gaurangrshah/gsc-plugins"
from
"gaurangrshah/gsc-plugins"
3
Extract, catalog, and propagate reference assets (screenshots, designs) throughout the webgen workflow
2026-01-05
shelby-expert.md
0
1
export
shelby-expert
2
from
"MEDICALCOR/medicalcor-core"
from
"MEDICALCOR/medicalcor-core"
3
Expert on Shelby Protocol decentralized blob storage on Aptos blockchain. Coordinates 7 specialized sub-skills covering protocol architecture, SDK usage, smart contracts, CLI tools, RPC infrastructure, dApp building, and storage integration. Triggers on keywords Shelby Protocol, Shelby storage, decentralized storage, Aptos storage, blob storage, Shelby.
2026-01-05
client-handoff.md
0
1
export
client-handoff
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Project handover process for lead generation websites. Documentation, training, credentials, maintenance. Use when project complete.
2026-01-05
brainstorm.md
0
1
export
brainstorm
2
from
"Nothflare/feature-tree"
from
"Nothflare/feature-tree"
3
Workflow-first design through collaborative dialogue. Use before creating features, building components, or modifying behavior. Finds actual intentions, not just surface requests.
2026-01-05
esbuild.md
0
1
export
esbuild
2
from
"mgd34msu/goodvibes-plugin"
from
"mgd34msu/goodvibes-plugin"
3
Configures esbuild for extremely fast JavaScript/TypeScript bundling with plugins, code splitting, and build optimization. Use when building libraries, rapid prototyping, or optimizing build performance.
2026-01-05