Browse Skills
20307 skills found
vulture-dead-code.md
6
1
export
vulture-dead-code
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Vulture and deadcode tools for detecting unused Python code (functions, classes, variables, imports).Use when cleaning up codebases, removing unused code, or enforcing code hygiene in CI.Triggered by: vulture, deadcode, dead code detection, unused code, code cleanup, remove unused.
2026-01-05
import-command.md
6
1
export
import-command
2
from
"nozomi-koborinai/koborin-ai"
from
"nozomi-koborinai/koborin-ai"
3
Convert Cursor custom commands (.cursor/commands/*.md) to Claude Code skills (.claude/skills/*/SKILL.md). Use when the user says "import command to skill", "convert command to skill", or "migrate cursor command".
2026-01-05
frontend-css.md
6
1
export
frontend-css
2
from
"coreyja/coreyja.com"
from
"coreyja/coreyja.com"
3
Write maintainable CSS following the project's established methodology, whether using Tailwind utility classes, BEM naming, CSS modules, or styled-components. Use this skill when styling UI components or pages with CSS, applying design system tokens for colors and spacing, or working with CSS frameworks. When writing utility classes, custom styles, or responsive design rules. When working with .css, .scss, .module.css files, or inline styles in JSX/templates. When establishing or maintaining design tokens for consistent styling. When optimizing CSS for production builds with purging or tree-shaking unused styles.
2026-01-05
godot-gameplay-developer.md
6
1
export
godot-gameplay-developer
2
from
"hhhh124hhhh/godot-mcp"
from
"hhhh124hhhh/godot-mcp"
3
Godot 核心玩法逻辑开发专家,支持自然语言描述自动实现角色控制、物理系统、游戏规则等核心功能
2026-01-05
uv-tool-management.md
6
1
export
uv-tool-management
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Install and manage global Python CLI tools with uv (pipx alternative). Coversuv tool install, uvx for ephemeral execution, tool isolation, and updates.Use when user mentions uv tool, uvx, installing CLI tools globally, pipxreplacement, or running Python tools without installation.
2026-01-05
functype-user.md
6
1
export
functype-user
2
from
"jordanburke/functype"
from
"jordanburke/functype"
3
Help developers use functype functional programming patterns in their TypeScript projects. Use this skill when converting imperative/OOP code to functional patterns, looking up functype APIs and methods, handling nulls with Option, managing errors with Either/Try, or working with immutable collections like List and Set.
2026-01-05
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
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
code-antipatterns-analysis.md
6
1
export
code-antipatterns-analysis
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Analyze codebases for anti-patterns, code smells, and quality issues using ast-grep structural pattern matching. Use when reviewing code quality, identifying technical debt, or performing comprehensive code analysis across JavaScript, TypeScript, Python, Vue, React, or other supported languages.
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
code-review.md
6
1
export
code-review
2
from
"Wizard1209/letta-client-bot"
from
"Wizard1209/letta-client-bot"
3
Reviews code changes with brief annotations. Use when user says "review code", "review changes", "what changed", or runs /code-review.
2026-01-05
get-and-manage-things-tasks.md
6
1
export
get-and-manage-things-tasks
2
from
"mybuddymichael/dotfiles"
from
"mybuddymichael/dotfiles"
3
Get and manage tasks from Things.app.
2026-01-05
dart-pub.md
6
1
export
dart-pub
2
from
"X-School-Academy/ai-dev-swarm"
from
"X-School-Academy/ai-dev-swarm"
3
To run Dart or Flutter pub commands like `pub get` or `pub add`, execute a pub command for the given roots.
2026-01-05
rg-code-search.md
6
1
export
rg-code-search
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Fast code search using ripgrep (rg) with smart defaults, regex patterns, and file filtering. Use when searching for text patterns, code snippets, or performing multi-file code analysis.
2026-01-05
playwright-testing.md
6
1
export
playwright-testing
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Playwright end-to-end testing for web applications. Cross-browser testing (Chromium, Firefox, WebKit),visual regression, API testing, mobile emulation. Use when writing E2E tests, testing across browsers,or setting up automated UI testing workflows.
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
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
mcp-firecrawl.md
6
1
export
mcp-firecrawl
2
from
"s-hiraoku/vscode-sidebar-terminal"
from
"s-hiraoku/vscode-sidebar-terminal"
3
This skill provides guidance for using Firecrawl MCP for web scraping and content extraction. Use when scraping web pages, crawling websites, searching the web with content extraction, mapping site URLs, or extracting structured data from web pages.
2026-01-05
vectorcode-semantic-search.md
6
1
export
vectorcode-semantic-search
2
from
"laurigates/dotfiles"
from
"laurigates/dotfiles"
3
Semantic code search with VectorCode using embeddings for finding code by meaning, not just keywords. Use when searching for code patterns, similar implementations, concept-based search, or when keyword search fails. Automatically available via MCP.
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