Browse Skills
16146 skills found
global-error-handling.md
6
1
export
global-error-handling
2
from
"coreyja/coreyja.com"
from
"coreyja/coreyja.com"
3
Implement robust error handling with user-friendly messages, specific exception types, centralized error boundaries, and graceful degradation strategies. Use this skill when implementing error handling logic in any part of the application. When writing try-catch blocks, error boundaries, or exception handlers. When validating input and failing fast with clear error messages. When handling API errors, network failures, or external service timeouts. When implementing retry strategies with exponential backoff. When ensuring resources are properly cleaned up in finally blocks. When displaying error messages to users without exposing technical details. This skill applies to all error handling across frontend and backend code.
2026-01-05
mcp-server-management.md
6
1
export
mcp-server-management
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Intelligent MCP server installation and management. Suggests MCP servers based on project context and helps install them project-by-project. Use when configuring MCP servers or when project needs specific integrations.
2026-01-05
frontend-accessibility.md
6
1
export
frontend-accessibility
2
from
"coreyja/coreyja.com"
from
"coreyja/coreyja.com"
3
Build accessible user interfaces with semantic HTML, proper ARIA attributes, keyboard navigation, and screen reader compatibility. Use this skill when creating or modifying HTML markup, UI components, forms, or interactive elements. When implementing keyboard navigation, focus management, or tab order. When adding alternative text for images or labels for form inputs. When ensuring sufficient color contrast ratios. When working with navigation menus, modals, buttons, or dynamic content. When structuring pages with proper heading hierarchy (h1-h6). When testing UI changes for screen reader compatibility.
2026-01-05
dev-swarm-refine-mcp-skill-descriptions.md
6
1
export
dev-swarm-refine-mcp-skill-descriptions
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
Review and refine MCP skill descriptions to follow the agent skill specification, and record approved overrides in dev-swarm/mcp_descriptions.yaml. Use when the user asks to update one MCP skill description, all skills from a server, or all MCP skills.
2026-01-05
initiate-new-disorder-creation.md
6
1
export
initiate-new-disorder-creation
2
from
"monarch-initiative/dismech"
from
"monarch-initiative/dismech"
3
Skill for initiating new disorder YAML files in the dismech knowledge base. Use this skill when the user asks to create a new disorder entry. Also useful for enhancing existing entries.
2026-01-05
awslabs-aws-api-mcp-server-suggest-aws-commands.md
6
1
export
awslabs-aws-api-mcp-server-suggest-aws-commands
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
To get possible AWS CLI commands from a natural-language request, suggest candidate `aws ...` commands when the exact service, operation, or syntax is unclear; use before call-aws.
2026-01-05
ci-fix-failures.md
6
1
export
ci-fix-failures
2
from
"mvillmow/ml-odyssey"
from
"mvillmow/ml-odyssey"
3
Diagnose and fix CI/CD failures by analyzing logs, reproducing locally, and applying fixes. Use when CI checks fail on pull requests.
2026-01-05
fixing-templates.md
6
1
export
fixing-templates
2
from
"plvo/create-faster"
from
"plvo/create-faster"
3
Use when fixing template issues in create-faster - indentation, spacing, typos, or formatting problems in .hbs files
2026-01-05
buck2-query-helper.md
6
1
export
buck2-query-helper
2
from
"thoughtpolice/a"
from
"thoughtpolice/a"
3
Runs common Buck2 queries for dependency analysis, target inspection, and build graph exploration. Use when investigating dependencies, finding reverse dependencies, filtering by rule type, or understanding target relationships in the monorepo.
2026-01-05
ruff-integration.md
6
1
export
ruff-integration
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Integrate ruff with editors, pre-commit hooks, and CI/CD pipelines. LSP configuration, GitHub Actions, GitLab CI, and development workflows. Use when setting up ruff tooling or configuring development environments.
2026-01-05
global-coding-style.md
6
1
export
global-coding-style
2
from
"coreyja/coreyja.com"
from
"coreyja/coreyja.com"
3
Maintain consistent code formatting, naming conventions, and structure across the entire codebase with automated tools and clear standards. Use this skill when writing any code in any language or framework. When naming variables, functions, classes, or files. When formatting code with proper indentation and line breaks. When refactoring code to remove duplication or extract reusable functions. When running linters or formatters to ensure consistency. When removing dead code, unused imports, or commented-out blocks. When applying DRY principles to avoid code duplication. This skill applies universally to all programming tasks.
2026-01-05
openshift-expert.md
6
1
export
openshift-expert
2
from
"openshift/release-tests"
from
"openshift/release-tests"
3
OpenShift platform and Kubernetes expert with deep knowledge of cluster architecture, operators, networking, storage, troubleshooting, and CI/CD pipelines. Use for analyzing test failures, debugging cluster issues, understanding operator behavior, investigating build problems, or any OpenShift/Kubernetes-related questions.
2026-01-05
tfc-run-status.md
6
1
export
tfc-run-status
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Quick status check for Terraform Cloud runs showing status, resource changes, timestamps, and available actions. Use when monitoring run progress or checking if a run can be applied/canceled. Requires TFE_TOKEN environment variable.
2026-01-05
sveltekit-patterns.md
6
1
export
sveltekit-patterns
2
from
"spences10/devhub-crm"
from
"spences10/devhub-crm"
3
SvelteKit patterns for devhub-crm. Use for remote functions (query, form, command), routing, and server-side logic.
2026-01-05
sveltekit-data-flow.md
6
1
export
sveltekit-data-flow
2
from
"Seeker1911/dotfiles"
from
"Seeker1911/dotfiles"
3
SvelteKit data flow guidance. Use for load functions, form actions, and server/client data. Covers +page.server.ts vs +page.ts, serialization, fail(), redirect(), error().
2026-01-05
vscode-bug-hunter.md
6
1
export
vscode-bug-hunter
2
from
"s-hiraoku/vscode-sidebar-terminal"
from
"s-hiraoku/vscode-sidebar-terminal"
3
This skill provides systematic bug detection and discovery capabilities for VS Code extensions. Use when searching for hidden bugs, analyzing code for potential issues, investigating suspicious behavior, performing code audits, or proactively finding bugs before they manifest. Covers static analysis patterns, dynamic analysis techniques, code smell detection, and systematic codebase investigation.
2026-01-05
code-review-playbook.md
6
1
export
code-review-playbook
2
from
"ArieGoldkin/ai-agent-hub"
from
"ArieGoldkin/ai-agent-hub"
3
Use this skill when conducting or improving code reviews. Provides structured review processes, conventional comments patterns, language-specific checklists, and feedback templates. Ensures consistent, constructive, and thorough code reviews across teams.
2026-01-05
spec-scaffold.md
6
1
export
spec-scaffold
2
from
"elct9620/claudekit"
from
"elct9620/claudekit"
3
Process any SDD (Specification-Driven Development) operations related to creating or updating specification documents. Always use this skill when dealing with specifications, e.g. constitution, specification document, architecture-related documents, roadmap, glossary, etc.
2026-01-05
gesttione-design-system.md
6
1
export
gesttione-design-system
2
from
"marcioaltoe/claude-craftkit"
from
"marcioaltoe/claude-craftkit"
3
Expert in Gesttione Design System with deep knowledge of brand colors, metric tokens, typography, and component patterns. **ALWAYS use for Gesttione projects when applying brand colors, creating metric visualizations, or building dashboard components.** Use when user needs Gesttione-specific styling, metric visualizations, dashboard components, or brand-compliant UI. Examples - "create revenue metric card", "use Gesttione brand colors", "design dashboard with metrics", "apply brand identity", "create metric visualization".
2026-01-05
vscode-extension-expert.md
6
1
export
vscode-extension-expert
2
from
"s-hiraoku/vscode-sidebar-terminal"
from
"s-hiraoku/vscode-sidebar-terminal"
3
This skill provides expert-level guidance for VS Code extension development. Use when implementing new extension features, debugging extension code, designing WebView UIs, implementing Language Server Protocol features, or optimizing extension performance. Covers activation events, contribution points, VS Code API patterns, security best practices, testing strategies, and publishing workflows.
2026-01-05
ci-validate-workflow.md
6
1
export
ci-validate-workflow
2
from
"mvillmow/ml-odyssey"
from
"mvillmow/ml-odyssey"
3
Validate GitHub Actions workflow files for syntax, best practices, and correctness. Use before committing workflow changes or when workflows fail.
2026-01-05
edge-computing-patterns.md
6
1
export
edge-computing-patterns
2
from
"ArieGoldkin/ai-agent-hub"
from
"ArieGoldkin/ai-agent-hub"
3
Deploy to edge runtimes (Cloudflare Workers, Vercel Edge, Deno Deploy) for globally distributed, low-latency applications. Master edge middleware, streaming, and runtime constraints for 2025+ edge computing.
2026-01-05
claude-code-github-workflows.md
6
1
export
claude-code-github-workflows
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Claude Code workflow design and automation patterns for PR reviews, issue triage, and CI/CD integration. Use when creating or modifying GitHub Actions workflows that integrate Claude Code.
2026-01-05
research.md
6
1
export
research
2
from
"jeffh/claude-plugins"
from
"jeffh/claude-plugins"
3
Comprehensive research, analysis, and content extraction system. Multi-source parallel research using available researcher agents. Deep content analysis with extended thinking. Intelligent retrieval for difficult sites. Fabric pattern selection for 242+ specialized prompts. USE WHEN user says 'do research', 'extract wisdom', 'analyze content', 'find information about', or requests web/content research.
2026-01-05