Browse Skills
44969 skills found
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
prisma-migration-assistant.md
2
1
export
prisma-migration-assistant
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Plans and executes safe Prisma schema migrations with data backfills, rollback strategies, and SQL preview. Handles complex schema changes including data transformations. Use for "Prisma migrations", "schema changes", "database migrations", or "data backfills".
2026-01-05
config-validator.md
2
1
export
config-validator
2
from
"sovrium/sovrium"
from
"sovrium/sovrium"
3
Validates eslint.config.ts and tsconfig.json against documented architecture patterns and infrastructure requirements. Checks ESLint plugin configurations, TypeScript strict mode, FP enforcement, layer boundaries, and alignment with docs/architecture/ and docs/infrastructure/. Use when user requests "validate config", "check eslint", "verify typescript settings", or mentions config audits.
2026-01-05
refactoring-patterns.md
2
1
export
refactoring-patterns
2
from
"andyngdz/exogen_backend"
from
"andyngdz/exogen_backend"
3
Apply Martin Fowler's refactoring patterns - extract variables to eliminate repetition, split temporary variables, replace temp with query for cleaner, more maintainable code
2026-01-05
audit-security.md
2
1
export
audit-security
2
from
"ferdiangunawan/rpi-stack"
from
"ferdiangunawan/rpi-stack"
3
Security-focused audit that can run in background during implementation. Checks for vulnerabilities, auth issues, data exposure. Injects P0 findings to main agent.
2026-01-05
graceful-shutdown.md
2
1
export
graceful-shutdown
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
アプリケーションの安全な終了処理を実装するスキル。シグナルハンドリング、リソースクリーンアップ、リクエストドレイニングを含む完全な終了フローを設計。Anchors:• Release It! (Michael T. Nygard) / 適用: リソース管理・障害対応 / 目的: プロダクション環境での安全なシャットダウン• Node.js Design Patterns (Mario Casciaro) / 適用: 非同期処理の終了 / 目的: Promise/Stream/Workerの適切な終了Trigger:Use when implementing shutdown handlers, signal processing, resource cleanup, request draining, or application lifecycle management.graceful shutdown, SIGTERM, SIGINT, cleanup, resource draining, process exit, signal handler
2026-01-05
fix-line-endings-check-bash.md
2
1
export
fix-line-endings-check-bash
2
from
"ManuelKugelmann/BitBot"
from
"ManuelKugelmann/BitBot"
3
Fix line endings AND check bash syntax in one step (recommended). Use after creating or editing bash scripts.
2026-01-05
grant.md
2
1
export
grant
2
from
"poemswe/co-researcher"
from
"poemswe/co-researcher"
3
Transform research ideas into compelling, fundable grant proposals (NSF, NIH, ERC).
2026-01-05
feature-prfix.md
2
1
export
feature-prfix
2
from
"escarti/agentDevPrompts"
from
"escarti/agentDevPrompts"
3
Use when addressing PR review comments - REQUIRES TodoWrite first (Iron Law), then follows structured 7-step workflow to assess comment validity with feature-research, distinguish bugs from style preferences, and fix valid issues or refute invalid ones with evidence
2026-01-05
security-review.md
2
1
export
security-review
2
from
"shiiman/dotfiles"
from
"shiiman/dotfiles"
3
セキュリティ脆弱性を自動検出する。認証情報のハードコード、コマンドインジェクション、危険なシェル構文などをチェック。
2026-01-05
db-performance-watchlist.md
2
1
export
db-performance-watchlist
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Defines database performance monitoring strategy with slow query detection, resource usage alerts, query execution thresholds, and automated alerting. Use for "database monitoring", "performance alerts", "slow queries", or "DB metrics".
2026-01-05
global-code-organization.md
2
1
export
global-code-organization
2
from
"jaypaulb/CanvusAPI-LLMDemo"
from
"jaypaulb/CanvusAPI-LLMDemo"
3
Your approach to handling global code organization. Use this skill when working on files where global code organization comes into play.
2026-01-05
generating-smart-commits.md
2
1
export
generating-smart-commits
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill generates conventional commit messages using AI analysis of staged Git changes. It automatically determines the commit type (feat, fix, docs, etc.), identifies breaking changes, and formats the message according to conventional commit standards. Use this when asked to create a commit message, write a Git commit, or when the user uses the `/commit-smart` or `/gc` command. It is especially useful after changes have been staged with `git add`.
2026-01-05
script-bugfix.md
2
1
export
script-bugfix
2
from
"tizee/dotfiles"
from
"tizee/dotfiles"
3
Debug and fix complex scripts by isolating side effects, extracting core logic into a controlled environment, validating behavior there, then reintegrating with minimal changes. Use this when scripts lack unit tests and are hard to reason about due to IO, environment, or orchestration complexity.
2026-01-05
vector-search-alternatives.md
2
1
export
vector-search-alternatives
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
SQLiteプロジェクト向けのベクトル検索代替戦略スキル。SQLite VSS、外部ベクトルDB、RAGパイプラインの実装を提供します。Anchors:- The Pragmatic Programmer(Andrew Hunt)/ 適用: 実践的ソリューション選定 / 目的: 適材適所の技術選択- Designing Data-Intensive Applications(Martin Kleppmann)/ 適用: データシステム設計 / 目的: スケーラブルなアーキテクチャ- Building LLM Apps(各種論文)/ 適用: RAGパターン / 目的: 効果的な情報検索Trigger:Use when implementing vector search, building RAG systems, setting up SQLite VSS, or integrating external vector databases like Pinecone or Weaviate.
2026-01-05
workflow-pattern-analyzer-web.md
2
1
export
workflow-pattern-analyzer-web
2
from
"hirefrank/hirefrank-marketplace"
from
"hirefrank/hirefrank-marketplace"
3
Analyzes recent conversation history using chat tools to identify recurring workflow patterns and generate Custom Skills recommendations with statistical rigor. Use when users request workflow analysis, pattern identification, skill generation suggestions, or automation opportunities based on their AI usage patterns without requiring conversation exports.
2026-01-05
writing-tests.md
2
1
export
writing-tests
2
from
"heyJordanParker/dotfiles"
from
"heyJordanParker/dotfiles"
3
MANDATORY when writing tests. Test behavior, not implementation. Functional tests are primary. Unit tests ONLY for state mutations. Includes fixing flaky tests with condition-based waiting.
2026-01-05
coordinator.md
2
1
export
coordinator
2
from
"CharlesKozel/Pentest-Agent-Evalulator"
from
"CharlesKozel/Pentest-Agent-Evalulator"
3
Autonomous penetration testing coordinator using ReAct methodology. Automatically activates when user provides a target IP or asks to start penetration testing. Orchestrates reconnaissance, exploitation, and privilege escalation until both user and root flags are captured. (project)
2026-01-05
prompt-testing-evaluation.md
2
1
export
prompt-testing-evaluation
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
プロンプトのテスト、評価、反復改善を専門とするスキル。A/Bテスト、評価メトリクス、自動化されたプロンプト品質保証により、本番環境で信頼性の高いプロンプトを実現します。Anchors:• Test-Driven Development: By Example (Kent Beck) / 適用: Red-Green-Refactorサイクル / 目的: 反復的な品質改善• LLM-as-a-Judge pattern / 適用: 自動評価とスコアリング / 目的: スケーラブルな品質評価• A/B Testing for AI Systems / 適用: プロンプト比較実験設計 / 目的: データドリブンな改善Trigger:Use when testing prompts, evaluating prompt quality, running A/B tests on prompts, implementing automated prompt evaluation, or establishing continuous prompt improvement cycles.Keywords: prompt testing, A/B testing, evaluation metrics, LLM-as-a-judge, prompt quality, automated evaluation, regression testing
2026-01-05
command-basic-patterns.md
2
1
export
command-basic-patterns
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
基本実装パターン(シンプル指示/ステップバイステップ/条件分岐/ファイル参照)を整理し、パターン選定とテンプレート適用を支援するスキル。選定基準、実装の骨格、検証手順を一貫して整理する。Anchors:• The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: コマンド設計 / 目的: 実践的な手順設計パターンの習得Trigger:Use when selecting or reviewing basic command patterns, or structuring workflows for simple/step/conditional/file-reference commands.command basic patterns, simple command, step-by-step, conditional command, file reference
2026-01-05
rails-transactions.md
2
1
export
rails-transactions
2
from
"nekorush14/dotfiles"
from
"nekorush14/dotfiles"
3
Implement database transactions for data consistency and atomicity. Use when operations must succeed or fail together, coordinating multiple database operations, or ensuring data integrity across models.
2026-01-05
lock-file-management.md
2
1
export
lock-file-management
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
ロックファイル整合性と依存関係再現性の専門スキル。pnpm-lock.yaml、package-lock.json、yarn.lockを管理し、一貫性のあるビルド、マージコンフリクト解決、CI/CD最適化を実現。Anchors:• The Pragmatic Programmer / 適用: 依存関係管理 / 目的: 再現可能なビルドTrigger:Use when managing lock files, resolving merge conflicts, verifying integrity, or optimizing CI/CD caching.
2026-01-05
secret-management-architecture.md
2
1
export
secret-management-architecture
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
シークレット管理アーキテクチャの設計・実装スキル。Vault/KMS/Secrets Manager統合、キーローテーション、アクセス制御マトリクスを体系的に設計する。シークレット分類からライフサイクル管理まで、エンタープライズグレードの機密情報管理戦略を提供。Anchors:• Clean Architecture (Robert C. Martin) / 適用: 依存関係ルール / 目的: シークレット管理層の分離• Zero Trust Architecture (NIST SP 800-207) / 適用: 認証・認可 / 目的: 最小権限アクセス• OWASP Secrets Management Cheat Sheet / 適用: 実装パターン / 目的: セキュリティベストプラクティス• HashiCorp Vault Best Practices / 適用: Vault統合 / 目的: シークレットバックエンド設計Trigger:Use when designing secret management architecture, integrating Vault/KMS, planning key rotation, or creating access control matrices.secret management, vault integration, key rotation, access control, KMS, secrets manager, credential management
2026-01-05
test-generation.md
2
1
export
test-generation
2
from
"imsaif/aiex"
from
"imsaif/aiex"
3
Generate comprehensive test suites, identify coverage gaps, and accelerate progress toward 70% test coverage goal with intelligent test recommendations
2026-01-05