tomevault-io
- 62k skills
- 0 followers
- 2 days ago last updated
- ▌ Git Operations 4 · tomevault-io bundleGit 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.
- ▌ API Error Handling 2 · tomevault-io bundleAPI 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.
- ▌ Interaction Design 6 · tomevault-io bundleInteraction 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.
- ▌ Project Estimation 2 · tomevault-io bundleProject 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.
- ▌ Release Management 5 · tomevault-io bundleRelease 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.
- ▌ Documentation And Adrs 10 · tomevault-io bundleRecords 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.
- ▌ CI CD Github Actions 3 · tomevault-io bundleGitHub 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.
- ▌ Dead Code Cleanup 3 · tomevault-io bundle코드베이스에서 죽은 코드, deprecated 코드, 미사용 export를 식별하고 안전하게 제거 Use when this capability is needed.
- ▌ UI UX Improve 4 · tomevault-io bundleResearch 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.
- ▌ Workflow Auto 4 · tomevault-io bundleExecute 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.
- ▌ Ha Config Flow 2 · tomevault-io bundleHome 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.
- ▌ Agtrace Provider Normalization 2 · tomevault-io bundleInvestigate AI agent provider tool schemas (Claude Code, Codex, Gemini) and design unified domain abstractions in agtrace architecture. Use when this capability is needed.
- ▌ Spec Writer 4 · tomevault-io bundleWrite 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.
- ▌ Code Review Checklist 7 · tomevault-io bundleStructured code review approach covering security, quality, performance, and consistency. Use when this capability is needed.
- ▌ Debugging Methodology 2 · tomevault-io bundleSystematic debugging approach with tool recommendations for memory, performance, and system-level issues. Use when this capability is needed.
- ▌ Test Quality Analysis 2 · tomevault-io bundleDetect 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.
- ▌ Agent Creator 14 · tomevault-io bundleCreates 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.
- ▌ Vue Jsx Best Practices 3 · tomevault-io bundleJSX syntax in Vue (e.g., class vs className, JSX plugin config). Use when this capability is needed.
- ▌ Nodejs Backend Patterns 14 · tomevault-io bundleBuild 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.
- ▌ Python Testing Patterns 6 · tomevault-io bundleImplement 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.
- ▌ GRAPHQL 24 · tomevault-io bundleYou'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.
- ▌ AI Product Strategy 2 · tomevault-io bundleCreate an AI Product Strategy Pack (thesis, use cases, system plan, eval plan, roadmap). Use when this capability is needed.
- ▌ Engineering Culture 2 · tomevault-io bundleProduce an Engineering Culture Operating System Pack (culture code, DevEx backlog, workflow contract). Use when this capability is needed.
- ▌ Deployment 17 · tomevault-io bundleProcessos gerais de deploy, validação, backup e boas práticas para deploy em produção Use when this capability is needed.
- ▌ Agent Teams 15 · tomevault-io bundleBest 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.
- ▌ Django Security 20 · tomevault-io bundleEsta 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.
- ▌ Git Workflow Expert 2 · tomevault-io bundleGit workflow — branch-per-round, squash-merge to main, PR as round-close, Co-Authored-By, upstream contribution §23. Use when this capability is needed.
- ▌ Tooling 3 · tomevault-io bundlePython development tooling configuration and best practices Use when this capability is needed.
- ▌ Gemini Prompting 6 · tomevault-io bundleInternal 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.
- ▌ Flutter Navigation 2 · tomevault-io bundleComprehensive 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.
- ▌ Flutter Networking 2 · tomevault-io bundleComprehensive 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.
- ▌ Git Pr Workflow 3 · tomevault-io bundleUse 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.
- ▌ Kubernetes Helm 3 · tomevault-io bundleProduction 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.
- ▌ Testing Patterns 25 · tomevault-io bundleJest 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.
- ▌ Type Safety 2 · tomevault-io bundleUniversal 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.
- ▌ Typescript Coding Standards 2 · tomevault-io bundleTypeScript, 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.
- ▌ Skill Creator 236 · tomevault-io bundleGuide 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.
- ▌ Brainstorming 60 · tomevault-io bundleUse for ideation, requirements clarification, and architectural design. Adapts to task complexity (Trivial/Medium/Complex). Use when this capability is needed.
- ▌ Skill Creator 237 · tomevault-io bundleUse 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.
- ▌ Improve Codebase Architecture 21 · tomevault-io bundleFind 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.
- ▌ Mbc Generate 2 · tomevault-io bundleGenerate 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.
- ▌ Documentation Writing 5 · tomevault-io bundleExpert 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.
- ▌ API Review 2 · tomevault-io bundleReview API design for best practices, consistency, and common issues Use when this capability is needed.
- ▌ Brainstorm 15 · tomevault-io bundleFacilitate 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.
- ▌ Git Commit 41 · tomevault-io bundleComprehensive 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.
- ▌ Onboarding 4 · tomevault-io bundleDeveloper 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.
- ▌ Prioritize 2 · tomevault-io bundleApply prioritization methods to elicited requirements. Supports MoSCoW, Kano Model, WSJF, and Wiegers' scoring. Outputs ranked requirements with justification. Use when this capability is needed.
- ▌ Express Oauth2 JWT Bearer 3 · tomevault-io bundleUse 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
- ▌ Tailwind CSS Patterns 3 · tomevault-io bundleProvides 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.
- ▌ Openspec Archive Change 37 · tomevault-io bundleArchive 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.
- ▌ Testing Patterns 26 · tomevault-io bundleJest 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.
- ▌ Instrumenting With Mlflow Tracing 2 · tomevault-io bundleInstruments 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.
- ▌ Commit 95 · tomevault-io bundleGit Commit Skill for creating well-structured, atomic commits following conventional-commits discipline Use when this capability is needed.
- ▌ Review 55 · tomevault-io bundleCode review skill covering security, correctness, type safety, and maintainability for any software project Use when this capability is needed.
- ▌ Kubernetes Specialist 9 · tomevault-io bundleUse when deploying or managing Kubernetes workloads requiring cluster configuration, security hardening, or troubleshooting. Invoke for Helm charts, RBAC policies, NetworkPolicies, storage configuration, performance optimization.
- ▌ Git Workflow 181 · tomevault-io bundleGit 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.
- ▌ Example Skill 23 · tomevault-io bundleUse when working with an example skill to demonstrate Codex capabilities.
- ▌ API Development 5 · tomevault-io bundleThis skill should be used when implementing backend API services, file operations, and process management in TypeScript/Node.js Use when this capability is needed.
- ▌ Analytics Tracking 2 · tomevault-io bundleWhen 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.
- ▌ Backend Queries 4 · tomevault-io bundleYour approach to handling backend queries. Use this skill when working on files where backend queries comes into play. Use when this capability is needed.
- ▌ Pytest Coverage 6 · tomevault-io bundleRun 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.
- ▌ Code Review 301 · tomevault-io bundleStructured code review workflow focused on bugs, risks, and missing tests Use when this capability is needed.
- ▌ AI Elements 5 · tomevault-io bundleIntelligent 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.
- ▌ Netbox MCP Testing 2 · tomevault-io bundleThis 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.
- ▌ Frontend Design 123 · tomevault-io bundleCreate 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.
- ▌ Security Review 25 · tomevault-io bundleUse 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.
- ▌ Github Actions Workflows 3 · tomevault-io bundleGitHub 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.
- ▌ Refactoring 19 · tomevault-io bundleLinter-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.
- ▌ CI CD Integration 2 · tomevault-io bundleGuide 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.
- ▌ Finishing A Development Branch 4 · tomevault-io bundleUse 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
- ▌ Verification Before Completion 20 · tomevault-io bundleUse 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
- ▌ Backend Dev Guidelines 8 · tomevault-io bundleComprehensive 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.
- ▌ Dev Browser 9 · tomevault-io bundleBrowser 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.
- ▌ Documentation And Adrs 11 · tomevault-io bundleDecide 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.
- ▌ Investigate CI Failure 2 · tomevault-io bundleInvestigate 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.
- ▌ Specstory Organize 2 · tomevault-io bundleOrganize 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.
- ▌ Implementation Phase 2 · tomevault-io bundleStandard Operating Procedure for /implement phase. Covers TDD workflow, anti-duplication checks, task execution, and continuous testing. Use when this capability is needed.
- ▌ Create Pr 34 · tomevault-io bundleCreate 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.
- ▌ No Polling Agents 2 · tomevault-io bundleNo Polling for Background Agents Use when this capability is needed.
- ▌ Perplexity Search 3 · tomevault-io bundleAI-powered web search, research, and reasoning via Perplexity Use when this capability is needed.
- ▌ Skill Development 4 · tomevault-io bundleSkill Development Rules Use when this capability is needed.
- ▌ Terraform Module Builder 2 · tomevault-io bundleCreates 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".
- ▌ CI CD And Automation 17 · tomevault-io bundle自动化 CI/CD 流水线设置。用于设置或修改构建与部署流水线。用于需要自动化质量门禁、在 CI 中配置测试运行器或建立部署策略时。 Use when this capability is needed.
- ▌ Writing Plans 39 · tomevault-io bundleUse when you have a spec or requirements for a multi-step task, before touching code
- ▌ GRAPHQL Patterns 2 · tomevault-io bundleUse when designing, building, or operating GraphQL APIs with Apollo Server +
- ▌ Next Best Practices 37 · tomevault-io bundleNext.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.
- ▌ Documentation Rfc 2 · tomevault-io bundleAuthor 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.
- ▌ GRAPHQL Architect 8 · tomevault-io bundleMaster 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.
- ▌ Kubernetes Basics 3 · tomevault-io bundleKubernetes 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.
- ▌ Notebooklm 11 · tomevault-io bundleUse 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.
- ▌ CI CD Pipeline 19 · tomevault-io bundleWorkflow 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.
- ▌ Code Quality 26 · tomevault-io bundleAssess 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.
- ▌ Mobile Testing 3 · tomevault-io bundleComprehensive 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.
- ▌ Scikit Learn 19 · tomevault-io bundleMachine 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.
- ▌ Command Development 4 · tomevault-io bundleThis 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.
- ▌ Security Best Practices 6 · tomevault-io bundlePerform 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.
- ▌ Extract 3 · tomevault-io bundleRun a quick extraction test against a URL or HTML file. Shows extracted fields, quality grade, and diagnostics. Use when this capability is needed.
- ▌ Sync Agent Instructions 3 · tomevault-io bundleSync 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.
- ▌ Testing Patterns 27 · tomevault-io bundleJest 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.
- ▌ Terraform Expert 4 · tomevault-io bundleTerraform 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.