Browse Skills

18175 skills found

agent-persona-design.md
2
1 export agent-persona-design
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 実在する専門家の思想をエージェントに移植し、その専門性と思考パターンを再現するスキル。Anchors:• 『心の社会』(Marvin Minsky) / 適用: 複雑系とエージェントシステム / 目的: 小規模エージェントの集合知実現• 『ファスト&スロー』(Daniel Kahneman) / 適用: 意思決定と思考パターン / 目的: 専門家の直感と論理の統合Trigger:Use when designing or improving agent personas, modeling expert thinking patterns, upgrading existing personas, or building multi-persona systems.persona design, expert modeling, thinking patterns, agent architecture, multi-agent systems
2026-01-05
microservices-orchestrator.md
2
1 export microservices-orchestrator
2 Dexploarer from "Dexploarer/hyper-forge"
3 Expert skill for designing, decomposing, and managing microservices architectures. Activates when users need help with microservices design, service decomposition, bounded contexts, API contracts, or transitioning from monolithic to microservices architectures.
2026-01-05
youtube-to-knowledge-doc.md
2
1 export youtube-to-knowledge-doc
2 tekliner from "tekliner/improvado-agentic-frameworks-and-skills"
3 Use when user provides YouTube URL and says "document this", "create notes", or "save this video". Automatically extracts transcript, determines folder placement, and generates Knowledge Framework documentation with MECE structure, Mermaid diagrams, and clickable timestamp citations.
2026-01-05
event-driven-architect.md
2
1 export event-driven-architect
2 Dexploarer from "Dexploarer/hyper-forge"
3 Design event-driven architectures using Kafka, RabbitMQ, event sourcing, CQRS, and saga patterns. Activates when users need help with event-driven design, message queues, event sourcing, or asynchronous communication patterns.
2026-01-05
engineering-planning.md
2
1 export engineering-planning
2 ships from "ships/eden"
3 Guidelines for planning engineering tasks with precision and clarity. Use this skill when creating todo lists, breaking down complex engineering tasks, or designing implementation plans for software development work. Emphasizes concrete, actionable steps without time estimates.
2026-01-05
weekly-snippets.md
2
1 export weekly-snippets
2 jonmagic from "jonmagic/skills"
3 Interactive weekly snippets builder for gathering and drafting Friday-Thursday accomplishment summaries. Use when creating weekly snippets, status updates, or accomplishment tracking. Covers context-file creation, source-by-source gathering (Weekly Notes, GitHub PRs/issues, Meeting Notes), section ordering (Ships, Risks, Blockers, Ideas, Collaborations, Shoutouts), business-impact-first writing, and link formatting rules.
2026-01-05
domain-model-boundaries-mapper.md
2
1 export domain-model-boundaries-mapper
2 patricio0312rev from "patricio0312rev/skillset"
3 Identifies domain modules, ownership boundaries, dependencies, and interfaces using Domain-Driven Design principles. Provides domain maps, bounded contexts, refactor recommendations. Use for "DDD", "domain modeling", "bounded contexts", or "service boundaries".
2026-01-05
skill-creator.md
2
1 export skill-creator
2 mk0e from "mk0e/devskills"
3 Guide for creating effective skills for AI coding agents. Use when creating a new skill or updating an existing skill that extends agent capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
responding-to-security-incidents.md
2
1 export responding-to-security-incidents
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 Assists with security incident response, investigation, and remediation. This skill is triggered when the user requests help with incident response, mentions specific incident types (e.g., data breach, ransomware, DDoS), or uses terms like "incident response plan", "containment", "eradication", or "post-incident activity". It guides the user through the incident response lifecycle, from preparation to post-incident analysis. It is useful for classifying incidents, creating response playbooks, collecting evidence, constructing timelines, and generating remediation steps. Use this skill when needing to respond to a "security incident".
2026-01-05
design-tokens.md
2
1 export design-tokens
2 phrazzld from "phrazzld/claude-config"
3 Apply design token patterns using Tailwind CSS 4 @theme directive: CSS variables, semantic naming, color systems, typography scales, spacing, dark mode. Use when designing UI systems, reviewing design consistency, or establishing brand guidelines. Integrates with frontend-design skill for aesthetic execution.
2026-01-05
running-integration-tests.md
2
1 export running-integration-tests
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to run and manage integration test suites. It automates environment setup, database seeding, service orchestration, and cleanup. Use this skill when the user asks to "run integration tests", "execute integration tests", or any command that implies running integration tests for a project, including specifying particular test suites or options like code coverage. It is triggered by phrases such as "/run-integration", "/rit", or requests mentioning "integration tests". The plugin handles database creation, migrations, seeding, and dependent service management.
2026-01-05
guide-development.md
2
1 export guide-development
2 imsaif from "imsaif/aiex"
3 Auto-scaffold Designer Guides learning paths by analyzing existing guides (Claude Code, Cursor) and generating new guides for other tools
2026-01-05
generating-unit-tests.md
2
1 export generating-unit-tests
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to automatically generate comprehensive unit tests from source code. It is triggered when the user requests unit tests, test cases, or test suites for specific files or code snippets. The skill supports multiple testing frameworks including Jest, pytest, JUnit, and others, intelligently detecting the appropriate framework or using one specified by the user. Use this skill when the user asks to "generate tests", "create unit tests", or uses the shortcut "gut" followed by a file path.
2026-01-05
building-classification-models.md
2
1 export building-classification-models
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to construct and evaluate classification models using provided datasets or specifications. It leverages the classification-model-builder plugin to automate model creation, optimization, and reporting. Use this skill when the user requests to "build a classifier", "create a classification model", "train a classification model", or needs help with supervised learning tasks involving labeled data. The skill ensures best practices are followed, including data validation, error handling, and performance metric reporting.
2026-01-05
task-specification-creator.md
2
1 export task-specification-creator
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 ユーザーから与えられたタスクを単一責務の原則に基づいて分解し、Phase 1からPhase 11までの実行可能なタスク仕様書ドキュメントを生成する。スキル選定は仕様書作成時に動的に行う。使用するスキルはタスクの性質に応じて現在利用可能なスキル(.claude/skills/)から選定する。Anchors:• Clean Code (Robert C. Martin) / 適用: 単一責務の原則 / 目的: タスク分解の基準• Continuous Delivery (Jez Humble) / 適用: フェーズゲート / 目的: 品質パイプライン構築• Domain-Driven Design (Eric Evans) / 適用: ユビキタス言語 / 目的: 一貫した用語設計Trigger:タスク仕様書作成, タスク分解, ワークフロー設計, 実行計画作成Use when creating task specifications for complex development tasks.
2026-01-05
scanning-database-security.md
2
1 export scanning-database-security
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to perform comprehensive database security scans using the database-security-scanner plugin. It is triggered when the user requests a security assessment of a database, including identifying vulnerabilities like weak passwords, SQL injection risks, and insecure configurations. The skill leverages OWASP guidelines to ensure thorough coverage and provides remediation suggestions. Use this skill when the user asks to "scan database security", "check database for vulnerabilities", "perform OWASP compliance check on database", or "assess database security posture". The plugin supports PostgreSQL and MySQL.
2026-01-05
artifact-management-gha.md
2
1 export artifact-management-gha
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 GitHub Actions のアーティファクト管理(upload/download、ジョブ間共有、保持期間、クリーンアップ)の設計と実装を支援するスキル。データ受け渡しの設計、容量最適化、保管期間戦略を整理し、再現性の高い成果物管理を実現します。Anchors:• The Pragmatic Programmer / 適用: 成果物管理の実践的改善 / 目的: 確実な共有と品質維持• GitHub Actions Artifacts / 適用: upload/download仕様 / 目的: 正しい設定と制限理解• Lean Waste Reduction / 適用: 保持期間と容量管理 / 目的: ストレージ最適化Trigger:Use when designing or implementing GitHub Actions artifact upload/download flows, job-to-job data sharing, retention policies, or cleanup automation.
2026-01-05
btb-workflow.md
2
1 export btb-workflow
2 ships from "ships/eden"
3 BackToBack/ByTheBooks (BTB) - An in-repo collaboration pattern for Human-AI engineering teams. Use this skill when working in repositories with a SPECS/ directory containing README.md, PROGRESS.md, and design documents. BTB emphasizes documentation-driven development, mandatory progress tracking before commits, and a feedback loop between design → MVP → implementation.
2026-01-05
designing-and-implementing.md
2
1 export designing-and-implementing
2 BPSAI from "BPSAI/paircoder"
3 Use when receiving feature requests, architectural discussions, or multi-step implementation needs that require design before coding.
2026-01-05
metrics-pipeline-builder.md
2
1 export metrics-pipeline-builder
2 Dexploarer from "Dexploarer/hyper-forge"
3 Build metrics collection pipelines using Prometheus, Grafana, and custom exporters
2026-01-05
smoke-test.md
2
1 export smoke-test
2 everruns from "everruns/everruns"
3 Run API and UI smoke tests to verify the Everruns system works correctly. Use this skill when you need to test system functionality after changes, verify deployments, or troubleshoot issues. Supports both Docker-based and no-Docker environments.
2026-01-05
scanning-database-security.md
2
1 export scanning-database-security
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to perform comprehensive database security scans using the database-security-scanner plugin. It is triggered when the user requests a security assessment of a database, including identifying vulnerabilities like weak passwords, SQL injection risks, and insecure configurations. The skill leverages OWASP guidelines to ensure thorough coverage and provides remediation suggestions. Use this skill when the user asks to "scan database security", "check database for vulnerabilities", "perform OWASP compliance check on database", or "assess database security posture". The plugin supports PostgreSQL and MySQL.
2026-01-05
value-object-patterns.md
2
1 export value-object-patterns
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 値オブジェクトパターンの専門スキル。不変性、等価性、ドメイン概念のカプセル化を提供します。Anchors:- Domain-Driven Design(Eric Evans)/ 適用: 値オブジェクト設計 / 目的: ドメインモデル表現- Implementing DDD(Vaughn Vernon)/ 適用: 実装パターン / 目的: 実践的コード- Refactoring(Martin Fowler)/ 適用: プリミティブ執着検出 / 目的: コードスメル改善Trigger:Use when implementing value objects, designing immutable domain concepts, refactoring primitive obsession, or integrating value objects into domain models.
2026-01-05
orchestrating-multi-agent-systems.md
2
1 export orchestrating-multi-agent-systems
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to orchestrate multi-agent systems using the AI SDK v5. It allows Claude to set up agent handoffs, intelligent routing, and coordinated workflows across different AI providers like OpenAI, Anthropic, and Google. Use this skill when the user asks to create multi-agent systems, needs help with agent coordination, task routing, or wants to build complex workflows involving specialized agents. It is triggered by phrases like "multi-agent system", "agent orchestration", "agent handoff", "intelligent routing", or "coordinate agents".
2026-01-05