tomevault-io
- 62k skills
- 0 followers
- 3 days ago last updated
- ▌ Gpt Researcher 4 · tomevault-io bundleAutonomous deep research from Codex via MCP Use when this capability is needed.
- ▌ Release 97 · tomevault-io bundledev → main 릴리즈 PR을 생성하고, 머지한 뒤, main → dev 백머지까지 수행하는 릴리즈 워크플로우 스킬. Use when this capability is needed.
- ▌ Hook Authoring 2 · tomevault-io bundleGuide for creating Claude Code hooks with security-first design. Use for validation, logging, and policy enforcement. Use when this capability is needed.
- ▌ Pre Commit Checks 2 · tomevault-io bundlePre-commit validation checks for azure-sdk-for-net. Use this before committing or pushing changes to SDK packages. Runs dotnet format, exports public API listings, updates snippets, and regenerates code as needed. Use when this capability is needed.
- ▌ Using Git Worktrees 13 · tomevault-io bundleUse when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
- ▌ Vercel Deploy 5 · tomevault-io bundleDeploy applications to Vercel with auto-detection and preview URLs Use when this capability is needed.
- ▌ Golang Benchmark 4 · tomevault-io bundleGolang benchmarking, profiling, and performance measurement. Use when writing, running, or comparing Go benchmarks, profiling hot paths with pprof, interpreting CPU/memory/trace profiles, analyzing results with benchstat, setting up CI benchmark regression detection, or investigating production performance with Prometheus runtime metrics. Also use when the developer needs deep analysis on a specific performance indicator - this skill provides the measurement methodology, while golang-performance provides the optimization patterns. Use when this capability is needed.
- ▌ Golang Samber Lo 3 · tomevault-io bundleFunctional programming helpers for Golang using samber/lo — 500+ type-safe generic functions for slices, maps, channels, strings, math, tuples, and concurrency (Map, Filter, Reduce, GroupBy, Chunk, Flatten, Find, Uniq, etc.). Core immutable package (lo), concurrent variants (lo/parallel aka lop), in-place mutations (lo/mutable aka lom), lazy iterators (lo/it aka loi for Go 1.23+), and experimental SIMD (lo/exp/simd). Apply when using or adopting samber/lo, when the codebase imports github.com/samber/lo, or when implementing functional-style data transformations in Go. Not for streaming pipelines (→ See golang-samber-ro skill). Use when this capability is needed.
- ▌ Golang Samber Mo 3 · tomevault-io bundleMonadic types for Golang using samber/mo — Option, Result, Either, Future, IO, Task, and State types for type-safe nullable values, error handling, and functional composition with pipeline sub-packages. Apply when using or adopting samber/mo, when the codebase imports `github.com/samber/mo`, or when considering functional programming patterns as a safety design for Golang. Use when this capability is needed.
- ▌ Golang Samber Ro 3 · tomevault-io bundleReactive streams and event-driven programming in Golang using samber/ro — ReactiveX implementation with 150+ type-safe operators, cold/hot observables, 5 subject types (Publish, Behavior, Replay, Async, Unicast), declarative pipelines via Pipe, 40+ plugins (HTTP, cron, fsnotify, JSON, logging), automatic backpressure, error propagation, and Go context integration. Apply when using or adopting samber/ro, when the codebase imports github.com/samber/ro, or when building asynchronous event-driven pipelines, real-time data processing, streams, or reactive architectures in Go. Not for finite slice transforms (-> See golang-samber-lo skill). Use when this capability is needed.
- ▌ Command Development 2 · 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.
- ▌ Brainstorming 48 · tomevault-io bundleUse when starting any feature, project, or design work. Guides collaborative design refinement through incremental questioning before any code is written.
- ▌ Canvas Design 13 · tomevault-io bundleCreate beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations. Use when this capability is needed.
- ▌ Skill Creator 194 · 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.
- ▌ Theme Factory 14 · tomevault-io bundleToolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly. Use when this capability is needed.
- ▌ Writing Plans 26 · tomevault-io bundleUse after brainstorming/design phase to create detailed implementation plans. Creates step-by-step plans clear enough for execution by any developer. Use when this capability is needed.
- ▌ Skill Creator 195 · tomevault-io bundleInteractive guide for creating, scaffolding, and iterating on Agent Skills. Use when the user wants to build a skill, write a SKILL.md, generate frontmatter, define trigger phrases, validate, package, or distribute a skill. Use when this capability is needed.
- ▌ Frontend Designer 2 · tomevault-io bundleConvert UI/UX designs (mockups, wireframes, screenshots) into technical specs, component architectures, and implementation guides. Use for design analysis, design system extraction, component specifications, and frontend documentation. Use when this capability is needed.
- ▌ Vue Best Practices 25 · tomevault-io bundleMUST be used for Vue.js tasks. Strongly recommends Composition API with `<script setup>` and TypeScript as the standard approach. Covers Vue 3, SSR, Volar, vue-tsc. Load for any Vue, .vue files, Vue Router, Pinia, or Vite with Vue work. ALWAYS use Composition API unless the project explicitly requires Options API. Use when this capability is needed.
- ▌ Pubchem Database 2 · tomevault-io bundleQuery PubChem via PUG-REST API/PubChemPy (110M+ compounds). Search by name/CID/SMILES, retrieve properties, similarity/substructure searches, bioactivity, for cheminformatics. Use when this capability is needed.
- ▌ Report Generator 2 · tomevault-io bundleGenerate compression reports for video processing. Use when you need to create structured JSON reports with duration statistics, compression ratios, and segment details after video processing. Use when this capability is needed.
- ▌ AI Agent Development 4 · tomevault-io bundleAI agent architecture and development patterns including tool use, memory systems, planning loops, and multi-agent orchestration. Use when building AI agents, designing tool interfaces, or implementing agent evaluation. Use when this capability is needed.
- ▌ AI Agent Development 5 · tomevault-io bundleAI agent architecture and development patterns including tool use, memory systems, planning loops, and multi-agent orchestration. Use when building AI agents, designing tool interfaces, or implementing agent evaluation. Use when this capability is needed.
- ▌ Terraform Specialist 2 · tomevault-io bundleInfrastructure as Code expertise with Terraform/OpenTofu for cloud provisioning. Use when writing Terraform modules, managing state, configuring multi-environment setups, or implementing IaC best practices for AWS, Azure, or GCP. Use when this capability is needed.
- ▌ Extension Creator 2 · tomevault-io bundleExpert system for scaffolding Gemini CLI extensions. Handles directory structure, manifest files (gemini-extension.json), Skill templates (SKILL.md), and Command templates (.toml). Use when this capability is needed.
- ▌ Skill Development 3 · tomevault-io bundleThis skill provides guidance for creating effective skills for Claude Code plugins. Use when this capability is needed.
- ▌ Brainstorming Ideas Into Designs 2 · tomevault-io bundleInteractive idea refinement using Socratic method to develop fully-formed designs Use when this capability is needed.
- ▌ Git Worktrees 11 · tomevault-io bundleUse git worktrees for parallel development on multiple branches simultaneously Use when this capability is needed.
- ▌ Skill Creator 196 · tomevault-io bundleGuide for creating effective skills Use when this capability is needed.
- ▌ Writing Plans 27 · tomevault-io bundleWriting for zero-context engineers, code completeness, test design patterns Use when this capability is needed.
- ▌ Git Workflow 153 · tomevault-io bundleUse when performing any git operations — branching, committing, merging, rebasing, resolving conflicts. Ensures clean history, atomic commits, and proper branch management.
- ▌ Using Skills 5 · tomevault-io bundleUse when a task could benefit from the skills library. Guides skill discovery, activation, composition, and effective application.
- ▌ Docker Workflow 2 · tomevault-io bundleComprehensive Docker containerization workflow covering multi-stage builds, docker-compose orchestration, image optimization, debugging, and production best practices. Use when containerizing applications, setting up development environments, or deploying with Docker. Use when this capability is needed.
- ▌ Rust Error Handling 3 · tomevault-io bundleIdiomatic Rust error handling with Result, Option, the ? operator, custom error types, thiserror, and anyhow. Use when designing error hierarchies, composing fallible operations, converting between error types, or choosing between library and application error strategies. Use when this capability is needed.
- ▌ Terraform Skill 4 · tomevault-io bundleUse when working with Terraform or OpenTofu - creating modules, writing tests (native test framework, Terratest), setting up CI/CD pipelines, reviewing configurations, choosing between testing approaches, debugging state issues, implementing security scanning (trivy, checkov), or making infrastructure-as-code architecture decisions
- ▌ Scikit Learn 9 · 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.
- ▌ Rust Pro 11 · tomevault-io bundleRust ownership, borrowing, lifetimes, error handling, async programming, concurrency patterns, and idiomatic Rust. Use when writing, reviewing, or debugging Rust code. Use when this capability is needed.
- ▌ Design Architecture 2 · tomevault-io bundle仕様を基にソフトウェアの設計・コード変更方法を検討するときに使う Use when this capability is needed.
- ▌ Marketing Strategist 2 · tomevault-io bundleCoordinates marketing strategy, campaigns, product marketing, and SEO via question-based delegation. Use for tier 2+ marketing work — GTM, brand positioning, multi-channel campaign planning, competitive intelligence, launch planning, and organic-search strategy. Use when this capability is needed.
- ▌ Documentation Generation 2 · tomevault-io bundleUse when project documentation must be generated or updated from verified codebase facts
- ▌ Nuxt Code Editor 2 · tomevault-io bundle遵循项目标准生成和修改 Vue 3、TypeScript 和 SCSS 代码。 Use when this capability is needed.
- ▌ Coding Agent 21 · tomevault-io bundleRun Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control. Use when this capability is needed.
- ▌ Video Frames 15 · tomevault-io bundleExtract frames or short clips from videos using ffmpeg. Use when this capability is needed.
- ▌ Review Code 12 · tomevault-io bundleMulti-dimensional code review with structured reports. Analyzes correctness, readability, performance, security, testing, and architecture. Triggers on "review code", "code review", "审查代码", "代码审查". Use when this capability is needed.
- ▌ Colormaps Styling 2 · tomevault-io bundleMaster color management and visual styling with Colorcet. Use this skill when selecting appropriate colormaps, creating accessible and colorblind-friendly visualizations, applying consistent themes, or customizing plot aesthetics with perceptually uniform color palettes. Use when this capability is needed.
- ▌ World Room 2 · tomevault-io bundleCreate or join a shared 3D lobster room where AI agents can walk, chat, and collaborate in real-time via Nostr relays. Use when this capability is needed.
- ▌ Jest 5 · tomevault-io bundleTesting Roblox/Luau code with Jest Roblox. Use when writing tests, mocking functions, asserting values, or configuring test suites in Luau with Jest Roblox. NOT JavaScript Jest — uses .never instead of .not, jest.fn() returns two values, 0 is truthy.
- ▌ Prompt Architect 2 · tomevault-io bundleAnalyzes and improves prompts using 27 research-backed frameworks across 7 intent categories. Use when a user wants to improve, rewrite, structure, or engineer a prompt — including requests like "help me write a better prompt", "improve this prompt", "what framework should I use", "make this prompt more effective", or any prompt engineering task. Recommends the right framework based on intent (create, transform, reason, critique, recover, clarify, agentic), asks targeted questions, and delivers a structured, high-quality result.
- ▌ Skill Manager 2 · tomevault-io bundleManages the full lifecycle of agent skills including gap analysis, generation from templates or descriptions, catalogue browsing, and health validation. Ensures every skill in the project meets quality standards, uses Australian English, and is registered in the skill registry.
- ▌ Cpp Header Template 2 · tomevault-io bundleGenerate C++ header files following Google Style Guide. Use when creating new header files or asking for a header template. Use when this capability is needed.
- ▌ Commit Push Pr 4 · tomevault-io bundleCommit, push, and open a PR. Use when the user wants to ship changes, create a pull request, or says things like 'commit and push', 'open a PR', 'ship it', 'send it', 'create a PR for this', or 'push this up'. Use when this capability is needed.
- ▌ Managing Git 3 · tomevault-io bundleManages Git workflows including branching, commits, and pull requests. Use when working with Git, creating commits, opening PRs, managing branches, resolving conflicts, or when asked about version control best practices.
- ▌ Django Perf Review 4 · tomevault-io bundleDjango performance code review. Use when asked to "review Django performance", "find N+1 queries", "optimize Django", "check queryset performance", "database performance", "Django ORM issues", or audit Django code for performance problems. Use when this capability is needed.
- ▌ Vue Best Practices 26 · tomevault-io bundleMUST be used for Vue.js tasks. Strongly recommends Composition API with `<script setup>` and TypeScript as the standard approach. Covers Vue 3, SSR, Volar, vue-tsc. Load for any Vue, .vue files, Vue Router, Pinia, or Vite with Vue work. ALWAYS use Composition API unless the project explicitly requires Options API. Use when this capability is needed.
- ▌ Doc Writer 9 · tomevault-io bundleCreate or update technical documentation following project standards. Use when this capability is needed.
- ▌ Testing 67 · tomevault-io bundleJest + ts-jest for DataSync MongoDB SDK — real MongoDB integration tests, fixtures, jest.config.js, no live Contentstack HTTP Use when this capability is needed.
- ▌ Image Generation 9 · tomevault-io bundleUse this skill when generating images programmatically with Python. This includes creating charts, diagrams, mind maps, flowcharts, infographics, data visualizations, annotated images, posters, and any visual output that requires code-based rendering. Trigger when user asks to "generate an image", "create a diagram", "draw a chart", "make a mind map", "visualize data", or requests any PNG/JPG/SVG output created via code. Also use when matplotlib, PIL/Pillow, or similar graphics libraries are needed.
- ▌ Architecture Patterns 5 · tomevault-io bundlePadrões de arquitetura de software - Decisões OBJETIVAS sobre design de sistemas Use when this capability is needed.
- ▌ Changelog Generator 6 · tomevault-io bundleAutomatically generate changelogs from git commits following conventional commits, semantic versi... Use when this capability is needed.
- ▌
- ▌ Optimize 3 · tomevault-io bundleOptimize the project's target file using the GEPA algorithm. Hands the seed candidate and evaluator to gepa.optimize_anything; each candidate GEPA proposes is evaluated inside an isolated git worktree with gates enforced. Runs until budget or stall is reached. Use when this capability is needed.
- ▌ Plugin Creator 4 · tomevault-io bundleCreate comprehensive Claude Code plugins with proper structure, commands, agents, hooks, and marketplace configuration. Use when the user wants to build a new Claude Code plugin or asks how to create/structure a plugin. Use when this capability is needed.
- ▌ Frontend Design System 2 · tomevault-io bundleQuantRank frontend design tokens, component patterns, and anti-patterns. Use BEFORE adding any new UI component, badge, chip, filter control, or color so the new surface stays within the established design family (sector / score-tier / MoS / recommendation chips all share one visual language). TRIGGER when adding new UI feature, when CR feedback says "doesn't match the rest", when porting a design from a screenshot, when picking Tailwind colors / spacing / typography for a new component, or when the user says "looks different from other chips" / "ทำให้เหมือนกันหน่อย". SKIP for backend Python (use SKILL.md), schema work (use schema-check), or copy-editing existing text (no design decision required). Use when this capability is needed.
- ▌ Code Review 263 · tomevault-io bundleUse when code has been written and needs validation before committing, or when the user asks for a code review or security check.
- ▌ Orchestrator 3 · tomevault-io bundleCoordinate all assimilation phases to scan a repo and generate skills. Use when assimilating a repository, running the full pipeline, or automating skill extraction. Use when this capability is needed.
- ▌ Brand Guidelines 12 · 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.
- ▌ Youtube Downloader 4 · tomevault-io bundleDownload YouTube videos with customizable quality and format options. Use this skill when the user asks to download, save, or grab YouTube videos. Supports various quality settings (best, 1080p, 720p, 480p, 360p), multiple formats (mp4, webm, mkv), and audio-only downloads as MP3. Use when this capability is needed.
- ▌ Committing Changes 2 · tomevault-io bundleGroups uncommitted changes into logical commits, walks through each grouping Use when this capability is needed.
- ▌ Project 2 · tomevault-io bundleProject-specific architecture, maintenance tasks, and unique conventions for UI Tweaker. Use when this capability is needed.
- ▌ App Builder 4 · tomevault-io bundleMain application building orchestrator. Creates full-stack applications from natural language requests. Determines project type, selects tech stack, coordinates agents. Use when this capability is needed.
- ▌ Code Review 264 · tomevault-io bundlePerform code reviews following Sentry engineering practices. Use when reviewing pull requests, examining code changes, or providing feedback on code quality. Covers security, performance, testing, and design review. Use when this capability is needed.
- ▌ Datadog CLI 3 · tomevault-io bundleDatadog CLI for searching logs, querying metrics, tracing requests, and managing dashboards. Use this when debugging production issues or working with Datadog observability. Use when this capability is needed.
- ▌ Game Design 2 · tomevault-io bundleGame design principles. GDD structure, balancing, player psychology, progression. Use when this capability is needed.
- ▌ Git Pushing 3 · tomevault-io bundleStage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activates when user says "push changes", "commit and push", "push this", "push to github", or similar git workflow requests. Use when this capability is needed.
- ▌ JSON Canvas 6 · tomevault-io bundleCreate and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian. Use when this capability is needed.
- ▌ Paper 2 Web 2 · tomevault-io bundleThis skill should be used when converting academic papers into promotional and presentation formats including interactive websites (Paper2Web), presentation videos (Paper2Video), and conference posters (Paper2Poster). Use this skill for tasks involving paper dissemination, conference preparation, creating explorable academic homepages, generating video abstracts, or producing print-ready posters from LaTeX or PDF sources. Use when this capability is needed.
- ▌ Performance 10 · tomevault-io bundleOptimize web performance for faster loading and better user experience. Use when asked to "speed up my site", "optimize performance", "reduce load time", "fix slow loading", "improve page speed", or "performance audit". Use when this capability is needed.
- ▌ Skill Judge 3 · tomevault-io bundleEvaluate Agent Skill design quality against official specifications and best practices. Use when reviewing, auditing, or improving SKILL.md files and skill packages. Provides multi-dimensional scoring and actionable improvement suggestions. Use when this capability is needed.
- ▌ Spreadsheet 2 · tomevault-io bundleUse when tasks involve creating, editing, analyzing, or formatting spreadsheets (`.xlsx`, `.csv`, `.tsv`) using Python (`openpyxl`, `pandas`), especially when formulas, references, and formatting need to be preserved and verified.
- ▌ Test Fixing 2 · tomevault-io bundleRun tests and systematically fix all failing tests using smart error grouping. Use when user asks to fix failing tests, mentions test failures, runs test suite and failures occur, or requests to make tests pass. Use when this capability is needed.
- ▌ Zarr Python 2 · tomevault-io bundleChunked N-D arrays for cloud storage. Compressed arrays, parallel I/O, S3/GCS integration, NumPy/Dask/Xarray compatible, for large-scale scientific computing pipelines. Use when this capability is needed.
- ▌ Better Result Adopt 4 · tomevault-io bundleMigrate codebase from try/catch or Promise-based error handling to better-result. Use when adopting Result types, converting thrown exceptions to typed errors, or refactoring existing error handling to railway-oriented programming. Use when this capability is needed.
- ▌ Skill Reviewer 3 · tomevault-io bundleReviews and improves Claude Code skills against official best practices. Supports three modes - self-review (validate your own skills), external review (evaluate others' skills), and auto-PR (fork, improve, submit). Use when checking skill quality, reviewing skill repositories, or contributing improvements to open-source skills. Use when this capability is needed.
- ▌ Rails Service Object 2 · tomevault-io bundleCreates service objects following single-responsibility principle with comprehensive tests. Use when extracting business logic from controllers, creating complex operations, implementing interactors, or when user mentions service objects or POROs.
- ▌ Frontend Dev Guidelines 2 · tomevault-io bundleFrontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organization with features directory, MUI v7 styling, TanStack Router, performance optimization, and TypeScript best practices. Use when creating components, pages, features, fetching data, styling, routing, or working with frontend code. Use when this capability is needed.
- ▌ Design Patterns 2 · tomevault-io bundleCommon design patterns with Java examples (Factory, Builder, Strategy, Observer, Decorator, etc.). Use when user asks "implement pattern", "use factory", "strategy pattern", or when designing extensible components. Use when this capability is needed.
- ▌ Skill Creator 197 · tomevault-io bundleCreate or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets. Use when this capability is needed.
- ▌ Parallel Deep Research 2 · tomevault-io bundleDeep multi-source research via Parallel API. Use when user explicitly asks for thorough research, comprehensive analysis, or investigation of a topic. For quick lookups or news, use parallel-search instead. Use when this capability is needed.
- ▌ Doc Coauthoring 10 · tomevault-io bundleThis skill should be used when the user asks to co-author documentation, draft a proposal, write a technical spec, create a decision doc or RFC, or structure a substantial document through iterative collaboration and reader testing. Use when this capability is needed.
- ▌ Frontend Design 88 · tomevault-io bundleCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics. Use when this capability is needed.
- ▌ Inertia Vue Development 2 · tomevault-io bundleDevelops Inertia.js v2 Vue client-side applications. Activates when creating Vue pages, forms, or navigation; using <Link>, <Form>, useForm, or router; working with deferred props, prefetching, or polling; or when user mentions Vue with Inertia, Vue pages, Vue forms, or Vue navigation. Use when this capability is needed.
- ▌ Web Design Guidelines 19 · tomevault-io bundleReview UI code for Web Interface Guidelines compliance. Use when asked Use when this capability is needed.
- ▌ Customer Service Expert 2 · tomevault-io bundleExpert guidance for improving customer service assistants. Use when optimizing UX, response time, tone, wording, conversation flow, or evaluating customer service quality. Use when this capability is needed.
- ▌ Make Skill Template 3 · tomevault-io bundleCreate new Agent Skills for GitHub Copilot from prompts or by duplicating this template. Use when asked to "create a skill", "make a new skill", "scaffold a skill", or when building specialized AI capabilities with bundled resources. Generates SKILL.md files with proper frontmatter, directory structure, and optional scripts/references/assets folders. Use when this capability is needed.
- ▌ Web Design Reviewer 4 · tomevault-io bundleThis skill enables visual inspection of websites running locally or remotely to identify and fix design issues. Triggers on requests like "review website design", "check the UI", "fix the layout", "find design problems". Detects issues with responsive design, accessibility, visual consistency, and layout breakage, then performs fixes at the source code level. Use when this capability is needed.
- ▌ Nestjs 3 · tomevault-io bundleProvides comprehensive NestJS framework patterns with Drizzle ORM integration for building scalable server-side applications. Generates REST/GraphQL APIs, implements authentication guards, creates database schemas, and sets up microservices. Use when building NestJS applications, setting up APIs, implementing authentication, working with databases, or integrating Drizzle ORM.
- ▌ Browser 11 · tomevault-io bundleBrowser automation via agent-browser CLI. Use when you need to navigate websites, verify deployed UI, test web apps, read online documentation, scrape data, fill forms, capture baseline screenshots before design work, or inspect current page state. Triggers on "check the page", "verify UI", "test the site", "read docs at", "look up API", "visit URL", "browse", "screenshot", "scrape", "e2e test", "login flow", "capture baseline", "see how it looks", "inspect current", "before redesign". Use when this capability is needed.
- ▌ Diagnose 5 · tomevault-io bundleClassification-driven code analyzer. Detects language, loads matching security policies from the ORL classification corpus, walks the AST, and reports prioritized findings with severity, risk, and compliance framework mappings. Supports Terraform, HCL/Terragrunt, CloudFormation (YAML + JSON), Bicep, Dockerfile, Kubernetes, and Python. Use when this capability is needed.
- ▌ Gemini API Dev 2 · tomevault-io bundleUse this skill when building applications with Gemini models, Gemini API, working with multimodal content (text, images, audio, video), implementing function calling, using structured outputs, or needing current model specifications. Covers SDK usage (google-genai for Python, @google/genai for JavaScript/TypeScript, com.google.genai:google-genai for Java, google.golang.org/genai for Go), model selection, and API capabilities.
- ▌ Stitch Loop 3 · tomevault-io bundleTeaches agents to iteratively build websites using Stitch with an autonomous baton-passing loop pattern Use when this capability is needed.