Browse Skills
20307 skills found
javascript-documentation-standard.md
0
1
export
javascript-documentation-standard
2
from
"Perlover/agent-os-test-skills"
from
"Perlover/agent-os-test-skills"
3
MANDATORY for ALL JavaScript code! PROACTIVE - Use when writing JavaScript/TypeScript code. Requires JSDoc comments with @skill-verified tag for all functions. Essential for code documentation and IDE support.
2026-01-05
td-hierarchical-clustering.md
0
1
export
td-hierarchical-clustering
2
from
"teradata-labs/claude-cookbooks"
from
"teradata-labs/claude-cookbooks"
3
Hierarchical clustering for nested data grouping
2026-01-05
chapter-content-generator.md
0
1
export
chapter-content-generator
2
from
"vishalsachdev/database-management"
from
"vishalsachdev/database-management"
3
This skill generates comprehensive chapter content for intelligent textbooks after the book-chapter-generator skill has created the chapter structure. Use this skill when a chapter index.md file exists with title, summary, and concept list, and detailed educational content needs to be generated at the appropriate reading level with rich non-text elements including diagrams, infographics, and MicroSims. (project, gitignored)
2026-01-05
launch-planner.md
0
1
export
launch-planner
2
from
"sgueye00/andmoov"
from
"sgueye00/andmoov"
3
Helps turn app ideas into shippable MVPs with opinionated guidance on scoping, tech stack (Next.js, Supabase, Vercel), and avoiding feature creep. Use when the user wants to plan an MVP, create a PRD, generate Claude Code prompts, scope features, make product decisions, or needs help staying focused on shipping. Triggers include "plan this app", "help me scope this", "create a PRD", "what should I build first", "generate a Claude Code prompt", or any request to turn an idea into something shippable.
2026-01-05
kpi-code-quality.md
0
1
export
kpi-code-quality
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
KPI for measuring and improving code quality. Covers lint errors, type safety, test coverage, and verification pass rates. Use to ensure code meets quality standards.
2026-01-05
eleventy.md
0
1
export
eleventy
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Build content-focused websites with Eleventy (11ty). Use when creating templates (.njk, .liquid), working with data cascade, collections, or deploying static sites.
2026-01-05
project-conventions.md
0
1
export
project-conventions
2
from
"lightrao/kiloSkillTest"
from
"lightrao/kiloSkillTest"
3
Every code need inline doc comments.
2026-01-05
python-performance.md
0
1
export
python-performance
2
from
"pproenca/dot-claude-old"
from
"pproenca/dot-claude-old"
3
Use when Python code runs slowly, needs profiling, requires async/await patterns, or needs concurrent execution - covers profiling tools, optimization patterns, and asyncio; measure before optimizing (plugin:python@dot-claude)
2026-01-05
opencode-cli.md
0
1
export
opencode-cli
2
from
"SpillwaveSolutions/opencode_cli"
from
"SpillwaveSolutions/opencode_cli"
3
This skill should be used when configuring or using the OpenCode CLI for headless LLM automation. Use when the user asks to "configure opencode", "use opencode cli", "set up opencode", "opencode run command", "opencode model selection", "opencode providers", "opencode vertex ai", "opencode mcp servers", "opencode ollama", "opencode local models", "opencode deepseek", "opencode kimi", "opencode mistral", "fallback cli tool", or "headless llm cli". Covers command syntax, provider configuration, Vertex AI setup, MCP servers, local models, cloud providers, and subprocess integration patterns.
2026-01-05
xunit-testing-patterns.md
0
1
export
xunit-testing-patterns
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Master xUnit testing patterns for ABP Framework applications including unit tests, integration tests, test data seeders, and mocking strategies. Use when: (1) writing xUnit tests for ABP services, (2) creating test data seeders, (3) implementing integration tests, (4) setting up test infrastructure.
2026-01-05
review-agent.md
0
1
export
review-agent
2
from
"Unicorn/Radium"
from
"Unicorn/Radium"
3
Reviews code for quality, security, and best practices
2026-01-05
process-github-issues.md
0
1
export
process-github-issues
2
from
"arlenagreer/claude_configuration_docs"
from
"arlenagreer/claude_configuration_docs"
3
Automatically process open GitHub bug reports by spawning subagents that use the frontend-debug skill to fix each issue in isolated branches. This skill should be used when the user wants to systematically address multiple GitHub Issues without context pollution in the main session. Ideal for batch bug-fixing workflows.
2026-01-05
golang-database-patterns.md
0
1
export
golang-database-patterns
2
from
"danielseltzer/code-analysis-tools"
from
"danielseltzer/code-analysis-tools"
3
Go database integration patterns using sqlx, pgx, and migration tools like golang-migrate
2026-01-05
graphic-design-expert.md
0
1
export
graphic-design-expert
2
from
"Beerspitnight/cc-skills"
from
"Beerspitnight/cc-skills"
3
Expert guidance on typography, color theory, layout, UI/UX patterns, and converting design to CSS/Tailwind.
2026-01-05
deploy.md
0
1
export
deploy
2
from
"ignitabull18/product-dev-os"
from
"ignitabull18/product-dev-os"
3
Deploy applications to Coolify servers and Docker VPS instances
2026-01-05
native-tools.md
0
1
export
native-tools
2
from
"settlemint/agent-marketplace"
from
"settlemint/agent-marketplace"
3
Claude Code native tools reference. Prefer native tools over bash commands for file operations, search, and orchestration.
2026-01-05
theater-detection-audit.md
0
1
export
theater-detection-audit
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Performs comprehensive audits to detect placeholder code, mock data, TODO markers, and incomplete implementations in codebases. Use this skill when you need to find all instances of "theater" in code such as hardcoded mock responses, stub functions, commented-out production logic, or fake data that needs to be replaced with real implementations. The skill systematically identifies these instances, reads their full context, and completes them with production-quality code.
2026-01-05
prettier-config-generator.md
0
1
export
prettier-config-generator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate Prettier configuration files for consistent code formatting across JavaScript, TypeScript, CSS, and other file types. Triggers on "create prettier config", "generate prettier configuration", "prettier setup", "code formatting config".
2026-01-05
performance-hunter.md
0
1
export
performance-hunter
2
from
"j0KZ/mcp-agents"
from
"j0KZ/mcp-agents"
3
Find and fix performance bottlenecks in ANY language or framework. Use when applications are slow, memory usage is high, or you need to optimize critical paths.
2026-01-05
video-production-guidelines.md
0
1
export
video-production-guidelines
2
from
"mycurelabs/easyjoey.com"
from
"mycurelabs/easyjoey.com"
3
Video script writing and production methodology for MYCURE using Apple Keynote presentation principles and two-column AV script format. Auto-activates for video scripts, scene breakdowns, production planning, tutorial videos, demo videos, explainer content. Includes one-message-per-scene principle, visual-audio harmony, 3-second rule, and professional script notation.
2026-01-05
translator.md
0
1
export
translator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Translate code comments, documentation, and UI strings between multiple languages. Use when internationalizing applications or translating technical documentation.
2026-01-05
legacy-modernizer.md
0
1
export
legacy-modernizer
2
from
"j0KZ/mcp-agents"
from
"j0KZ/mcp-agents"
3
Modernize legacy code safely in ANY project without breaking existing functionality
2026-01-05
env-standalone.md
0
1
export
env-standalone
2
from
"sayali-ingle-pdl/adusa-ai-vuejs-app-template"
from
"sayali-ingle-pdl/adusa-ai-vuejs-app-template"
3
Conditionally generates .env.standalone file for micro-frontend applications only. Enables running micro-frontends in standalone mode without single-spa launcher. Skipped for standalone applications.
2026-01-05
careercopilot-agent-scaffolder.md
0
1
export
careercopilot-agent-scaffolder
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Scaffolds a new Python agent for autonomous AI tasks in 'src/agents/'. Agents are autonomous components that handle complex operations (resume analysis, job matching, KSC generation). Use when asked to create a new AI agent or automation component.
2026-01-05