Browse Skills

44969 skills found

integration-patterns.md
2
1 export integration-patterns
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 MCPサーバーと外部システム間の統合パターン設計。同期・非同期通信、イベント駆動アーキテクチャ、データ同期パターンの設計指針を提供します。Anchors:• Enterprise Integration Patterns (Hohpe/Woolf) / 適用: パターン選択・設計 / 目的: スケーラブルな連携設計• Designing Data-Intensive Applications (Kleppmann) / 適用: 非同期・イベント駆動 / 目的: 分散システムの信頼性• The Pragmatic Programmer / 適用: 実装品質 / 目的: 実践的な改善Trigger:Use when designing system integration, API connectivity, service communication, async processing, or event-driven architecture.integration patterns, mcp server, async communication, event-driven, message queue, api integration
2026-01-05
claude-restart-resume.md
2
1 export claude-restart-resume
2 ManuelKugelmann from "ManuelKugelmann/BitBot"
3 Quick restart to reload configuration changes (skills, settings, hooks, MCP services). Use PROACTIVELY after modifying .claude/ files. Preserves conversation history.
2026-01-05
prompt-guidelines-skills.md
2
1 export prompt-guidelines-skills
2 warpcode from "warpcode/dotfiles"
3 Skill creation guidelines and protocols for high-fidelity, token-efficient specialized capabilities. Provides routing patterns, component selection criteria, and skill structure templates. Includes progressive disclosure patterns for routing vs reference separation. Scope: skill creation, skill structure, routing logic, template patterns. Excludes: agent creation, command creation (handled by component-specific skills). Triggers: skill, create a skill, edit skill, validate skill, new skill.
2026-01-05
context-preserver.md
2
1 export context-preserver
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Automatically save and restore development context to minimize cognitive load when resuming work. Use when switching tasks, taking breaks, or returning after interruptions. Captures mental state, file locations, and next steps. Designed for ADHD developers with high context-switching costs.
2026-01-05
koan-quickstart.md
2
1 export koan-quickstart
2 sylin-org from "sylin-org/koan-framework"
3 Zero to first Koan app in under 10 minutes (S0 + S1 patterns)
2026-01-05
generating-commit-messages.md
2
1 export generating-commit-messages
2 seanogdev from "seanogdev/dotfiles"
3 Stages all changes and generates clear commit messages following conventional commit format. Use when ready to commit your work.
2026-01-05
automating-database-backups.md
2
1 export automating-database-backups
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill automates database backups using the database-backup-automator plugin. It creates scripts for scheduled backups, compression, encryption, and restore procedures across PostgreSQL, MySQL, MongoDB, and SQLite. Use this when the user requests database backup automation, disaster recovery planning, setting up backup schedules, or creating restore procedures. The skill is triggered by phrases like "create database backup", "automate database backups", "setup backup schedule", or "generate restore procedure".
2026-01-05
planning-disaster-recovery.md
2
1 export planning-disaster-recovery
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to plan and implement disaster recovery (DR) procedures. It generates configurations and setup code based on specific requirements and infrastructure. Use this skill when the user requests assistance with disaster recovery planning, business continuity, or related DevOps tasks. Trigger this skill when the user mentions "disaster recovery", "DR plan", "business continuity", or requests help with setting up a recovery strategy. It provides production-ready configurations, implements best practices, and supports multi-platform environments.
2026-01-05
structured-output-design.md
2
1 export structured-output-design
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 構造化出力の仕様書を設計するためのスキル。スキーマ定義、命名規則、互換性とバージョニング方針を整理し、長期運用に耐える出力契約を作成する。Anchors:• JSON Schema / 適用: スキーマ設計 / 目的: フィールド仕様の形式化• Semantic Versioning 2.0.0 / 適用: バージョニング設計 / 目的: 互換性ルールの明確化• Postel's Law / 適用: 互換性判断 / 目的: 入出力の許容範囲を整理Trigger:Use when defining output contracts, schema evolution rules, or compatibility plans for structured data.output contract, schema design, compatibility, versioning, JSON schema
2026-01-05
code-review.md
2
1 export code-review
2 duc01226 from "duc01226/EasyPlatform"
3 Comprehensive code review following EasyPlatform patterns and best practices. Use when user asks to review code, refactor, improve code quality, analyze for anti-patterns, code smells, or SOLID violations.
2026-01-05
pytest-testing.md
2
1 export pytest-testing
2 nekorush14 from "nekorush14/dotfiles"
3 Write pytest tests for Python code including unit tests, integration tests, fixtures, mocking, and parametrize. Use when writing tests for functions, classes, or complex business logic.
2026-01-05
resolve-ambiguity.md
2
1 export resolve-ambiguity
2 rayk from "rayk/lucid-toolkit"
3 Systematic ambiguity resolution through tiered information gathering. Use when facing unclear requirements, unknown context, uncertain implementation choices, or any situation where guessing would be risky.
2026-01-05
schema-design.md
2
1 export schema-design
2 phrazzld from "phrazzld/claude-config"
3 Universal database schema design principles: normalization strategy, data types, primary keys, constraints, anti-patterns, and red flags. Apply when designing schemas, reviewing database architecture, or refactoring data models.
2026-01-05
pattern-miner.md
2
1 export pattern-miner
2 mehdic from "mehdic/bazinga"
3 Mine historical data for patterns and predictive insights
2026-01-05
scanning-for-secrets.md
2
1 export scanning-for-secrets
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill helps you scan your codebase for exposed secrets and credentials. It uses pattern matching and entropy analysis to identify potential security vulnerabilities such as API keys, passwords, and private keys. Use this skill when you want to proactively identify and remediate exposed secrets before they are committed to version control or deployed to production. It is triggered by phrases like "scan for secrets", "check for exposed credentials", "find API keys", or "run secret scanner".
2026-01-05
research-docs.md
2
1 export research-docs
2 dkmaker from "dkmaker/ida-ai"
3 Research and persist coding documentation using Perplexity AI. Use when user asks about documentation, APIs, frameworks, libraries, best practices, coding patterns, or needs to research technical topics. Always checks existing research first.
2026-01-05
analyzing-capacity-planning.md
2
1 export analyzing-capacity-planning
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to analyze capacity requirements and plan for future growth. It uses the capacity-planning-analyzer plugin to assess current utilization, forecast growth trends, and recommend scaling strategies. Use this skill when the user asks to "analyze capacity", "plan for growth", "forecast infrastructure needs", or requests a "capacity roadmap". It is also useful when the user mentions specific capacity metrics like CPU usage, memory, database storage, network bandwidth, or connection pool saturation. This skill is ideal for proactive infrastructure planning and preventing performance bottlenecks.
2026-01-05
clink-standalone.md
2
1 export clink-standalone
2 VCnoC from "VCnoC/clink-standalone"
3 Standalone CLI bridge - launch external AI CLIs (gemini, codex, claude) directly without MCP server. Use when you need to delegate tasks to specialized CLI tools with their own context windows. Supports role-based prompts and file references.
2026-01-05
entity-development.md
2
1 export entity-development
2 duc01226 from "duc01226/EasyPlatform"
3 Use when creating or modifying domain entities with static expressions, computed properties, field tracking, and validation.
2026-01-05
zod-validation.md
2
1 export zod-validation
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Zodライブラリによるランタイムバリデーション、スキーマ定義、TypeScript型推論を専門とするスキル。型安全なバリデーションロジックを設計・実装し、API・フォーム・ドメイン層での検証を網羅する。Anchors:• Zod Official Documentation / 適用: スキーマAPI・バリデーション / 目的: 公式パターン準拠• Effective TypeScript (Dan Vanderkam) / 適用: 型設計・型推論 / 目的: ランタイム安全性担保• @hookform/resolvers / 適用: フォーム統合 / 目的: React Hook Form連携Trigger:Use when implementing runtime validation with Zod, defining TypeScript schemas, integrating form validation (react-hook-form), or validating API requests/responses. Keywords: zod, schema, safeParse, refine, z.infer, zodResolver.
2026-01-05
go-testing-subtests.md
2
1 export go-testing-subtests
2 JamesPrial from "JamesPrial/claudefiles"
3 Subtest patterns with t.Run
2026-01-05
codebase-summarizer.md
2
1 export codebase-summarizer
2 patricio0312rev from "patricio0312rev/skillset"
3 Scans repository structure and generates comprehensive architecture documentation including system overview, entry points, module relationships, data flow diagrams, and "edit here for X" guides. Creates ARCHITECTURE.md for onboarding and navigation. Use when users request "document the codebase", "explain the architecture", "create onboarding docs", or "map the system".
2026-01-05
data-visualization.md
2
1 export data-visualization
2 cosmix from "cosmix/claude-code-setup"
3 Creates effective data visualizations using various libraries and tools, with focus on clarity and insight communication. Trigger keywords: chart, graph, plot, visualization, dashboard, matplotlib, d3, plotly, visualization.
2026-01-05
openai-deep-research.md
2
1 export openai-deep-research
2 closedloop-technologies from "closedloop-technologies/awesome-deep-researchers"
3 Use OpenAI's Deep Research API (o3 / o4 models) to automate multi-step, citation-backed research workflows.
2026-01-05