Browse Skills
44656 skills found
prompt-optimization.md
0
1
export
prompt-optimization
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Transform vague requests into production-ready, hallucination-free prompts optimized for Claude 4.x. Applies investigation-first protocols, anti-hallucination guards, extended thinking patterns, and multishot examples. Use when user requests prompt improvement, optimization, or asks to fix hallucinations, structure vague requests, apply Claude 4.x best practices, or create production-grade prompts.
2026-01-05
pop-routine-optimized.md
0
1
export
pop-routine-optimized
2
from
"jrc1883/popkit-claude"
from
"jrc1883/popkit-claude"
3
Token-optimized morning/nightly routine using caching and selective execution
2026-01-05
software-development.md
0
1
export
software-development
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Clean code principles - avoid common issues like unnecessary try/catch, unused variables, DRY violations, and layer confusion
2026-01-05
deep-analysis.md
0
1
export
deep-analysis
2
from
"tianzecn/myclaudecode"
from
"tianzecn/myclaudecode"
3
⚡ PRIMARY SKILL for: 'how does X work', 'investigate', 'analyze architecture', 'trace flow', 'find implementations'. PREREQUISITE: code-search-selector must validate tool choice. Launches codebase-detective with claudemem INDEXED MEMORY.
2026-01-05
s4-ad-spend-processor.md
0
1
export
s4-ad-spend-processor
2
from
"fullstackaiautomation/s4dashboard"
from
"fullstackaiautomation/s4dashboard"
3
Monthly advertising data processing for Source 4 Industries. Processes Google Ads and Bing Ads CSV exports, combines data, auto-suggests categories with confidence scores, detects missing SKUs, and generates vendor/category spend analysis. Use when processing monthly ad spend, assigning product categories, reconciling SKUs, or generating spend reports.
2026-01-05
backend-setup.md
0
1
export
backend-setup
2
from
"hhopkins95/ai-systems"
from
"hhopkins95/ai-systems"
3
This skill should be used when the user asks to "create an agent runtime server", "set up agent runtime backend", "configure Modal sandbox", "implement PersistenceAdapter", "start WebSocket server", "create REST API for agents", or needs to build a Node.js backend using @hhopkins/agent-runtime.
2026-01-05
resume-writer.md
0
1
export
resume-writer
2
from
"TerraCo89/Cernji-Agents"
from
"TerraCo89/Cernji-Agents"
3
Transforms master resumes into ATS-optimized, job-specific versions. Receives job analysis and master resume data, returns tailored resume content with keyword integration and achievement focus. Data-agnostic - no file I/O.
2026-01-05
mcp-figma-desktop.md
0
1
export
mcp-figma-desktop
2
from
"ulasbilgen/mcp-skills-plugins"
from
"ulasbilgen/mcp-skills-plugins"
3
Extract UI code, design tokens, and screenshots from Figma designs via desktop app. Use when implementing designs, building component libraries, or documenting design systems.
2026-01-05
validate.md
0
1
export
validate
2
from
"jayprimer/pmc-marketplace"
from
"jayprimer/pmc-marketplace"
3
Verify test execution by replaying trajectory and checking script coverage.Ensures tests actually happened as recorded and scripts cover all test cases.WHEN TO USE:- After tests claim to pass (verify they actually ran)- Before marking ticket complete (audit trail)- When reviewing someone else's work- User says "validate", "verify tests", "check coverage"- Periodic audit of test integrityCHECKS:1. TRAJECTORY - Steps match recorded actions2. EVIDENCE - Screenshots, logs, outputs exist3. COVERAGE - Scripts test all cases from 3-spec.md4. COMPLETENESS - All required tests have trajectory
2026-01-05
openwebf-app-debugging-devtools.md
0
1
export
openwebf-app-debugging-devtools
2
from
"archview-ai/webf-plugin"
from
"archview-ai/webf-plugin"
3
Debug WebF app runtime issues with Chrome DevTools (console/network/elements) and JS-side troubleshooting. Use when the user mentions DevTools console, network tab, stack traces, blank screen, layout measurement issues, or failing network requests.
2026-01-05
book-ideation.md
0
1
export
book-ideation
2
from
"robertguss/claude-skills"
from
"robertguss/claude-skills"
3
Develop raw book ideas into structured nonfiction book concepts. Use when the user wants to develop a book idea, has brainstorm documents to refine into a book concept, wants to articulate a book's thesis/promise/reader/transformation, or needs to prepare a book concept for validation and market research. Nonfiction only. Produces a Book Concept Document with all elements needed for downstream skills (idea-validator, market-research, book-architect).
2026-01-05
format-resume.md
0
1
export
format-resume
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Intelligently format CV/resume content using semantic understanding and visual verification
2026-01-05
comment-review.md
0
1
export
comment-review
2
from
"lattenwald/my-home-manager"
from
"lattenwald/my-home-manager"
3
Reviews code comments for quality issues. Use when checking comments in code files, after writing new code with comments, before commits, or when user asks to review/check comments. Ensures comments explain WHY not WHAT, and eliminates noise.
2026-01-05
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
numpy-core.md
0
1
export
numpy-core
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Fundamental NumPy operations including ndarray creation, dtypes, shape manipulation, and basic operations with a focus on memory alignment and data views. Triggers: numpy, ndarray, dtype, reshape, memory alignment, array-creation.
2026-01-05
copilot-workflow-orchestrator.md
0
1
export
copilot-workflow-orchestrator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Orchestrates complex multi-agent workflows for features requiring coordinated work across multiple GitHub Copilot agents. Triggers on "orchestrate workflow", "coordinate these agents", "manage agent execution", or when dealing with complex features spanning multiple domains.
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
create-together.md
0
1
export
create-together
2
from
"weykon/unified-building-agents"
from
"weykon/unified-building-agents"
3
顶层调度 Skill,协调 trend2work、tech-dev、iterate-check 三个子 Skill
2026-01-05
using-superpowers.md
0
1
export
using-superpowers
2
from
"Cycleaddict/generic-superpowers"
from
"Cycleaddict/generic-superpowers"
3
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
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
introduction-editing.md
0
1
export
introduction-editing
2
from
"vitamin3615/Agent-skills"
from
"vitamin3615/Agent-skills"
3
Use when editing or improving manuscript introductions with unclear research gaps, poor flow, or weak literature integration - provides funnel structure (context → gap → this study), hypothesis clarity patterns, and CNS-level positioning
2026-01-05