Browse Skills
17720 skills found
task-planner.md
2
1
export
task-planner
2
from
"warpcode/dotfiles"
from
"warpcode/dotfiles"
3
Guidelines for transforming descriptive tasks into technical breakdowns with main tasks (product-focused, well-formatted JIRA tickets) and subtasks (implementation-focused, technical chunks). Scope: task generation, consolidation, FE/BE separation, point estimation (0.1-5 scale), acceptance criteria. Triggers: "task", "breakdown", "subtask", "main task", "ticket", "JIRA", "estimation", "point".
2026-01-05
marketplace-publisher.md
2
1
export
marketplace-publisher
2
from
"sjnims/plugin-forge"
from
"sjnims/plugin-forge"
3
Create marketplace.json files and prepare plugins for distribution via plugin marketplaces. Use when publishing plugins, creating marketplaces, or sharing plugins with teams.
2026-01-05
generating-smart-commits.md
2
1
export
generating-smart-commits
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill generates conventional commit messages using AI analysis of staged Git changes. It automatically determines the commit type (feat, fix, docs, etc.), identifies breaking changes, and formats the message according to conventional commit standards. Use this when asked to create a commit message, write a Git commit, or when the user uses the `/commit-smart` or `/gc` command. It is especially useful after changes have been staged with `git add`.
2026-01-05
docs-starter-kit.md
2
1
export
docs-starter-kit
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Generates comprehensive documentation templates for open-source and internal projects including README, CONTRIBUTING, SECURITY, CODE_OF_CONDUCT, LICENSE, and other standard docs with suggested sections and best practices. Use when users request "create project docs", "add OSS documentation", "setup standard docs", or "make it open-source ready".
2026-01-05
aiworkflow-requirements.md
2
1
export
aiworkflow-requirements
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
AIWorkflowOrchestratorプロジェクトの仕様管理スキル。仕様書を検索・参照するためのインターフェース。references/配下に全仕様を格納し、キーワード検索で必要な情報に素早くアクセス。Anchors:• Specification-Driven Development / 適用: 仕様書正本 / 目的: 実装との一貫性• Progressive Disclosure / 適用: 検索→詳細参照 / 目的: コンテキスト効率化• MECE原則 / 適用: トピック分類 / 目的: 漏れなく重複なくTrigger:プロジェクト仕様の検索、アーキテクチャ確認、API設計参照、セキュリティ要件確認、テスト戦略参照を行う場合に使用。仕様, 要件, アーキテクチャ, API, データベース, セキュリティ, UI/UX, デプロイ, Claude Code, テスト, MSW, カバレッジ
2026-01-05
debug.md
2
1
export
debug
2
from
"sbusso/claude-system"
from
"sbusso/claude-system"
3
Expert debugging methodology. Triggers on debug, investigate, fix bug, troubleshoot.
2026-01-05
generate-pull-request.md
2
1
export
generate-pull-request
2
from
"seanogdev/dotfiles"
from
"seanogdev/dotfiles"
3
Generate a pull request using GitHub CLI following the project's pull request template.
2026-01-05
forms-router.md
2
1
export
forms-router
2
from
"Bbeierle12/Skill-MCP-Claude"
from
"Bbeierle12/Skill-MCP-Claude"
3
Router for web form development. Use when creating forms, handling validation, user input, or data entry across React, Vue, or vanilla JavaScript. Routes to 7 specialized skills for accessibility, validation, security, UX patterns, and framework-specific implementations. Start here for form projects.
2026-01-05
code-review.md
2
1
export
code-review
2
from
"duc01226/EasyPlatform"
from
"duc01226/EasyPlatform"
3
Use for QUICK PR reviews with structured checklists (architecture, patterns, security, performance). Provides step-by-step review process, git diff commands, and review report templates. Best for pull request reviews and pre-commit checks. NOT for deep refactoring analysis (use code-review instead).
2026-01-05
skill-creator.md
2
1
export
skill-creator
2
from
"iimuz/dotfiles"
from
"iimuz/dotfiles"
3
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
figlet-typography.md
2
1
export
figlet-typography
2
from
"j-greig/claude-skills"
from
"j-greig/claude-skills"
3
Generate ASCII art typography using pyfiglet. Use when user asks for ASCII art text, banners, headers, logo text, terminal art, or decorative typography. Curated whitelist of 24 display fonts available, agent can also use any of 500+ pyfiglet fonts.
2026-01-05
multi-agent-orchestrator.md
2
1
export
multi-agent-orchestrator
2
from
"tekliner/improvado-agentic-frameworks-and-skills"
from
"tekliner/improvado-agentic-frameworks-and-skills"
3
Orchestrate parallel CLI agents (Claude Code, Codex, Gemini) for competitive evaluation. Use when user says "run multi-agent", "compare agents", "launch competitive evaluation", "use parallel agents", or complex tasks (>7/10) where multiple approaches exist and best solution matters.
2026-01-05
building-gitops-workflows.md
2
1
export
building-gitops-workflows
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to construct GitOps workflows using ArgoCD and Flux. It is designed to generate production-ready configurations, implement best practices, and ensure a security-first approach for Kubernetes deployments. Use this skill when the user explicitly requests "GitOps workflow", "ArgoCD", "Flux", or asks for help with setting up a continuous delivery pipeline using GitOps principles. The skill will generate the necessary configuration files and setup code based on the user's specific requirements and infrastructure.
2026-01-05
knowledge-management.md
2
1
export
knowledge-management
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
SECIモデル(野中郁次郎)に基づく組織知識の形式知化と共有を専門とするスキル。暗黙知(経験、勘、ノウハウ)を形式知(ドキュメント、パターン)に変換し、体系化することで組織全体で再利用可能な知識として活用する。Anchors:• The Knowledge-Creating Company (Nonaka/Takeuchi) / 適用: SECIサイクル4フェーズ(共同化・表出化・連結化・内面化) / 目的: 暗黙知の特定・言語化・統合の理論的基盤• The Pragmatic Programmer (Hunt/Thomas) / 適用: 実践的改善とDRY原則 / 目的: 品質維持と重複知識の統合判断• Design Patterns (Gang of Four) / 適用: パターン記述形式 / 目的: 再利用可能な知識の抽象化と構造化Trigger:Use when formalizing tacit knowledge, documenting best practices, converting code review insights to reusable knowledge, managing organizational knowledge base quality, or applying SECI model workflows.Keywords: knowledge management, tacit knowledge, explicit knowledge, SECI model, documentation, best practices, pattern extraction
2026-01-05
conducting-chaos-engineering.md
2
1
export
conducting-chaos-engineering
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to design and execute chaos engineering experiments to test system resilience. It is used when the user requests help with failure injection, latency simulation, resource exhaustion testing, or resilience validation. The skill is triggered by discussions of chaos experiments (GameDays), failure injection strategies, resilience testing, and validation of recovery mechanisms like circuit breakers and retry logic. It leverages tools like Chaos Mesh, Gremlin, Toxiproxy, and AWS FIS to simulate real-world failures and assess system behavior.
2026-01-05
scanning-for-xss-vulnerabilities.md
2
1
export
scanning-for-xss-vulnerabilities
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to automatically scan for XSS (Cross-Site Scripting) vulnerabilities in code. It is triggered when the user requests to "scan for XSS vulnerabilities", "check for XSS", or uses the command "/xss". The skill identifies reflected, stored, and DOM-based XSS vulnerabilities. It analyzes HTML, JavaScript, CSS, and URL contexts to detect potential exploits and suggests safe proof-of-concept payloads. This skill is best used during code review, security audits, and before deploying web applications to production.
2026-01-05
agent-architect.md
2
1
export
agent-architect
2
from
"walcon/opencode-example"
from
"walcon/opencode-example"
3
Expert guide for creating OpenCode agents and subagents. Use when: (1) Creating specialized agents, (2) Designing multi-agent workflows, (3) Optimizing context with subagent delegation, (4) Setting tool permissions.
2026-01-05
mcpgraphtoolkit.md
2
1
export
mcpgraphtoolkit
2
from
"TeamSparkAI/mcpGraph"
from
"TeamSparkAI/mcpGraph"
3
Build, test, and manage mcpGraph tools using the mcpGraphToolkit MCP server. Discover MCP servers and tools, construct graph nodes with JSONata and JSON Logic, and interact with mcpGraph configurations. IMPORTANT: Always read this file before creating graph tools using mcpGraphToolkit.
2026-01-05
tracking-model-versions.md
2
1
export
tracking-model-versions
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to track and manage AI/ML model versions using the model-versioning-tracker plugin. It should be used when the user asks to manage model versions, track model lineage, log model performance, or implement version control for AI/ML models. Use this skill when the user mentions "track versions", "model registry", "MLflow", or requests assistance with AI/ML model deployment and management. This skill facilitates the implementation of best practices for model versioning, automation of model workflows, and performance optimization.
2026-01-05
creative-lens-toolkit.md
2
1
export
creative-lens-toolkit
2
from
"davidrd123/ComfyPromptByAPI"
from
"davidrd123/ComfyPromptByAPI"
3
Archetypal lenses and tactical transforms for creative prompt exploration. Use when: scene is correct but lacks emotional subtext, need mythic or archetypal phrasing, exploring mood through seasonal/zodiac/personality filters, stuck on blank page ideation, or want structured variations from a stable baseline. Includes LensCards (tactical jiggles) and LensPacks (metaphorical frames).
2026-01-05
task-decomposition.md
2
1
export
task-decomposition
2
from
"sirkirby/open-agent-kit"
from
"sirkirby/open-agent-kit"
3
Break down OAK plans into structured tasks using oak.plan-tasks conventions. Use when generating tasks.md, structuring work for export to GitHub/ADO, or organizing implementation phases.
2026-01-05
fuzzy-edit.md
2
1
export
fuzzy-edit
2
from
"dbarnett/dotfiles"
from
"dbarnett/dotfiles"
3
This skill should be used when Edit tool fails with "old_string not found", "string not found", or indentation mismatch errors. Also use when editing files with tab indentation (Python, Go, Makefiles, TypeScript) or when the Edit tool has failed multiple times on the same edit. Provides the agents-fuzzy-edit-args utility to fix Edit arguments by re-reading actual files.
2026-01-05
000-jeremy-content-consistency-validator.md
2
1
export
000-jeremy-content-consistency-validator
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
Validates messaging consistency across website, GitHub repositories, and local documentation. Generates comprehensive read-only discrepancy reports showing where messaging conflicts or inconsistencies exist. Activates when user mentions "consistency check", "validate documentation", "check for mixed messaging", "audit content consistency", or before updating internal paperwork.
2026-01-05
automating-mobile-app-testing.md
2
1
export
automating-mobile-app-testing
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables automated testing of mobile applications on iOS and Android platforms using frameworks like Appium, Detox, XCUITest, and Espresso. It generates end-to-end tests, sets up page object models, and handles platform-specific elements. Use this skill when the user requests mobile app testing, test automation for iOS or Android, or needs assistance with setting up device farms and simulators. The skill is triggered by terms like "mobile testing", "appium", "detox", "xcuitest", "espresso", "android test", "ios test".
2026-01-05