Browse Skills

22656 skills found

creating-data-visualizations.md
2
1 export creating-data-visualizations
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to generate data visualizations, plots, charts, and graphs from provided data. It analyzes the data, selects the most appropriate visualization type, and creates a visually appealing and informative graphic. Use this skill when the user requests a visualization, plot, chart, or graph; when data needs to be presented visually; or when exploring data patterns. The skill is triggered by requests for "visualization", "plot", "chart", or "graph".
2026-01-05
designing-claude-skills.md
2
1 export designing-claude-skills
2 wombat9000 from "wombat9000/claude-plugins"
3 Comprehensive guide for creating, reviewing, and improving skills that extend Claude's capabilities with specialized knowledge, workflows, and tool integrations. Use this skill when: (1) Creating a new skill from scratch, (2) Reviewing or auditing an existing skill for quality and adherence to best practices, (3) Updating or refactoring an existing skill, (4) Understanding skill architecture, anatomy, and design patterns, (5) Troubleshooting skill loading, triggering, or packaging issues, (6) Learning how to effectively use bundled resources like scripts, references, and assets, (7) Planning what type of skill structure is appropriate for a given use case.
2026-01-05
jetbrains-coding.md
2
1 export jetbrains-coding
2 maidevberlin from "maidevberlin/logikids"
3 Use when JetBrains MCP tools are available (mcp__jetbrains__*) - enforces IDE-native workflow with problem checking after file completion, and smart refactoring tools instead of grep/sed
2026-01-05
github-issue-reader.md
2
1 export github-issue-reader
2 EdanStarfire from "EdanStarfire/claudecode_webui"
3 Fetch and analyze GitHub issue details including comments, metadata, and discussion context. Use when user mentions issue numbers, URLs, or you need to understand implementation requirements from a GitHub issue.
2026-01-05
railway-secrets-management.md
2
1 export railway-secrets-management
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Railwayプラットフォーム上でのシークレット管理を専門とするスキル。環境変数設定、シークレットローテーション、アクセス制御を体系的に支援し、セキュアで運用しやすいデプロイメント環境を実現します。Anchors:• Web Application Security (Andrew Hoffman) / 適用: 脅威モデリングとリスク評価 / 目的: セキュアなシークレット管理設計• Railway Documentation / 適用: Variables API・Service Variables / 目的: Railway固有機能の理解と活用• The Twelve-Factor App / 適用: 環境変数による設定管理 / 目的: クラウドネイティブな設定パターンTrigger:Use when configuring Railway secrets, rotating credentials, designing access control, managing environment-specific variables, or implementing secure secret management practices on Railway platform.Keywords: railway secrets, environment variables, secret rotation, railway variables api, service variables, railway security, credential management
2026-01-05
resilience-dashboard.md
2
1 export resilience-dashboard
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Generate a comprehensive resilience status report using all available MCP tools. Aggregates unified critical index, burnout Rt, early warnings, utilization, and defense levels into a single actionable dashboard.
2026-01-05
implement.md
2
1 export implement
2 ferdiangunawan from "ferdiangunawan/rpi-stack"
3 Executes implementation plan with quality checks and progress tracking. Follows AGENTS.md patterns strictly.
2026-01-05
prompt-guidelines-agents.md
2
1 export prompt-guidelines-agents
2 warpcode from "warpcode/dotfiles"
3 Agent creation guidelines and protocols for eliminating ambiguity while preserving flexibility. Provides agent architecture patterns, security guardrails, permission tiers, and orchestration patterns. Includes agent archetypes and integration guidelines. Scope: agent creation, agent structure, security patterns, orchestration. Excludes: skill creation, command creation (handled by component-specific skills). Triggers: agent, create agent, orchestrate, new agent.
2026-01-05
cpp-fundamentals-teaching.md
2
1 export cpp-fundamentals-teaching
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-cpp-developer"
3 Teaches C++ basic concepts including variables, data types, operators, control flow, and input/output. Use when helping beginners understand C++ syntax and core programming concepts.
2026-01-05
clean-archi-swiftui.md
2
1 export clean-archi-swiftui
2 benaor from "benaor/claude-config"
3 Clean Architecture patterns for Swift/SwiftUI iOS projects. Use when working on Swift/SwiftUI projects that follow Clean Architecture with bounded contexts, ports/adapters pattern, and layered separation (domain/UI). Triggers for creating features, use cases, refactoring to bounded contexts, reviewing architecture compliance, or understanding project structure.
2026-01-05
linear-cli.md
2
1 export linear-cli
2 TrevorS from "TrevorS/dot-claude"
3 Query, create, and manage Linear issues from the command line. Use when checking assigned work, viewing issue details, creating new issues, or updating issue status.
2026-01-05
workflow-pattern-analyzer-web.md
2
1 export workflow-pattern-analyzer-web
2 hirefrank from "hirefrank/hirefrank-marketplace"
3 Analyzes recent conversation history using chat tools to identify recurring workflow patterns and generate Custom Skills recommendations with statistical rigor. Use when users request workflow analysis, pattern identification, skill generation suggestions, or automation opportunities based on their AI usage patterns without requiring conversation exports.
2026-01-05
writing-tests.md
2
1 export writing-tests
2 heyJordanParker from "heyJordanParker/dotfiles"
3 MANDATORY when writing tests. Test behavior, not implementation. Functional tests are primary. Unit tests ONLY for state mutations. Includes fixing flaky tests with condition-based waiting.
2026-01-05
coordinator.md
2
1 export coordinator
2 CharlesKozel from "CharlesKozel/Pentest-Agent-Evalulator"
3 Autonomous penetration testing coordinator using ReAct methodology. Automatically activates when user provides a target IP or asks to start penetration testing. Orchestrates reconnaissance, exploitation, and privilege escalation until both user and root flags are captured. (project)
2026-01-05
prompt-testing-evaluation.md
2
1 export prompt-testing-evaluation
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 プロンプトのテスト、評価、反復改善を専門とするスキル。A/Bテスト、評価メトリクス、自動化されたプロンプト品質保証により、本番環境で信頼性の高いプロンプトを実現します。Anchors:• Test-Driven Development: By Example (Kent Beck) / 適用: Red-Green-Refactorサイクル / 目的: 反復的な品質改善• LLM-as-a-Judge pattern / 適用: 自動評価とスコアリング / 目的: スケーラブルな品質評価• A/B Testing for AI Systems / 適用: プロンプト比較実験設計 / 目的: データドリブンな改善Trigger:Use when testing prompts, evaluating prompt quality, running A/B tests on prompts, implementing automated prompt evaluation, or establishing continuous prompt improvement cycles.Keywords: prompt testing, A/B testing, evaluation metrics, LLM-as-a-judge, prompt quality, automated evaluation, regression testing
2026-01-05
command-basic-patterns.md
2
1 export command-basic-patterns
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 基本実装パターン(シンプル指示/ステップバイステップ/条件分岐/ファイル参照)を整理し、パターン選定とテンプレート適用を支援するスキル。選定基準、実装の骨格、検証手順を一貫して整理する。Anchors:• The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: コマンド設計 / 目的: 実践的な手順設計パターンの習得Trigger:Use when selecting or reviewing basic command patterns, or structuring workflows for simple/step/conditional/file-reference commands.command basic patterns, simple command, step-by-step, conditional command, file reference
2026-01-05
rails-transactions.md
2
1 export rails-transactions
2 nekorush14 from "nekorush14/dotfiles"
3 Implement database transactions for data consistency and atomicity. Use when operations must succeed or fail together, coordinating multiple database operations, or ensuring data integrity across models.
2026-01-05
lock-file-management.md
2
1 export lock-file-management
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 ロックファイル整合性と依存関係再現性の専門スキル。pnpm-lock.yaml、package-lock.json、yarn.lockを管理し、一貫性のあるビルド、マージコンフリクト解決、CI/CD最適化を実現。Anchors:• The Pragmatic Programmer / 適用: 依存関係管理 / 目的: 再現可能なビルドTrigger:Use when managing lock files, resolving merge conflicts, verifying integrity, or optimizing CI/CD caching.
2026-01-05
test-generation.md
2
1 export test-generation
2 imsaif from "imsaif/aiex"
3 Generate comprehensive test suites, identify coverage gaps, and accelerate progress toward 70% test coverage goal with intelligent test recommendations
2026-01-05
testing-load-balancers.md
2
1 export testing-load-balancers
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to test load balancing strategies. It validates traffic distribution across backend servers, tests failover scenarios when servers become unavailable, verifies sticky sessions, and assesses health check functionality. Use this skill when the user asks to "test load balancer", "validate traffic distribution", "test failover", "verify sticky sessions", or "test health checks". It is specifically designed for testing load balancing configurations using the `load-balancer-tester` plugin.
2026-01-05
dspy-rag-pipeline.md
2
1 export dspy-rag-pipeline
2 OmidZamani from "OmidZamani/dspy-skills"
3 Build and optimize RAG pipelines with ColBERTv2 retrieval in DSPy
2026-01-05
skill-creator.md
2
1 export skill-creator
2 robertbagge from "robertbagge/claude-starter"
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
assisting-with-soc2-audit-preparation.md
2
1 export assisting-with-soc2-audit-preparation
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill assists with SOC2 audit preparation by automating tasks related to evidence gathering and documentation. It leverages the soc2-audit-helper plugin to generate reports, identify potential compliance gaps, and suggest remediation steps. Use this skill when the user requests help with "SOC2 audit", "compliance check", "security controls", "audit preparation", or "evidence gathering" related to SOC2. It streamlines the initial stages of SOC2 compliance, focusing on automated data collection and preliminary analysis.
2026-01-05
threat-model.md
2
1 export threat-model
2 cosmix from "cosmix/claude-code-setup"
3 Threat modeling methodologies (STRIDE, DREAD, PASTA, attack trees) for secure architecture design. Use when planning new systems, reviewing architecture security, identifying threats, or assessing risk. Triggers: threat model, STRIDE, DREAD, attack surface, security architecture, trust boundary, threat vector, risk assessment.
2026-01-05