Browse Skills
20307 skills found
state-patterns.md
0
1
export
state-patterns
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
A practical skill for managing state in React prototypes without heavyweight libraries.
2026-01-05
code-review.md
0
1
export
code-review
2
from
"jhlee0409/visual-layout-builder"
from
"jhlee0409/visual-layout-builder"
3
Review code for Visual Layout Builder quality standards including TypeScript patterns, React 2025 best practices, accessibility, and performance. Use when reviewing PRs, checking code quality, or ensuring compliance with project conventions.
2026-01-05
smalltalk-implementation-finder.md
0
1
export
smalltalk-implementation-finder
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Method implementation finder and analyzer for Pharo Smalltalk. Provides expertise in discovering implementors across class hierarchies (search_implementors), analyzing implementation patterns, learning coding idioms from existing implementations, assessing refactoring impact (counting implementors and references), finding duplicate code for consolidation, understanding abstract method implementations (subclassResponsibility), and tracing method overrides through inheritance chains. Use when analyzing method implementations across classes, learning implementation idioms, assessing refactoring risk before changes, finding duplicate implementations for consolidation, understanding how abstract methods are implemented in concrete classes, or tracing which classes override specific methods.
2026-01-05
cqrs-pattern.md
0
1
export
cqrs-pattern
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Implement CQRS (Command Query Responsibility Segregation) pattern for Electron services. Use when creating service methods, separating read/write operations, or implementing reactive data streams with Observable for queries and ResultAsync for commands.
2026-01-05
create-skill.md
0
1
export
create-skill
2
from
"lnittman/skills"
from
"lnittman/skills"
3
This skill should be used when creating or refactoring Claude Code skills, guiding an interactive questionnaire, selecting an archetype (workflow/tool/domain), scaffolding from templates, and validating the result.
2026-01-05
exa-search.md
0
1
export
exa-search
2
from
"advait/exa-cli"
from
"advait/exa-cli"
3
Use the exa CLI to search the web via Exa's API. Use when the user asks to run Exa search, fetch contents, find similar links, or get answers using the exa command-line tool.
2026-01-05
changelog-app.md
0
1
export
changelog-app
2
from
"ts-klassen/qrpc"
from
"ts-klassen/qrpc"
3
Update app ChangeLog entries under apps/*/ChangeLog and keep app version metadata in sync. Use when updating app versions or recording app-level changes; touches apps/*/ChangeLog and apps/*/src/*.app.src.
2026-01-05
nushell.md
0
1
export
nushell
2
from
"Alb-O/impire"
from
"Alb-O/impire"
3
Write and debug Nushell scripts, pipelines, and commands. Also build Nushell plugins in Rust. Use when working with .nu files, writing Nushell code, converting bash to Nushell, creating custom Nushell commands/plugins, or when the user mentions nushell.
2026-01-05
architect.md
0
1
export
architect
2
from
"Brownbull/ayni"
from
"Brownbull/ayni"
3
Expert guidance for GabeDA v2.1 architecture (34 modules) - implementing models, features, debugging 4-case logic, and maintaining the /src codebase.
2026-01-05
aptos-expert.md
0
1
export
aptos-expert
2
from
"MEDICALCOR/medicalcor-core"
from
"MEDICALCOR/medicalcor-core"
3
Expert on Aptos blockchain, Move language, smart contracts, NFTs, DeFi, and Aptos development. Triggers on keywords aptos, move, blockchain, smart contract, nft, defi, web3, mainnet, testnet, devnet
2026-01-05
wordpress-content-manager.md
0
1
export
wordpress-content-manager
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
WordPress content management via REST API for listing, searching, viewing, creating, updating, and deleting posts (including draft/scheduled/published) with tags and categories. Use when managing WordPress blog content, especially for blog.gbase.com or other sites configured via profiles. Requires Node.js and WordPress REST API credentials.
2026-01-05
cui-marketplace-architecture.md
0
1
export
cui-marketplace-architecture
2
from
"cuioss/cui-llm-rules"
from
"cuioss/cui-llm-rules"
3
Architecture rules and validation patterns for Claude Code marketplace components ensuring self-contained skills, proper skill usage, and clean reference patterns
2026-01-05
docker-workflows.md
0
1
export
docker-workflows
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create Dockerfiles, docker-compose configurations, and container workflows for Python projects with UV. Use when containerizing applications, setting up development environments, or deploying with Docker.
2026-01-05
presentation-design.md
0
1
export
presentation-design
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Techniques and code examples for creating professional slide decks and presentations. Use this skill to structure narratives, apply design principles, and automate slide generation.
2026-01-05
gpu-cli.md
0
1
export
gpu-cli
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Run code on cloud GPUs with GPU CLI. Use when user wants to run Python/ML code on remote GPUs, install GPU CLI, configure gpu.toml, troubleshoot pods, or manage cloud GPU resources via RunPod.
2026-01-05
gof-design-patterns.md
0
1
export
gof-design-patterns
2
from
"tttol/dotfiles"
from
"tttol/dotfiles"
3
Helps understand and apply the 23 classic GoF design patterns to solve common software design problems
2026-01-05
repo-init.md
0
1
export
repo-init
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
This skill initializes the bgf project by cloning the two subproject git repositories (bgf-dawn Shopify theme and bgf_2024 informational website). Use when setting up the project on a new machine.
2026-01-05
improve-prompt.md
0
1
export
improve-prompt
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Analyzes prompts and produces improved versions using Anthropic's prompt engineering best practices. Use when asked to improve, optimize, or review a prompt. Works with standalone prompts or prompts embedded in code/files.
2026-01-05
skill-audit.md
0
1
export
skill-audit
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Audits skills for discoverability and triggering effectiveness. Use when analyzing skill descriptions, checking trigger phrase coverage, validating progressive disclosure, reviewing SKILL.md structure, ensuring skill discoverability, testing skill triggering, improving skill descriptions, fixing skills that aren't being invoked, debugging discovery issues, or evaluating whether a skill will be invoked appropriately. Also triggers when user asks about skill best practices, wants to improve skill discoverability, or needs help with skill structure.
2026-01-05
optimizing-performance.md
0
1
export
optimizing-performance
2
from
"hkcm91/StickerNestV3"
from
"hkcm91/StickerNestV3"
3
Optimizing performance in StickerNest for React, Three.js, and bundle size. Use when investigating slow renders, improving FPS, reducing bundle size, profiling components, or when the user mentions "slow", "laggy", "performance", or "optimize". Covers React profiling, Three.js optimization, memoization, lazy loading, and virtualization.
2026-01-05
html-css-design.md
0
1
export
html-css-design
2
from
"pluginagentmarketplace/custom-plugin-machine-learning"
from
"pluginagentmarketplace/custom-plugin-machine-learning"
3
Master semantic HTML5, advanced CSS layouts, responsive design, animations, and modern CSS techniques including Flexbox, Grid, and custom properties.
2026-01-05
brand-guidelines.md
0
1
export
brand-guidelines
2
from
"liauw-media/CodeAssist"
from
"liauw-media/CodeAssist"
3
Establish or analyze brand identity guidelines. Creates comprehensive brand documentation that frontend-design, testing, and other skills automatically reference for consistent execution.
2026-01-05
shadcn.md
0
1
export
shadcn
2
from
"Hamza123545/Todo_giaic_five_phases"
from
"Hamza123545/Todo_giaic_five_phases"
3
Comprehensive shadcn/ui component library with theming, customization patterns, and accessibility. Use when building modern React UIs with Tailwind CSS. IMPORTANT - Always use MCP server tools first when available.
2026-01-05
dev-doc-suite.md
0
1
export
dev-doc-suite
2
from
"lastdays03/claude_skills"
from
"lastdays03/claude_skills"
3
Comprehensive documentation suite for generating READMEs, API references, and internal guides based on code analysis.
2026-01-05