Browse Skills

44915 skills found

dependency-doctor.md
0
1 export dependency-doctor
2 j0KZ from "j0KZ/mcp-agents"
3 Diagnose and heal dependency issues in ANY package manager, ANY language
2026-01-05
deployment-pipeline-design.md
0
1 export deployment-pipeline-design
2 HermeticOrmus from "HermeticOrmus/after-the-third-cup"
3 Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use when architecting deployment workflows, setting up continuous delivery, or implementing GitOps practices.
2026-01-05
interview-user.md
0
1 export interview-user
2 moughxyz from "moughxyz/skills"
3 Interview the user to clarify provided spec.
2026-01-05
agent-workflow-manager.md
0
1 export agent-workflow-manager
2 inchan from "inchan/cc-skills"
3 Agent Skills 통합 워크플로우를 자동으로 관리하고 조율합니다. 사용자 요청을 분석하여 Router, Sequential, Parallel, Orchestrator, Evaluator를 자동으로 순차 호출하며, 전체 프로세스를 모니터링하고 진행 상황을 리포팅합니다.
2026-01-05
drawio.md
0
1 export drawio
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create and edit draw.io diagrams in XML format. Use when the user wants to create flowcharts, architecture diagrams, sequence diagrams, or any visual diagrams. Handles XML structure, styling, fonts (Noto Sans JP), arrows, connectors, and PNG export.
2026-01-05
developing-with-php.md
0
1 export developing-with-php
2 FortiumPartners from "FortiumPartners/ensemble"
3 Modern PHP 8.x development with type system, attributes, enums, error handling, and Composer. Use when writing PHP code or working with PHP projects.
2026-01-05
gem.md
0
1 export gem
2 rajshah4 from "rajshah4/my-agent-skills"
3 Multimodal AI processing using Google Gemini. Use for analyzing PDFs, images, videos, YouTube links, and other large documents. Ideal when you need to extract information from files that require vision or multimodal understanding.
2026-01-05
serena-code-reading.md
0
1 export serena-code-reading
2 metasaver from "metasaver/metasaver-marketplace"
3 Token-efficient code reading protocol using Serena's progressive disclosure pattern (90-95% token savings). Provides mandatory workflow, tool reference, and common patterns for symbol-level code navigation.
2026-01-05
data-validation.md
0
1 export data-validation
2 ceo-whyd-it from "ceo-whyd-it/car-log"
3 Validate trip data quality using 4 algorithms: distance sum, fuel consumption, efficiency range, deviation
2026-01-05
control-mapper.md
0
1 export control-mapper
2 euCann from "euCann/OSCAL-GRC-SKILLS"
3 Map security controls between different compliance frameworks including NIST 800-53, ISO 27001, CIS Controls, PCI-DSS, HIPAA, SOC 2, and CMMC. Use this skill for gap analysis, multi-framework compliance, and control rationalization.
2026-01-05
multi-agent-research.md
0
1 export multi-agent-research
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Apply Anthropic's production multi-agent research patterns for complex research tasks. Use when research involves multiple independent dimensions, requires synthesis across many sources, or needs parallelization for speed. Includes query complexity assessment, parallel execution, progressive search refinement, thinking strategies, and findings compression.
2026-01-05
sine-cosine-module.md
0
1 export sine-cosine-module
2 Lokie-ree from "Lokie-ree/creative-lab"
3 Technical implementation guide for building the interactive sine/cosine visualization module. Use when writing React Three Fiber components, implementing animations, structuring state, building the unit circle or wave visualization, creating the match scoring system, or optimizing performance. Triggers on code implementation questions for the math module.
2026-01-05
mobx-state-tree-store-builder.md
0
1 export mobx-state-tree-store-builder
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Automates creation of MobX State Tree stores following Purrsuit Mobile App patterns for domain models, collections, and root store integration. Use when creating new MST stores, models, or extending existing store functionality with proper TypeScript typing, actions, views, and integration patterns.
2026-01-05
animation-principles-troubleshooting.md
0
1 export animation-principles-troubleshooting
2 dylantarre from "dylantarre/animation-principles"
3 Use when animation feels wrong and you need to diagnose which principle is failing or being misapplied
2026-01-05
global-validation.md
0
1 export global-validation
2 SpacePlushy from "SpacePlushy/portfolio"
3 Implement runtime validation and type safety using Zod schemas for Content Collections, API inputs, form data, and environment variables. Use this skill when validating user input, API requests, content schemas, or ensuring data integrity. When working on Content Collections schema definitions in src/content/config.ts, API route input validation with Zod, form validation (server-side and client-side), environment variable validation, component prop validation with runtime checks, URL and query parameter validation, request body and form data sanitization, TypeScript runtime type validation, or custom Zod refinements and transformations.
2026-01-05
a11y-checker.md
0
1 export a11y-checker
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Accessibility audit for CSS covering focus styles, color contrast, text sizing, screen reader support, and WCAG compliance. Provides actionable fixes. Use when auditing accessibility or fixing a11y issues.
2026-01-05
shell-quality.md
0
1 export shell-quality
2 racurry from "racurry/neat-little-package"
3 Interpretive guidance for shell script quality using shfmt and shellcheck. Use when linting shell files, configuring shell tools, troubleshooting shellcheck errors, or understanding formatting options.
2026-01-05
architecture-paradigm-event-driven.md
0
1 export architecture-paradigm-event-driven
2 athola from "athola/claudenomicon"
3 Structure systems around asynchronous events to decouple producers and consumers.
2026-01-05
optimize-effects-effect-event.md
0
1 export optimize-effects-effect-event
2 majiayu000 from "majiayu000/claude-skill-registry"
3 useEffectEventを使用して非リアクティブなロジックを抽出し、Effectを最適化します。特定の値が変更されたときにEffectを再実行すべきでない場合(ログ、分析、タイマー)に使用します。
2026-01-05
frontend-css.md
0
1 export frontend-css
2 frankdevlabs from "frankdevlabs/compilothq"
3 Write and structure CSS following the project's methodology (Tailwind CSS, BEM, CSS Modules, utility classes), maintaining design system consistency, avoiding framework style overrides, and minimizing custom CSS. Use this skill when creating or modifying CSS files (.css, .scss, .sass, .less, .pcss), CSS Module files (.module.css, .module.scss), styled-components or emotion files (.styles.ts, .styles.js), Tailwind CSS configuration files (tailwind.config.js, tailwind.config.ts), theme files, or when writing utility classes in JSX/TSX components, HTML templates, or Vue/Svelte files. Use this when implementing Tailwind CSS utility classes like flex, grid, text-center, bg-blue-500, p-4, rounded-lg, shadow-md, hover:opacity-80, or responsive variants like sm:block, md:flex, lg:grid-cols-3, xl:max-w-7xl for mobile-first responsive design, writing BEM-style class names following the Block__Element--Modifier convention (like header__logo--large or card__title--featured) for structured, maintainable CSS architecture,
2026-01-05
ci-health-check.md
0
1 export ci-health-check
2 tnez from "tnez/docent"
3 Check CI/CD workflow status and troubleshoot failing checks in GitHub Actions
2026-01-05
test.md
0
1 export test
2 wodsmith from "wodsmith/thewodapp"
3 Primary entry point for testing guidance. Routes to appropriate test type (unit, integration, E2E) based on what you're testing. Use when asked about "test", "testing", "write tests", "TDD", or test strategy. Embeds Testing Trophy philosophy and TDD Red-Green-Refactor as core discipline.
2026-01-05
dev-prompt-engineering.md
0
1 export dev-prompt-engineering
2 lastdays03 from "lastdays03/claude_skills"
3 Expert guide for crafting high-performance Claude prompts, based on Anthropic's interactive tutorial.
2026-01-05
knowledge-searching.md
0
1 export knowledge-searching
2 irahardianto from "irahardianto/monarch"
3 Retrieves implementation knowledge, code examples, and documentation references. Use to inform technical decision-making when the user requires specific library usage, framework patterns, or syntax details. Trigger on requests to 'search docs', 'find code examples', or 'check implementation details'.
2026-01-05