Browse Skills

18175 skills found

environment-isolation.md
2
1 export environment-isolation
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 環境分離とアクセス制御スキル。開発・ステージング・本番環境の厳格な分離、環境間Secret共有の防止、最小権限原則の徹底を提供します。Anchors:• Building Secure and Reliable Systems / 適用: Defense in Depth原則 / 目的: 多層防御設計• The Twelve-Factor App / 適用: Config要素とコードの分離 / 目的: 環境変数による設定管理• Railway Secret Management / 適用: 環境グループによるSecret分離 / 目的: 環境別SecretストアTrigger:Use when designing environment isolation strategy, managing secrets across dev/staging/prod environments,implementing access control policies, preventing cross-environment data contamination,or validating environment separation compliance.environment isolation, secret management, access control, Railway secrets, GitHub secrets, security boundaries
2026-01-05
structural-physics.md
2
1 export structural-physics
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Structural validation and damage systems for Three.js building games. Use when implementing building stability (Fortnite/Rust/Valheim style), damage propagation, cascading collapse, or realistic physics simulation. Supports arcade, heuristic, and realistic physics modes.
2026-01-05
cpp-container-selection.md
2
1 export cpp-container-selection
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-cpp-developer"
3 Guide to choosing the right C++ STL container for your problem. Explains performance characteristics, use cases, and comparison of vector, list, deque, set, and map. Use when discussing data structure selection.
2026-01-05
matrix-builds.md
2
1 export matrix-builds
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 GitHub Actionsマトリックスビルド戦略設計・最適化スキル。複数OS、バージョン、環境での並列テストを実現。Anchors:• GitHub Actions Documentation / 適用: strategy.matrix / 目的: 並列CI/CD• GitHub Actions Workflow Syntax / 適用: include/exclude / 目的: 条件付きビルドTrigger:Use when configuring matrix builds, multi-environment testing, CI parallelization,dynamic matrix generation, or optimizing max-parallel settings.
2026-01-05
api-endpoint-generator.md
2
1 export api-endpoint-generator
2 patricio0312rev from "patricio0312rev/skillset"
3 Generates CRUD REST API endpoints with request validation, TypeScript types, consistent response formats, error handling, and documentation. Includes route handlers, validation schemas (Zod/Joi), typed responses, and usage examples. Use when building "REST API", "CRUD endpoints", "API routes", or "backend endpoints".
2026-01-05
evaluation-harness.md
2
1 export evaluation-harness
2 patricio0312rev from "patricio0312rev/skillset"
3 Builds repeatable evaluation systems with golden datasets, scoring rubrics, pass/fail thresholds, and regression reports. Use for "LLM evaluation", "testing AI systems", "quality assurance", or "model benchmarking".
2026-01-05
project-metadata-builder.md
2
1 export project-metadata-builder
2 brianclaridge from "brianclaridge/.claude"
3 Build and update project metadata registry in ${CLAUDE_PROJECTS_YML_PATH}. Use when starting a session, after project analysis, when user says "update project metadata", "refresh projects", "register project", or when project-analysis agent completes analysis.
2026-01-05
monitoring-database-health.md
2
1 export monitoring-database-health
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to monitor database health using real-time metrics, predictive alerts, and automated remediation. It's designed for production-grade database health monitoring for PostgreSQL and MySQL, detecting performance degradation, resource exhaustion, and replication issues. Use this skill when the user requests to monitor database health, check database performance, receive database alerts, or automate database remediation. The skill is triggered by phrases like "check database health", "monitor database performance", "database health check", or "/health-check".
2026-01-05
form-ux-patterns.md
2
1 export form-ux-patterns
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 UX patterns for complex forms including multi-step wizards, cognitive chunking (5-7 fields max), progressive disclosure, and conditional fields. Use when building checkout flows, onboarding wizards, or forms with many fields.
2026-01-05
ousterhout-principles.md
2
1 export ousterhout-principles
2 phrazzld from "phrazzld/claude-config"
3 Apply Ousterhout's software design principles: detect shallow modules, information leakage, and complexity red flags. Use when reviewing code, designing modules, refactoring, or discussing architecture.
2026-01-05
core-web-vitals-tuner.md
2
1 export core-web-vitals-tuner
2 patricio0312rev from "patricio0312rev/skillset"
3 Systematically improves Largest Contentful Paint (LCP), Interaction to Next Paint (INP), and Cumulative Layout Shift (CLS) with prioritized fixes and verification. Use for "Core Web Vitals", "performance", "LCP", "INP", or "CLS".
2026-01-05
error-message-design.md
2
1 export error-message-design
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 ユーザーフレンドリーなエラーメッセージの設計を専門とするスキル。エラーコード体系、多言語対応(i18n)、アクション指向のメッセージ設計を提供。Anchors:- The Pragmatic Programmer / 適用: 実践的改善 / 目的: 品質維持- Nielsen Norman Group UX Guidelines / 適用: エラーメッセージ設計 / 目的: ユーザビリティ向上Trigger:Use when designing error messages, creating error code systems, implementing i18n for errors, or building user-friendly error responses.error message, error code, i18n, user-friendly, validation error, API error response
2026-01-05
instruction-clarity.md
2
1 export instruction-clarity
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 曖昧な指示を明確・具体的・実行可能な形式へ変換するスキル。「適切に」「よろしく」といった不明瞭な表現を、測定可能な成功基準と段階的ステップへ分解します。Anchors:• Made to Stick (Heath) / 適用: 簡潔性・具体性の原則 / 目的: 記憶に残る指示設計• The Pyramid Principle (Minto) / 適用: 論理構造 / 目的: 結論先行による理解速度向上• 5C Principle / 適用: 品質評価 / 目的: Clear, Concise, Complete, Concrete, CorrectTrigger:Use when instructions contain vague terms like "appropriately", "properly", "handle", or when steps lack clear success criteria. Apply before creating prompts, requirements, runbooks, or directive documentation.instruction clarity, vague expression, 5C principle, pyramid principle, success criteria
2026-01-05
character-generator.md
2
1 export character-generator
2 Dexploarer from "Dexploarer/hyper-forge"
3 Generate complete elizaOS character configurations with personality, knowledge, and plugin setup. Triggers when user asks to "create character", "generate agent config", or "build elizaOS character"
2026-01-05
software-architecture.md
2
1 export software-architecture
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Implements design patterns including Clean Architecture, SOLID principles, and comprehensive software design best practices. Use when designing systems, reviewing architecture, establishing patterns, or making structural decisions.
2026-01-05
excel-dcf-modeler.md
2
1 export excel-dcf-modeler
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 Build discounted cash flow (DCF) valuation models in Excel with free cash flow projections, WACC calculations, and sensitivity analysis for investment banking and corporate finance teams Activates when you request "excel dcf modeler" functionality.
2026-01-05
playwright.md
2
1 export playwright
2 dashed from "dashed/claude-marketplace"
3 Browser automation with Playwright for Python. Use when testing websites, taking screenshots, filling forms, scraping web content, or automating browser interactions. Triggers on browser, web testing, screenshots, selenium, puppeteer, or playwright.
2026-01-05
kubernetes-manifests.md
2
1 export kubernetes-manifests
2 raphaelmansuy from "raphaelmansuy/k8s-agent-stack"
3 Generate production-ready Kubernetes manifests for AgentStack. Use for creating Deployments, Services, ConfigMaps, Secrets, RBAC, and other K8s resources. Triggers on "create deployment", "k8s manifest", "kubernetes yaml", "pod spec", "service definition", "configmap", "RBAC", or when deploying components to Kubernetes.
2026-01-05
pricing-strategist.md
2
1 export pricing-strategist
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Design and optimize pricing strategies for SaaS products including tiering, packaging, value metrics, and experimentation. Use when setting initial pricing, optimizing conversion, expanding revenue, or when users ask about pricing strategy, monetization, or revenue optimization.
2026-01-05
critical-analysis.md
2
1 export critical-analysis
2 poemswe from "poemswe/co-researcher"
3 Applies rigorous critical analysis to evaluate claims, arguments, and research. Use when evaluating evidence quality, peer reviewing content, assessing argument validity, or identifying weaknesses in reasoning. Triggers on phrases like "critically analyze", "evaluate this", "review this paper", "check the logic", "assess the evidence", "find flaws", "peer review".
2026-01-05
managing-permissions.md
2
1 export managing-permissions
2 wombat9000 from "wombat9000/claude-plugins"
3 Guide for configuring Claude Code permissions in settings.json with security best practices for allow, ask, and deny rules. Use when: (1) Setting up or modifying permissions in settings.json, (2) Discussing tool permissions, access control, or security configuration, (3) User mentions allowing, blocking, or restricting specific tools or file access, (4) Configuring Bash command permissions, file access (Read/Edit/Write), or WebFetch restrictions, (5) Questions about what permissions are safe vs risky, (6) Troubleshooting permission-related errors or "permission denied" issues, (7) Reviewing security configuration or hardening Claude Code access.
2026-01-05
poocommerce-markdown.md
2
1 export poocommerce-markdown
2 notmattpress from "notmattpress/poocommerce"
3 Guidelines for creating and modifying markdown files in PooCommerce. Use when writing documentation, README files, or any markdown content.
2026-01-05
requirements-verification.md
2
1 export requirements-verification
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 要件検証の専門スキル。要件の完全性・一貫性・実現可能性・検証可能性を体系的に評価し、品質を保証する。品質チェックリストと検証スクリプトを用いて、レビュー結果の整理と改善提案まで行う。Anchors:• Software Requirements (Karl Wiegers) / 適用: 要件検証全体 / 目的: 完全性・一貫性・実現可能性の評価• IEEE 830 SRS Standard / 適用: 要件品質基準 / 目的: 検証可能な構造化• Don't Make Me Think (Steve Krug) / 適用: ユーザー要件 / 目的: ユーザビリティ視点の確認Trigger:Use when verifying requirements quality, checking consistency/completeness, assessing feasibility, or drafting verification reports.requirements verification, requirements quality, consistency check, completeness check, feasibility assessment, 要件検証, 要件レビュー
2026-01-05
docker-containerization.md
2
1 export docker-containerization
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Docker development and container orchestration expertise. Use when creating Dockerfiles, docker-compose configurations, debugging container issues, optimizing images, or setting up isolated development environments. Integrates with CI/CD workflows and security scanning.
2026-01-05