Browse Skills
16146 skills found
agent-architect.md
2
1
export
agent-architect
2
from
"walcon/opencode-example"
from
"walcon/opencode-example"
3
Expert guide for creating OpenCode agents and subagents. Use when: (1) Creating specialized agents, (2) Designing multi-agent workflows, (3) Optimizing context with subagent delegation, (4) Setting tool permissions.
2026-01-05
mcpgraphtoolkit.md
2
1
export
mcpgraphtoolkit
2
from
"TeamSparkAI/mcpGraph"
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
tracking-model-versions.md
2
1
export
tracking-model-versions
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to track and manage AI/ML model versions using the model-versioning-tracker plugin. It should be used when the user asks to manage model versions, track model lineage, log model performance, or implement version control for AI/ML models. Use this skill when the user mentions "track versions", "model registry", "MLflow", or requests assistance with AI/ML model deployment and management. This skill facilitates the implementation of best practices for model versioning, automation of model workflows, and performance optimization.
2026-01-05
audit-performance.md
2
1
export
audit-performance
2
from
"ferdiangunawan/rpi-stack"
from
"ferdiangunawan/rpi-stack"
3
Performance-focused audit that can run in background during implementation. Checks for inefficiencies, memory leaks, widget rebuilds. Injects P0 findings to main agent.
2026-01-05
code-analysis.md
2
1
export
code-analysis
2
from
"korallis/Amp-OS"
from
"korallis/Amp-OS"
3
Structured codebase analysis for understanding architecture, patterns, and dependencies. Use when onboarding to a codebase, planning changes, or assessing impact.
2026-01-05
detecting-memory-leaks.md
2
1
export
detecting-memory-leaks
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to detect potential memory leaks and analyze memory usage patterns in code. It is triggered when the user requests "detect memory leaks", "analyze memory usage", or similar phrases related to memory leak detection and performance analysis. The skill identifies potential issues such as unremoved event listeners, closures preventing garbage collection, uncancelled timers, unbounded cache growth, circular references, detached DOM nodes, and unnecessary global state accumulation. It then provides detailed fix recommendations. Use this skill to proactively identify and resolve memory leaks, improving application performance and stability.
2026-01-05
000-jeremy-content-consistency-validator.md
2
1
export
000-jeremy-content-consistency-validator
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
Validates messaging consistency across website, GitHub repositories, and local documentation. Generates comprehensive read-only discrepancy reports showing where messaging conflicts or inconsistencies exist. Activates when user mentions "consistency check", "validate documentation", "check for mixed messaging", "audit content consistency", or before updating internal paperwork.
2026-01-05
automating-mobile-app-testing.md
2
1
export
automating-mobile-app-testing
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables automated testing of mobile applications on iOS and Android platforms using frameworks like Appium, Detox, XCUITest, and Espresso. It generates end-to-end tests, sets up page object models, and handles platform-specific elements. Use this skill when the user requests mobile app testing, test automation for iOS or Android, or needs assistance with setting up device farms and simulators. The skill is triggered by terms like "mobile testing", "appium", "detox", "xcuitest", "espresso", "android test", "ios test".
2026-01-05
terraform.md
2
1
export
terraform
2
from
"KJone1/dotfiles"
from
"KJone1/dotfiles"
3
Comprehensive guidelines for creating, editing, and managing Terraform/OpenTofu configurations. Covers modern IaC patterns, module design, state management, security, and multi-environment setups. Applied when creating, modifying, or reviewing Terraform files (`.tf`, `.tfvars`).
2026-01-05
vertex-ai-media-master.md
2
1
export
vertex-ai-media-master
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
Automatic activation for ALL Google Vertex AI multimodal operations - video processing, audio generation, image creation, and marketing campaigns.**TRIGGER PHRASES:**- "vertex ai", "gemini multimodal", "process video", "generate audio", "create images", "marketing campaign"- "imagen", "video understanding", "multimodal", "content generation", "media assets"**AUTO-INVOKES FOR:**- Video processing and understanding (up to 6 hours)- Audio generation and transcription- Image generation with Imagen 4- Marketing campaign automation- Social media content creation- Ad creative generation- Multimodal content workflows
2026-01-05
checking-hipaa-compliance.md
2
1
export
checking-hipaa-compliance
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to automatically check for HIPAA (Health Insurance Portability and Accountability Act) compliance issues in codebases, infrastructure configurations, and documentation. It leverages the hipaa-compliance-checker plugin to identify potential violations related to data privacy, security, and access controls. Use this skill when the user explicitly requests to "check HIPAA compliance", "scan for HIPAA violations", "assess HIPAA readiness", or similar phrases related to HIPAA audits and security best practices. It is useful for projects handling protected health information (PHI) and requiring adherence to HIPAA regulations.
2026-01-05
workflow-utilities.md
2
1
export
workflow-utilities
2
from
"stharrold/yuimedi-paper-20250901"
from
"stharrold/yuimedi-paper-20250901"
3
Shared utilities for file deprecation, directory structure creation,TODO file updates, workflow lifecycle management, archive management,and VCS abstraction (GitHub/Azure DevOps PR feedback methods).Used by all other skills.Use when: Need shared utilities, deprecating files, updating TODO,registering/archiving workflows, managing TODO.md manifest, VCS operations,PR feedback handlingTriggers: deprecate, archive, update TODO, create directory, register workflow,archive workflow, sync manifest, VCS operations, PR feedback
2026-01-05
open-closed-principle.md
2
1
export
open-closed-principle
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
オープン・クローズド原則(OCP)の専門スキル。拡張に対して開き、修正に対して閉じた設計を提供します。Anchors:• 『Clean Architecture』(Robert C. Martin) / 適用: SOLID原則 / 目的: 保守性向上• 『アジャイルソフトウェア開発の奥義』(Robert C. Martin) / 適用: 設計パターン / 目的: 拡張性確保Trigger:OCP適用時、拡張可能設計時、SOLID原則実装時に使用
2026-01-05
capacity-planning-helper.md
2
1
export
capacity-planning-helper
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Estimates infrastructure needs based on traffic forecasts, workload analysis, and performance requirements with sizing recommendations and cost trade-offs. Use for "capacity planning", "infrastructure sizing", "resource estimation", or "scalability planning".
2026-01-05
scanning-container-security.md
2
1
export
scanning-container-security
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to scan container images and running containers for vulnerabilities using tools like Trivy and Snyk. It identifies potential security risks in container environments. Use this skill when the user requests a security assessment of a container image, asks to identify vulnerabilities in a container, or wants to improve the security posture of their containerized applications. Trigger terms include "scan container," "container security," "vulnerability assessment," "Trivy scan," or "Snyk scan."
2026-01-05
file-factory.md
2
1
export
file-factory
2
from
"lsst-sqre/squareone"
from
"lsst-sqre/squareone"
3
How to use the file-factory CLI to create new React components, hooks, context providers, Next.js pages along with associated tests and storybook stories. ALWAYS use this tool instead of manually creating new components/hooks/contexts/pages to ensure consistent file structure and conventions.
2026-01-05
testability-scoring.md
2
1
export
testability-scoring
2
from
"jjohare/minimoonoir"
from
"jjohare/minimoonoir"
3
AI-powered testability assessment using 10 principles of intrinsic testability with Playwright. Evaluates web applications against Observability, Controllability, Algorithmic Simplicity, Transparency, Stability, Explainability, Unbugginess, Smallness, Decomposability, and Similarity. Use when assessing software testability, evaluating test readiness, identifying testability improvements, or generating testability reports.
2026-01-05
setting-up-log-aggregation.md
2
1
export
setting-up-log-aggregation
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill sets up log aggregation solutions using ELK (Elasticsearch, Logstash, Kibana), Loki, or Splunk. It generates production-ready configurations and setup code based on specific requirements and infrastructure. Use this skill when the user requests to set up logging infrastructure, configure log aggregation, deploy ELK stack, deploy Loki, deploy Splunk, or needs help with observability. It is triggered by terms like "log aggregation," "ELK setup," "Loki configuration," "Splunk deployment," or similar requests for centralized logging solutions.
2026-01-05
debugging-orm-queries.md
2
1
export
debugging-orm-queries
2
from
"galihcitta/dotclaudeskills"
from
"galihcitta/dotclaudeskills"
3
Converts ORM calls to raw SQL and analyzes query performance. Detects N+1 queries, missing indexes, and other anti-patterns. Use when debugging slow queries, tracing ORM-generated SQL, or optimizing database performance for Sequelize, Prisma, TypeORM (Node.js), GORM, sqlc, sqlx, ent (Go), or SQLAlchemy, Django ORM, Peewee (Python).
2026-01-05
optimizing-cache-performance.md
2
1
export
optimizing-cache-performance
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to analyze and improve application caching strategies. It optimizes cache hit rates, TTL configurations, cache key design, and invalidation strategies. Use this skill when the user requests to "optimize cache performance", "improve caching strategy", "analyze cache hit rate", or needs assistance with "cache key design", "TTL optimization", or "cache invalidation". The skill identifies potential bottlenecks and recommends adjustments for improved performance and efficiency of caching mechanisms like Redis.
2026-01-05
state-lifting.md
2
1
export
state-lifting
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
Reactにおける状態リフティングと状態配置判断を支援するスキル。兄弟コンポーネント間の状態共有、Prop Drilling削減、Context導入判断、Compound Componentパターンまで、React状態管理の全体像を扱う。Anchors:• React Documentation (Lifting State Up) / 適用: 共有状態の配置判断 / 目的: 最小責務での共有設計• Thinking in React / 適用: 状態配置の判断フロー / 目的: 最適な状態配置の特定• Kent C. Dodds (Colocation) / 適用: 状態と利用箇所の距離 / 目的: 保守性とパフォーマンスの両立Trigger:Use when lifting state between components, sharing state across siblings, reducing prop drilling, deciding on Context usage, or implementing compound components.state lifting, prop drilling, context api, state placement, compound component, react state, colocation
2026-01-05
rl-optimization.md
2
1
export
rl-optimization
2
from
"pradeepmouli/spec-kit-extensions"
from
"pradeepmouli/spec-kit-extensions"
3
Apply reinforcement learning principles when working on spec-kit-extensions.Auto-activates when: (1) editing command prompts in commands/*.md,(2) modifying workflow templates in extensions/workflows/,(3) discussing user feedback about workflow friction,(4) reviewing issues or PRs mentioning prompt clarity or template problems,(5) analyzing chat logs or workflow usage from other repositories.Helps ensure changes improve prompt effectiveness and template utility.
2026-01-05
creating-alerting-rules.md
2
1
export
creating-alerting-rules
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to create intelligent alerting rules for proactive performance monitoring. It is triggered when the user requests to "create alerts", "define monitoring rules", or "set up alerting". The skill helps define thresholds, routing, and escalation policies, and offers options for multi-category alert creation, including latency, error rate, throughput, resource utilization, availability, and SLO violation alerts. It is useful for Site Reliability Engineers (SREs) and DevOps teams looking to improve system observability.
2026-01-05
nested-tad-detection.md
2
1
export
nested-tad-detection
2
from
"BIsnake2001/ChromSkills"
from
"BIsnake2001/ChromSkills"
3
This skill detects hierarchical (nested) TAD structures from Hi-C contact maps (in .cool or mcool format) using OnTAD, starting from multi-resolution .mcool files. It extracts a user-specified chromosome and resolution, converts the data to a dense matrix, runs OnTAD, and organizes TAD calls and logs for downstream 3D genome analysis.
2026-01-05