Browse Skills
44915 skills found
resource-oriented-api.md
2
1
export
resource-oriented-api
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
MCPのリソース指向API設計パターンを提供。URIスキーム設計、リソースモデル定義、プロバイダー実装、キャッシュ戦略、リソース変換パターンを網羅する。Anchors:• RESTful Web APIs (Leonard Richardson) / 適用: リソース設計・URI設計 / 目的: REST原則の適用• MCP Resource Protocol / 適用: リソースプロバイダー実装 / 目的: MCP仕様準拠Trigger:Use when designing MCP resources, implementing resource providers, or defining URI schemes.MCP resource, resource provider, URI scheme, リソース定義, リソースモデル, API設計
2026-01-05
jbct.md
2
1
export
jbct
2
from
"siy/jbct-cli"
from
"siy/jbct-cli"
3
Java Backend Coding Technology skill for designing, implementing, and reviewing functional Java backend code. Use when working with Result, Option, Promise types, value objects, use cases, or when asked about JBCT patterns, monadic composition, parse-don't-validate, structural patterns (Leaf, Sequencer, Fork-Join), or functional Java backend architecture.
2026-01-05
pdf-analysis.md
2
1
export
pdf-analysis
2
from
"bahayonghang/wechat-content-writer"
from
"bahayonghang/wechat-content-writer"
3
This skill should be used when the user asks to "解析PDF", "解读文档", "分析PDF文件", "PDF解读", "extract content from PDF", "analyze PDF document", "parse academic paper", or provides a PDF file path for content extraction and analysis. Provides comprehensive PDF document analysis and content extraction capabilities for WeChat content creation.
2026-01-05
multiplayer-building.md
2
1
export
multiplayer-building
2
from
"Bbeierle12/Skill-MCP-Claude"
from
"Bbeierle12/Skill-MCP-Claude"
3
Networking systems for multiplayer building games. Use when implementing networked construction, delta synchronization, client prediction, or conflict resolution. Server-authoritative model with optimistic client prediction for responsive gameplay.
2026-01-05
slo-sli-design.md
2
1
export
slo-sli-design
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
SLO(Service Level Objective)とSLI(Service Level Indicator)の設計、エラーバジェット管理、信頼性目標の策定を支援するスキル。Googleの SRE プラクティスに基づき、適切な信頼性目標を設計する。Anchors:• Site Reliability Engineering (Google) / 適用: SLO/SLI設計原則 / 目的: 信頼性目標の最適化• The Site Reliability Workbook (Google) / 適用: 実践的なSLO実装 / 目的: 運用可能なSLO設計• Implementing Service Level Objectives (Hidalgo) / 適用: SLO成熟度モデル / 目的: 段階的導入Trigger:Use when designing SLOs, defining SLIs, calculating error budgets, or establishing reliability targets.SLO design, SLI definition, error budget, reliability target, service level objective
2026-01-05
bam-filtration.md
2
1
export
bam-filtration
2
from
"BIsnake2001/ChromSkills"
from
"BIsnake2001/ChromSkills"
3
Performs data cleaning and removal operations. This skill takes a raw BAM and creates a new, "clean" BAM file by actively removing artifacts: mitochondrial reads, blacklisted regions, PCR duplicates, and unmapped reads. Use this skill to "clean," "filter," or "remove bad reads" from a dataset. This is a prerequisite step before peak calling. Do NOT use this skill if you only want to view statistics without modifying the file.
2026-01-05
create-subagents.md
2
1
export
create-subagents
2
from
"rayk/lucid-toolkit"
from
"rayk/lucid-toolkit"
3
Expert guidance for creating, building, and using Claude Code subagents and the Task tool. Use when working with subagents, setting up agent configurations, understanding how agents work, or using the Task tool to launch specialized agents.
2026-01-05
openai-image-gen.md
2
1
export
openai-image-gen
2
from
"LarsEckart/dotfiles"
from
"LarsEckart/dotfiles"
3
Generate images via OpenAI gpt-image-1.5 API. Supports batch generation with custom prompts or random prompt sampling. Features transparent backgrounds, multiple output formats (png/jpeg/webp), quality levels, and size options. Use when user wants to generate images, create image batches, explore visual prompts, or needs AI-generated artwork.
2026-01-05
yaml-master.md
2
1
export
yaml-master
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
PROACTIVE YAML INTELLIGENCE: Automatically activates when working with YAML files, configuration management,CI/CD pipelines, Kubernetes manifests, Docker Compose, or any YAML-based workflows. Provides intelligentvalidation, schema inference, linting, format conversion (JSON/TOML/XML), and structural transformationswith deep understanding of YAML specifications and common anti-patterns.
2026-01-05
requirements-documentation.md
2
1
export
requirements-documentation
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
要件ドキュメントの作成・構造化・品質管理・ハンドオフを支援するスキル。カール・ウィーガーズの要求工学理論に基づき、ステークホルダーと開発チームの双方に有用な仕様書を作成する。Anchors:• Software Requirements (Karl Wiegers) / 適用: 要件管理全般 / 目的: 明確で検証可能な仕様• IEEE 830 SRS Standard / 適用: ドキュメント構造 / 目的: 標準準拠の仕様書• Don't Make Me Think (Steve Krug) / 適用: 情報設計 / 目的: 読みやすいドキュメントTrigger:Use when creating requirements documents, writing specifications, preparing stakeholder reviews, or establishing requirements traceability.requirements document, specification, SRS, stakeholder review, traceability matrix, 要件定義書, 仕様書
2026-01-05
python-ty.md
2
1
export
python-ty
2
from
"tizee/dotfiles"
from
"tizee/dotfiles"
3
Fast Python type checking with ty (by Astral). Use when checking Python types, running type checks in CI, or setting up type checking for Python projects. Triggers on "type check", "ty check", "python types", or type error debugging.
2026-01-05
backend-latency-profiler-helper.md
2
1
export
backend-latency-profiler-helper
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Identifies API latency hotspots and bottlenecks with profiling tools, slow endpoint detection, suspected causes, and fix roadmap. Use for "latency profiling", "performance bottlenecks", "slow APIs", or "backend performance".
2026-01-05
startup.md
2
1
export
startup
2
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
3
Review essential documentation and context at session start. Use when beginning a new session to load AI rules, git state, and pending tasks.
2026-01-05
git-commit-messages.md
2
1
export
git-commit-messages
2
from
"boneskull/claude-plugins"
from
"boneskull/claude-plugins"
3
Format git commit messages correctly, avoiding HEREDOC syntax issues in favor of multiline strings
2026-01-05
github.md
2
1
export
github
2
from
"bendrucker/claude"
from
"bendrucker/claude"
3
GitHub workflow best practices and tool selection. Use when working with GitHub repositories, pull requests, issues, or GitHub API interactions.
2026-01-05
prompt-engineering-toolkit.md
2
1
export
prompt-engineering-toolkit
2
from
"davidrd123/ComfyPromptByAPI"
from
"davidrd123/ComfyPromptByAPI"
3
Core prompt engineering techniques for LoRA-based video generation. Use when: prompts ignore critical elements, outputs are confused or generic, characters are inconsistent, performances feel lifeless, or style drifts toward realism. Covers attention budget, conceptual distance, simplification, aesthetic control, character consistency, performance direction, and advanced revision strategies.
2026-01-05
angular-form.md
2
1
export
angular-form
2
from
"duc01226/EasyPlatform"
from
"duc01226/EasyPlatform"
3
Use when creating reactive forms with validation, async validators, dependent validation, and FormArrays using platform patterns.
2026-01-05
testing-anti-patterns.md
2
1
export
testing-anti-patterns
2
from
"robertpelloni/workspace"
from
"robertpelloni/workspace"
3
Never test mock behavior. Never add test-only methods to production classes. Understand dependencies before mocking.
2026-01-05
modern-angular-implementation.md
2
1
export
modern-angular-implementation
2
from
"pluginagentmarketplace/custom-plugin-angular"
from
"pluginagentmarketplace/custom-plugin-angular"
3
Implement Angular 18+ features: Signals, standalone components, @defer blocks, SSR, zoneless change detection, new control flow syntax, and Material 3 integration.
2026-01-05
command-structure-fundamentals.md
2
1
export
command-structure-fundamentals
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
Claude Code スラッシュコマンドの基本構造(YAML frontmatter/本文パターン/ファイル構造)を整理し、最小構成と設計判断を支援するスキル。frontmatter設計、本文パターン、配置ルールを一貫して整理する。Anchors:• The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: 構造設計の実務 / 目的: コマンド構造の再現性確保• 18-skills.md 仕様 / 適用: スキル構造の整合 / 目的: frontmatter規約の統一Trigger:Use when designing slash command structure, defining YAML frontmatter fields, or establishing consistent command composition patterns.command structure, YAML frontmatter, command composition, minimal command template
2026-01-05
vertex-ai-media-master.md
2
1
export
vertex-ai-media-master
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
Automatic activation for ALL Google Vertex AI multimodal operations - video processing, audio generation, image creation, and marketing campaigns.**TRIGGER PHRASES:**- "vertex ai", "gemini multimodal", "process video", "generate audio", "create images", "marketing campaign"- "imagen", "video understanding", "multimodal", "content generation", "media assets"**AUTO-INVOKES FOR:**- Video processing and understanding (up to 6 hours)- Audio generation and transcription- Image generation with Imagen 4- Marketing campaign automation- Social media content creation- Ad creative generation- Multimodal content workflows
2026-01-05
brainwriting.md
2
1
export
brainwriting
2
from
"otrebu/all-agents"
from
"otrebu/all-agents"
3
Facilitate structured brainstorming using parallel sub-agents to explore idea spaces. Use for IDEATION/CONCEPTUAL WORK ONLY, NOT for implementation planning or task breakdown. Use when user wants to brainstorm, explore ideas, generate concepts, develop vision, or discover creative directions. Transforms vague ideas into practical, tangible expressions through 5 rounds of parallel agent analysis and refinement.
2026-01-05
performance-testing.md
2
1
export
performance-testing
2
from
"cosmix/claude-code-setup"
from
"cosmix/claude-code-setup"
3
Performance testing guidance including load testing with k6, locust, and artillery, benchmarking strategies, profiling techniques, metrics analysis, performance budgets, and bottleneck identification. Use when setting up performance tests, analyzing system behavior under load, or optimizing application performance. Trigger keywords: performance testing, load testing, k6, locust, artillery, benchmarking, profiling, latency, throughput, performance budget, bottleneck, stress testing, scalability testing.
2026-01-05
dispatching-parallel-agents.md
2
1
export
dispatching-parallel-agents
2
from
"robertpelloni/workspace"
from
"robertpelloni/workspace"
3
Use multiple Claude agents to investigate and fix independent problems concurrently
2026-01-05