← all publishers

tomevault-io

@tomevault-io source repo

62172 published skills · page 37 of 622

  1. Git Operations 4 · tomevault-io bundle
    Git workflow patterns for conventional commits, branching strategies, PR workflows, merge strategies, and conflict resolution. Use for version control operations and repository management. Use when this capability is needed.
    0 installs
  2. API Error Handling 2 · tomevault-io bundle
    API failure-contract design for status mapping, stable error codes, retryability semantics, and traceable error payloads across sync and async transports. Trigger when error behavior, retry semantics, or debuggability fields change in specs or source, or when those rules remain implicit. Do not use for full resource/schema modeling or version-channel policy definition. Use when this capability is needed.
    0 installs
  3. Interaction Design 6 · tomevault-io bundle
    Interaction design workflow for user flows, state transitions, and feedback behavior across key tasks. Use when user journeys require explicit interaction rules (state changes, validation feedback, error recovery, empty/loading behavior) before UI implementation; do not use for backend data-model or deployment pipeline decisions. Use when this capability is needed.
    0 installs
  4. Project Estimation 2 · tomevault-io bundle
    Project estimation workflow for dependency-aware breakdowns and uncertainty-calibrated effort ranges. Use when initiatives need planning-grade estimates with explicit assumptions and confidence ranges; do not use for low-level implementation design details. Use when this capability is needed.
    0 installs
  5. Release Management 5 · tomevault-io bundle
    Release management workflow for go/no-go governance, readiness evidence, and rollback preparedness. Use when release decisions require explicit criteria and cross-team sign-off; do not use for application-domain algorithm or schema decisions. Use when this capability is needed.
    0 installs
  6. Documentation And Adrs 10 · tomevault-io bundle
    Records decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase. Use when this capability is needed.
    0 installs
  7. CI CD Github Actions 3 · tomevault-io bundle
    GitHub Actions patterns for CI (lint/typecheck/test) and Release (semver/changelog) with Node 20/22 matrix, pnpm cache, reusable workflows, and OIDC cloud authentication. Use when this capability is needed.
    0 installs
  8. Dead Code Cleanup 3 · tomevault-io bundle
    코드베이스에서 죽은 코드, deprecated 코드, 미사용 export를 식별하고 안전하게 제거 Use when this capability is needed.
    0 installs
  9. UI UX Improve 4 · tomevault-io bundle
    Research UI/UX improvements with trend analysis and generate actionable recommendations. Use when you need comprehensive UI/UX analysis and improvement suggestions. Use when this capability is needed.
    0 installs
  10. Workflow Auto 4 · tomevault-io bundle
    Execute workflow-analyze → workflow-plan → workflow-execute → commit in sequence without intermediate approval (single commit). Use for small tasks that can be completed in one commit. Use when this capability is needed.
    0 installs
  11. Ha Config Flow 2 · tomevault-io bundle
    Home Assistant config flow for initial integration setup. Use when creating or debugging config_flow.py, the user-facing setup wizard, unique_id handling, or strings.json for the setup steps. Use when this capability is needed.
    0 installs
  12. Agtrace Provider Normalization 2 · tomevault-io bundle
    Investigate AI agent provider tool schemas (Claude Code, Codex, Gemini) and design unified domain abstractions in agtrace architecture. Use when this capability is needed.
    0 installs
  13. Spec Writer 4 · tomevault-io bundle
    Write or update specification/plan documents (e.g., spec/plan.md) with explicit tasks, file targets, acceptance criteria, verification, and commit steps; use when asked to write/update specs, plans, or requirements. Use when this capability is needed.
    0 installs
  14. Code Review Checklist 7 · tomevault-io bundle
    Structured code review approach covering security, quality, performance, and consistency. Use when this capability is needed.
    0 installs
  15. Debugging Methodology 2 · tomevault-io bundle
    Systematic debugging approach with tool recommendations for memory, performance, and system-level issues. Use when this capability is needed.
    0 installs
  16. Test Quality Analysis 2 · tomevault-io bundle
    Detect test smells, overmocking, flaky tests, and coverage issues. Analyze test effectiveness, maintainability, and reliability. Use when reviewing tests or improving test quality. Use when this capability is needed.
    0 installs
  17. Agent Creator 14 · tomevault-io bundle
    Creates new agent files with complete specifications, following the same format as existing agents. Use when a new agent is needed for tasks that existing agents cannot handle. Generates agent markdown files with name, description, core principles, workflow, and integration details.
    0 installs
  18. Vue Jsx Best Practices 3 · tomevault-io bundle
    JSX syntax in Vue (e.g., class vs className, JSX plugin config). Use when this capability is needed.
    0 installs
  19. Nodejs Backend Patterns 14 · tomevault-io bundle
    Build production-ready Node.js backend services with Express/Fastify, implementing middleware patterns, error handling, authentication, database integration, and API design best practices. Use when creating Node.js servers, REST APIs, GraphQL backends, or microservices architectures. Use when this capability is needed.
    0 installs
  20. Python Testing Patterns 6 · tomevault-io bundle
    Implement comprehensive testing strategies with pytest, fixtures, mocking, and test-driven development. Use when writing Python tests, setting up test suites, or implementing testing best practices. Use when this capability is needed.
    0 installs
  21. GRAPHQL 24 · tomevault-io bundle
    You're a developer who has built GraphQL APIs at scale. You've seen the N+1 query problem bring down production servers. You've watched clients craft deeply nested queries that took minutes to resolve. You know that GraphQL's power is also its danger. Use when this capability is needed.
    0 installs
  22. AI Product Strategy 2 · tomevault-io bundle
    Create an AI Product Strategy Pack (thesis, use cases, system plan, eval plan, roadmap). Use when this capability is needed.
    0 installs
  23. Engineering Culture 2 · tomevault-io bundle
    Produce an Engineering Culture Operating System Pack (culture code, DevEx backlog, workflow contract). Use when this capability is needed.
    0 installs
  24. Deployment 17 · tomevault-io bundle
    Processos gerais de deploy, validação, backup e boas práticas para deploy em produção Use when this capability is needed.
    0 installs
  25. Agent Teams 15 · tomevault-io bundle
    Best practices and templates for Claude Code agent teams. Activates when user mentions "agent team", "swarm", "multi-agent", "parallel agents", wants to parallelize work across multiple Claude instances, or runs /team command. Provides decision framework, coordination patterns, pre-built team templates, and DOs/DONTs. Do NOT activate for simple subagent delegation or single-session work. Use when this capability is needed.
    0 installs
  26. Django Security 20 · tomevault-io bundle
    Esta skill deve ser usada quando o usuário está trabalhando em código Django que envolve autenticação, autorização, formulários, queries, middleware ou configurações de segurança. Fornece checklist OWASP e diretrizes de segurança específicas do Django. Use when this capability is needed.
    0 installs
  27. Git Workflow Expert 2 · tomevault-io bundle
    Git workflow — branch-per-round, squash-merge to main, PR as round-close, Co-Authored-By, upstream contribution §23. Use when this capability is needed.
    0 installs
  28. Tooling 3 · tomevault-io bundle
    Python development tooling configuration and best practices Use when this capability is needed.
    0 installs
  29. Gemini Prompting 6 · tomevault-io bundle
    Internal guidance for composing effective Gemini prompts for coding, review, diagnosis, and research tasks inside the Gemini Claude Code plugin Use when this capability is needed.
    0 installs
  30. Flutter Navigation 2 · tomevault-io bundle
    Comprehensive guide for Flutter navigation and routing including Navigator API, go_router, deep linking, passing/returning data, and web-specific navigation. Use when implementing screen transitions, configuring routing systems, setting up deep links, handling browser history, or managing navigation state in Flutter applications. Use when this capability is needed.
    0 installs
  31. Flutter Networking 2 · tomevault-io bundle
    Comprehensive Flutter networking guidance including HTTP CRUD operations, WebSocket connections, authentication, error handling, and performance optimization. Use when Claude needs to implement HTTP requests GET POST PUT DELETE, WebSocket real-time communication, authenticated requests with headers and tokens, background parsing with isolates, REST API integration with proper error handling, or any network-related functionality in Flutter applications. Use when this capability is needed.
    0 installs
  32. Git Pr Workflow 3 · tomevault-io bundle
    Use when a task should follow a consistent working-branch, review, verify, commit, push, and PR-handoff flow across repositories. Helps enforce branch hygiene before edits, use repo-aware branch naming, pause for user review before the final verification gate, commit in coherent batches with consistent prefixes, and finish with pushed changes plus copy-pasteable PR notes.
    0 installs
  33. Kubernetes Helm 3 · tomevault-io bundle
    Production Helm chart layout — values structure, probes, HPA, NetworkPolicies, PodSecurity, secrets via External Secrets Operator, and the small-team patterns the official tutorial skips. Use when packaging a service for Kubernetes, not when authoring a public chart for a registry. Use when this capability is needed.
    0 installs
  34. Testing Patterns 25 · tomevault-io bundle
    Jest testing patterns, factory functions, mocking strategies, and TDD workflow. Use when writing unit tests, creating test factories, or following TDD red-green-refactor cycle. Use when this capability is needed.
    0 installs
  35. Type Safety 2 · tomevault-io bundle
    Universal type safety principles — validate at boundaries, make invalid states unrepresentable, prefer explicit types over implicit. Applies to any typed language (TypeScript, Python type hints, Java, C#, Go). Load when writing or reviewing any code. Use when this capability is needed.
    0 installs
  36. Typescript Coding Standards 2 · tomevault-io bundle
    TypeScript, JavaScript, React, and Node.js coding standards — naming conventions, immutability, error handling, async patterns, component structure, API design. For language-agnostic principles see rules/common/coding-style.md. Use when this capability is needed.
    0 installs
  37. Skill Creator 236 · tomevault-io bundle
    Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. Use when this capability is needed.
    0 installs
  38. Brainstorming 60 · tomevault-io bundle
    Use for ideation, requirements clarification, and architectural design. Adapts to task complexity (Trivial/Medium/Complex). Use when this capability is needed.
    0 installs
  39. Skill Creator 237 · tomevault-io bundle
    Use when creating new Agent Skills, upgrading existing skills, running evals to test a skill, benchmarking skill performance, or optimizing a skill's description for better triggering accuracy. Guidelines for Gold Standard skill structures.
    0 installs
  40. Improve Codebase Architecture 21 · tomevault-io bundle
    Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable. Use when this capability is needed.
    0 installs
  41. Mbc Generate 2 · tomevault-io bundle
    Generate MBC CQRS Serverless boilerplate code. Use this when the user wants to create a new module, service, controller, command, query, event handler, or data sync handler for MBC CQRS Serverless framework. Use when this capability is needed.
    0 installs
  42. Documentation Writing 5 · tomevault-io bundle
    Expert at creating, structuring, and maintaining technical documentation in Meldoc. Use when writing new docs, structuring documentation projects, creating templates, establishing standards, or converting content to Meldoc format. Use when this capability is needed.
    0 installs
  43. API Review 2 · tomevault-io bundle
    Review API design for best practices, consistency, and common issues Use when this capability is needed.
    2 installs
  44. Brainstorm 15 · tomevault-io bundle
    Facilitate AI-assisted brainstorming sessions for requirements discovery. Uses divergent-convergent thinking patterns to generate ideas, then filters and refines them. Supports multiple brainstorming techniques. Use when this capability is needed.
    0 installs
  45. Git Commit 41 · tomevault-io bundle
    Comprehensive Git commit workflow using Conventional Commits format with safety protocols. Create, validate, and execute commits following best practices. Use when creating commits, drafting commit messages, handling pre-commit hooks, creating pull requests, or uncertain about commit safety, timing, or message format. CRITICAL - Always invoke before any commit operation - contains NEVER rules, attribution requirements, and proper message formatting. Use when this capability is needed.
    0 installs
  46. Onboarding 4 · tomevault-io bundle
    Developer environment setup guides for Windows, macOS, Linux, and WSL. Use when setting up development machines, installing tools, configuring environments, or following platform-specific setup guides. Covers package management, shell/terminal, code editors, AI tooling, containerization, databases, and more. Use when this capability is needed.
    0 installs
  47. Prioritize 2 · tomevault-io bundle
    Apply prioritization methods to elicited requirements. Supports MoSCoW, Kano Model, WSJF, and Wiegers' scoring. Outputs ranked requirements with justification. Use when this capability is needed.
    0 installs
  48. Express Oauth2 JWT Bearer 3 · tomevault-io bundle
    Use when adding Auth0 token validation to Express or Node.js APIs - integrates express-oauth2-jwt-bearer SDK to protect Node.js API endpoints with JWT Bearer authentication, scope-based RBAC, claim validation, and optional DPoP support
    0 installs
  49. Tailwind CSS Patterns 3 · tomevault-io bundle
    Provides comprehensive Tailwind CSS utility-first styling patterns including responsive design, layout utilities, flexbox, grid, spacing, typography, colors, and modern CSS best practices. Use when styling React/Vue/Svelte components, building responsive layouts, implementing design systems, or optimizing CSS workflow.
    0 installs
  50. Openspec Archive Change 37 · tomevault-io bundle
    Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete. Use when this capability is needed.
    0 installs
  51. Testing Patterns 26 · tomevault-io bundle
    Jest testing patterns, factory functions, mocking strategies, and TDD workflow. Use when writing unit tests, creating test factories, or following TDD red-green-refactor cycle. Use when this capability is needed.
    0 installs
  52. Instrumenting With Mlflow Tracing 2 · tomevault-io bundle
    Instruments Python and TypeScript code with MLflow Tracing for observability. Must be loaded when setting up tracing as part of any workflow including agent evaluation. Triggers on adding tracing, instrumenting agents/LLM apps, getting started with MLflow tracing, tracing specific frameworks (LangGraph, LangChain, OpenAI, DSPy, CrewAI, AutoGen), or when another skill references tracing setup. Examples - "How do I add tracing?", "Instrument my agent", "Trace my LangChain app", "Set up tracing for evaluation Use when this capability is needed.
    0 installs
  53. Commit 95 · tomevault-io bundle
    Git Commit Skill for creating well-structured, atomic commits following conventional-commits discipline Use when this capability is needed.
    0 installs
  54. Review 55 · tomevault-io bundle
    Code review skill covering security, correctness, type safety, and maintainability for any software project Use when this capability is needed.
    0 installs
  55. Kubernetes Specialist 9 · tomevault-io bundle
    Use when deploying or managing Kubernetes workloads requiring cluster configuration, security hardening, or troubleshooting. Invoke for Helm charts, RBAC policies, NetworkPolicies, storage configuration, performance optimization.
    0 installs
  56. Git Workflow 181 · tomevault-io bundle
    Git workflow patterns including branching strategies, commit conventions, merge vs rebase, conflict resolution, and collaborative development best practices for teams of all sizes. Use when this capability is needed.
    0 installs
  57. Example Skill 23 · tomevault-io bundle
    Use when working with an example skill to demonstrate Codex capabilities.
    0 installs
  58. API Development 5 · tomevault-io bundle
    This skill should be used when implementing backend API services, file operations, and process management in TypeScript/Node.js Use when this capability is needed.
    0 installs
  59. Analytics Tracking 2 · tomevault-io bundle
    When the user wants to set up, improve, or audit analytics tracking and measurement. Also use when the user mentions "set up tracking," "GA4," "Google Analytics," "conversion tracking," "event tracking," "UTM parameters," "tag manager," "GTM," "analytics implementation," or "tracking plan." For A/B test measurement, see ab-test-setup. Use when this capability is needed.
    0 installs
  60. Backend Queries 4 · tomevault-io bundle
    Your approach to handling backend queries. Use this skill when working on files where backend queries comes into play. Use when this capability is needed.
    0 installs
  61. Pytest Coverage 6 · tomevault-io bundle
    Run pytest coverage for Python code, inspect missing lines, and raise backend coverage with meaningful tests. Use when asked to improve pytest coverage, inspect uncovered lines, or increase coverage for Python modules. Use when this capability is needed.
    0 installs
  62. Code Review 301 · tomevault-io bundle
    Structured code review workflow focused on bugs, risks, and missing tests Use when this capability is needed.
    0 installs
  63. AI Elements 5 · tomevault-io bundle
    Intelligent documentation system for AI Elements component library. Activate automatically when working with AI-native applications or when AI Elements component names are mentioned (Message, Conversation, Reasoning, Canvas, etc.). Provides context-aware documentation retrieval - fetches examples for implementation queries, component references for API lookups, and smart multi-page fetching for complex tasks. Use when this capability is needed.
    0 installs
  64. Netbox MCP Testing 2 · tomevault-io bundle
    This skill should be used when systematically testing the NetBox MCP server after code changes or to validate tool functionality. Provides structured protocol for discovering and testing MCP tools with a live NetBox instance, with emphasis on performance monitoring and comprehensive reporting. Use when this capability is needed.
    0 installs
  65. Frontend Design 123 · tomevault-io bundle
    Create distinctive, production-grade frontend interfaces with high design quality. Use when users ask to build web components, pages, or applications. Use when this capability is needed.
    0 installs
  66. Security Review 25 · tomevault-io bundle
    Use when working with a specialist skill for security reviews, threat modeling, and remediation guidance. Use for auth/permissions changes, secrets or PII handling, public endpoints, or dependency upgrades.
    0 installs
  67. Github Actions Workflows 3 · tomevault-io bundle
    GitHub Actions workflow patterns for CI/CD including matrix builds, reusable workflows, secrets management, and caching strategies. Use when setting up or optimizing GitHub Actions pipelines. Use when this capability is needed.
    0 installs
  68. Refactoring 19 · tomevault-io bundle
    Linter-driven refactoring patterns to reduce complexity and improve code quality. Use when linter fails with complexity issues (cyclomatic, cognitive, maintainability) or when code feels hard to read/maintain. Applies storifying, type extraction, and function extraction patterns. Use when this capability is needed.
    0 installs
  69. CI CD Integration 2 · tomevault-io bundle
    Guide for agents to help users integrate NightVision DAST scanning into CI/CD pipelines. Use when setting up security scans in GitHub Actions, GitLab CI, Azure DevOps, Jenkins, BitBucket, or JFrog pipelines, configuring NightVision tokens, creating targets, running scans, exporting results as SARIF/CSV, or detecting API breaking changes. Use when this capability is needed.
    0 installs
  70. Finishing A Development Branch 4 · tomevault-io bundle
    Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
    0 installs
  71. Verification Before Completion 20 · tomevault-io bundle
    Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
    0 installs
  72. Backend Dev Guidelines 8 · tomevault-io bundle
    Comprehensive backend development guide for Node.js/Express/TypeScript microservices. Use when creating routes, controllers, services, repositories, middleware, or working with Express APIs, Prisma database access, Sentry error tracking, Zod validation, unifiedConfig, dependency injection, or async patterns. Covers layered architecture (routes → controllers → services → repositories), BaseController pattern, error handling, performance monitoring, testing strategies, and migration from legacy patterns. Use when this capability is needed.
    0 installs
  73. Dev Browser 9 · tomevault-io bundle
    Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include "go to [url]", "click on", "fill out the form", "take a screenshot", "scrape", "automate", "test the website", "log into", or any browser interaction request. Use when this capability is needed.
    0 installs
  74. Documentation And Adrs 11 · tomevault-io bundle
    Decide whether durable documentation is needed, choose the right documentation artifact, and route ADR or project documentation work to the appropriate specialized skill. Use when this capability is needed.
    0 installs
  75. Investigate CI Failure 2 · tomevault-io bundle
    Investigate CI/Prow job failures on a GitHub pull request. Use when the user pastes a PR URL and asks about CI failures, red checks, test failures, or wants to understand why a job failed. Use when this capability is needed.
    0 installs
  76. Specstory Organize 2 · tomevault-io bundle
    Organize SpecStory AI coding sessions in .specstory/history into year/month folders. Run when user says "organize my history", "clean up specstory", "sort my sessions", or "organize specstory files". Use when this capability is needed.
    0 installs
  77. Implementation Phase 2 · tomevault-io bundle
    Standard Operating Procedure for /implement phase. Covers TDD workflow, anti-duplication checks, task execution, and continuous testing. Use when this capability is needed.
    0 installs
  78. Create Pr 34 · tomevault-io bundle
    Create PRs with titles and bodies that produce accurate release notes. Use when opening a pull request, merging to develop or main, or when user says "open a PR", "create a PR", "ready to merge", or "ship it". Use when this capability is needed.
    0 installs
  79. No Polling Agents 2 · tomevault-io bundle
    No Polling for Background Agents Use when this capability is needed.
    0 installs
  80. Perplexity Search 3 · tomevault-io bundle
    AI-powered web search, research, and reasoning via Perplexity Use when this capability is needed.
    0 installs
  81. Skill Development 4 · tomevault-io bundle
    Skill Development Rules Use when this capability is needed.
    0 installs
  82. Terraform Module Builder 2 · tomevault-io bundle
    Creates reusable Terraform modules with proper structure, variables, outputs, and state management for infrastructure as code. Use when users request "Terraform setup", "infrastructure as code", "IaC module", "cloud provisioning", or "Terraform module".
    0 installs
  83. CI CD And Automation 17 · tomevault-io bundle
    自动化 CI/CD 流水线设置。用于设置或修改构建与部署流水线。用于需要自动化质量门禁、在 CI 中配置测试运行器或建立部署策略时。 Use when this capability is needed.
    0 installs
  84. Writing Plans 39 · tomevault-io bundle
    Use when you have a spec or requirements for a multi-step task, before touching code
    0 installs
  85. GRAPHQL Patterns 2 · tomevault-io bundle
    Use when designing, building, or operating GraphQL APIs with Apollo Server +
    0 installs
  86. Next Best Practices 37 · tomevault-io bundle
    Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling Use when this capability is needed.
    0 installs
  87. Documentation Rfc 2 · tomevault-io bundle
    Author RFC documents for proposed technical changes with clear problem framing, options, tradeoffs, and decision path. Use when proposal alignment and review sign-off are needed before implementation; do not use for post-decision implementation-only docs. Use when this capability is needed.
    0 installs
  88. GRAPHQL Architect 8 · tomevault-io bundle
    Master modern GraphQL with federation, performance optimization, and enterprise security. Build scalable schemas, implement advanced caching, and design real-time systems. Use when this capability is needed.
    0 installs
  89. Kubernetes Basics 3 · tomevault-io bundle
    Kubernetes fundamentals workflow for workload deployment, service discovery, and baseline cluster primitives. Use when teams need concrete namespace/workload/service/probe decisions before deployment; do not use for API contract design or requirement prioritization. Use when this capability is needed.
    0 installs
  90. Notebooklm 11 · tomevault-io bundle
    Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.
    0 installs
  91. CI CD Pipeline 19 · tomevault-io bundle
    Workflow for designing and maintaining high-performance, vendor-decoupled CI/CD pipelines. Use when setting up new build systems or optimizing existing automation. Not for configuring specific CI providers or writing pipeline YAML directly — use Makefile targets instead. Use when this capability is needed.
    0 installs
  92. Code Quality 26 · tomevault-io bundle
    Assess and improve code quality in TypeScript/React projects. Runs lint, type-check, coverage, duplication, and complexity analysis with sprint planning. Use when this capability is needed.
    0 installs
  93. Mobile Testing 3 · tomevault-io bundle
    Comprehensive mobile testing for iOS and Android platforms including gestures, sensors, permissions, device fragmentation, and performance. Use when testing native apps, hybrid apps, or mobile web, ensuring quality across 1000+ device variants. Use when this capability is needed.
    0 installs
  94. Scikit Learn 19 · tomevault-io bundle
    Machine learning in Python with scikit-learn. Use when working with supervised learning (classification, regression), unsupervised learning (clustering, dimensionality reduction), model evaluation, hyperparameter tuning, preprocessing, or building ML pipelines. Provides comprehensive reference documentation for algorithms, preprocessing techniques, pipelines, and best practices. Use when this capability is needed.
    0 installs
  95. Command Development 4 · tomevault-io bundle
    This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code. Use when this capability is needed.
    0 installs
  96. Security Best Practices 6 · tomevault-io bundle
    Perform language and framework specific security best-practice reviews and suggest improvements. Trigger only when the user explicitly requests security best practices guidance, a security review/report, or secure-by-default coding help. Trigger only for supported languages (python, javascript/typescript, go). Do not trigger for general code review, debugging, or non-security tasks. Use when this capability is needed.
    0 installs
  97. Extract 3 · tomevault-io bundle
    Run a quick extraction test against a URL or HTML file. Shows extracted fields, quality grade, and diagnostics. Use when this capability is needed.
    0 installs
  98. Sync Agent Instructions 3 · tomevault-io bundle
    Sync AI coding tool instruction files (AGENTS.md, GEMINI.md, AGENTS.md) so they stay aligned. Detects which file changed and copies it to the others. Use when syncing md files, syncing instructions, updating GEMINI.md, or updating AGENTS.md. Use when this capability is needed.
    0 installs
  99. Testing Patterns 27 · tomevault-io bundle
    Jest testing patterns, factory functions, mocking strategies, and TDD workflow. Use when writing unit tests, creating test factories, or following TDD red-green-refactor cycle. Use when this capability is needed.
    0 installs
  100. Terraform Expert 4 · tomevault-io bundle
    Terraform and Infrastructure as Code optimization guidelines from Terramate. This skill should be used when writing, reviewing, or refactoring Terraform/OpenTofu code to ensure optimal patterns for security, maintainability, and reliability. Triggers on tasks involving Terraform modules, infrastructure provisioning, state management, or IaC optimization. Use when this capability is needed.
    0 installs