Browse Skills

44483 skills found

miyabi-orchestration.md
0
1 export miyabi-orchestration
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Miyabi CoordinatorAgent統合スキル - DAGベースのタスク統括・並列実行制御。GitHub Issueを複数タスクに分解し、依存関係グラフを構築して並行実行を統括。Use when:- 複数タスクの並列実行が必要な時- Issueをタスク分解する時- DAG(有向非巡回グラフ)で依存関係を管理する時- Agent実行の統括・オーケストレーションが必要な時- "agent-run", "並列実行", "タスク分解", "DAG" がキーワードに含まれる時
2026-01-05
clojure-malli.md
0
1 export clojure-malli
2 Ramblurr from "Ramblurr/nix-devenv"
3 Data validation with Malli schemas in Clojure. Use when working with: (0)malli, (1) data validation or coercion, (2) defining schemas for maps,collections, or domain models, (3) API request/response validation, (4) formvalidation, (5) runtime type checking, or when the user mentions malli,schemas, validation, data contracts, or data integrity.
2026-01-05
playwright-browser.md
0
1 export playwright-browser
2 arlenagreer from "arlenagreer/claude_configuration_docs"
3 Browser automation and E2E testing via local Playwright Docker container
2026-01-05
billing.md
0
1 export billing
2 mathias-nielsen from "mathias-nielsen/co-doctor-skills"
3 A set of skills to handle billing the patients, government or health insurance.
2026-01-05
data-analysis-assistant.md
0
1 export data-analysis-assistant
2 therealchandlerbing from "therealchandlerbing/claude-usecases"
3 Expert data analyst that explores datasets, performs statistical analysis, identifies patterns, and generates insights from CSV, JSON, and other structured data formats
2026-01-05
material-design.md
0
1 export material-design
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create UI components and designs following Google Material Design 3 (Material You) guidelines. Use when building Material UI components, implementing Material theming, working with elevation, color systems, typography, motion, or creating Android/web interfaces with Material Design patterns.
2026-01-05
discoveryuser-research.md
0
1 export discoveryuser-research
2 edwardmonteiro from "edwardmonteiro/Aiskillinpractice"
3 Plan and structure moderated or unmoderated user research sessions that target the given persona and objectives.
2026-01-05
code-reviewer.md
0
1 export code-reviewer
2 physics91 from "physics91/claude-vibe"
3 WHEN: Code review, quality check, code smell detection, refactoring suggestionsWHAT: Complexity analysis + code smell list + severity-based issues + improvement suggestionsWHEN NOT: Next.js specific → nextjs-reviewer, Security → security-scanner, Performance → perf-analyzer
2026-01-05
nodejs-expert.md
0
1 export nodejs-expert
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert Node.js and TypeScript development assistant. Use when writing, reviewing, or debugging Node.js code, TypeScript projects, async programming, streams, performance optimization, or npm packages.
2026-01-05
show-common-links.md
0
1 export show-common-links
2 bencassie from "bencassie/flywheel"
3 Find notes that two specified notes both link to (common neighbors). Triggers on "common references", "shared links", "what do X and Y both link to", "common neighbors".
2026-01-05
requirements-definition.md
0
1 export requirements-definition
2 TakukiN from "TakukiN/skillport_tmp"
3 画像・動画共有システム(オンプレミス)の機能要件・非機能要件の定義を支援する。要件のリストアップ、詳細説明、ベストプラクティスの提案を行う。トリガー条件: (1)「機能要件を定義したい」(2)「非機能要件を定義したい」(3)「要件を確認したい」(4) 画像・動画共有システムの要件について質問されたとき
2026-01-05
interface-composition-design.md
0
1 export interface-composition-design
2 TakumiOkayasu from "TakumiOkayasu/dotfile-work"
3 クラス設計やアーキテクチャリファクタリング時に使用。継承より合成を推奨。
2026-01-05
cass-memory.md
0
1 export cass-memory
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Contextual learning system that remembers patterns and rules from past sessions. Use to get relevant context before tasks, record outcomes, and build a personal playbook of coding patterns.
2026-01-05
doc-coauthoring.md
0
1 export doc-coauthoring
2 wannfq from "wannfq/dotfiles"
3 Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.
2026-01-05
testing-anti-patterns.md
0
1 export testing-anti-patterns
2 Ramblurr from "Ramblurr/nix-devenv"
3 Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies
2026-01-05
building-chatgpt-apps.md
0
1 export building-chatgpt-apps
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guides creation of ChatGPT Apps with interactive widgets using OpenAI Apps SDK and MCP servers.Use when building ChatGPT custom apps with visual UI components, embedded widgets, or richinteractive experiences. Covers widget architecture, MCP server setup with FastMCP, responsemetadata, and Developer Mode configuration. NOT when building standard MCP servers withoutwidgets (use building-mcp-servers skill instead).
2026-01-05
cloudflare.md
0
1 export cloudflare
2 levanminhduc from "levanminhduc/LuongHoaThoNew"
3 Guide for building applications on Cloudflare's edge platform. Use when implementing serverless functions (Workers), edge databases (D1), storage (R2, KV), real-time apps (Durable Objects), AI features (Workers AI, AI Gateway), static sites (Pages), or any edge computing solutions.
2026-01-05
lsb-steganography.md
0
1 export lsb-steganography
2 PerceptLabs from "PerceptLabs/nostril"
3 Use when implementing Least Significant Bit (LSB) steganography - allows hiding images or text within other images by encoding data in the least significant bits of pixel color channels
2026-01-05
e2e-test-generation.md
0
1 export e2e-test-generation
2 CodeTonight-SA from "CodeTonight-SA/claude-optim"
3 Automated E2E test infrastructure setup with Playwright, Vitest, MSW, and GitHub Actions. Generates 80%+ coverage tests based on REDR-prototype patterns.
2026-01-05
integrating-mcp.md
0
1 export integrating-mcp
2 Regis-RCR from "Regis-RCR/rcr-plugin-factory-marketplace"
3 Use when integrating MCP servers with Claude Code plugins - MCP configuration with transport types, scopes, and tool naming for November 2025 specifications
2026-01-05
marketing-automation.md
0
1 export marketing-automation
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Эксперт по автоматизации маркетинга. Используй для настройки HubSpot, Marketo, email sequences, lead scoring и workflows.
2026-01-05
code-cleanup.md
0
1 export code-cleanup
2 franchiseai from "franchiseai/claude-code-plugins"
3 Remove AI-generated code patterns ("slop") from a branch. Use when asked to clean up AI-generated code, remove slop, fix AI coding style issues, or make AI-written code look human-written. Triggers on phrases like "remove slop", "clean up AI code", "fix AI style", or "make this look human-written".
2026-01-05
rspec-test-generator.md
0
1 export rspec-test-generator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generates complete, runnable RSpec tests for Rails models, services, controllers, and background jobs following project conventions. Use when new code is created without corresponding tests, when refactoring existing code, or when explicitly asked to add test coverage.
2026-01-05
learning-dashboard-builder.md
0
1 export learning-dashboard-builder
2 majiayu000 from "majiayu000/claude-skill-registry"
3 dashboard-builder for measuring learning effectiveness and business impact.
2026-01-05