Browse Skills
18175 skills found
cover-letter.md
1
1
export
cover-letter
2
from
"ewurch/bragger"
from
"ewurch/bragger"
3
Create tailored cover letters that complement your resume. Use after generating a resume with /resume-builder. Requires the generated resume to ensure consistency in achievements and messaging.
2026-01-05
service-implementation.md
1
1
export
service-implementation
2
from
"front-depiction/cli-stock"
from
"front-depiction/cli-stock"
3
Implement Effect services as fine-grained capabilities avoiding monolithic designs
2026-01-05
abm-supply-chain.md
1
1
export
abm-supply-chain
2
from
"Cloudhabil/AGI-Server"
from
"Cloudhabil/AGI-Server"
3
Design agent-based simulations for supply chain stress tests; use when asked to model disruptions and mitigation strategies.
2026-01-05
thrivve-mc-how-many.md
1
1
export
thrivve-mc-how-many
2
from
"Thrivve-Partners/Claude-Skills-Forecasting"
from
"Thrivve-Partners/Claude-Skills-Forecasting"
3
Thrivve Partners Monte Carlo simulation to forecast story/task completion based on historical throughput. Use when the user asks "how many stories/tasks will be completed by [date]" with historical daily throughput data. Requires at least 10 days of throughput history and a future target date. Provides probabilistic forecasts at specified confidence levels (default 85%).
2026-01-05
property-based-test-generator.md
1
1
export
property-based-test-generator
2
from
"Dexploarer/claudius-skills"
from
"Dexploarer/claudius-skills"
3
Generates property-based tests using Hypothesis (Python), fast-check (JavaScript/TypeScript), or QuickCheck (Haskell). Use when user asks to "generate property tests", "create hypothesis tests", "add property-based testing", or "generate fast-check tests".
2026-01-05
architecture-synthesis.md
1
1
export
architecture-synthesis
2
from
"Dowwie/agent_framework_study"
from
"Dowwie/agent_framework_study"
3
Generate a reference architecture specification from analyzed frameworks. Use when (1) designing a new agent framework based on prior art, (2) defining core primitives (Message, State, Tool types), (3) specifying interface protocols, (4) creating execution loop pseudocode, or (5) producing architecture diagrams and implementation roadmaps.
2026-01-05
asvs-requirements.md
1
1
export
asvs-requirements
2
from
"Zate/cc-plugins"
from
"Zate/cc-plugins"
3
OWASP ASVS 5.0 requirements database for security audits. Provides chapter structure, control objectives, and verification requirements for all 17 ASVS domains.
2026-01-05
api-documentation-generator.md
1
1
export
api-documentation-generator
2
from
"Dexploarer/claudius-skills"
from
"Dexploarer/claudius-skills"
3
Generates comprehensive API documentation including OpenAPI/Swagger specs, endpoint descriptions, request/response examples, and integration guides. Use when documenting APIs.
2026-01-05
sonnet.md
1
1
export
sonnet
2
from
"rumor-ml/commons.systems"
from
"rumor-ml/commons.systems"
3
Override default model selection for specific subagents to use Sonnet instead of Opus. Use ONLY when the user explicitly requests to use Sonnet model for Plan, code-reviewer, code-simplifier, or Resolve Conflicts agents. Do not use this skill proactively - it requires explicit user instruction.
2026-01-05
website-debug.md
1
1
export
website-debug
2
from
"AnthemFlynn/ccmp"
from
"AnthemFlynn/ccmp"
3
Frontend website debugging toolkit using Chrome DevTools Protocol with Playwright/WebKit fallbacks. Use this skill when: (1) Debugging CSS, HTML, or JavaScript issues on a webpage, (2) Taking screenshots to verify visual changes, (3) Inspecting DOM structure or console errors, (4) Testing responsive layouts, (5) Extracting selectors for automation, (6) Self-debugging frontend work Claude has created, (7) User says "debug this page", "check my site", "why doesn't this look right", or "fix the frontend". Supports Chrome (primary) and Safari/WebKit (via Playwright). Designed for agent-driven debugging loops.
2026-01-05
react-native-expo.md
1
1
export
react-native-expo
2
from
"ovachiever/droid-tings"
from
"ovachiever/droid-tings"
3
Build React Native 0.76+ apps with Expo SDK 52. Covers mandatory New Architecture (0.82+), React 19 changes (propTypes/forwardRef removal), new CSS (display: contents, mixBlendMode, outline), Swift iOS template, and DevTools migration.Use when: building Expo apps, migrating to New Architecture, or troubleshooting "Fabric component not found", "propTypes not a function", "TurboModule not registered", or Swift AppDelegate errors.
2026-01-05
input-validation-xss-prevention.md
1
1
export
input-validation-xss-prevention
2
from
"harperaa/secure-claude-skills"
from
"harperaa/secure-claude-skills"
3
Validate and sanitize user input to prevent XSS, injection attacks, and ensure data quality. Use this skill when you need to validate forms, sanitize user input, prevent cross-site scripting, use Zod schemas, or handle any user-generated content. Triggers include "input validation", "validate input", "XSS", "cross-site scripting", "sanitize", "Zod", "injection prevention", "validateRequest", "safeTextSchema", "user input security".
2026-01-05
race-strategy-builder.md
1
1
export
race-strategy-builder
2
from
"nadavyigal/Running-coach-"
from
"nadavyigal/Running-coach-"
3
Generates pacing and fueling strategies for target races based on current fitness and course constraints.
2026-01-05
sveltia-cms.md
1
1
export
sveltia-cms
2
from
"ovachiever/droid-tings"
from
"ovachiever/droid-tings"
3
Set up Sveltia CMS - the lightweight Git-backed CMS successor to Decap/Netlify CMS with 5x smaller bundle (300 KB), GraphQL performance, and 260+ fixed predecessor issues. Framework-agnostic for Hugo, Jekyll, 11ty, Gatsby, Astro.Use when: adding CMS to static sites, migrating from Decap/Netlify CMS, enabling non-technical editors, or troubleshooting OAuth authentication failures, YAML parse errors, CORS/COOP policy problems, content not listing issues.
2026-01-05
strict-typing.md
1
1
export
strict-typing
2
from
"troykelly/claude-skills"
from
"troykelly/claude-skills"
3
Use when writing code in typed languages - enforces full typing with no any/unknown/untyped escapes, even if it requires extra time
2026-01-05
ros2-service-pattern.md
1
1
export
ros2-service-pattern
2
from
"mjunaidca/robolearn"
from
"mjunaidca/robolearn"
3
Generate ROS 2 service server and client code examples for educational content. This skill should be used when creating lessons that teach request/response communication, writing exercises involving services, or generating worked examples for synchronous robot commands.
2026-01-05
domain-review-before-implementation.md
1
1
export
domain-review-before-implementation
2
from
"snits/claude-files"
from
"snits/claude-files"
3
BEFORE dispatching any implementation agent or starting to code - if you're about to write "Task(subagent_type=..., prompt=...)" for implementation, or about to implement a plan yourself, STOP and review first. The prompt you're about to send IS a brief - review it for design flaws before the agent implements garbage.
2026-01-05
frontend-design.md
1
1
export
frontend-design
2
from
"rohunvora/cursor-maxxing"
from
"rohunvora/cursor-maxxing"
3
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, applications, or redesign existing UIs. Generates creative, polished code that avoids generic AI aesthetics. Triggers on frontend design, UI design, redesign, build component, create page, web interface, React UI.
2026-01-05
workspace-blazor-mvvm.md
1
1
export
workspace-blazor-mvvm
2
from
"lionfire/Core"
from
"lionfire/Core"
3
Guide for implementing LionFire workspace documents with Blazor MVVM patterns, including ObservableDataView component usage, workspace-scoped service injection, and reactive persistence. Use this skill when creating Blazor pages for workspace documents, fixing workspace service scoping issues, or implementing list/detail views with ObservableReader/Writer.
2026-01-05
pydantic-ai-agent-builder.md
1
1
export
pydantic-ai-agent-builder
2
from
"Krosebrook/source-of-truth-monorepo"
from
"Krosebrook/source-of-truth-monorepo"
3
Expert guidance for building AI agents with Pydantic AI framework. Use when creating multi-agent systems, AI orchestration workflows, or structured LLM applications with type safety and validation.
2026-01-05
test-permission.md
1
1
export
test-permission
2
from
"semicolon-devteam/semo"
from
"semicolon-devteam/semo"
3
Remote App 권한 요청 UI 테스트용 스킬. Use when (1) 권한 요청 UI 테스트,(2) Hook → Remote 연동 검증, (3) awaiting_type=permission 시뮬레이션.
2026-01-05
quality-gate.md
1
1
export
quality-gate
2
from
"adolfoaranaes12/BMAD-ENHANCED"
from
"adolfoaranaes12/BMAD-ENHANCED"
3
Synthesize all quality assessments (risk, test-design, traceability, NFR) into evidence-based gate decision (PASS/CONCERNS/FAIL/WAIVED) with comprehensive rationale. Generates both YAML (CI/CD) and Markdown (human review) reports with action items. Use during final quality review to make go/no-go deployment decisions based on comprehensive quality evidence.
2026-01-05
eslint-fix.md
1
1
export
eslint-fix
2
from
"TrueNine/claude-code-projects"
from
"TrueNine/claude-code-projects"
3
TypeScript/ESLint error fix guide, helps AI quickly locate and fix common lint errors, prioritizing auto-fix commands for formatting issues.
2026-01-05
introspect-session-reflect.md
1
1
export
introspect-session-reflect
2
from
"synapseradio/thinkies"
from
"synapseradio/thinkies"
3
Evaluate reasoning effectiveness after completing a session to learn what worked, what didn't, and what to try differently in future work Use when: (1) asked to learn from how a completed reasoning approach went, (2) after finishing significant problem-solving, design, or decision-making tasks, (3) when a completed reasoning approach worked particularly well or particularly poorly, (4) after trying a new combination of skills to evaluate its retrospective effectiveness
2026-01-05