Browse Skills

16146 skills found

modular-architecture.md
2
1 export modular-architecture
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 モジュラーアーキテクチャとコンポーネント分割の設計スキル。高凝集・低結合の原則に基づいたシステム設計、依存関係管理、スケーラブルなアーキテクチャパターンの実装を支援する。Anchors:• Clean Architecture (Robert C. Martin) / 適用: レイヤー分離 / 目的: ビジネスロジックとインフラの分離• Domain-Driven Design (Eric Evans) / 適用: 境界づけられたコンテキスト / 目的: ドメインモデルの凝集性• SOLID Principles / 適用: モジュール設計原則 / 目的: 保守性と拡張性の向上Trigger:Use when designing modular architecture, splitting system into components, managing dependencies, or applying high cohesion low coupling principles.modular, architecture, component, module, cohesion, coupling, dependency, layer, separation
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
rpi.md
2
1 export rpi
2 ferdiangunawan from "ferdiangunawan/skills"
3 Use when implementing features from Jira tickets, PRDs, or user requirements. Orchestrates Research-Plan-Implement workflow with quality gates for hallucination, overengineering, and underengineering detection.
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
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
devops-infrastructure.md
2
1 export devops-infrastructure
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-backend"
3 Deploy applications with Docker and Kubernetes, automate with CI/CD, manage infrastructure with code, and configure cloud platforms and networking.
2026-01-05
mcpgraphtoolkit.md
2
1 export mcpgraphtoolkit
2 TeamSparkAI from "TeamSparkAI/mcpGraph"
3 Build, test, and manage mcpGraph tools using the mcpGraphToolkit MCP server. Discover MCP servers and tools, construct graph nodes with JSONata and JSON Logic, and interact with mcpGraph configurations. IMPORTANT: Always read this file before creating graph tools using mcpGraphToolkit.
2026-01-05
project-standards.md
2
1 export project-standards
2 jmanhype from "jmanhype/speckit"
3 Provides project coding standards and architectural principles on-demand. Automatically invoked when implementing features, writing code, or making technical decisions. Reads constitution.md to ensure all code aligns with project principles.
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
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
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
serverless.md
2
1 export serverless
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-devops"
3 Serverless computing with AWS Lambda, Azure Functions, Google Cloud Functions, and edge computing
2026-01-05
multi-tv-builder.md
2
1 export multi-tv-builder
2 giolaq from "giolaq/Multi-TV-dev-power"
3 Complete knowledge base for building production-ready cross-platform TV applications with React Native - supporting Android TV, Apple TV, Fire TV (Fire OS & Vega OS), and Web TV platforms with a single codebase. Use when implementing TV apps, monorepo architecture, spatial navigation, video playback, platform-specific optimizations, or migrating from Vega to multi-platform.
2026-01-05
bellog-hooks.md
2
1 export bellog-hooks
2 whddltjdwhd from "whddltjdwhd/bellog"
3 Provides custom React hooks patterns and best practices specific to Bellog. Triggers when creating custom hooks or implementing interactive features.
2026-01-05
compliance-auditor.md
2
1 export compliance-auditor
2 Dexploarer from "Dexploarer/hyper-forge"
3 Automated compliance auditing for SOC2, HIPAA, GDPR, and PCI-DSS. Activates for compliance checks, security audits, regulatory requirements, and compliance automation.
2026-01-05
scanning-for-vulnerabilities.md
2
1 export scanning-for-vulnerabilities
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables comprehensive vulnerability scanning using the vulnerability-scanner plugin. It identifies security vulnerabilities in code, dependencies, and configurations, including CVE detection. Use this skill when the user asks to scan for vulnerabilities, security issues, or CVEs in their project. Trigger phrases include "scan for vulnerabilities", "find security issues", "check for CVEs", "/scan", or "/vuln". The plugin performs static analysis, dependency checking, and configuration analysis to provide a detailed vulnerability report.
2026-01-05
generating-helm-charts.md
2
1 export generating-helm-charts
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to generate Helm charts for Kubernetes applications. It should be used when the user requests the creation of a new Helm chart, the modification of an existing chart, or assistance with packaging and deploying Kubernetes applications using Helm. The skill is triggered by requests that mention "Helm chart", "Kubernetes deployment", "package application for Kubernetes", or similar phrases related to Helm and Kubernetes. It helps streamline the process of creating and managing Kubernetes deployments.
2026-01-05
parameterization.md
2
1 export parameterization
2 cdcore09 from "cdcore09/holoviz-claude"
3 Master declarative parameter systems with Param for type-safe configuration. Use this skill when building parameterized classes with automatic validation, creating reactive dependencies with @param.depends, implementing watchers for side effects, auto-generating UIs from parameters, or organizing application configuration with hierarchical parameter structures.
2026-01-05
scheduling.md
2
1 export scheduling
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Generate resident schedules respecting ACGME rules, institutional policies, and individual preferences. Orchestrates constraint propagation, optimization, and conflict resolution for medical residency program scheduling.
2026-01-05