Browse Skills
17720 skills found
skill-factory.md
2
1
export
skill-factory
2
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
3
Create new skills with proper structure and YAML frontmatter. Use when building new slash command skills, ensuring consistent formatting, directory structure, and validation. Guides through the complete skill creation workflow.
2026-01-05
dependency-tracker.md
2
1
export
dependency-tracker
2
from
"sovrium/sovrium"
from
"sovrium/sovrium"
3
Tracks package.json dependencies and identifies undocumented, outdated, or misaligned tools. Compares installed packages against documented versions in docs/infrastructure/, detects unused dependencies, and flags version mismatches. Use when user requests "check dependencies", "audit package.json", "find undocumented packages", or mentions dependency alignment.
2026-01-05
prompt-builder.md
2
1
export
prompt-builder
2
from
"mehdic/bazinga"
from
"mehdic/bazinga"
3
Build complete agent prompts deterministically via Python script. Use BEFORE spawning any BAZINGA agent (Developer, QA, Tech Lead, PM, etc.).
2026-01-05
bel-crm-sql-rules.md
2
1
export
bel-crm-sql-rules
2
from
"bennoloeffler/bassi"
from
"bennoloeffler/bassi"
3
CRITICAL: PostgreSQL MCP Server SQL limitations and correct patterns.This skill MUST be consulted before writing any SQL for the CRM database.Documents what works and what DOES NOT work with mcp__postgresql__ tools.
2026-01-05
test-workflow.md
2
1
export
test-workflow
2
from
"ManuelKugelmann/BitBot"
from
"ManuelKugelmann/BitBot"
3
Run BitBot's iterative test workflow (implement → test → fix → commit → push). Use PROACTIVELY during development to ensure quality before committing.
2026-01-05
unity-editor-imgui-design.md
2
1
export
unity-editor-imgui-design
2
from
"akiojin/unity-mcp-server"
from
"akiojin/unity-mcp-server"
3
Unity IMGUI (Immediate Mode GUI) for editor tools and custom inspectors. Use for EditorWindow, Custom Inspector, Property Drawer development. NOT for game UI - use unity-game-ugui-design or unity-game-ui-toolkit-design instead.
2026-01-05
self-hosted-runners.md
2
1
export
self-hosted-runners
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
GitHub Actionsセルフホストランナーの設計、セットアップ、セキュリティ管理を行うスキル。インストールから運用、トラブルシューティングまでの完全なライフサイクル管理を提供する。Anchors:• GitHub Actions Documentation / 適用: セルフホストランナー公式仕様 / 目的: 正確なAPI使用と設定• CIS Benchmark for Linux / 適用: ランナーホストのセキュリティ / 目的: セキュリティ強化• The Pragmatic Programmer / 適用: 実践的改善 / 目的: 段階的な実装と継続的改善Trigger:Use when setting up self-hosted runners, configuring runner labels, implementing security measures, troubleshooting runner issues, or optimizing runner performance.self-hosted, runner, GitHub Actions, ephemeral, labels, security, setup, configuration
2026-01-05
frontend-components.md
2
1
export
frontend-components
2
from
"adigunners/adigunners.github.io"
from
"adigunners/adigunners.github.io"
3
UI component best practices for vanilla JavaScript and HTML. Use this skill when creating or modifying HTML elements, building reusable JavaScript modules, or structuring DOM components in this static website. Apply when working on .html files, JavaScript modules in js/ that manage UI state or rendering, or when creating modular, reusable UI patterns.
2026-01-05
skill-ollama-deepseek-ocr-tool.md
2
1
export
skill-ollama-deepseek-ocr-tool
2
from
"dnvriend/ollama-deepseek-ocr-tool"
from
"dnvriend/ollama-deepseek-ocr-tool"
3
Batch OCR processing with DeepSeek-OCR via Ollama
2026-01-05
dev-reports.md
2
1
export
dev-reports
2
from
"mpazaryna/claude-toolkit"
from
"mpazaryna/claude-toolkit"
3
Developer reporting skill for work documentation and communication. Use when writing journals, devlogs, status updates (22A/22B), progress reports, or documenting development work. Generates reports from git history or manual input.
2026-01-05
react-typescript.md
2
1
export
react-typescript
2
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
3
TypeScript expertise for React/Next.js development. Use when writing React components with strict typing, fixing TypeScript errors, handling generic components, or working with TanStack Query types. Focuses on common pitfalls and advanced patterns.
2026-01-05
remotion-tutorial-generator.md
2
1
export
remotion-tutorial-generator
2
from
"pezware/mirubato"
from
"pezware/mirubato"
3
Generate professional tutorial and introduction videos for projects using Remotion. Analyzes project workflows, creates structured video compositions with chapters, transitions, and annotations aligned with project architecture.
2026-01-05
contract-testing-builder.md
2
1
export
contract-testing-builder
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Implements API contract testing to ensure provider-consumer compatibility using Pact or similar tools. Prevents breaking changes with contract specifications and bi-directional verification. Use for "contract testing", "API contracts", "Pact", or "consumer-driven contracts".
2026-01-05
correct-git-commits-no-exceptions.md
2
1
export
correct-git-commits-no-exceptions
2
from
"ships/eden"
from
"ships/eden"
3
Enforce mature commit hygiene and documentation standards for long-lived projects. Trigger this skill automatically in ANY project before ANY commit creation, whether prompted by human, agent, or another skill; always do this, to ensure changesets are clean, tests pass, commit messages are terse and insightful, and all committed content is timeless rather than dependent on circumstantial context to cohere or be useful. Targets senior/staff engineer standards - no cruft, no debug statements, no transient language, no obvious comments. Maintains README accuracy and prevents documentation bloat.
2026-01-05
instruction-writer.md
2
1
export
instruction-writer
2
from
"appaquet/dotfiles"
from
"appaquet/dotfiles"
3
Write and optimize instructions for Claude Code (skills, slash commands, memory files, CLAUDE.md). **ALWAYS use before creating or modifying any CLAUDE.md file, SKILL.md file, command file, or instruction documentation.** Triggers when writing skill descriptions, optimizing prompts for clarity/token efficiency, or when user mentions "write a skill", "create a command", "optimize instructions", or "improve this prompt".
2026-01-05
edit-backlog-item.md
2
1
export
edit-backlog-item
2
from
"wmeints/promptyard"
from
"wmeints/promptyard"
3
Use this skill when creating or editing issues on Github or when asked to write user-stories or record bugs.
2026-01-05
detecting-infrastructure-drift.md
2
1
export
detecting-infrastructure-drift
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to detect infrastructure drift from a desired state. It uses the `drift-detect` command to identify discrepancies between the current infrastructure configuration and the intended configuration, as defined in infrastructure-as-code tools like Terraform. Use this skill when the user asks to check for infrastructure drift, identify configuration changes, or ensure that the current infrastructure matches the desired state. It is particularly useful in DevOps workflows for maintaining infrastructure consistency and preventing configuration errors. Trigger this skill when the user mentions "drift detection," "infrastructure changes," "configuration drift," or requests a "drift report."
2026-01-05
pr-review-fix.md
2
1
export
pr-review-fix
2
from
"narrowstacks/dorkroom"
from
"narrowstacks/dorkroom"
3
Start a PR review inline comments fixing session. Use when users want to address, fix, or resolve inline review comments on a GitHub PR. Fetches unresolved comments and helps fix each one systematically.
2026-01-05
methylation-variability-analysis.md
2
1
export
methylation-variability-analysis
2
from
"BIsnake2001/ChromSkills"
from
"BIsnake2001/ChromSkills"
3
This skill provides a complete and streamlined workflow for performing methylation variability and epigenetic heterogeneity analysis from whole-genome bisulfite sequencing (WGBS) data. It is designed for researchers who want to quantify CpG-level variability across biological samples or conditions, identify highly variable CpGs (HVCs), and explore epigenetic heterogeneity.
2026-01-05
initialize-repository.md
2
1
export
initialize-repository
2
from
"stharrold/yuimedi-paper-20250901"
from
"stharrold/yuimedi-paper-20250901"
3
Meta-skill (Phase 0) for bootstrapping new repositories withworkflow system. Interactive callable tool that copies skills,documentation, and standards from source repository.Use when: Starting a new project that needs the workflow systemTriggers: "initialize new repository", "bootstrap workflow","replicate workflow system"
2026-01-05
ai-image-asset-generator.md
2
1
export
ai-image-asset-generator
2
from
"Kartikk-26/Claude-Code-Skills"
from
"Kartikk-26/Claude-Code-Skills"
3
This skill should be used when generating AI image assets for websites, landing pages, or applications. It automatically analyzes page requirements, generates images using Gemini API, removes backgrounds, converts to SVG for interactivity, and places assets in frontend code. Ideal for creating hero images, icons, backgrounds, product mockups, and infographic elements. Use this skill when users need image assets for their web projects.
2026-01-05
configuring-load-balancers.md
2
1
export
configuring-load-balancers
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill configures load balancers, including ALB, NLB, Nginx, and HAProxy. It generates production-ready configurations based on specified requirements and infrastructure. Use this skill when the user asks to "configure load balancer", "create load balancer config", "generate nginx config", "setup HAProxy", or mentions specific load balancer types like "ALB" or "NLB". It's ideal for DevOps tasks, infrastructure automation, and generating load balancer configurations for different environments.
2026-01-05
building-automl-pipelines.md
2
1
export
building-automl-pipelines
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill empowers Claude to build AutoML pipelines using the automl-pipeline-builder plugin. It is triggered when the user requests the creation of an automated machine learning pipeline, specifies the use of AutoML techniques, or asks for assistance in automating the machine learning model building process. The skill analyzes the context, generates code for the ML task, includes data validation and error handling, provides performance metrics, and saves artifacts with documentation. Use this skill when the user explicitly asks to "build automl pipeline", "create automated ml pipeline", or needs help with "automating machine learning workflows".
2026-01-05
agile-project-management.md
2
1
export
agile-project-management
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
スクラム・カンバンの実践知識とアジャイルプロジェクト管理の体系的手法。ジェフ・サザーランドのスクラムフレームワークを基盤として、イテレーティブ開発とチームの自己組織化を実現します。**アンカー(Anchors)**:• Agile Estimating and Planning(Mike Cohn)/ 適用: 見積もりと計画 / 目的: スプリント計画とイテレーション管理• Scrum Guide(Jeff Sutherland, Ken Schwaber)/ 適用: スクラムフレームワーク / 目的: チーム運営とイテレーション実現**トリガー(Trigger)**:- プロジェクト初期化時のアジャイル体制構築- スプリント計画ミーティング開始時- ユーザーストーリー作成・修正時- バックログ優先順位付けセッション実施時- スプリント終了時のレトロスペクティブ- チーム編成や役割変更の決定時📖 参照書籍:- 『Agile Estimating and Planning』(Mike Cohn): 見積もりと計画- 『Scrum Guide』(Jeff Sutherland, Ken Schwaber): スクラムフレームワーク📚 リソース参照:- `references/Level1_basics.md`: レベル1の基礎ガイド- `references/Level2_intermediate.md`: レベル2の実務ガイド- `references/Level3_advanced.md`: レベル3の応用ガイド- `references/Level4_expert.md`: レベル4の専門ガイド- `references/legacy-skill.md`: 旧SKILL.mdの全文- `scripts/log_usage.mjs`: 使用記録・自動評価スクリプト- `scripts/validate-skill.mjs`: スキル構造検証スクリプト
2026-01-05