tomevault-io
- 62k skills
- 0 followers
- 2 days ago last updated
- ▌ Secrets Management 2 · tomevault-io bundleUse when storing credentials in OCI Vault, troubleshooting secret retrieval failures, implementing secret rotation, or setting up application authentication to Vault. Covers vault hierarchy confusion, IAM permission gotchas, cost optimization, temp file security, and audit logging.
- ▌ Documentation And Adrs 5 · 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.
- ▌ Backend Models 3 · tomevault-io bundleThis Skill provides Claude Code with specific guidance on how to adhere to coding standards as they Use when this capability is needed.
- ▌ Using The Block Collection And Block Party 2 · tomevault-io bundleUse when working with the Block Collection and Block Party are repositories for existing AEM blocks, build tools, code snippets, integration patterns, plugins, and more. Use this skill anytime you are developing something and want to find a reference to use as a starting point.
- ▌ Using Content Driven Development 2 · tomevault-io bundleApply a Content Driven Development process to AEM Edge Delivery Services development. Use for all development tasks, including building new blocks, modifying existing blocks, making changes to core decoration functionality, etc. Use when this capability is needed.
- ▌ Python Testing 7 · tomevault-io bundlePython testing strategies using pytest, TDD methodology, fixtures, mocking, parametrization, and coverage requirements. Use when this capability is needed.
- ▌ Pydantic AI Agent Creation 2 · tomevault-io bundle创建具有类型安全依赖项、结构化输出和正确配置的 PydanticAI 代理。这些代理可用于构建 AI 代理、创建聊天系统,或将大型语言模型(LLMs)与 Pydantic 的验证功能集成在一起。 Use when this capability is needed.
- ▌ Gemini Imagegen 3 · tomevault-io bundleGenerate and edit images using Gemini API (Nano Banana Pro). Supports text-to-image, image editing, multi-turn refinement, Google Search grounding for factual accuracy, and composition from multiple reference images. Use when this capability is needed.
- ▌ Implement Github Feature 2 · tomevault-io bundleDesign and implement a new feature or component from a GitHub issue. Use for net-new functionality, not bug fixes. Use when this capability is needed.
- ▌ Claude Code Agent 2 · tomevault-io bundleDelegate complex, multi-file coding tasks to an autonomous coding agent that can iterate and self-correct. Uses Claude Code if ANTHROPIC_API_KEY is set, otherwise falls back to Gemini via generate_code + execute. Use when this capability is needed.
- ▌ Infra Terraform 2 · tomevault-io bundleModern Terraform patterns for module design, state management, and CI/CD integration. Use for structuring Terraform projects, managing remote state, implementing environment separation, or enforcing code quality. Use when this capability is needed.
- ▌ React Native Design 5 · tomevault-io bundleMaster React Native styling, navigation, and Reanimated animations for cross-platform mobile development. Use when building React Native apps, implementing navigation patterns, or creating performant animations. Use when this capability is needed.
- ▌ SEO Optimizer 3 · tomevault-io bundleThis skill should be used when analyzing HTML/CSS websites for SEO optimization, fixing SEO issues, generating SEO reports, or implementing SEO best practices. Use when the user requests SEO audits, optimization, meta tag improvements, schema markup implementation, sitemap generation, or general search engine optimization tasks. Use when this capability is needed.
- ▌ Terraform Generator 3 · tomevault-io bundleCreate, generate, write, or scaffold Terraform .tf HCL — resources, modules, providers, variables, outputs. Use when this capability is needed.
- ▌ Terraform Validator 4 · tomevault-io bundleValidate, lint, audit, or plan Terraform/.tf/HCL files; runs tflint, checkov, terraform validate. Use when this capability is needed.
- ▌ Onboard 7 · tomevault-io bundleAgent-driven cold-start onboarding. Use the repo shell entrypoint to find or install Python 3.11+, then run the shared bootstrap audit/plan/apply flow and configure WRDS only if the user has it. Use when this capability is needed.
- ▌ Receiving Code Review 9 · tomevault-io bundleUse when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
- ▌ Testing Anti Patterns 5 · tomevault-io bundleUse when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents testing mock behavior, production pollution with test-only methods, and mocking without understanding dependencies
- ▌ Chaos Engineering 2 · tomevault-io bundleUse when planning, running, or learning from chaos engineering experiments. Triggers on "chaos experiment", "fault injection", "gameday", "resilience test", "blast radius", "steady state", "abort criteria", "Chaos Toolkit", "Chaos Mesh", "Litmus", "Gremlin", "AWS FIS", or any deliberate failure-injection question. Ships experiment designer, blast-radius calculator, and postmortem generator (all stdlib Python), 4 references on chaos principles + experiment design + attack taxonomy + tooling landscape, and a /chaos-experiment slash command. Composes with feature-flags-architect (kill switches as abort triggers) and kubernetes-operator (common chaos targets).
- ▌ Git Commit 40 · tomevault-io bundleUse when user asks to commit, git commit, push code, save changes, or mentions committing. Provides structured workflow for staging, committing, and pushing git changes.
- ▌ Documentation Standards 10 · tomevault-io bundleHow user-facing and internal documentation should be written and maintained. Use when this capability is needed.
- ▌ Langchain Patterns 2 · tomevault-io bundleLangChain is a framework for building applications powered by LLMs. It Use when this capability is needed.
- ▌ Prompt Engineering 10 · tomevault-io bundleComprehensive guide for LLM prompt engineering techniques and best practices. Use when this capability is needed.
- ▌ RAG Implementation 4 · tomevault-io bundleComprehensive guide for Retrieval-Augmented Generation (RAG) implementation Use when this capability is needed.
- ▌ Shell Scripting 4 · tomevault-io bundleWrite robust, portable shell scripts with proper error handling, argument parsing, and testing. Use when automating system tasks, building CI/CD scripts, or creating container entrypoints. Use when this capability is needed.
- ▌ Golang Continuous Integration 2 · tomevault-io bundleCI/CD pipeline configuration using GitHub Actions for Golang projects — testing, linting, SAST, security scanning, code coverage, Dependabot, Renovate, GoReleaser, code review automation, and release pipelines. Use when setting up or improving Go project CI, configuring GitHub Actions workflows, adding linters or security scanners, automating dependency updates, or adding quality gates. Use when this capability is needed.
- ▌ Schema 3 · tomevault-io bundleThis skill should be used when the user asks about "Effect Schema", "Schema.Struct", "Schema.decodeUnknown", "data validation", "parsing", "Schema.transform", "Schema filters", "Schema annotations", "JSON Schema", "Schema.Class", "Schema branded types", "encoding", "decoding", "Schema.parseJson", or needs to understand how Effect handles data validation and transformation. Use when this capability is needed.
- ▌ Git Workflow 178 · tomevault-io bundleGit workflow — branch, PR, squash merge, cleanup Use when this capability is needed.
- ▌ Gemini Prompting 5 · tomevault-io bundleInternal guidance for composing Gemini and AGY prompts for coding, review, diagnosis, and research tasks inside the Gemini Claude Code plugin Use when this capability is needed.
- ▌ Generate Sandbox Policy 4 · tomevault-io bundleGenerate sandbox security policies from plain-language requirements and optional REST API documentation. At minimum, takes API host:port endpoints and intent to produce preset-based or L4 policies. With full API docs (OpenAPI, Swagger, markdown), generates fine-grained per-endpoint L7 rules. Trigger keywords - generate policy, create policy, update policy, change policy, sandbox policy, network policy, API policy, security policy, allow API, restrict API. Use when this capability is needed.
- ▌ Azure SQL Database 2 · tomevault-io bundleExpert knowledge for Azure SQL Database development including troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. Use when choosing DTU/vCore tiers, Hyperscale, geo-replication/HA, Data Sync/sharding, or automated CI/CD deployments, and other Azure SQL Database related development tasks. Not for Azure SQL Managed Instance (use azure-sql-managed-instance), SQL Server on Azure Virtual Machines (use azure-sql-virtual-machines), Azure Cosmos DB (use azure-cosmos-db), Azure Database for PostgreSQL (use azure-database-postgresql). Use when this capability is needed.
- ▌ Architecture Review 4 · tomevault-io bundleAssess architecture decisions, ADR compliance, coupling analysis, and design principles Use when this capability is needed.
- ▌ Development Workflow 3 · tomevault-io bundleDetailed development workflow with modular patterns for git, review, testing, and deployment. Use when this capability is needed.
- ▌ Test Generator 11 · tomevault-io bundleGenerate comprehensive test boilerplate following project TDD conventions. Use when creating new tests for modules, classes, or functions. Automatically creates tests with proper structure, type hints, docstrings, and AAA pattern. Use when this capability is needed.
- ▌ Github Actions Debugging 2 · tomevault-io bundleStep-by-step process for diagnosing and fixing CI/CD pipeline failures in GitHub Actions workflows for Flutter and Firebase projects. Use when this capability is needed.
- ▌ Terraform Skill 8 · tomevault-io bundleUse when writing, reviewing, or debugging Terraform/OpenTofu modules, tests, CI, scans, or state ops - diagnoses failure mode (identity churn, secrets, blast radius, CI drift, state corruption) with version-aware guards.
- ▌ Apple Hig Designer 2 · tomevault-io bundleDesign Apple-style iOS/macOS interfaces following Human Interface Guidelines. Creates HIG-compliant components with SF Symbols, San Francisco typography, and proper accessibility. Supports optional modern effects. Use when designing Apple-style UI, iOS/macOS interfaces, HIG-compliant components, or implementing design system specifications. Use when this capability is needed.
- ▌ Debugging Systematically 2 · tomevault-io bundleUse when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions
- ▌ Jenkins 2 · tomevault-io bundleCreate and manage Jenkins CI/CD pipelines, configure agents, manage plugins, and automate builds. Use when working with Jenkins servers, creating Jenkinsfiles, or setting up build automation for enterprise environments. Use when this capability is needed.
- ▌ Golang Error Handling 3 · tomevault-io bundleIdiomatic Golang error handling — creation, wrapping with %w, errors.Is/As, errors.Join, custom error types, sentinel errors, panic/recover, the single handling rule, structured logging with slog, HTTP request logging middleware, and samber/oops for production errors. Built to make logs usable at scale with log aggregation 3rd-party tools. Apply when creating, wrapping, inspecting, or logging errors in Go code. Use when this capability is needed.
- ▌ Writing Skills 31 · tomevault-io bundleUse when creating new skills, editing existing skills, or verifying skills work before deployment
- ▌ Explaining Code 3 · tomevault-io bundleExplains code with visual diagrams and analogies. Use when explaining how code works, teaching about a codebase, or when the user asks "how does this work? Use when this capability is needed.
- ▌ Frontend Design 114 · tomevault-io bundleCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics. Use when this capability is needed.
- ▌ QA Test Planner 4 · tomevault-io bundleGenerate comprehensive test plans, manual test cases, regression test suites, and bug reports for QA engineers. Includes Figma MCP integration for design validation. Use when this capability is needed.
- ▌ React Useeffect 4 · tomevault-io bundleReact useEffect best practices from official docs. Use when writing/reviewing useEffect, useState for derived values, data fetching, or state synchronization. Teaches when NOT to use Effect and better alternatives. Use when this capability is needed.
- ▌ Design Patterns 3 · tomevault-io bundleThis skill should be used when the user asks about "design patterns", "SOLID", "factory pattern", "singleton", "observer", "strategy", "decorator", "adapter", "facade", "command pattern", "builder pattern", "dependency injection", "composition", "Ruby patterns", or needs guidance on implementing design patterns in Ruby. Use when this capability is needed.
- ▌ Community 2 · tomevault-io bundleAdd new language to a Next.js + next-intl application Use when this capability is needed.
- ▌ Claude Code Agent 3 · tomevault-io bundle通过 Claude Code CLI 的 `claude -p` Agent SDK 入口,将编码、审查、诊断、规划和结构化输出任务委派给独立 Claude Code 会话。使用场景包括 `--resume` / `--continue` 续接多轮会话、`--output-format json` 单结果输出、`stream-json` 事件流,以及需要 `--worktree`、工具白名单、`--bare` 或结构化 JSON 输出的 scripted / CI 调用。 Use when this capability is needed.
- ▌ Setup 33 · tomevault-io bundleInitialize a new project with the AI Coding Toolkit. Use when setting up toolkit skills in a new or existing project. Use when this capability is needed.
- ▌ Frontend Design 115 · tomevault-io bundleCreate distinctive, memorable user interfaces that avoid generic AI aesthetics. Use when designing UI/UX, planning visual direction, or building pages and layouts. Use when this capability is needed.
- ▌ Spec Kit Skill 2 · tomevault-io bundleGitHub Spec-Kit integration for constitution-based spec-driven development. 7-phase workflow (constitution, specify, clarify, plan, tasks, analyze, implement). Use when working with spec-kit CLI, .specify/ directories, or creating specifications with constitution-driven development. Triggered by "spec-kit", "speckit", "constitution", "specify", references to .specify/ directory, or spec-kit commands. Use when this capability is needed.
- ▌ Chalkak Ocr Models Release 2 · tomevault-io bundleRelease and sync the `chalkak-ocr-models` AUR package by bumping `aur/chalkak-ocr-models/PKGBUILD` and `.SRCINFO`, refreshing checksums against the GitHub asset `ocr-models-vN`, and pushing packaging-only metadata to AUR. Use when publishing OCR model files to AUR, updating model package version/checksum, or fixing `chalkak-ocr-models` AUR metadata. Use when this capability is needed.
- ▌ Health 3 · tomevault-io bundleVerify Copilot configuration health — copilot-instructions.md, hooks, skills, errors log, secrets scan, and MCP reachability. Reports ✅/⚠️/❌ for each check. Use when this capability is needed.
- ▌ Status 10 · tomevault-io bundleProject status dashboard — Copilot instructions budget, unfilled placeholders, lessons file size, hooks executability, jq availability, plugin states. One-glance health report. Use when this capability is needed.
- ▌ Debug 18 · tomevault-io bundleTriage and diagnose production or local issues by following logs → traces → metrics (HTTP/gRPC/async). Use when investigating errors, latency spikes, 5xx responses, SLO violations, or regressions in an instrumented app. NOT for adding new instrumentation (use observability); NOT for applying resilience patterns (use resilience). Use when this capability is needed.
- ▌ Local Dev Amd 3 · tomevault-io bundleBuilds Docker images, starts local servers, and runs smoke tests for the AMD/ROCm development environment. Use when validating changes locally on AMD hardware, building AMD container images, or running AMD-specific smoke and explicit runtime checks.
- ▌ Local Dev Cpu 2 · tomevault-io bundleBuilds Docker images, starts local servers, and runs smoke tests for the CPU-only development environment. Use when validating changes locally on CPU, building CPU container images, or running CPU-specific smoke and E2E tests.
- ▌ Architecture 14 · tomevault-io bundleUse when refactoring, cleaning up, or enhancing the lib-electronic-components codebase. Provides guidance on architecture patterns, known issues, duplication hotspots, and recommended improvements.
- ▌ Liquid Glass 3 · tomevault-io bundleBuild native macOS/iOS apps with Apple's Liquid Glass design language and Human Interface Guidelines. Use when creating SwiftUI interfaces, implementing translucent materials, designing cards/rows/badges, applying SF Symbols, following Apple HIG spacing/typography/color systems, or building any app that should feel native to Apple platforms. Triggers on macOS apps, iOS apps, SwiftUI UI, Apple-style design, glass effects, material backgrounds, native app design. Use when this capability is needed.
- ▌ Voice Agents 3 · tomevault-io bundleElevenLabs voice agent creation for client discovery and feedback calls. Use this skill when creating AI voice agents, setting up discovery call agents, or configuring automated phone conversations. Triggers on voice agent creation, ElevenLabs agent setup, or automated call agent requests. Use when this capability is needed.
- ▌ Test Driven Development 22 · tomevault-io bundleUse when implementing any feature or bugfix, before writing implementation code. Red-Green-Refactor cycle ensures tests pass.
- ▌ Learn 11 · tomevault-io bundleActivate Socratic teaching mode - Claude guides you through solving a problem yourself instead of writing code for you. Use when this capability is needed.
- ▌ Scikit Learn 13 · 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.
- ▌ Hypothesis Generation 2 · tomevault-io bundleFormulate research hypotheses using structured frameworks. Use when developing research questions, designing experiments, or planning studies with testable predictions. Use when this capability is needed.
- ▌ Skill Builder 13 · tomevault-io bundleCreate new Cline skills following best practices. Use when the user wants to create a new skill, formalize existing workflows into a skill, or restructure domain knowledge into reusable instructions. Use when this capability is needed.
- ▌ Gemini Image Generator 4 · tomevault-io bundleGenerate images using Google's Gemini API. Use when creating images from text prompts, editing existing images, or combining reference images for AI-generated visual content. Use when this capability is needed.
- ▌ New Example 2 · tomevault-io bundleCreate a new UX pattern example with all required files (index.ts, GoodExample.tsx, BadExample.tsx, README.md). Use when adding a new good/bad UX comparison or pattern to the project. Use when this capability is needed.
- ▌ Create Pr 33 · tomevault-io bundleCreate, open, submit, or prepare a pull request (PR). Generates commit message, PR title, and PR body. Use when the user wants to create a PR, open a PR, submit a PR, make a PR, push a PR, send a PR, generate PR content, prepare a pull request, or fill a PR template from code changes. Use when this capability is needed.
- ▌ Security Patterns 7 · tomevault-io bundleImplements authentication, authorization, encryption, secrets management, and security hardening patterns. Use when designing auth flows, managing secrets, configuring CORS, implementing rate limiting, or when asked about JWT, OAuth, password hashing, API keys, RBAC, or security best practices. Use when this capability is needed.
- ▌ Parallel Execution 3 · tomevault-io bundleCRITICAL skill for executing multiple Task tool calls in a SINGLE message for true parallelism. Essential for efficient multi-task workflows, subagent coordination, and maximizing throughput. Use when this capability is needed.
- ▌ Cut Release 3 · tomevault-io bundlePrep a new release of ultimate_turbo_modal by bumping the VERSION file, updating CHANGELOG.md, and committing. Stops short of publishing — the user runs ./script/build_and_release.sh themselves because it prompts for 2FA. Use when the user asks to "cut a release", "release vX.Y.Z", "prep a release", or "bump the version". Use when this capability is needed.
- ▌ Cocoindex 2 · tomevault-io bundleComprehensive toolkit for developing with the CocoIndex library. Use when users need to create data transformation pipelines (flows), write custom functions, or operate flows via CLI or API. Covers building ETL workflows for AI data processing, including embedding documents into vector databases, building knowledge graphs, creating search indexes, or processing data streams with incremental updates. Use when this capability is needed.
- ▌ Receiving Code Review 10 · tomevault-io bundleUse when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
- ▌ Jira CLI 3 · tomevault-io bundleInteract with Jira from the command line to create, list, view, edit, and transition issues, manage sprints and epics, and perform common Jira workflows. Use when the user asks about Jira tasks, tickets, issues, sprints, or needs to manage project work items. Use when this capability is needed.
- ▌ Remotion Best Practices 22 · tomevault-io bundleBest practices for Remotion - Video creation in React Use when this capability is needed.
- ▌ Documentation 90 · tomevault-io bundle在代码变更落地后更新受影响的文档,确保 docs/ 与代码一致。包含必更新清单、更新原则、文档传感器验证。 Use when this capability is needed.
- ▌ Brand Guidelines 19 · tomevault-io bundleApplies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply. Use when this capability is needed.
- ▌ Openai Whisper API 21 · tomevault-io bundleTranscribe audio via OpenAI Audio Transcriptions API (Whisper). Use when this capability is needed.
- ▌ Openspec New Change 12 · tomevault-io bundleStart a new OpenSpec change using the experimental artifact workflow. Use when the user wants to create a new feature, fix, or modification with a structured step-by-step approach. Use when this capability is needed.
- ▌ Pricing Strategy 4 · tomevault-io bundleWhen the user wants help with pricing decisions, packaging, or monetization strategy. Also use when the user mentions 'pricing,' 'pricing tiers,' 'freemium,' 'free trial,' 'packaging,' 'price increase,' 'value metric,' 'Van Westendorp,' 'willingness to pay,' 'monetization,' 'how much should I charge,' 'my pricing is wrong,' 'pricing page,' 'annual vs monthly,' 'per seat pricing,' or 'should I offer a free plan.' Use this whenever someone is figuring out what to charge or how to structure their plans. For in-app upgrade screens, see paywall-upgrade-cro. Use when this capability is needed.
- ▌ Referral Program 4 · tomevault-io bundleWhen the user wants to create, optimize, or analyze a referral program, affiliate program, or word-of-mouth strategy. Also use when the user mentions 'referral,' 'affiliate,' 'ambassador,' 'word of mouth,' 'viral loop,' 'refer a friend,' 'partner program,' 'referral incentive,' 'how to get referrals,' 'customers referring customers,' or 'affiliate payout.' Use this whenever someone wants existing users or partners to bring in new customers. For launch-specific virality, see launch-strategy. Use when this capability is needed.
- ▌ Wordpress Testing QA 2 · tomevault-io bundleComprehensive WordPress testing with PHPUnit integration tests, WP_Mock unit tests, PHPCS coding standards, Playwright E2E, and CI/CD workflows for WordPress 6.9+ and PHP 8.2+. Use when this capability is needed.
- ▌ Prompt Engineer 8 · tomevault-io bundleExpert prompt optimization for LLMs and AI systems. Use PROACTIVELY when building AI features, improving agent performance, or crafting system prompts. Masters prompt patterns and techniques. Use when this capability is needed.
- ▌ REST API Design 4 · tomevault-io bundleDesign REST API endpoints with Zod validation and OpenAPI documentation. Use when creating new API routes, validating request/response schemas, or updating API documentation. Activates for Use when this capability is needed.
- ▌ Skill Architect 3 · tomevault-io bundleDesign, create, audit, and improve Claude Agent Skills with expert-level progressive disclosure. Use when building new skills, reviewing existing skills, debugging activation failures, encoding Use when this capability is needed.
- ▌ Code Quality 25 · tomevault-io bundleMaintain high code quality through formatting, linting, and static analysis. Use code-quality skill and scripts for rustfmt, clippy, or cargo audit. Use when this capability is needed.
- ▌ Deployment 16 · tomevault-io bundleProduction deployment, Docker, SSL, scaling for SE104_VLEAGUE Use when this capability is needed.
- ▌ Docker Patterns 4 · tomevault-io bundleDocker and Docker Compose patterns for local development, container security, networking, volume strategies, and multi-service orchestration. Use when this capability is needed.
- ▌ Motion Advanced 2 · tomevault-io bundleAdvanced motion patterns for React / Next.js — drag & drop, gestures, text animations, SVG path drawing, custom hooks, imperative sequences (useAnimate), loaders, and the full API decision tree. Requires motion-foundations. Use when this capability is needed.
- ▌ Nestjs Patterns 2 · tomevault-io bundleNestJS architecture patterns for modules, controllers, providers, DTO validation, guards, interceptors, config, and production-grade TypeScript backends. Use when this capability is needed.
- ▌ Python Patterns 10 · tomevault-io bundlePythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications. Use when this capability is needed.
- ▌
- ▌ Travel Planner 2 · tomevault-io bundleThis skill should be used whenever users need help planning trips, creating travel itineraries, managing travel budgets, or seeking destination advice. On first use, collects comprehensive travel preferences including budget level, travel style, interests, and dietary restrictions. Generates detailed travel plans with day-by-day itineraries, budget breakdowns, packing checklists, cultural do's and don'ts, and region-specific schedules. Maintains database of preferences and past trips for personalized recommendations. Use when this capability is needed.
- ▌ Dockerfile Generator 2 · tomevault-io bundleCreate, generate, or write Dockerfiles and multi-stage Docker images. Containerize apps. Use when this capability is needed.
- ▌ Helm Dev Environment 4 · tomevault-io bundleStart up, tear down, and configure the local Kubernetes development environment for OpenShell. Uses k3d (Docker-backed k3s) + Skaffold + Helm. Covers cluster lifecycle, optional add-ons (Keycloak OIDC, Envoy Gateway), and port mappings. Trigger keywords - local k8s, local cluster, k3d, skaffold, helm dev, start cluster, stop cluster, tear down cluster, delete cluster, create cluster, helm:k3s, helm:skaffold, local dev environment, dev cluster, k8s dev, envoy gateway local, keycloak local. Use when this capability is needed.
- ▌ Requesting Code Review 17 · tomevault-io bundleUse when completing tasks, implementing major features, or before merging to verify work meets requirements - dispatches superpowers:code-reviewer subagent to review implementation against plan or requirements before proceeding
- ▌ Code Reviewer 59 · tomevault-io bundleAutomatic code quality and best practices analysis. Use proactively when files are modified, saved, or committed. Analyzes code style, patterns, potential bugs, and security basics. Triggers on file changes, git diff, code edits, quality mentions. Use when this capability is needed.
- ▌ Request Analyzer 2 · tomevault-io bundleAnalyze incoming user requests to detect intent, request type (design/validate/debug/document), complexity level, and identify vague requirements or buzzwords that need clarification. Use when cto-orchestrator receives new requests that need classification before routing to specialist agents. Use when this capability is needed.
- ▌ MCP Server Builder 4 · tomevault-io bundleDesign and ship production-ready MCP (Model Context Protocol) servers from OpenAPI contracts instead of hand-written tool wrappers. Python and TypeScript support, schema validation, safe evolution. Use when exposing an existing API as an MCP server, building tool integrations for Claude or Codex or Cursor, or scaffolding an MCP project from scratch. Use when this capability is needed.
- ▌ Product Strategist 3 · tomevault-io bundleStrategic product leadership toolkit for Head of Product covering OKR cascade generation, quarterly planning, competitive landscape analysis, product vision documents, and team scaling proposals. Use when creating quarterly OKR documents, defining product goals or KPIs, building product roadmaps, running competitive analysis, drafting team structure or hiring plans, aligning product strategy across engineering and design, or generating cascaded goal hierarchies from company to team level. Use when this capability is needed.