Browse Skills
44756 skills found
docrev.md
0
1
export
docrev
2
from
"gcol33/docrev"
from
"gcol33/docrev"
3
Document revision workflow tool (CLI: `rev`). Use when working with Word documents containing reviewer comments, importing track changes to markdown, replying to reviewer comments, building PDF/DOCX outputs, generating response letters, validating citations/DOIs, or any document revision task.
2026-01-05
cui-javadoc.md
0
1
export
cui-javadoc
2
from
"cuioss/cui-llm-rules"
from
"cuioss/cui-llm-rules"
3
CUI JavaDoc documentation standards for Java classes, methods, and code examples
2026-01-05
shadcn-ui.md
0
1
export
shadcn-ui
2
from
"levanminhduc/LuongHoaThoNew"
from
"levanminhduc/LuongHoaThoNew"
3
Guide for implementing shadcn/ui - a collection of beautifully-designed, accessible UI components built with Radix UI and Tailwind CSS. Use when building user interfaces, adding UI components, or implementing design systems in React-based applications.
2026-01-05
defense-in-depth-validation.md
0
1
export
defense-in-depth-validation
2
from
"barrydobson/dotfiles_extra"
from
"barrydobson/dotfiles_extra"
3
Validate at every layer data passes through to make bugs impossible
2026-01-05
database-migration-manager.md
0
1
export
database-migration-manager
2
from
"jdeweedata/circletel"
from
"jdeweedata/circletel"
3
Guides Supabase database migrations for CircleTel - creates migrations, RLS policies, validates schema changes, and handles rollbacks
2026-01-05
architecture-patterns.md
0
1
export
architecture-patterns
2
from
"pluginagentmarketplace/custom-plugin-android"
from
"pluginagentmarketplace/custom-plugin-android"
3
MVVM, Repository pattern, Dependency injection, SOLID principles. Use when designing app structure.
2026-01-05
refactoring.md
0
1
export
refactoring
2
from
"MuhammedAlkhudiry/ai-concise-guidelines"
from
"MuhammedAlkhudiry/ai-concise-guidelines"
3
Restructure code without changing behavior. Use when user wants to refactor, clean up code, restructure, or says 'refactor this', 'clean this up', 'this code is messy', or identifies code smells to fix.
2026-01-05
obsidian-automation.md
0
1
export
obsidian-automation
2
from
"tavva/ben-claude-plugins"
from
"tavva/ben-claude-plugins"
3
This skill should be used when working on Obsidian plugins, testing plugin changes, verifying plugin UI, debugging plugin behaviour, or running automated tests against Obsidian. Also triggers on "start Obsidian", "take Obsidian screenshot", "test plugin", "run plugin command", "execute in Obsidian", or any Obsidian automation task. Use proactively during plugin development to verify changes visually.
2026-01-05
skill-generator.md
0
1
export
skill-generator
2
from
"zeulewan/zeul-claude-plugins"
from
"zeulewan/zeul-claude-plugins"
3
Create new Claude Code skills with proper structure and best practices. Use when the user wants to create a new skill, extend Claude's capabilities, or needs help structuring a SKILL.md file.
2026-01-05
docx.md
0
1
export
docx
2
from
"vamseeachanta/workspace-hub"
from
"vamseeachanta/workspace-hub"
3
Comprehensive Word document toolkit for reading, creating, and editing .docx files. Supports text extraction, document creation with python-docx, and tracked changes via redlining workflow. Use for legal, academic, or professional document manipulation.
2026-01-05
django-framework.md
0
1
export
django-framework
2
from
"pluginagentmarketplace/custom-plugin-machine-learning"
from
"pluginagentmarketplace/custom-plugin-machine-learning"
3
Django ORM, admin panel, authentication, and building production Django applications.
2026-01-05
verification-before-completion.md
0
1
export
verification-before-completion
2
from
"danielseltzer/code-analysis-tools"
from
"danielseltzer/code-analysis-tools"
3
Run verification commands and confirm output before claiming success
2026-01-05
basilica-cli-helper.md
0
1
export
basilica-cli-helper
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
This skill should be used when users need to rent GPUs, run ML training jobs, or manage compute resources on Basilica's decentralized GPU marketplace. Use it for PyTorch/TensorFlow training, distributed training setup, GPU rental management, cost monitoring, or any Basilica CLI workflows. Includes workaround for non-TTY environments like Claude Code.
2026-01-05
document-generation.md
0
1
export
document-generation
2
from
"BOHUYESHAN-APB/N-T-AI"
from
"BOHUYESHAN-APB/N-T-AI"
3
A powerful skill for generating and processing professional documents (Word, PowerPoint, Excel, PDF).
2026-01-05
specs-creator.md
0
1
export
specs-creator
2
from
"Emz1998/nexly-notes"
from
"Emz1998/nexly-notes"
3
Creates detailed specifications from client needs including product specs, technical specs, design specs, and API specs. Use when the user requests help with requirement gathering, creating specifications, documenting client requirements, converting feature requests into structured specs, or needs to formalize project requirements for development handoff.
2026-01-05
deployment.md
0
1
export
deployment
2
from
"charlie83Gs/communities"
from
"charlie83Gs/communities"
3
This skill teaches the agent how to manage application deployments using GitOps with Flux CD. MANDATORY - You MUST read this skill before modifying deployment manifests or managing releases.
2026-01-05
raycast-extension-updater.md
0
1
export
raycast-extension-updater
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Update a Raycast extension to the latest version
2026-01-05
justfile-quality-patterns.md
0
1
export
justfile-quality-patterns
2
from
"bryonjacob/aug"
from
"bryonjacob/aug"
3
Level 1 patterns - test-watch, integration-test, complexity, loc, duplicates, slowtests
2026-01-05
codex-debug.md
0
1
export
codex-debug
2
from
"kanlanc/Claude-Code-Kanlanc-Marketplace"
from
"kanlanc/Claude-Code-Kanlanc-Marketplace"
3
Use for systematic debugging and root cause analysis with Codex. Triggers on "codex debug", "codex root cause", "have codex investigate this bug", "codex find the issue".
2026-01-05
langgraph-guardian.md
0
1
export
langgraph-guardian
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Prevent and detect code quality issues in LangGraph pipelines. Use when implementing new nodes, debugging state flow issues, troubleshooting empty state keys, or before committing LangGraph code. Triggers on phrases like "validate node", "check node implementation", "trace flow", "why is state empty", "lint langgraph", "check completeness", "validate before commit", "pre-flight check", "debug state flow", "find the bug in my node".
2026-01-05
plaid-identity-expert.md
0
1
export
plaid-identity-expert
2
from
"MEDICALCOR/medicalcor-core"
from
"MEDICALCOR/medicalcor-core"
3
Expert on Plaid Identity product for retrieving account holder information. Covers identity verification, KYC compliance, name/address retrieval, and fraud prevention. Invoke when user mentions Plaid Identity, account holder info, KYC, identity verification, or user information.
2026-01-05
detect-kiro-specs.md
0
1
export
detect-kiro-specs
2
from
"reedom/claude-code-commands"
from
"reedom/claude-code-commands"
3
Detect Kiro specs with modified files in current branch. Use before PRs, spec-specific tests, or CI filtering.
2026-01-05
implement-double-number-line-question.md
0
1
export
implement-double-number-line-question
2
from
"asmith7013/coachingPlatform"
from
"asmith7013/coachingPlatform"
3
Create D3 questions with double number lines showing proportional relationships. Students complete missing values on parallel number lines.
2026-01-05
azure-naming.md
0
1
export
azure-naming
2
from
"dpalfery/hotshot-logistics-admin-portal"
from
"dpalfery/hotshot-logistics-admin-portal"
3
Use the Azure naming convention to name resources.
2026-01-05