Browse Skills
44915 skills found
solve-puzzle.md
0
1
export
solve-puzzle
2
from
"JohnStrunk/advent-of-ai-2025"
from
"JohnStrunk/advent-of-ai-2025"
3
Use this to solve the Advent of Code daily puzzles.
2026-01-05
cleanup-guide.md
0
1
export
cleanup-guide
2
from
"chkim-su/skillmaker"
from
"chkim-su/skillmaker"
3
Detect unnecessary files and provide cleanup recommendations
2026-01-05
frontend-design.md
0
1
export
frontend-design
2
from
"Surikesh/vmautomation-react"
from
"Surikesh/vmautomation-react"
3
Improving frontend design beyond generic defaults. Use when creating UI components, landing pages, dashboards, or any visual frontend work. Keywords: "design", "UI", "UX", "styling", "CSS", "visual", "layout", "typography", "animation", "theme", "colors", "fonts". Addresses LLM distributional convergence toward safe, generic choices.
2026-01-05
manage-python-env.md
0
1
export
manage-python-env
2
from
"dudusoar/VRP-Toolkit"
from
"dudusoar/VRP-Toolkit"
3
Quick reference for uv (fast Python package manager) operations to save tokens. Use when creating virtual environments, installing packages, managing dependencies, or when user asks about uv commands. Provides concise patterns for Python project setup and package management.
2026-01-05
my-skill-name.md
0
1
export
my-skill-name
2
from
"TheBBz/HFTPM"
from
"TheBBz/HFTPM"
3
Used to create a new skill. Used when a user wants to create a new skill
2026-01-05
wcag-aria-lookup.md
0
1
export
wcag-aria-lookup
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Looks up WCAG 2.1 AA criteria and WAI-ARIA patterns, returning official W3C URLs with concise summaries. Use when user asks about accessibility standards, WCAG criteria (e.g., "1.4.3", "contrast"), ARIA attributes (e.g., "aria-expanded", "role=dialog"), or accessible component patterns (e.g., "accessible tabs", "modal dialog a11y").
2026-01-05
symbols.md
0
1
export
symbols
2
from
"miethe/ai-scratchpad"
from
"miethe/ai-scratchpad"
3
Token-efficient codebase navigation through intelligent symbol loading and querying. Use this skill when implementing new features (find existing patterns), exploring codebase structure, searching for components/functions/types, or understanding architectural layers. Reduces token usage by 60-95% compared to loading full files. Layer split enables 50-80% additional backend efficiency.
2026-01-05
mutation-testing.md
0
1
export
mutation-testing
2
from
"cskiro/claudex"
from
"cskiro/claudex"
3
Use PROACTIVELY when checking if tests catch real bugs, assessing test suite quality, finding weak tests, or measuring mutation score. Validates test effectiveness beyond coverage metrics by introducing code mutations. Supports Stryker (JS/TS), PIT (Java), mutmut (Python). Not for projects without existing test suites.
2026-01-05
claude-code-optimizer.md
0
1
export
claude-code-optimizer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Claude Code productivity patterns including EPCC workflow, context management, and extended thinking triggers. Use when starting sessions or managing context.
2026-01-05
create-application-slash-command.md
0
1
export
create-application-slash-command
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Creates Application Slash Command definition and handler following clean architecture
2026-01-05
performance-budget-enforcer.md
0
1
export
performance-budget-enforcer
2
from
"hopeoverture/worldbuilding-app-skills"
from
"hopeoverture/worldbuilding-app-skills"
3
Monitors Lighthouse scores and JavaScript bundle sizes across deployments with automated alerts when performance thresholds are exceeded. This skill should be used when setting up performance monitoring, enforcing bundle size limits, tracking Lighthouse metrics, or adding performance regression detection. Use for performance budgets, bundle size, Lighthouse CI, performance monitoring, regression detection, or web vitals tracking.
2026-01-05
factor-models.md
0
1
export
factor-models
2
from
"kerryback/mgmt638"
from
"kerryback/mgmt638"
3
Expert in factor modeling, including Fama-French factors, quality factors, value factors, and multi-factor portfolio analysis. Use when students need to construct factor portfolios, run factor regressions, analyze factor exposures, or implement systematic equity strategies.
2026-01-05
production-check.md
0
1
export
production-check
2
from
"metasaver/metasaver-marketplace"
from
"metasaver/metasaver-marketplace"
3
Use when verifying code is production-ready. Runs build, lint, and test commands to check compilation, code quality, and test suite. Essential validation step for /build and /audit commands.
2026-01-05
bio-igv.md
0
1
export
bio-igv
2
from
"dakesan/cc-dnawork-plugin"
from
"dakesan/cc-dnawork-plugin"
3
This skill should be used when the user needs to visualize BAM alignment files in IGV (Integrative Genomics Viewer). Triggers include requests to generate IGV screenshots, visualize genomic regions with multiple BAM tracks, or create batch visualizations for WGS analysis results.
2026-01-05
mcp-development.md
0
1
export
mcp-development
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
MCPサーバー開発を支援します。プロトコル準拠、Pydanticスキーマ設計、Playwright統合のベストプラクティスを提供します。
2026-01-05
m365-agent-scaffolder.md
0
1
export
m365-agent-scaffolder
2
from
"sebastienlevert/m365-copilot-skills"
from
"sebastienlevert/m365-copilot-skills"
3
Quickly scaffolds new Microsoft 365 Copilot declarative agent projects using ATK CLI. Collects basic project information and creates the initial project structure. Use only when creating a new empty M365 Copilot agent project from scratch.
2026-01-05
jelly-mysql-skill.md
0
1
export
jelly-mysql-skill
2
from
"dev-jelly/jelly-dotclaude"
from
"dev-jelly/jelly-dotclaude"
3
Execute safe SELECT queries against MySQL/MariaDB databases with connection pooling, SQL injection prevention, and automatic result formatting. Activated when users mention "mysql", "mariadb", or need SQL database operations.
2026-01-05
rspress-nav.md
0
1
export
rspress-nav
2
from
"savvy-web/developer-docs"
from
"savvy-web/developer-docs"
3
Configure RSPress navigation bars and sidebars with _nav.json and _meta.json files. Use when setting up navigation, organizing sidebar sections, or configuring collapsible menu items.
2026-01-05
nuxt-ui-tdd.md
0
1
export
nuxt-ui-tdd
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Guide for building Vue 3 components with NuxtUI using strict Test-Driven Development (TDD) methodology enforced by a TDD guard hook. Use this skill when implementing new UI components (atoms, molecules, organisms) for the Poche project, creating Storybook stories with interaction tests, or working within the RED-GREEN-REFACTOR cycle. Particularly useful when the user mentions "TDD", "test-first", "create a component", "build a component", "implement [ComponentName]", or when adding UI functionality.
2026-01-05
focus-ai-brand.md
0
1
export
focus-ai-brand
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Apply Focus.AI brand guidelines to documents, presentations, websites, and other materials. Supports two sub-brands - Focus.AI Client (services, proposals, client work) and Focus.AI Labs (research, experiments, public content). Use when creating branded materials, applying visual identity, or generating content that needs to follow Focus.AI style. Trigger on "focus.ai style", "focus brand", "labs style", or requests for branded Focus.AI materials.
2026-01-05
delivery-and-infra.md
0
1
export
delivery-and-infra
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when designing cloud infrastructure, CI/CD pipelines, or deployment strategies
2026-01-05
frontend-design.md
0
1
export
frontend-design
2
from
"samb-park/DividendTracker"
from
"samb-park/DividendTracker"
3
Use when asked to build web components, pages, or applications. Creates distinctive, production-grade frontend interfaces with high design quality that avoids generic AI aesthetics.
2026-01-05
svelte.md
0
1
export
svelte
2
from
"dylantarre/design-system-skills"
from
"dylantarre/design-system-skills"
3
Builds token-driven Svelte 5 components with runes ($state, $props) and TypeScript. Use when creating Svelte component libraries, integrating design tokens, or building SvelteKit design system components.
2026-01-05
depth-interviewing-career.md
0
1
export
depth-interviewing-career
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
キャリア設計のためのデプスインタビューを実施し、本人の価値観・強み・動機を引き出す。5 Whys、ラダリング法を用いてキャリアビジョンの明確化を支援し、すべての会話をファイルに記録する。転職相談、自己理解、キャリアカウンセリング時に使用する。
2026-01-05