Browse Skills

44835 skills found

sub-agent-design.md
0
1 export sub-agent-design
2 racurry from "racurry/neat-little-package"
3 Interpretive guidance for designing Claude Code sub-agents. Helps apply official documentation effectively and avoid common pitfalls. ALWAYS use when creating or reviewing sub-agents (aka agents or subagents).
2026-01-05
root-cause-tracing.md
0
1 export root-cause-tracing
2 a-ariff from "a-ariff/Ariff-code-config"
3 Trace bugs backward to their origin, not just symptoms
2026-01-05
nestjs-testing-skill.md
0
1 export nestjs-testing-skill
2 AgentiveCity from "AgentiveCity/SkillFactory"
3 Use this skill whenever the user wants to set up, write, or refactor tests for a NestJS TypeScript backend, including unit tests, integration tests, and e2e tests with Jest, TestingModule, and Supertest.
2026-01-05
youtube.md
0
1 export youtube
2 vm0-ai from "vm0-ai/api0"
3 YouTube Data API v3 via curl. Use this skill to search videos, get video/channel info, list playlists, and fetch comments.
2026-01-05
athena-pr-reviewer.md
0
1 export athena-pr-reviewer
2 emiperez95 from "emiperez95/cc-toolkit"
3 PROACTIVELY USED when reviewing a PR, branch, or Jira story. Handles code review against requirements and provides actionable feedback.
2026-01-05
writing-plans.md
0
1 export writing-plans
2 pproenca from "pproenca/dot-claude-old"
3 Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge
2026-01-05
eld-record-maintenance.md
0
1 export eld-record-maintenance
2 CAPHTECH from "CAPHTECH/claude-marketplace"
3 PCE (Process Context Engine) のメンテナンススキル。現存する Claim の品質を維持し、間違い・不要・古い・重複した Claim を整理する。pce_memory_feedback を使用して更新・削除・評価を行う。メモリの健全性を保ちたい場合、Claim の品質問題を発見した場合、定期的なメモリ整理を行いたい場合に使用する。Observation 収集、AC の構築、タスクごとのメモリ最適化は行わない。
2026-01-05
writing-affordances.md
0
1 export writing-affordances
2 ZempTime from "ZempTime/zemptime-marketplace"
3 Use when refactoring fat Rails models with repetitive prefixes like entropy_*, notification_*, or multi-association coordination. Extracts PORO wrappers that group operations around nouns/concepts.
2026-01-05
changelog.md
0
1 export changelog
2 johnlindquist from "johnlindquist/claude"
3 Generate and manage changelogs from git history. Use for release notes, tracking breaking changes, and maintaining project history.
2026-01-05
clinical-data.md
0
1 export clinical-data
2 gitbasheer from "gitbasheer/workspace"
3 Clinical trial data, HIPAA compliance, statistical methods
2026-01-05
mnemonic-researcher.md
0
1 export mnemonic-researcher
2 majiayu000 from "majiayu000/claude-skill-registry"
3 CRITICAL AUTOMATION: Automatically researches PROVEN medical mnemonics during study guide creation.ACTIVATES when creating study guides and mnemonics are mentioned. Launches the medical-mnemonic-researcheragent to find established USMLE mnemonics from medical education sources.NEVER invents mnemonics - only finds ones that already exist and are validated by medical students.
2026-01-05
competitive-displacement.md
0
1 export competitive-displacement
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Systematically identify and win accounts from major freight brokers by exploiting their known vulnerabilities. Use when targeting competitor accounts, building displacement campaigns, or analyzing competitive weaknesses to win business.
2026-01-05
code-smell-detector.md
0
1 export code-smell-detector
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Detect code smells including long methods, large classes, duplicated code, and deep nesting. Use when identifying code quality issues or planning refactoring.
2026-01-05
mcp-client.md
0
1 export mcp-client
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Universal MCP client for connecting to any MCP server. Bundle scripts/mcp-client.py with your skill to enable dynamic tool discovery and execution without context bloat. Use when creating skills that need MCP server access.
2026-01-05
issue-creator.md
0
1 export issue-creator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate GitHub issues from an approved engineering specification. Use to break down a spec into implementable, atomic tasks with dependencies, sizing, and labels.
2026-01-05
learning-authentic-assessment.md
0
1 export learning-authentic-assessment
2 majiayu000 from "majiayu000/claude-skill-registry"
3 authentic-assessment design for effective learning measurement.
2026-01-05
configuring-connection-pools.md
0
1 export configuring-connection-pools
2 djankies from "djankies/claude-configs"
3 Configure connection pool sizing for optimal performance. Use when configuring DATABASE_URL or deploying to production.
2026-01-05
css-variables.md
0
1 export css-variables
2 sernstberger from "sernstberger/base-joy"
3 Use CSS variables from the theme system in components. Use when adding z-index, animation durations, or other themeable values to components. Covers themeVars usage, the prepareCssVars utility, and runtime theming.
2026-01-05
simplify.md
0
1 export simplify
2 aaronwald from "aaronwald/dlawskillz"
3 Look for opportunities to simplify the code base.
2026-01-05
prose-generation.md
0
1 export prose-generation
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guidelines for generating coherent book prose including voice and tone, paragraph structure, transition techniques, and chapter flow patterns. Use when writing book content, structuring chapters, or maintaining narrative consistency.
2026-01-05
svg.md
0
1 export svg
2 tazomatalax from "tazomatalax/threedee"
3 Create precise, production-ready SVG graphics for technical and business contexts (diagrams, P&IDs, HMI/SCADA widgets, process flow visuals, PowerPoint/Office illustrations, UI icons, annotations). Use when the user asks to generate, edit, standardize, optimize, or export SVG artwork; convert requirements (dimensions, scale, line weights, layers, symbols) into clean SVG markup; or produce multiple layout/variant files (editable vs outlined text, light/dark, monochrome).
2026-01-05
expo-api-audit.md
0
1 export expo-api-audit
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Comprehensive audit of Expo/React Native app API integration layer. Use when asked to: (1) Review API interactions, auth handling, or token management, (2) Find hardcoded data or screens bypassing API, (3) Verify user interactions properly sync to backend, (4) Analyze offline behavior and caching, (5) Audit Orval/OpenAPI code generation, (6) Check for API security issues. Supports TanStack Query, Zustand, axios, Expo Router, expo-secure-store, and expo-constants patterns.
2026-01-05
eval-analyst-hackathon.md
0
1 export eval-analyst-hackathon
2 gabegraves from "gabegraves/theory_hackathon"
3 Help analyze eval logs for the Theory Ventures context agent, cluster failures by mode, and propose targeted LangGraph/LlamaIndex changes.
2026-01-05
defining-stories.md
0
1 export defining-stories
2 kecbigmt from "kecbigmt/cc-plugins"
3 Guides creation of user stories and epic design documents. Use when defining new features, writing Given-When-Then criteria, creating story logs, or designing larger features that need scope definition.
2026-01-05