Browse Skills
20307 skills found
mcp-builder.md
0
1
export
mcp-builder
2
from
"SammySnake-d/ai-frontend-scaffold"
from
"SammySnake-d/ai-frontend-scaffold"
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
nextjs-advanced-routing.md
0
1
export
nextjs-advanced-routing
2
from
"mcclowes/vague-playground"
from
"mcclowes/vague-playground"
3
Guide for advanced Next.js App Router patterns including Route Handlers, Parallel Routes, Intercepting Routes, Server Actions, error boundaries, draft mode, and streaming with Suspense. CRITICAL for server actions (action.ts, actions.ts files, 'use server' directive), setting cookies from client components, and form handling. Use when requirements involve server actions, form submissions, cookies, mutations, API routes, `route.ts`, parallel routes, intercepting routes, or streaming. Essential for separating server actions from client components.
2026-01-05
command-creator.md
0
1
export
command-creator
2
from
"inchan/cc-skills"
from
"inchan/cc-skills"
3
Create, modify, and manage Claude Code slash commands. Use when users request to create new custom commands, update existing commands, or need templates for common command patterns. Also use when agents or other skills need to automatically generate slash commands for specific workflows.
2026-01-05
prompt-engineering.md
0
1
export
prompt-engineering
2
from
"cuba6112/researchagent"
from
"cuba6112/researchagent"
3
Comprehensive prompt engineering techniques for Claude models. Use this skill when crafting, optimizing, or debugging prompts for Claude API, Claude Code, or any Claude-powered application. Covers system prompts, role prompting, multishot examples, chain of thought, XML structuring, long context handling, extended thinking, prompt chaining, Claude 4.x-specific best practices, and agentic orchestration including subagents, agent loops, skills, MCP integration, and multi-agent workflows.
2026-01-05
authoring-code.md
0
1
export
authoring-code
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Code quality standards for writing and reviewing. Use when writing new code, reviewing PRs, refactoring, or making architectural decisions.
2026-01-05
codex-review.md
0
1
export
codex-review
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Delegates code review to OpenAI Codex CLI. Use when user says "코드 리뷰해줘", "Codex한테 리뷰 맡겨", "PR 검토해줘", "코드 품질 체크", "리팩토링 제안해줘", "second opinion", or asks for code review, refactoring suggestions.
2026-01-05
ai-ml-integration.md
0
1
export
ai-ml-integration
2
from
"miles990/claude-software-skills"
from
"miles990/claude-software-skills"
3
AI/ML APIs, LLM integration, and intelligent application patterns
2026-01-05
writing-openstudio-model-measures.md
0
1
export
writing-openstudio-model-measures
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Write OpenStudio ModelMeasures (Ruby scripts that modify .osm files) for building energy models. Use when creating measures, writing measure.rb files, or modifying OpenStudio models programmatically. Targets OpenStudio 3.9 with best practices from NREL documentation.
2026-01-05
z-index-scale.md
0
1
export
z-index-scale
2
from
"dylantarre/design-system-skills"
from
"dylantarre/design-system-skills"
3
Generates systematic z-index tokens for layering management. Use when organizing stacking contexts, modal/dropdown z-index, tooltip layers, or fixing z-index conflicts. Outputs CSS, Tailwind, or JSON.
2026-01-05
building-stories-with-tdd.md
0
1
export
building-stories-with-tdd
2
from
"lenneTech/claude-code"
from
"lenneTech/claude-code"
3
Expert for building user stories using Test-Driven Development (TDD) with NestJS and @lenne.tech/nest-server. Implements new features by creating story tests first in tests/stories/, then uses generating-nest-servers skill to develop code until all tests pass. Ensures high code quality and security compliance. Use in projects with @lenne.tech/nest-server in package.json dependencies (supports monorepos with projects/*, packages/*, apps/* structure).
2026-01-05
a11y-tester.md
0
1
export
a11y-tester
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Run automated accessibility tests on URLs or HTML content using axe-core engine to WCAG 2.2 AA standards, then format findings as standardized issue reports. Use this skill when users want to test website accessibility, find WCAG violations, audit pages for accessibility issues, check if sites are accessible, analyze HTML for accessibility problems, or create accessibility issue tickets. Triggers on requests like "test accessibility", "check for WCAG violations", "audit this URL", "is this page accessible", "find accessibility issues", or "write accessibility issues".
2026-01-05
scope-check.md
0
1
export
scope-check
2
from
"metasaver/metasaver-marketplace"
from
"metasaver/metasaver-marketplace"
3
Use when determining which repositories or files a task affects. Distinguishes between target repos (where changes happen) and reference repos (for learning patterns). Supports both standard mode returning { targets, references } and audit mode detecting specific config files to audit. Returns structured scope object.
2026-01-05
nextjs-pathname-id-fetch.md
0
1
export
nextjs-pathname-id-fetch
2
from
"mcclowes/vague-playground"
from
"mcclowes/vague-playground"
3
Focused pattern for fetching data using URL parameters in Next.js. Covers creating dynamic routes ([id], [slug]) and accessing route parameters in server components to fetch data from APIs. Use when building pages that display individual items (product pages, blog posts, user profiles) based on a URL parameter. Complements nextjs-dynamic-routes-params with a simplified, common-case pattern.
2026-01-05
production-readiness.md
0
1
export
production-readiness
2
from
"mjohnson518/claude_superpowers"
from
"mjohnson518/claude_superpowers"
3
Enterprise-grade production readiness assessment system for comprehensive codebase evaluation. Use when (1) Evaluating a GitHub repository for production deployment, (2) Conducting pre-launch security and architecture reviews, (3) Assessing technical debt and system reliability, (4) Identifying gaps, vulnerabilities, and incomplete features, (5) Generating actionable remediation plans for engineering teams, (6) Validating scalability, observability, and operational readiness, (7) Reviewing cost optimization and resource efficiency, (8) Auditing compliance with industry standards (SOC2, GDPR, HIPAA, PCI-DSS), (9) Evaluating API contracts and integration stability, (10) Assessing team knowledge transfer and documentation completeness. Performs CTO-level multi-dimensional analysis exceeding top-tier tech company standards.
2026-01-05
research-and-implement.md
0
1
export
research-and-implement
2
from
"ioku24/autorankr"
from
"ioku24/autorankr"
3
Researches implementation approaches using browser automation via /chrome, then implements the best solution. Use when building new features, solving unfamiliar problems, or need to find best practices before implementing. Combines learning with doing.
2026-01-05
blog-voice-review.md
0
1
export
blog-voice-review
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Review blog content for authentic voice and tone. Checks if content sounds like Fabio's conversational, honest technical writing style.Trigger phrases: "voice", "voice review", "tone", "sounds like me", "authentic", "check voice", "voice check"
2026-01-05
session-analysis-skill.md
0
1
export
session-analysis-skill
2
from
"seekayel/agent-skills"
from
"seekayel/agent-skills"
3
Reviews past claude code sessions and suggests agents.md changes to improve quality
2026-01-05
kotlin-schema-first-entities.md
0
1
export
kotlin-schema-first-entities
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when creating Room entities for Kotlin/Android apps that mirror Django/PostgreSQL backend schemas. Enforces exact field alignment, prevents schema drift, validates type mappings. Critical for maintaining zero impedance mismatch between backend and mobile.
2026-01-05
firecrawl.md
0
1
export
firecrawl
2
from
"vm0-ai/api0"
from
"vm0-ai/api0"
3
Firecrawl web scraping API via curl. Use this skill to scrape webpages, crawl websites, discover URLs, search the web, or extract structured data.
2026-01-05
sync-mcp-config.md
0
1
export
sync-mcp-config
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Synchronize MCP (Model Context Protocol) server settings across different Agent tools. Use when you want to copy, apply, or sync MCP settings between multiple Agent environments like Claude Code, VSCode, Claude Desktop, Codex, and Gemini CLI.
2026-01-05
serena-semantic.md
0
1
export
serena-semantic
2
from
"dev-jelly/jelly-dotclaude"
from
"dev-jelly/jelly-dotclaude"
3
Semantic code operations with symbol-aware editing, search, and refactoring
2026-01-05
langchain.md
0
1
export
langchain
2
from
"atrawog/bazzite-ai-plugins"
from
"atrawog/bazzite-ai-plugins"
3
LangChain framework for LLM applications. Covers model wrappers (HuggingFace,Ollama), prompt templates, few-shot learning, output parsing, and chainingtechniques for building sophisticated LLM workflows.
2026-01-05
quarkus-developer.md
0
1
export
quarkus-developer
2
from
"olehsvyrydov/AI-development-team"
from
"olehsvyrydov/AI-development-team"
3
[Extends backend-developer] Quarkus specialist for cloud-native Java. Use for Quarkus apps, Panache ORM, native builds with GraalVM, RESTEasy Reactive, Dev Services. Invoke alongside backend-developer for Quarkus projects.
2026-01-05
code-reviewer.md
0
1
export
code-reviewer
2
from
"ntaksh42/agents"
from
"ntaksh42/agents"
3
Automated code review with security, performance, and best practices analysis. Use when reviewing pull requests or analyzing code for vulnerabilities, performance issues, or maintainability concerns.
2026-01-05