Browse Skills

44969 skills found

nixtla-experiment-architect.md
2
1 export nixtla-experiment-architect
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 Scaffold complete forecasting experiments with Nixtla libraries - creates config files, experiment harness, and evaluation workflows
2026-01-05
optimizing-deep-learning-models.md
2
1 export optimizing-deep-learning-models
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill optimizes deep learning models using various techniques. It is triggered when the user requests improvements to model performance, such as increasing accuracy, reducing training time, or minimizing resource consumption. The skill leverages advanced optimization algorithms like Adam, SGD, and learning rate scheduling. It analyzes the existing model architecture, training data, and performance metrics to identify areas for enhancement. The skill then automatically applies appropriate optimization strategies and generates optimized code. Use this skill when the user mentions "optimize deep learning model", "improve model accuracy", "reduce training time", or "optimize learning rate".
2026-01-05
domain-model-boundaries-mapper.md
2
1 export domain-model-boundaries-mapper
2 patricio0312rev from "patricio0312rev/skillset"
3 Identifies domain modules, ownership boundaries, dependencies, and interfaces using Domain-Driven Design principles. Provides domain maps, bounded contexts, refactor recommendations. Use for "DDD", "domain modeling", "bounded contexts", or "service boundaries".
2026-01-05
prompt-versioning-management.md
2
1 export prompt-versioning-management
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 プロンプトのライフサイクル管理を専門とするスキル。バージョン管理、デプロイ戦略、ロールバック、変更追跡により、本番環境で安全かつ効率的なプロンプト運用を実現します。Anchors:• The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: 手順設計と実践的改善 / 目的: 体系的なバージョン管理• Continuous Delivery (Jez Humble) / 適用: デプロイパイプラインとロールバック戦略 / 目的: 安全なリリースプロセス• Semantic Versioning 2.0.0 / 適用: バージョン番号付けルール / 目的: 変更の影響範囲の明確化Trigger:Use when managing prompt versions, deploying prompts to production, implementing rollback strategies, tracking prompt changes, or establishing prompt lifecycle management.Keywords: prompt versioning, semantic versioning, deployment strategy, rollback, change tracking, prompt lifecycle, blue-green deployment
2026-01-05
codebase-exploration.md
2
1 export codebase-exploration
2 heyJordanParker from "heyJordanParker/dotfiles"
3 Use when exploring a codebase to understand structure, find files, check dependencies, or see recent changes. Provides verified commands for effective exploration.
2026-01-05
factory-patterns.md
2
1 export factory-patterns
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 GoFのFactory系パターン(Factory Method、Abstract Factory、Builder等)の設計・実装を支援するスキル。Erich Gammaの『Design Patterns』に基づき、オブジェクト生成の柔軟性と拡張性を実現する戦略を提供します。Anchors:• Design Patterns / 適用: 全Factory系パターン共通の基本原則 / 目的: Gang of Fourの標準的設計思想に準拠• Factory Method / 適用: サブクラスによるオブジェクト生成 / 目的: 生成ロジックをサブクラスへ委譲• Abstract Factory / 適用: 関連オブジェクトの族単位の生成 / 目的: プロダクトファミリ間の一貫性確保• Builder / 適用: 複雑なオブジェクトの段階的構築 / 目的: 構築ロジックと表現の分離Trigger:以下の場合に使用してください:オブジェクト生成ロジックが複雑化している時、複数のオブジェクト族を扱う時、生成戦略を動的に切り替える必要がある時、フレームワークやライブラリのファクトリパターン実装が必要な時。
2026-01-05
form-wizard-builder.md
2
1 export form-wizard-builder
2 patricio0312rev from "patricio0312rev/skillset"
3 Builds multi-step forms with validation schemas (Zod/Yup), step components, shared state management, progress indicators, review steps, and error handling. Use when creating "multi-step forms", "wizard flows", "onboarding forms", or "checkout processes".
2026-01-05
validating-api-contracts.md
2
1 export validating-api-contracts
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill validates API contracts using consumer-driven testing and OpenAPI validation. It leverages Pact for consumer-driven contract testing, ensuring that API providers adhere to the expectations of their consumers. It also validates APIs against OpenAPI specifications to guarantee compliance and identify breaking changes. Use this skill when the user asks to generate contract tests, validate API responses, check backward compatibility, or validate requests/responses using the terms "contract-test", "ct", "Pact", "OpenAPI validation", or "consumer-driven contract testing".
2026-01-05
codex-claude-loop.md
2
1 export codex-claude-loop
2 creator-hian from "creator-hian/claude-code-plugins"
3 Dual-AI engineering loop orchestrating Claude Code (planning/implementation) and Codex (validation/review). Use when (1) complex feature development requiring validation, (2) high-quality code with security/performance concerns, (3) large-scale refactoring, (4) user requests codex-claude loop or dual-AI review. Do NOT use for simple one-off fixes or prototypes.
2026-01-05
tracking-resource-usage.md
2
1 export tracking-resource-usage
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to track and optimize resource usage across an application stack. It is activated when the user requests insights into resource consumption, performance bottlenecks, or cost optimization opportunities. The skill uses the resource-usage-tracker plugin to monitor CPU, memory, disk I/O, network I/O, file descriptors, database connections, and thread/process counts. Use this skill when the user mentions "resource usage", "performance optimization", "cost optimization", "track resources", or "right-sizing".
2026-01-05
managing-container-registries.md
2
1 export managing-container-registries
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to manage container registries, including ECR, GCR, and Harbor. It should be used when the user needs to create, configure, or manage container image registries. It helps generate production-ready configurations, implement best practices, and ensure a security-first approach. Use this skill when the user mentions terms like "container registry," "ECR," "GCR," "Harbor," "image repository," or requests assistance with managing container images. It's also helpful for generating configuration code for DevOps pipelines related to container registries.
2026-01-05
pr-creator.md
2
1 export pr-creator
2 enitrat from "enitrat/skill-issue"
3 Guide PR authoring from creation through review completion. Use when creating/submitting/authoring pull requests, writing PR descriptions, responding to reviewer comments, or implementing review feedback. Covers the full PR lifecycle - creating PRs linked to issues, handling review comments (triaging, responding, implementing suggestions), and getting PRs merged.
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
automating-database-backups.md
2
1 export automating-database-backups
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill automates database backups using the database-backup-automator plugin. It creates scripts for scheduled backups, compression, encryption, and restore procedures across PostgreSQL, MySQL, MongoDB, and SQLite. Use this when the user requests database backup automation, disaster recovery planning, setting up backup schedules, or creating restore procedures. The skill is triggered by phrases like "create database backup", "automate database backups", "setup backup schedule", or "generate restore procedure".
2026-01-05
knowledge-graph-builder.md
2
1 export knowledge-graph-builder
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Design and build knowledge graphs. Use when modeling complex relationships, building semantic search, or creating knowledge bases. Covers schema design, entity relationships, and graph database selection.
2026-01-05
code-review.md
2
1 export code-review
2 DavidDworetzky from "DavidDworetzky/Geist"
3 This skill should be used when the user requests a code review of changed files. Use this to review git-diffed files for security vulnerabilities (OWASP Top 10), performance issues (O(N) complexity, ORM optimization), bugs, and adherence to project coding standards defined in agents.md and claude.md.
2026-01-05
pdf.md
2
1 export pdf
2 AizenvoltPrime from "AizenvoltPrime/claude-compass"
3 Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
2026-01-05
codegen-test.md
2
1 export codegen-test
2 nihiyama from "nihiyama/ffq"
3 A skill for writing Go tests in a TDD workflow. Follow README/Issue requirements and existing test conventions, add a balanced set of table-driven cases across behavior/boundaries/branches, and produce maintainable tests without excessive mocking or coverage-chasing.
2026-01-05
plugin-packager-validation.md
2
1 export plugin-packager-validation
2 JamesPrial from "JamesPrial/claudefiles"
3 Plugin validation errors and fixes
2026-01-05
state-ux-flow-builder.md
2
1 export state-ux-flow-builder
2 patricio0312rev from "patricio0312rev/skillset"
3 Standardizes UX states for data fetching flows (loading, error, empty, success) and complex multi-view UI patterns. Provides state machine approach recommendations, loading skeletons, error boundaries, and empty state components. Use when implementing "loading states", "error handling", "empty states", or "state machines".
2026-01-05
scanning-for-accessibility-issues.md
2
1 export scanning-for-accessibility-issues
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to perform comprehensive accessibility audits. It uses the accessibility-test-scanner plugin to identify WCAG 2.1/2.2 compliance issues, validate ARIA attributes, check keyboard navigation, and assess screen reader compatibility. Use this skill when the user requests an accessibility scan, audit, or compliance check, or when terms like "WCAG", "ARIA", "screen reader", "accessibility testing", or "a11y" are mentioned. It provides actionable insights for improving web application accessibility.
2026-01-05
git-hygiene-enforcer.md
2
1 export git-hygiene-enforcer
2 patricio0312rev from "patricio0312rev/skillset"
3 Establishes git workflow guardrails including conventional commits, commit message hooks, branch naming conventions, PR templates, and code review processes. Provides hook configurations, workflow templates, and emergency bypass instructions. Use when users request "setup git hooks", "enforce commit conventions", "add PR templates", or "standardize git workflow".
2026-01-05
tonl-tool.md
2
1 export tonl-tool
2 WilliamKarolDiCioccio from "WilliamKarolDiCioccio/mosaic"
3 Deterministic wrapper for tonl CLI (npm package) for structured data operations in JSON/TONL formats. Use when converting JSON↔TONL, querying structured data, validating TONL schemas, or generating statistics. Maps directly to CLI subcommands (encode, decode, query, get, validate, stats).
2026-01-05
wyckoff-analyst.md
2
1 export wyckoff-analyst
2 RoacherM from "RoacherM/StockMastar"
3 执行威科夫市场结构分析并生成交互式图表。触发场景:(1)分析股票吸筹/派发形态 (2)识别威科夫阶段(Phase A-E) (3)标注SC/AR/Spring/SOS等事件 (4)用户提到"威科夫分析"或"Wyckoff"
2026-01-05