Browse Skills

22656 skills found

writing-skills.md
2
1 export writing-skills
2 dave1010 from "dave1010/tools"
3 Use when creating or updating SKILL.md documentation - Explains how and why to create a skill.
2026-01-05
diagramming.md
2
1 export diagramming
2 cosmix from "cosmix/claude-code-setup"
3 Create technical diagrams using Mermaid syntax for architecture, sequences, ERDs, flowcharts, and state machines. Use for visualizing system design, data flows, and processes. Triggers: diagram, mermaid, architecture diagram, sequence diagram, flowchart, ERD, entity relationship, state diagram, C4 model, component diagram, visualize, draw.
2026-01-05
command-name.md
2
1 export command-name
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 Automatically creates new Claude Code plugins with proper structure, validation, and marketplace integration when user mentions creating a plugin, new plugin, or plugin from template. Specific to claude-code-plugins repository workflow.
2026-01-05
systematic-debugging.md
2
1 export systematic-debugging
2 heyJordanParker from "heyJordanParker/dotfiles"
3 Use when encountering any bug, test failure, or unexpected behavior - IMMEDIATELY enter on first error. Four-phase framework (basic checks, root cause, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions
2026-01-05
detecting-database-deadlocks.md
2
1 export detecting-database-deadlocks
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill uses the database-deadlock-detector plugin to detect, analyze, and prevent database deadlocks. It monitors database lock contention, analyzes transaction patterns, and suggests resolution strategies. Use this skill when the user asks to "detect database deadlocks", "analyze deadlock causes", "monitor database locks", or any requests related to database deadlock prevention and resolution. This skill is particularly useful for production database systems experiencing recurring deadlock issues. The plugin's command `/deadlock` is triggered by these requests.
2026-01-05
fullstory-analytics-events.md
2
1 export fullstory-analytics-events
2 fullstorydev from "fullstorydev/fs-skills"
3 Comprehensive guide for implementing Fullstory's Analytics Events API (trackEvent) for web applications. Teaches proper event naming, property structuring, type handling, and e-commerce event patterns. Includes detailed good/bad examples for funnel tracking, feature usage, conversion events, and SaaS subscription flows to help developers capture meaningful business events for analytics and segmentation.
2026-01-05
coverage-reporter.md
2
1 export coverage-reporter
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Generate and analyze test coverage reports. Use to identify coverage gaps, track coverage trends, and ensure quality thresholds are met.
2026-01-05
unity-development.md
2
1 export unity-development
2 akiojin from "akiojin/unity-mcp-server"
3 Comprehensive guide for Unity development. Provides architecture patterns, MCP tool selection, and composite task workflows. Parent skill always referenced for Unity-related tasks. See child skills for detailed implementation. Use when: Unity development in general, C# editing, scene operations, UI implementation, asset management, PlayMode testing
2026-01-05
brainstorming.md
2
1 export brainstorming
2 hdemers from "hdemers/dotfiles"
3 Proactively use when brainstorming potential solutions to difficult problems.
2026-01-05
dependency-security-scanning.md
2
1 export dependency-security-scanning
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 依存関係の脆弱性スキャン、CVE評価、レポート作成を体系化するスキル。SCAの運用と修正計画の整理を支援する。Anchors:• OWASP Dependency-Check / 適用: 依存スキャン / 目的: 検出の標準化• CVSS v3.1 Specification / 適用: 重大度評価 / 目的: 優先度の整合性• Web Application Security / 適用: 脅威評価 / 目的: リスク判定の一貫性Trigger:Use when scanning dependencies for vulnerabilities, evaluating CVE reports, producing audit reports, or planning remediation.dependency scan, CVE, CVSS, SCA, supply chain security, audit report
2026-01-05
homeassistant-config.md
2
1 export homeassistant-config
2 ESJavadex from "ESJavadex/claude-homeassistant-plugins"
3 Create and manage Home Assistant YAML configuration files including automations, scripts, templates, blueprints, Lovelace dashboards, and file organization. Use when working with Home Assistant configuration files (.yaml, .yml) or discussing HA automations, scripts, sensors, or dashboards.
2026-01-05
github-actions-security.md
2
1 export github-actions-security
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 GitHub Actionsワークフローのセキュリティ強化スキル。Repository/Environment Secretsの安全管理、ログマスキング、品質ゲート統合、CI/CDパイプラインの脅威対策を行う。Anchors:• OWASP Top 10 CI/CD Security Risks / 適用: リスク評価・脅威特定 / 目的: 業界標準に基づくリスク優先度決定• GitHub Actions Security Hardening Guide / 適用: ワークフロー実装 / 目的: 公式ベストプラクティス準拠• Threat Modeling (Adam Shostack) / 適用: STRIDE脅威分析 / 目的: 体系的なセキュリティ設計Trigger:Use when securing GitHub Actions workflows, configuring Environment/Repository Secrets, implementing log masking, adding quality gates to CI/CD pipelines, or performing threat modeling on workflows.github actions security, secrets management, log masking, quality gate, CI/CD security, threat modeling
2026-01-05
analyzing-network-latency.md
2
1 export analyzing-network-latency
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to analyze network latency and optimize request patterns within an application. It helps identify bottlenecks and suggest improvements for faster and more efficient network communication. Use this skill when the user asks to "analyze network latency", "optimize request patterns", or when facing performance issues related to network requests. It focuses on identifying serial requests that can be parallelized, opportunities for request batching, connection pooling improvements, timeout configuration adjustments, and DNS resolution enhancements. The skill provides concrete suggestions for reducing latency and improving overall network performance.
2026-01-05
prompt-engineering-for-agents.md
2
1 export prompt-engineering-for-agents
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 エージェント向けプロンプトエンジニアリングを専門とするスキル。System Prompt設計、Few-Shot Examples、Role Prompting技術により、高品質なエージェント動作を実現します。Anchors:• The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: 手順設計と実践的改善 / 目的: 体系的なプロンプト設計• Role Prompting patterns / 適用: ペルソナ設計と役割定義 / 目的: エージェント動作の最適化• Few-Shot Learning / 適用: 効果的な例示選択 / 目的: 文脈構成の改善• Prompt Engineering Guide (DAIR.AI) / 適用: プロンプト最適化技術 / 目的: 高品質な応答生成Trigger:Use when designing system prompts for agents, optimizing agent behavior, implementing role prompting, creating few-shot examples, or improving agent prompt quality.Keywords: system prompt, agent prompting, role prompting, few-shot learning, prompt optimization, agent behavior
2026-01-05
knowledge-base-builder.md
2
1 export knowledge-base-builder
2 Dexploarer from "Dexploarer/hyper-forge"
3 Create and optimize elizaOS knowledge bases with RAG, embeddings, and semantic search. Triggers on "create knowledge base", "build RAG system", or "setup agent knowledge"
2026-01-05
smolagents.md
2
1 export smolagents
2 closedloop-technologies from "closedloop-technologies/awesome-deep-researchers"
3 Use Hugging Face Smolagents framework for code-based agentic research with tool support. Supports multiple LLM providers and web search.
2026-01-05
claude-code-memory.md
2
1 export claude-code-memory
2 AugurProject from "AugurProject/augur-reboot-website"
3 Maintain Claude Code memory hygiene by auditing, organizing, updating, and optimizing memory files in `.claude/memory/`. Use when users request memory cleanup, organization, updates, or want to reduce context pollution. Handles stale content, redundancy, conflicts, and file organization issues.
2026-01-05
requirements-triage.md
2
1 export requirements-triage
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 複数の要件や要望を体系的に分析・評価し、実装する項目を決定するスキル。MoSCoW分類、優先度スコアリング、影響分析を提供する。プロジェクト初期段階での要件整理から、開発中の追加要望への対応まで幅広く活用できる。Anchors:• Software Requirements (Karl Wiegers) / 適用: 要件優先順位付け / 目的: リソース最適配分• Lean Analytics (Alistair Croll) / 適用: ビジネス価値評価 / 目的: 戦略的決定支援• Prioritization Frameworks / 適用: MoSCoW, RICE, Kano / 目的: 体系的な優先順位決定Trigger:Use when triaging multiple requirements, prioritizing features, defining scope, or making resource allocation decisions.requirements triage, priority scoring, MoSCoW classification, scope management, feature prioritization, 要件トリアージ, 優先順位付け
2026-01-05
specialization-loader.md
2
1 export specialization-loader
2 mehdic from "mehdic/bazinga"
3 Compose technology-specific agent identity and patterns. Invoke before spawning agents (Developer, SSE, QA, Tech Lead, RE, Investigator) to enhance expertise based on project stack. Returns composed specialization block with token budgeting.
2026-01-05
asking-decisions.md
2
1 export asking-decisions
2 heyJordanParker from "heyJordanParker/dotfiles"
3 Use when presenting complex multi-decision scenarios - structures each decision as a self-contained AskUserQuestion with architecture tree, code examples, and 4+ options
2026-01-05
database-engineering.md
2
1 export database-engineering
2 warpcode from "warpcode/dotfiles"
3 Domain specialist for data persistence, database design, query optimization, and data modeling. Scope: SQL injection prevention, indexing strategies, normalization, migrations, scaling, backup/recovery, ORM patterns, N+1 query detection, query optimization, relationship mapping. Excludes: API design, business logic, infrastructure, frontend, security beyond database. Triggers: "database", "SQL", "query", "index", "schema", "migration", "sharding", "replication", "backup", "N+1", "ORM", "Eloquent", "Django", "query optimization", "slow query", "relationship", "foreign key", "join".
2026-01-05
secops-engineering.md
2
1 export secops-engineering
2 warpcode from "warpcode/dotfiles"
3 Domain specialist for security operations, vulnerability management, compliance, and secure coding practices. Scope: OWASP Top 10, authentication (OAuth2, JWT, SAML, OIDC), input validation (SQLi, XSS, CSRF), secrets management, security headers, file upload security, vulnerability scanning, compliance (SOC2, GDPR, PCI-DSS). Excludes: code-level design patterns, infrastructure security, database design, performance optimization. Triggers: "security", "OWASP", "authentication", "authorization", "OAuth", "JWT", "SAML", "OIDC", "SQL injection", "XSS", "CSRF", "input validation", "secrets management", "vulnerability scan", "compliance", "SOC2", "GDPR", "security headers".
2026-01-05
bazinga-db-agents.md
2
1 export bazinga-db-agents
2 mehdic from "mehdic/bazinga"
3 Agent logs, reasoning, and token tracking. Use when logging interactions, saving reasoning, tracking tokens, or managing events.
2026-01-05
feature-validator.md
2
1 export feature-validator
2 lewisflude from "lewisflude/nix"
3 Validates new features against the project's feature system documented in docs/FEATURES.md. Ensures feature flags follow conventions, checks feature module structure, validates feature usage patterns, and verifies cross-platform compatibility. Use when adding new features, modifying feature modules, or reviewing feature-based changes.
2026-01-05