Browse Skills
20307 skills found
terraform.md
0
1
export
terraform
2
from
"poindexter12/waypoint"
from
"poindexter12/waypoint"
3
Terraform infrastructure-as-code reference for HCL syntax, state management,module design, and provider configuration. Use when working with Terraformconfigurations (.tf files), running terraform commands, troubleshooting stateissues, or designing modules. Includes Telmate Proxmox provider patterns.Triggers: terraform, tfstate, .tf files, HCL, modules, providers, proxmox_vm_qemu.
2026-01-05
uimatch-compare.md
0
1
export
uimatch-compare
2
from
"kosaki08/uimatch"
from
"kosaki08/uimatch"
3
Run a single-shot visual comparison between a Figma design node and an implementation URL (local app, Storybook iframe, or deployed page) using @uimatch/cli, then read the generated report to explain design fidelity and quality gate status. Use this skill when the user wants to check whether one specific UI component or page matches its Figma design or debug a particular mismatch.
2026-01-05
operator-substitutions.md
0
1
export
operator-substitutions
2
from
"site-bender/sitebender"
from
"site-bender/sitebender"
3
Using Toolsmith functions instead of raw JavaScript operators and methods (&&, ||, !, .length, ===, etc.). Use when writing conditionals, comparisons, logic operations, or working with collections. Prefer Toolsmith functions to reduce cognitive load and improve readability.
2026-01-05
change-planning.md
0
1
export
change-planning
2
from
"noodlbox/noodlbox-claude-plugins"
from
"noodlbox/noodlbox-claude-plugins"
3
Analyze blast radius, check what will break, review changes before commit. Use for pre-commit review, PR risk assessment, planning safe refactors, or checking if changes are safe to merge. NOT for debugging (use debugging) or exploring unfamiliar code (use exploring-codebases).
2026-01-05
verbalized-sampling.md
0
1
export
verbalized-sampling
2
from
"glnds/claude-config"
from
"glnds/claude-config"
3
Prompt engineering technique to overcome mode collapse in LLM responses by generating multiple answers with probabilities. Use when you want to see alternative responses beyond the top-ranked answer, explore the full distribution of possible responses, discover unexpected solutions, or understand the probability range of different answers. Particularly useful for creative tasks, complex decision-making, brainstorming, and situations where conventional top-ranked answers may be limiting.
2026-01-05
software-architecture.md
0
1
export
software-architecture
2
from
"Doyajin174/myskills"
from
"Doyajin174/myskills"
3
Clean Architecture and SOLID principles guide. Use this when designing systems, reviewing architecture, or making structural decisions.
2026-01-05
push-notifications.md
0
1
export
push-notifications
2
from
"timequity/vibe-coder"
from
"timequity/vibe-coder"
3
Firebase Cloud Messaging and Apple Push Notification Service setup.
2026-01-05
rag-wrapper.md
0
1
export
rag-wrapper
2
from
"mindmorass/reflex"
from
"mindmorass/reflex"
3
Patterns for wrapping any agent with RAG context from ChromaDB. Use to add persistent memory to imported or external agents.
2026-01-05
java-unit-tests.md
0
1
export
java-unit-tests
2
from
"Kacper99/kacpers-marketplace"
from
"Kacper99/kacpers-marketplace"
3
Comprehensive guidance for writing high-quality unit tests in Java projects using JUnit 5 and AssertJ. Use when writing unit tests, creating test classes, or need guidance on mocking strategies, assertions, test builders, or JUnit 5 best practices. Requires JUnit 5, AssertJ, and Mockito dependencies.
2026-01-05
global-coding-style.md
0
1
export
global-coding-style
2
from
"devmatrix-ai/devmatrix-mvp"
from
"devmatrix-ai/devmatrix-mvp"
3
Write clean, consistent, maintainable code following established naming conventions, formatting standards, and the DRY principle across all files in the codebase. Use this skill when writing or refactoring any code file regardless of language or framework to ensure consistent style. Use this skill when naming variables, functions, classes, and files, when formatting code with proper indentation, when creating small focused functions, or when removing dead code and unused imports. Use this skill for Python files, JavaScript/TypeScript files, CSS files, configuration files, or any programming language file. Use this skill when establishing code formatting standards with tools like Prettier, ESLint, Black, or RuboCop, or when applying the DRY principle to eliminate code duplication.
2026-01-05
principal-engineer.md
0
1
export
principal-engineer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when implementing features, writing production code, providing technical feedback on designs, or making implementation decisions. Apply when user asks to implement, build, code, develop, or create software. Also use when reviewing design documents from the architect perspective of implementation feasibility. Use proactively after system design is complete.
2026-01-05
backend-migrations.md
0
1
export
backend-migrations
2
from
"Software-Design-Club/todo-app"
from
"Software-Design-Club/todo-app"
3
Create and manage database migrations with reversible changes, zero-downtime deployments, and proper version control practices. Use this skill when creating database migration files, schema change scripts, or any files that modify database structure. Use this when writing migration files with up/down methods, implementing rollback strategies, creating or modifying database tables, adding or removing columns, creating indexes, or handling data migrations separately from schema changes. Use this when working on files in migration directories like db/migrate/, migrations/, or database/migrations/, or when modifying schema definition files.
2026-01-05
abp-framework-patterns.md
0
1
export
abp-framework-patterns
2
from
"thapaliyabikendra/ai-artifacts"
from
"thapaliyabikendra/ai-artifacts"
3
Master ABP Framework patterns including repository pattern, unit of work, domain services, application services, authorization, multi-tenancy, background jobs, and distributed events. Use when: (1) building ABP-based applications with DDD architecture, (2) creating CRUD services with Entity, AppService, DTOs, validators, (3) handling authorization/permissions, (4) generating ABP module code.
2026-01-05
typescript-strict.md
0
1
export
typescript-strict
2
from
"Barnhardt-Enterprises-Inc/quetrex-claude"
from
"Barnhardt-Enterprises-Inc/quetrex-claude"
3
Strict TypeScript rules. Use when writing ANY TypeScript.
2026-01-05
jira-wiki.md
0
1
export
jira-wiki
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Jira Wiki Markup (Text Formatting Notation) for formatting issue descriptions, comments, and custom fields. NOT Markdown—Jira uses different syntax. Use when formatting Jira text, creating tables/panels/code blocks in Jira, linking users/issues/attachments, writing Jira templates, or when any Jira formatting question arises. Triggers include "Jira markup", "Jira formatting", "Jira table", "Jira code block", "Jira panel", "link in Jira", "format Jira comment/description", "Jira wiki syntax".
2026-01-05
naming.md
0
1
export
naming
2
from
"site-bender/sitebender"
from
"site-bender/sitebender"
3
Naming conventions for files, folders, functions, types, components, constants, and URLs. Enforces camelCase, PascalCase, SCREAMING_SNAKE_CASE, and kebab-case rules. References abbreviations skill for handling abbreviations, initialisms, and acronyms. Use when naming anything in the codebase.
2026-01-05
moai-cc-mcp-builder.md
0
1
export
moai-cc-mcp-builder
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
AI-powered enterprise MCP (Model Context Protocol) server development orchestrator with Context7 integration, intelligent code generation, automated architecture design, and enterprise-grade server deployment patterns for advanced LLM service integration
2026-01-05
using-system-architect.md
0
1
export
using-system-architect
2
from
"tachyon-beep/hamlet"
from
"tachyon-beep/hamlet"
3
Use when you have architecture documentation from system-archaeologist and need critical assessment, refactoring recommendations, or improvement prioritization - routes to appropriate architect specialist skills
2026-01-05
web-search.md
0
1
export
web-search
2
from
"0xKahi/dotfiles"
from
"0xKahi/dotfiles"
3
search the web for information when user explicitly requests web searches, by identifying the nature of the request and delegating to appropriate subagents (@code-researcher for documentation/code examples, @web-researcher for general information)
2026-01-05
skill-gemini-file-search-tool.md
0
1
export
skill-gemini-file-search-tool
2
from
"dnvriend/gemini-file-search-tool"
from
"dnvriend/gemini-file-search-tool"
3
Manage Gemini RAG stores with Code-RAG support
2026-01-05
global-commenting.md
0
1
export
global-commenting
2
from
"mshafei721/Turbocat"
from
"mshafei721/Turbocat"
3
Write self-documenting code with minimal, evergreen comments that explain complex logic without documenting changes or temporary fixes. Use this skill when adding comments to any code file. When deciding whether code needs a comment or should be made more self-explanatory. When writing comments for complex algorithms or business logic. When tempted to add comments about recent changes, fixes, or TODOs. When reviewing existing comments for relevance and accuracy.
2026-01-05
review-coordinator.md
0
1
export
review-coordinator
2
from
"zacjones93/pokidex"
from
"zacjones93/pokidex"
3
Spawns 4 parallel review agents (Accessibility, React Router, React Core, Anders Hejlsberg) to conduct comprehensive multi-perspective code reviews
2026-01-05
backend-dev-guidelines.md
0
1
export
backend-dev-guidelines
2
from
"Hieubkav/wincellarCloneBackend"
from
"Hieubkav/wincellarCloneBackend"
3
Node.js/Express/TypeScript microservices development. Layered architecture (routes → controllers → services → repositories), BaseController, error handling, Sentry monitoring, Prisma, Zod validation, dependency injection. USE WHEN creating routes, controllers, services, repositories, middleware, API endpoints, database access, error tracking.
2026-01-05
cosmic-python.md
0
1
export
cosmic-python
2
from
"meaningfy-ws/agent-skills"
from
"meaningfy-ws/agent-skills"
3
Clean Architecture and Cosmic Python guidance for well-tested, layered Python systems. Use for designing Python projects with layered architecture (models, adapters, services, entrypoints), enforcing Clean Code and SOLID principles, testing strategies (unit tests, BDD, Gherkin), CI/CD setup (pytest, tox, importlinter), and architectural decision-making (ADRs). Applicable to systems requiring strict boundary enforcement, clean separation of concerns, and comprehensive test coverage.
2026-01-05