Browse Skills

17720 skills found

version-control.md
2
1 export version-control
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-devops"
3 Git version control, branching strategies, GitHub/GitLab workflows, and collaborative development
2026-01-05
speculator-orchestration.md
2
1 export speculator-orchestration
2 wbeard from "wbeard/speculator"
3 Multi-agent task orchestration using the spec CLI. Guides agents on claiming tasks, parallel execution, blocking, and coordination. Use when working with multiple agents, claiming tasks, or managing parallel work.
2026-01-05
voice-transcription.md
2
1 export voice-transcription
2 aldervall from "aldervall/Voicetype"
3 Record and transcribe voice input when user wants to speak instead of type, describe complex issues verbally, provide audio input, or dictate text. Use this when user says "record my voice", "let me speak", "voice input", "transcribe audio", or when verbal description would be clearer than typing.
2026-01-05
scripting.md
2
1 export scripting
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-devops"
3 DevOps scripting with Bash, Python, and Go for automation, tooling, and infrastructure management
2026-01-05
composite-actions.md
2
1 export composite-actions
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 GitHub Actions の Composite Actions 設計と実装を支援するスキル。action.yml の構造、入出力設計、再利用性、検証手順を整理する。Anchors:• 『The Pragmatic Programmer』(Andrew Hunt, David Thomas) / 適用: 自動化設計 / 目的: 再利用可能な処理の整理• 『GitHub Actions公式ドキュメント』 / 適用: Composite Actions 実装 / 目的: 構文仕様の準拠• 『The Twelve-Factor App』 / 適用: 設定と可搬性 / 目的: アクションの独立性確保• 『Release It!』(Michael Nygard) / 適用: エラーハンドリング / 目的: 安定運用の設計Trigger:Use when designing composite actions, validating action.yml structure, or integrating reusable GitHub Actions steps.composite actions, action.yml, reusable action, inputs outputs, github actions
2026-01-05
drizzle-orm.md
2
1 export drizzle-orm
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 DrizzleORMを使用したデータベーススキーマ設計、マイグレーション、型安全なクエリ構築を専門とするスキル。SQLite、PostgreSQL、MySQLに対応し、TypeScriptの型システムを最大限活用した堅牢なDB層を構築する。Anchors:• Drizzle ORM公式ドキュメント / 適用: スキーマ定義とマイグレーション / 目的: 型安全なDB設計の基盤• TypeScript型システム / 適用: クエリビルダーとスキーマ定義 / 目的: エンドツーエンドの型安全性• Database Design for Mere Mortals (Hernandez) / 適用: リレーション設計 / 目的: 正規化と参照整合性Trigger:Use when defining Drizzle schemas, creating migrations, building type-safe queries, designing relations, or optimizing database performance.drizzle, orm, schema, migration, sqlite, postgresql, type-safe query
2026-01-05
encrypting-and-decrypting-data.md
2
1 export encrypting-and-decrypting-data
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to encrypt and decrypt data using various algorithms provided by the encryption-tool plugin. It should be used when the user requests to "encrypt data", "decrypt a file", "generate an encrypted file", or needs to secure sensitive information. This skill supports various encryption methods and ensures data confidentiality. It is triggered by requests related to data encryption, decryption, or general data security needs.
2026-01-05
unity-csharp-editing.md
2
1 export unity-csharp-editing
2 akiojin from "akiojin/unity-mcp-server"
3 Supports Unity C# script editing, searching, and refactoring. Enables TDD cycle code editing, symbol navigation, reference searching, and structured editing. Use when: C# editing, script search, symbol search, refactoring, code indexing, class creation, method addition
2026-01-05
infrastructure-as-code.md
2
1 export infrastructure-as-code
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Infrastructure as Code(IaC)の原則に基づく構成管理の自動化を専門とするスキル。環境変数管理、Secret管理、Railway統合を中心に、再現可能で安全なインフラ構成を実現します。Anchors:• 『The Pragmatic Programmer』(Andrew Hunt, David Thomas)/ 適用: 設定の外部化・DRY原則・エラーの早期検出 / 目的: 保守性とセキュリティの両立• IaC 4原則(宣言的定義・べき等性・バージョン管理・不変インフラ)/ 適用: インフラ構成全体 / 目的: 再現可能性の確保Trigger:Use when designing environment variables, managing secrets, configuring Railway deployments, or setting up infrastructure as code for Next.js/Electron projects.Keywords: railway.json, .env.example, environment variables, GitHub Secrets, Railway Secrets, Turso integration, infrastructure automation
2026-01-05
wm-workspace-manager.md
2
1 export wm-workspace-manager
2 jonmagic from "jonmagic/skills"
3 Workspace orchestration automation for the wm CLI multi-repo workflow. Use when user wants to start, resume, extend, or manage engineering workspaces with Git worktrees. Handles intent parsing ("start working on X"), repository resolution, feature slugging, branch naming, and wm command construction with proper flags and collision handling.
2026-01-05
particles-lifecycle.md
2
1 export particles-lifecycle
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Particle lifecycle management—emission/spawning, death conditions, object pooling, trails, fade-in/out, and state transitions. Use when particles need birth/death cycles, continuous emission, trail effects, or memory-efficient recycling.
2026-01-05
tracking-resource-usage.md
2
1 export tracking-resource-usage
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to track and optimize resource usage across an application stack. It is activated when the user requests insights into resource consumption, performance bottlenecks, or cost optimization opportunities. The skill uses the resource-usage-tracker plugin to monitor CPU, memory, disk I/O, network I/O, file descriptors, database connections, and thread/process counts. Use this skill when the user mentions "resource usage", "performance optimization", "cost optimization", "track resources", or "right-sizing".
2026-01-05
pr-creator.md
2
1 export pr-creator
2 enitrat from "enitrat/skill-issue"
3 Guide PR authoring from creation through review completion. Use when creating/submitting/authoring pull requests, writing PR descriptions, responding to reviewer comments, or implementing review feedback. Covers the full PR lifecycle - creating PRs linked to issues, handling review comments (triaging, responding, implementing suggestions), and getting PRs merged.
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
code-review.md
2
1 export code-review
2 DavidDworetzky from "DavidDworetzky/Geist"
3 This skill should be used when the user requests a code review of changed files. Use this to review git-diffed files for security vulnerabilities (OWASP Top 10), performance issues (O(N) complexity, ORM optimization), bugs, and adherence to project coding standards defined in agents.md and claude.md.
2026-01-05
pdf.md
2
1 export pdf
2 AizenvoltPrime from "AizenvoltPrime/claude-compass"
3 Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
2026-01-05
codegen-test.md
2
1 export codegen-test
2 nihiyama from "nihiyama/ffq"
3 A skill for writing Go tests in a TDD workflow. Follow README/Issue requirements and existing test conventions, add a balanced set of table-driven cases across behavior/boundaries/branches, and produce maintainable tests without excessive mocking or coverage-chasing.
2026-01-05
plugin-packager-validation.md
2
1 export plugin-packager-validation
2 JamesPrial from "JamesPrial/claudefiles"
3 Plugin validation errors and fixes
2026-01-05
git-hygiene-enforcer.md
2
1 export git-hygiene-enforcer
2 patricio0312rev from "patricio0312rev/skillset"
3 Establishes git workflow guardrails including conventional commits, commit message hooks, branch naming conventions, PR templates, and code review processes. Provides hook configurations, workflow templates, and emergency bypass instructions. Use when users request "setup git hooks", "enforce commit conventions", "add PR templates", or "standardize git workflow".
2026-01-05
tonl-tool.md
2
1 export tonl-tool
2 WilliamKarolDiCioccio from "WilliamKarolDiCioccio/mosaic"
3 Deterministic wrapper for tonl CLI (npm package) for structured data operations in JSON/TONL formats. Use when converting JSON↔TONL, querying structured data, validating TONL schemas, or generating statistics. Maps directly to CLI subcommands (encode, decode, query, get, validate, stats).
2026-01-05
aggregating-performance-metrics.md
2
1 export aggregating-performance-metrics
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to aggregate and centralize performance metrics from various sources. It is used when the user needs to consolidate metrics from applications, systems, databases, caches, queues, and external services into a central location for monitoring and analysis. The skill is triggered by requests to "aggregate metrics", "centralize performance metrics", or similar phrases related to metrics aggregation and monitoring. It facilitates designing a metrics taxonomy, choosing appropriate aggregation tools, and setting up dashboards and alerts.
2026-01-05
implement-tasks.md
2
1 export implement-tasks
2 korallis from "korallis/Amp-OS"
3 Implement tasks from tasks.md using multi-agent orchestration. Use when ready to implement a spec's tasks, supports both single-agent and multi-agent modes via Task tool.
2026-01-05
networking-skill.md
2
1 export networking-skill
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-devops"
3 Network protocols and troubleshooting - TCP/IP, DNS, HTTP/HTTPS, SSH, firewalls.
2026-01-05
global-conventions.md
2
1 export global-conventions
2 adigunners from "adigunners/adigunners.github.io"
3 Maintain consistent code structure and naming patterns across JavaScript modules, CSS, and HTML files in this static website. Use this skill when establishing or following project-wide conventions for file organization, naming, and code structure.
2026-01-05