Browse Skills
16146 skills found
designing-clis.md
0
1
export
designing-clis
2
from
"technicalpickles/pickled-claude-plugins"
from
"technicalpickles/pickled-claude-plugins"
3
Use when building, improving, or reviewing command-line interfaces for better user experience - before implementing commands/output/errors, when users report confusion or frustration, or when CLI feels hard to use - provides UX principles, visual design techniques, and practical patterns for creating discoverable, delightful CLIs
2026-01-05
test-orchestrator.md
0
1
export
test-orchestrator
2
from
"JHaugaard/refine-workflow-skills"
from
"JHaugaard/refine-workflow-skills"
3
Set up testing infrastructure and strategy for a project. This skill should be used when a project is ready for testing setup, including test framework configuration, initial test scaffolding, and documentation of testing approach. Primarily a setup skill with guidance for ongoing testing.
2026-01-05
ca-django-tests.md
0
1
export
ca-django-tests
2
from
"ramonsaraiva/yadm"
from
"ramonsaraiva/yadm"
3
ALWAYS use this skill proactively for Consumer Affairs Django repositories (located in ../ca/ directory) when ANY of these occur - (1) User mentions coverage, codecov, test coverage, partial coverage, branch coverage, or uncovered lines/code (2) User asks to write tests, add tests, run tests, or fix test failures (3) User asks to implement features, fix bugs, or modify code in CA repos and tests are needed (4) User provides a file path containing 'test' or 'tests' in CA repos (5) After writing new code in CA repos that needs test coverage. This skill handles Django test execution using the 'ca magictest' command and ensures 100% code coverage for CI requirements.
2026-01-05
setup-flywheel.md
0
1
export
setup-flywheel
2
from
"bencassie/flywheel"
from
"bencassie/flywheel"
3
Configure Flywheel MCP server, validate connection, and onboard to your vault
2026-01-05
ggt.md
0
1
export
ggt
2
from
"shardulbee/dotfiles"
from
"shardulbee/dotfiles"
3
Gadget CLI (ggt) for managing Gadget.dev projects. Use this skill when working with Gadget projects, including:- Creating models and fields- Managing actions (CRUD, custom)- Syncing with Gadget platform (push, pull, dev)- Understanding Gadget project structureTriggers: "gadget", "ggt", "gadget model", "gadget action", "gadget field", "ggt add", "ggt push", "ggt pull", "schema.gadget.ts"
2026-01-05
content-expander.md
0
1
export
content-expander
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Takes a concise statement, bullet point, or short summary and expands it into a paragraph or section, enriching the content with relevant information and context.
2026-01-05
chatgpt-mcp-apps-kit.md
0
1
export
chatgpt-mcp-apps-kit
2
from
"AndurilCode/mcp-apps-kit"
from
"AndurilCode/mcp-apps-kit"
3
Guide for implementing ChatGPT Apps using OpenAI Apps SDK. Use when building MCP servers with interactive UI components that integrate with ChatGPT, including widget runtime, authentication, state management, and deployment to the ChatGPT platform.
2026-01-05
mcp-builder.md
0
1
export
mcp-builder
2
from
"untangledfinance/untangled-web"
from
"untangledfinance/untangled-web"
3
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
2026-01-05
mimir.md
0
1
export
mimir
2
from
"julianobarbosa/claude-code-skills"
from
"julianobarbosa/claude-code-skills"
3
Guide for implementing Grafana Mimir - a horizontally scalable, highly available, multi-tenant TSDB for long-term storage of Prometheus metrics. Use when configuring Mimir on Kubernetes, setting up Azure/S3/GCS storage backends, troubleshooting authentication issues, or optimizing performance.
2026-01-05
security-environment-standards.md
0
1
export
security-environment-standards
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Security and environment configuration standards for web applications, including environment variable management, secure coding practices, and production deployment security. Use when setting up environments, configuring security, or deploying applications.
2026-01-05
ln-130-tasks-docs-creator.md
0
1
export
ln-130-tasks-docs-creator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Creates task management documentation (docs/tasks/README.md + kanban_board.md). L2 Worker in ln-100-documents-pipeline. Sets up Linear integration and task tracking rules.
2026-01-05
component-usage-analysis.md
0
1
export
component-usage-analysis
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Analyse component dependencies and usage patterns in a Drupal/Twig component library. Use when user asks to find where a component is used, check if a component can be safely removed, audit component dependencies, find components using specific properties, or analyse impact of refactoring a component.
2026-01-05
forensic-surgeon.md
0
1
export
forensic-surgeon
2
from
"agentydragon/ducktape"
from
"agentydragon/ducktape"
3
Deep forensic debugging that never stops until root cause is found or visibility limit is proven. Use when user wants to understand exactly why something is broken, not work around it. Activates on "why is this happening", "dig deeper", "don't work around it", "I want to understand", "find the root cause", "this seems suspicious", or when a problem suggests deeper breakage.
2026-01-05
meme-generation.md
0
1
export
meme-generation
2
from
"franklinbaldo/egregora"
from
"franklinbaldo/egregora"
3
Generate relevant memes using the memegen.link API. Use this skill when users request memes, want to add humor to content, or need visual aids for social media. Supports hundreds of popular meme templates with custom text and styling options.
2026-01-05
a2ui-v0-8.md
0
1
export
a2ui-v0-8
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
使用 A2UI v0.8(以 renderers/lit/src/0.8 与 specification/0.8 为准)生成服务端 JSONL UI 消息,并实现客户端事件与 A2A 扩展回传。适用于把用户需求转成 A2UI 组件树+数据模型+渲染序列,以及处理 action/userAction 与后端接口调用的场景。
2026-01-05
java-best-practices.md
0
1
export
java-best-practices
2
from
"clostaunau/holiday-card"
from
"clostaunau/holiday-card"
3
Comprehensive Java development best practices covering SOLID principles, DRY, Clean Code, Java-specific patterns (Optional, immutability, streams, lambdas), exception handling, collections, concurrency, testing with JUnit 5 and Mockito, code organization, performance optimization, and common anti-patterns. Essential reference for uncle-duke-java agent during code reviews and architecture guidance.
2026-01-05
graphql.md
0
1
export
graphql
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
GraphQL API development including schemas, resolvers, queries, mutations, and subscriptions. Activate for GraphQL servers, clients, and API design.
2026-01-05
js-micro-utilities.md
0
1
export
js-micro-utilities
2
from
"matthewharwood/fantasy-phonics"
from
"matthewharwood/fantasy-phonics"
3
Zero-dependency JavaScript utilities using native APIs and just-* micro-packages. Use when manipulating objects, arrays, strings, numbers, or functions. Scan tables for native solution first (backticks), fall back to just-* package only when needed. Prefer native over dependencies.
2026-01-05
ui-creator.md
0
1
export
ui-creator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
This skill should be used when users want to create new UIs, improve existing UIs, compare UI variations (A/B testing), or build component libraries. Combines visual design principles with code implementation (React/Vue) and Playwright-based evaluation to objectively assess UI quality through accessibility audits, performance metrics, and visual regression testing. Use when tasks involve UI design, component creation, accessibility testing, or design system development.
2026-01-05
canonical-format-checker.md
0
1
export
canonical-format-checker
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
This skill should be used when content teaches patterns (skills, subagents, ADRs, PHRs, specifications) that have canonical sources elsewhere. Prevents format drift by ensuring content references and follows the authoritative format from canonical sources. Use before implementing lessons that teach platform patterns, or when reviewing content for format consistency.
2026-01-05
prompt-template-designer.md
0
1
export
prompt-template-designer
2
from
"92Bilal26/TaskPilotAI"
from
"92Bilal26/TaskPilotAI"
3
Design reusable prompt templates that encode domain-specific patterns for recurring AI tasks.Use when you've executed similar prompts 2+ times and need to capture the pattern as reusableintelligence. NOT for one-off prompts or generic "ask AI a question" patterns.
2026-01-05
project-validator.md
0
1
export
project-validator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Validates apps-in-toss project configuration and structure for both web and React Native apps. Use when checking if granite.config.ts is properly configured, verifying required files exist, validating package.json has framework dependencies, ensuring project structure follows apps-in-toss conventions, or debugging project setup issues.
2026-01-05
databricks-asset-bundles.md
0
1
export
databricks-asset-bundles
2
from
"vivekgana/databricks-platform-marketplace"
from
"vivekgana/databricks-platform-marketplace"
3
Modern deployment with Databricks Asset Bundles (DAB), supporting multi-environment configurations and CI/CD integration.
2026-01-05
enhancing-authors.md
0
1
export
enhancing-authors
2
from
"alexanderop/second-brain-nuxt"
from
"alexanderop/second-brain-nuxt"
3
Enhance author profiles by filling missing fields. Use when asked to "enhance author", "complete author profile", "find author info", or "update author details". Fills bio, avatar, website, and social links via parallel web research.
2026-01-05