Browse Skills
6825 skills found
generating-commit-messages.md
0
1
export
generating-commit-messages
2
from
"funiq-lab/xagents"
from
"funiq-lab/xagents"
3
Generate clear Conventional Commit messages from git diffs; use when writing commits, reviewing staged work, or when the user requests a commit.
2026-01-05
banksy-merged-v3.md
0
1
export
banksy-merged-v3
2
from
"Ketomihine/my_skills"
from
"Ketomihine/my_skills"
3
BANKSY spatial transcriptomics analysis tool - complete documentation with notebooks and source code
2026-01-05
claude-code-meta.md
0
1
export
claude-code-meta
2
from
"artimath/surf-market"
from
"artimath/surf-market"
3
Build Claude Code extensions - skills, agents, hooks, plugins, marketplaces, slash commands. Use when creating Claude Code components, building new skills, writing agents, creating hooks, making plugins, setting up marketplaces, writing slash commands, fixing extension configurations, or troubleshooting Claude Code extensions. Includes builder agents for autonomous creation. Not for looking up docs - use claude-code-docs-reference for that.
2026-01-05
adr-creator.md
0
1
export
adr-creator
2
from
"zazu-22/ff_data_analytics"
from
"zazu-22/ff_data_analytics"
3
Create Architecture Decision Records (ADRs) documenting significant technical decisions for the FF Analytics platform. This skill should be used when making architectural choices, evaluating alternatives for data models or infrastructure, documenting trade-offs, or when the user asks "should we use X or Y approach?" Guides through the ADR creation workflow from context gathering to documentation.
2026-01-05
testing-skills-with-subagents.md
0
1
export
testing-skills-with-subagents
2
from
"nimeshgurung/artifact-hub-collections"
from
"nimeshgurung/artifact-hub-collections"
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
cellchat-pkg-local-fixed.md
0
1
export
cellchat-pkg-local-fixed
2
from
"Ketomihine/my_skills"
from
"Ketomihine/my_skills"
3
CellChat cell-cell communication analysis toolkit - complete documentation with precise file name-based categorization
2026-01-05
stan-fundamentals.md
0
1
export
stan-fundamentals
2
from
"choxos/BayesianAgent"
from
"choxos/BayesianAgent"
3
Foundational knowledge for writing Stan 2.37 models including program structure, type system, distributions, and best practices. Use when creating or reviewing Stan models.
2026-01-05
moai-docs-generation.md
0
1
export
moai-docs-generation
2
from
"tjdwls101010/seongjin_extension_youtube-summarize"
from
"tjdwls101010/seongjin_extension_youtube-summarize"
3
Automated documentation generation specialist for technical specs, API docs, user guides, and knowledge bases with multi-format output
2026-01-05
typescript-dev.md
0
1
export
typescript-dev
2
from
"Cain96/dotfiles"
from
"Cain96/dotfiles"
3
TypeScript development best practices, code quality tools, and documentation templates. Activated when working with .ts, .tsx files or TypeScript projects.
2026-01-05
testing-patterns.md
0
1
export
testing-patterns
2
from
"neokn/dotClaude"
from
"neokn/dotClaude"
3
Write effective tests with proper structure and coverage. Use when writing unit tests, integration tests, or improving test quality.
2026-01-05
decomposing-plans.md
0
1
export
decomposing-plans
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use after writing-plans to decompose monolithic plan into individual task files and identify tasks that can run in parallel (up to 2 subagents simultaneously)
2026-01-05
directory-handling.md
0
1
export
directory-handling
2
from
"nathanvale/dotfiles"
from
"nathanvale/dotfiles"
3
Expert guidance for reliable bash script directory navigation and path handling. Use when writing new bash scripts, reviewing existing scripts, debugging directory-related failures, or when mentioned 'directory handling', 'bash paths', 'cd errors', 'script location', or 'git root'. Provides deterministic patterns to eliminate silent failures from unhandled cd, missing set -e, and path resolution issues.
2026-01-05
javascript-standards.md
0
1
export
javascript-standards
2
from
"shwilliamson/a-test"
from
"shwilliamson/a-test"
3
JavaScript and TypeScript coding standards, conventions, and best practices. Use when writing, reviewing, or testing JS/TS code.
2026-01-05
fabric-patterns.md
0
1
export
fabric-patterns
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Applies Fabric AI prompt patterns for summarization, analysis, extraction, code review, and content creation. Use when asked to summarize content, analyze documents, extract insights, review code, create documentation, or transform text. Patterns are in data/patterns/.
2026-01-05
check-requirement-coverage.md
0
1
export
check-requirement-coverage
2
from
"foolishimp/ai_sdlc_method"
from
"foolishimp/ai_sdlc_method"
3
Homeostatic sensor detecting requirements without implementation or test coverage. Scans for REQ-* keys in requirements docs and checks if they have corresponding code and tests. Use to find coverage gaps.
2026-01-05
online-search.md
0
1
export
online-search
2
from
"fumierecedric/Tesa_System"
from
"fumierecedric/Tesa_System"
3
Provides web search capability for finding current information, documentation, and resources from external sources when local knowledge is insufficient
2026-01-05
godot.md
0
1
export
godot
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Complete Godot Engine knowledge base combining official documentation and source code analysis
2026-01-05
docstring-formatter.md
0
1
export
docstring-formatter
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Convert docstrings to NumPy/Sphinx style with proper Parameters, Returns, and Examples sections. This skill should be used when improving documentation quality across Python modules.
2026-01-05
open-source-contributions.md
0
1
export
open-source-contributions
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use this skill when contributing code to open source projects. The skill covers proper pull request creation, avoiding common mistakes that annoy maintainers, cleaning up personal development artifacts before submission, writing effective PR descriptions, following project conventions, and communicating professionally with maintainers. It prevents 16 common contribution mistakes including working on main branch, not testing before PR submission, including unrelated changes, submitting planning documents, session notes, temporary test files, screenshots, and other personal artifacts. Includes 3 Critical Workflow Rules that must NEVER be skipped: (1) Always work on feature branches, (2) Test thoroughly with evidence before PR, (3) Keep PRs focused on single feature. The skill includes automation scripts to validate PRs before submission, templates for PR descriptions and commit messages, and comprehensive checklists. This skill should be used whenever creating pull requests for public repositories, contributing
2026-01-05
cto-advisor.md
0
1
export
cto-advisor
2
from
"nimeshgurung/artifact-hub-collections"
from
"nimeshgurung/artifact-hub-collections"
3
Technical leadership guidance for engineering teams, architecture decisions, and technology strategy. Includes tech debt analyzer, team scaling calculator, engineering metrics frameworks, technology evaluation tools, and ADR templates. Use when assessing technical debt, scaling engineering teams, evaluating technologies, making architecture decisions, establishing engineering metrics, or when user mentions CTO, tech debt, technical debt, team scaling, architecture decisions, technology evaluation, engineering metrics, DORA metrics, or technology strategy.
2026-01-05
librarian.md
0
1
export
librarian
2
from
"bangedorrunt/swarmtool-addons"
from
"bangedorrunt/swarmtool-addons"
3
Specialized codebase understanding agent for multi-repository analysis, searching remote codebases, retrieving official documentation, and finding implementation examples using GitHub CLI, Context7, and Web Search.
2026-01-05
code-review-patterns.md
0
1
export
code-review-patterns
2
from
"randalmurphal/claude-config"
from
"randalmurphal/claude-config"
3
Code review best practices including review checklists (functionality, tests, documentation, security, performance), providing constructive feedback, automated checks integration, and handling review comments. Use when reviewing pull requests, providing code feedback, responding to review comments, or setting up review processes.
2026-01-05
api-design-patterns.md
0
1
export
api-design-patterns
2
from
"Hieubkav/wincellarCloneBackend"
from
"Hieubkav/wincellarCloneBackend"
3
Comprehensive REST and GraphQL API design patterns, best practices, OpenAPI specifications, versioning, authentication, error handling, pagination, rate limiting, and security. Use when designing APIs, creating endpoints, reviewing specifications, implementing authentication, or building scalable backend services.
2026-01-05
git-mastery-suite.md
0
1
export
git-mastery-suite
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Advanced Git operations including rebasing, conflict resolution, history rewriting, worktrees, bisect, submodules, hooks, and complex workflows. Use for sophisticated Git challenges beyond basic add/commit/push, including fixing repository states, optimizing history, and managing complex branching strategies.
2026-01-05