Browse Skills

44969 skills found

drizzle-migration.md
2
1 export drizzle-migration
2 Dexploarer from "Dexploarer/hyper-forge"
3 Execute the proper Drizzle Kit workflow for database schema migrations in asset-forge. Use this when the user asks to create a database migration, update the database schema, or when schema changes need to be applied to the database.
2026-01-05
pytest-testing.md
2
1 export pytest-testing
2 janisto from "janisto/fastapi-playground"
3 Guide for writing pytest tests following this project's patterns including fixtures, mocking, and test organization.
2026-01-05
pattern-development.md
2
1 export pattern-development
2 imsaif from "imsaif/aiex"
3 Guide through updating AI design patterns with comprehensive checklist completion, code examples, images, documentation, and interactive demos
2026-01-05
catch-up.md
2
1 export catch-up
2 imcbeth from "imcbeth/homelab"
3 Reads CLAUDE_NOTES.md to provide context about recent work, decisions, and current state of the homelab repository. Use this skill when starting a new session, when asked about recent work, or when context is needed about previous sessions.
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
playwright-testing.md
2
1 export playwright-testing
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Playwrightによるブラウザ自動化テストの実装技術。安定した待機戦略、適切なセレクタ選択、効率的なテスト設計を提供します。Anchors:• Test-Driven Development: By Example (Kent Beck) / 適用: Red-Green-Refactorサイクル / 目的: テスト設計と実装フロー• Playwright Best Practices / 適用: セレクタ戦略・待機パターン / 目的: フレーキーテスト防止Trigger:Use when implementing E2E tests, browser automation, fixing flaky tests, selecting Playwright selectors, optimizing wait strategies, or designing cross-browser test suites.E2E testing, browser automation, Playwright selectors, flaky test debugging, test wait strategies, accessibility testing
2026-01-05
go-testing.md
2
1 export go-testing
2 JamesPrial from "JamesPrial/claudefiles"
3 Go testing patterns. Routes to specific patterns.
2026-01-05
package-upgrade.md
2
1 export package-upgrade
2 duc01226 from "duc01226/EasyPlatform"
3 Use when the user asks to analyze package upgrades, check for outdated dependencies, plan npm/NuGet updates, or assess breaking changes in package updates. Triggers on keywords like "upgrade packages", "outdated", "npm update", "breaking changes", "dependency upgrade", "package update", "version upgrade".
2026-01-05
git-directory-management.md
2
1 export git-directory-management
2 boneskull from "boneskull/claude-plugins"
3 Manage git-tracked directories correctly - never create .gitkeep files in directories that will immediately contain tracked files
2026-01-05
audio-producer.md
2
1 export audio-producer
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Expert in web audio, audio processing, and interactive sound design
2026-01-05
ast-grep.md
2
1 export ast-grep
2 xdg from "xdg/xdg-claude"
3 Use ast-grep for structural code search and refactoring when editing code structure with ambiguity in text matching, handling "old_string not unique" problems, or performing formatting-independent pattern matching across function signatures, method calls, and class structures
2026-01-05
conventional-commit.md
2
1 export conventional-commit
2 trancong12102 from "trancong12102/agentskills"
3 Generates commit messages following Conventional Commits 1.0.0 specification. Use when committing changes, staging files, creating commits, or when user says "commit", "git commit", or asks for a commit message.
2026-01-05
mcp-builder.md
2
1 export mcp-builder
2 AizenvoltPrime from "AizenvoltPrime/claude-compass"
3 Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
2026-01-05
trading-strategy-guidelines.md
2
1 export trading-strategy-guidelines
2 IgorGanapolsky from "IgorGanapolsky/trading"
3 Core trading strategy rules and guidelines for consistent execution
2026-01-05
performing-security-testing.md
2
1 export performing-security-testing
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill automates security vulnerability testing. It is triggered when the user requests security assessments, penetration tests, or vulnerability scans. The skill covers OWASP Top 10 vulnerabilities, SQL injection, XSS, CSRF, authentication issues, and authorization flaws. Use this skill when the user mentions "security test", "vulnerability scan", "OWASP", "SQL injection", "XSS", "CSRF", "authentication", or "authorization" in the context of application or API testing.
2026-01-05
feature-flag-patterns.md
2
1 export feature-flag-patterns
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 機能フラグ(Feature Flag/Feature Toggle)による段階的リリースとA/Bテスト実装スキル。リスク管理とカナリアリリースを可能にし、本番環境での安全な機能展開を実現します。Anchors:• Feature Toggles (Pete Hodgson - Martin Fowler blog) / 適用: フラグ設計パターン / 目的: Release/Experiment/Ops/Permission Togglesの適切な使い分け• Continuous Delivery (Jez Humble) / 適用: デプロイ戦略 / 目的: デプロイと機能リリースの分離による安全性向上Trigger:Use when implementing feature flags, feature toggles, A/B testing, gradual rollouts, canary releases, or managing feature lifecycles.feature flag, feature toggle, A/B testing, canary release, gradual rollout, dark launch, percentage rollout, kill switch
2026-01-05
iac-skill.md
2
1 export iac-skill
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-devops"
3 Infrastructure as Code with Terraform, Ansible, and CloudFormation.
2026-01-05
tmux.md
2
1 export tmux
2 dashed from "dashed/claude-marketplace"
3 Remote control tmux sessions for interactive CLIs (python, gdb, git add -p, etc.) by sending keystrokes and scraping pane output. Use when debugging applications, running interactive REPLs (Python, gdb, ipdb, psql, mysql, node), automating terminal workflows, interactive git commands (git add -p, git stash -p, git rebase -i), or when user mentions tmux, debugging, or interactive shells.
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
requesting-code-review.md
2
1 export requesting-code-review
2 robertpelloni from "robertpelloni/workspace"
3 Dispatch code-reviewer subagent to review implementation against plan or requirements before proceeding
2026-01-05
test-coverage.md
2
1 export test-coverage
2 mehdic from "mehdic/bazinga"
3 Generate comprehensive test coverage reports when reviewing code. Identifies untested code paths and low-coverage areas. Supports Python (pytest-cov), JavaScript (jest), Go (go test -cover), Java (JaCoCo). Use when reviewing tests or before approving code changes.
2026-01-05
nixtla-timegpt-lab.md
2
1 export nixtla-timegpt-lab
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 Mode skill that transforms Claude into a Nixtla TimeGPT forecasting expert, biasing all suggestions toward Nixtla libraries and patterns
2026-01-05
cors-configuration-validator.md
2
1 export cors-configuration-validator
2 hirefrank from "hirefrank/hirefrank-marketplace"
3 Automatically validates Cloudflare Workers CORS configuration, ensuring proper headers, OPTIONS handling, and origin validation for cross-origin requests
2026-01-05
jj.md
2
1 export jj
2 dashed from "dashed/claude-marketplace"
3 Jujutsu (jj) version control system - a Git-compatible VCS with novel features. Use when working with jj repositories, managing stacked/dependent commits, needing automatic rebasing with first-class conflict handling, using revsets to select commits, or wanting enhanced Git workflows. Triggers on mentions of 'jj', 'jujutsu', change IDs, operation log, or jj-specific commands.
2026-01-05