Browse Skills

44969 skills found

cloudflare.md
2
1 export cloudflare
2 mpazaryna from "mpazaryna/claude-toolkit"
3 Cloudflare Workers development patterns including Workers AI, Durable Objects, KV storage, and Hono routing.Use when building serverless edge functions, AI-powered services, or stateful workflows on Cloudflare.
2026-01-05
verification-before-completion.md
2
1 export verification-before-completion
2 HTRamsey from "HTRamsey/claude-config"
3 Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
2026-01-05
track-milestone.md
2
1 export track-milestone
2 eternnoir from "eternnoir/claude-tool"
3 Track and manage project milestones, deliverables, and deadlines. Use when user mentions "milestone", "deadline", "deliverable", "release", "target date", or wants to track major project achievements and dependencies between milestones.
2026-01-05
running-smoke-tests.md
2
1 export running-smoke-tests
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill runs smoke tests to verify critical application functionality. It executes pre-defined test suites that check system health, authentication, core features, and external integrations. Use this skill after deployments, upgrades, or significant configuration changes to ensure the application is operational. Trigger this skill using the terms "smoke test" or "st".
2026-01-05
implementing-database-caching.md
2
1 export implementing-database-caching
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to implement multi-tier database caching solutions. It is triggered when the user requests database caching, performance improvements, or reduced database load. The skill utilizes Redis, in-memory caching, and CDN layers to optimize database performance by reducing database load, improving query latency, and supporting horizontal scaling with cache-aside, write-through, and read-through patterns. Use this skill when the user mentions terms like "database caching", "improve database performance", "reduce database load", or uses the `/caching` command.
2026-01-05
command-documentation-patterns.md
2
1 export command-documentation-patterns
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 コマンドのドキュメント設計(セルフドキュメンティング構造/使用例/トラブルシューティング)を整理し、説明の一貫性と読みやすさを支援するスキル。章構成、記述ルール、検証手順を一貫して整理する。Anchors:• Software Requirements (Karl Wiegers) / 適用: 要求の言語化と構造化 / 目的: 説明品質の安定化Trigger:Use when documenting commands, creating usage examples, or designing troubleshooting sections for command workflows.command documentation, usage examples, troubleshooting, self-documenting structure
2026-01-05
hook-creator.md
2
1 export hook-creator
2 sjnims from "sjnims/plugin-forge"
3 Create event handler hooks for Claude Code plugins that respond to tool use, sessions, and notifications. Use when creating hooks, event handlers, or automation for plugins.
2026-01-05
conducting-code-review.md
2
1 export conducting-code-review
2 cipherstash from "cipherstash/cipherpowers"
3 Complete workflow for conducting thorough code reviews with structured feedback
2026-01-05
malware-analysis.md
2
1 export malware-analysis
2 tsale from "tsale/awesome-dfir-skills"
3 Professional malware analysis workflow for PE executables and suspicious files. Triggers on file uploads with requests like "analyze this malware", "analyze this sample", "what does this executable do", "check this file for malware", or any request to examine suspicious files. Performs static analysis, threat intelligence triage, behavioral inference, and produces analyst-grade reports with reasoned conclusions.
2026-01-05
doc-writer.md
2
1 export doc-writer
2 wpfleger96 from "wpfleger96/ai-rules"
3 Provides expert guidance for writing compact, effective technical documentation. Use this skill when: (1) user mentions "documentation", "docs", "document", "readme", "architecture", or "API docs", (2) user requests to write, create, update, improve, or review any documentation, (3) user is documenting code, systems, features, or APIs, (4) user is creating README.md, ARCHITECTURE.md, CONTRIBUTING.md, or tutorial files, (5) user requests examples or how-to guides.
2026-01-05
fastapi-production.md
2
1 export fastapi-production
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Production-grade FastAPI patterns for async APIs, SQLAlchemy 2.0, Pydantic v2, and robust error handling. Use when building API endpoints, handling database operations, implementing middleware, or optimizing performance.
2026-01-05
unity-async.md
2
1 export unity-async
2 creator-hian from "creator-hian/claude-code-plugins"
3 Handle Unity's asynchronous programming patterns including coroutines, async/await, and Job System. Masters Unity's main thread restrictions and threading models. Use when guidance needed on Unity async operations, coroutine optimization, or parallel processing in Unity context.
2026-01-05
task-list-md.md
2
1 export task-list-md
2 gosu-code from "gosu-code/claude-plugin"
3 Parse and manage tasks list in a markdown file using checklist format (tasks.md, checklist.md)
2026-01-05
managing-entries.md
2
1 export managing-entries
2 tenzir from "tenzir/claude-plugins"
3 Create and manage changelog entries. Use when adding changelog entries, finishing features or bugfixes, documenting changes, writing release notes, working in changelog/ directories, wrapping up commits and PRs, or cutting a release.
2026-01-05
claude-restart.md
2
1 export claude-restart
2 ManuelKugelmann from "ManuelKugelmann/BitBot"
3 Restart Claude Code session to reload new skills, manage context, or start fresh. Use this skill when skills have been added/modified, when needing to compact/clear context, or to reload configuration changes.
2026-01-05
headless-ui-principles.md
2
1 export headless-ui-principles
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 ヘッドレスUIアーキテクチャとスタイル非依存コンポーネント設計の専門知識。Radix UI、Headless UI、React Aria等を活用し、アクセシビリティを確保しながら完全なスタイル制御を実現。Anchors:• Don't Make Me Think (Steve Krug) / 適用: シンプルで直感的なUI設計 / 目的: ユーザビリティ最適化• Inclusive Components (Heydon Pickering) / 適用: アクセシビリティ駆動設計 / 目的: WCAG準拠コンポーネント実装• Atomic Design (Brad Frost) / 適用: コンポーネント階層設計 / 目的: 再利用可能な設計システム構築Trigger:Use when implementing headless UI components, building accessible custom components, selecting UI libraries, or designing component architecture with full style control.headless ui, radix ui, react aria, accessibility, wcag, aria patterns, compound components, render props, style-agnostic
2026-01-05
skyrim-esp.md
2
1 export skyrim-esp
2 SpookyPirate from "SpookyPirate/spookys-automod-toolkit"
3 Create and modify Skyrim plugin files (.esp/.esl). Use when the user wants to create a mod, add weapons, armor, spells, perks, books, quests, NPCs, or globals to a plugin. Also use when inspecting existing plugins or merging mods.
2026-01-05
test-generation.md
2
1 export test-generation
2 duc01226 from "duc01226/EasyPlatform"
3 Use when creating or enhancing unit tests, integration tests, or defining test strategies for backend and frontend code.
2026-01-05
html-visualization.md
2
1 export html-visualization
2 sevos from "sevos/claude-code-marketplace"
3 Create interactive HTML visualizations for any concept - technical documentation, business processes, tutorials, architecture diagrams, or educational content. Supports multiple formats (long-page, slideshow, dashboard, infographic) with Mermaid diagrams, syntax highlighting, and responsive design. Use when user requests visual documentation, presentations, learning materials, or disposable HTML documents. Triggers include "create visualization", "HTML document", "presentation", "onboarding guide", "tutorial page", "explain with diagrams", or "interactive documentation".
2026-01-05
plotting-fundamentals.md
2
1 export plotting-fundamentals
2 cdcore09 from "cdcore09/holoviz-claude"
3 Master quick plotting and interactive visualization with hvPlot. Use this skill when creating basic plots (line, scatter, bar, histogram, box), visualizing pandas DataFrames with minimal code, adding interactivity and hover tools, composing multiple plots in layouts, or generating publication-quality visualizations rapidly.
2026-01-05
visual-regression-testing.md
2
1 export visual-regression-testing
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 ビジュアルリグレッションテストの専門スキル。スクリーンショット比較、差分検出、UIテスト自動化を提供します。Anchors:• 『Test-Driven Development: By Example』(Kent Beck) / 適用: UIテスト / 目的: 視覚的品質保証Trigger:Use when implementing visual tests, configuring screenshot comparison, setting up UI regression testing, or integrating visual testing into CI/CD pipelines.
2026-01-05
gemini-cli.md
2
1 export gemini-cli
2 creator-hian from "creator-hian/claude-code-plugins"
3 Google Gemini CLI fundamentals for code analysis, review, and validation. Use when (1) executing gemini commands for code review/analysis, (2) configuring models (gemini-3-flash-preview (default)/gemini-3-pro-preview (complex only)), output formats (text/json/stream-json), or sandbox modes, (3) managing Gemini sessions with /chat save/resume, (4) integrating Gemini into automation scripts and CI/CD pipelines. Do NOT use for orchestration patterns (use gemini-claude-loop instead).
2026-01-05
peak-calling.md
2
1 export peak-calling
2 BIsnake2001 from "BIsnake2001/ChromSkills"
3 Perform peak calling for ChIP-seq or ATAC-seq data using MACS2, with intelligent parameter detection from user feedback. Use it when you want to call peaks for ChIP-seq data or ATAC-seq data.
2026-01-05
authentication-authorization-security.md
2
1 export authentication-authorization-security
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 認証・認可の設計とセキュリティ検証(OAuth 2.0、JWT、セッション管理、アクセス制御)の実務指針を提供するスキル。脅威モデリング、トークン管理、権限モデルの選択を整理し、安全な認証基盤の設計判断を支援します。Anchors:• Web Application Security / 適用: 脅威モデリング / 目的: 認証・認可の脅威整理• OAuth 2.0 Simplified / 適用: フロー選定 / 目的: OAuth実装の安全性確保• OWASP ASVS / 適用: セキュリティ検証 / 目的: 要件基準の確認Trigger:Use when designing or reviewing authentication/authorization flows, selecting OAuth/JWT/session strategies, or validating access control and token security.
2026-01-05