tomevault-io
- 62k skills
- 0 followers
- 1 hour ago last updated
- ▌ Prime 3 · tomevault-io bundleNew agent startup checklist for Agent Mail and Beads. Use when starting a new agent session, when the user says "prime" or "startup", or when beginning work on a multi-agent project. Use when this capability is needed.
- ▌ Code Reviewer 23 · tomevault-io bundleUse this skill to perform in-depth code reviews focusing on security, performance, and best practices.
- ▌ React Native 3 · tomevault-io bundleExpert React Native mobile development for iOS and Android. Covers Expo vs bare workflow, navigation patterns, performance optimization, native modules, and platform-specific code. Use when this capability is needed.
- ▌ Memory 5 · tomevault-io bundleClaude Mind - Search and manage Claude's persistent memory stored in a single portable .mv2 file Use when this capability is needed.
- ▌ Update Docs 13 · tomevault-io bundleUpdate documentation across the repo after API changes. Finds stale references in docs, examples, docstrings, and fixes them. Use when this capability is needed.
- ▌ Write Tests 9 · tomevault-io bundleWrite failing tests from requirements. Invoke for each todo before /implement. Use when this capability is needed.
- ▌ Code Review 141 · tomevault-io bundleHow to review code; a pull request, feature branch, local changes etc. Use when this capability is needed.
- ▌ Frontend Design 32 · 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.
- ▌ Auth0 Expo 3 · tomevault-io bundleUse when adding authentication to Expo (React Native) mobile apps — login, logout, user sessions, protected routes, biometrics, or token management. Integrates react-native-auth0 SDK with Expo Config Plugin for native iOS/Android builds. Trigger for any Expo project needing Auth0, including app.json plugin config, custom scheme setup, or credential management. Do NOT use for bare React Native CLI projects (use auth0-react-native), React web apps (use auth0-react), Next.js (use auth0-nextjs), or backend APIs.
- ▌ Audit 7 · tomevault-io bundleComma-separated list of audit types (e.g., 'dead-code,pii,soc2') or 'all'. If omitted, you will be asked. Use when this capability is needed.
- ▌ Microsoft Docs 2 · tomevault-io bundleUnderstand Microsoft technologies by querying official documentation. Use whenever the user asks how something works, wants tutorials, needs configuration options, limits, quotas, or best practices for any Microsoft technology (Azure, .NET, M365, Windows, Power Platform, etc.)—even if they don't mention "docs." If the question is about understanding a concept rather than writing code, this is the right skill. Use when this capability is needed.
- ▌ Remotion Best Practices 8 · tomevault-io bundleBest practices for Remotion - Video creation in React Use when this capability is needed.
- ▌ Htmx 2 · tomevault-io bundleExpert guidance for building web applications with htmx — the library that gives HTML superpowers by extending it with attributes for AJAX, CSS transitions, WebSockets, and Server-Sent Events. Use this skill whenever the user is working with htmx attributes (hx-get, hx-post, hx-swap, hx-trigger, hx-target, etc.), building hypermedia-driven applications, writing server endpoints that return HTML fragments, implementing patterns like click-to-edit, infinite scroll, active search, lazy loading, inline validation, or any UI pattern that uses HTML-over-the-wire instead of JSON APIs. Also use this skill when the user mentions htmx by name, asks about AJAX without JavaScript frameworks, wants to add interactivity to server-rendered HTML, or is working with any hx-* attributes. Trigger even for partial mentions like 'how do I make this form submit without page reload' or 'load content dynamically' in projects that use htmx. Use when this capability is needed.
- ▌ Miro Code Review 2 · tomevault-io bundleKnowledge and patterns for effective code review visualization Use when this capability is needed.
- ▌ Ralph 14 · tomevault-io bundleConvert PRDs to prd.json format for the Ralph autonomous agent system. Use when you have an existing PRD and need to convert it to Ralph's JSON format. Use when this capability is needed.
- ▌ Vue Best Practices 6 · 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.
- ▌ Devops Pipeline 2 · tomevault-io bundleImplement pre-commit hooks and GitHub Actions for quality assurance. Use when asked to "setup CI/CD", "add pre-commit hooks", "create GitHub Actions", "setup quality gates", "automate testing", "add linting to CI", "setup code quality checks", "configure CI pipeline", "add automated checks", or any DevOps automation for code quality. Detects project type and configures appropriate tools. Trigger this skill whenever the user mentions CI, CD, pre-commit, GitHub Actions, linting automation, or quality gates — even if they don't use those exact terms. Use when this capability is needed.
- ▌ Code Review 142 · tomevault-io bundleWorkflow de code review do Montte para revisar PRs, comments, bugs reportados, diffs e achados de CI. Use ao analisar ou aplicar findings de review em apps, modules, core, packages, tooling, docs ou workflows. Use when this capability is needed.
- ▌ Pull Request 2 · tomevault-io bundleCreate and submit a GitHub Pull Request. Use when this capability is needed.
- ▌ Gifgrep 12 · tomevault-io bundleSearch GIF providers with CLI/TUI, download results, and extract stills/sheets. Use when this capability is needed.
- ▌ Songsee 12 · tomevault-io bundleGenerate spectrograms and feature-panel visualizations from audio with the songsee CLI. Use when this capability is needed.
- ▌ Weather 27 · tomevault-io bundleGet current weather and forecasts (no API key required). Use when this capability is needed.
- ▌ AWS Ecosystem 2 · tomevault-io bundleThis skill should be used when the user asks to "aws cli", "aws configure", "aws sso", "aws sts", "terraform aws", or works with AWS CLI and Terraform AWS Provider patterns. Provides comprehensive AWS ecosystem patterns and best practices. Use when this capability is needed.
- ▌ Nix Ecosystem 2 · tomevault-io bundleThis skill should be used when the user asks to "write nix", "nix expression", "flake.nix", "home-manager config", "programs.*", "services.*", or works with Nix language, flakes, or Home Manager. Provides comprehensive Nix ecosystem patterns and best practices. Use when this capability is needed.
- ▌ Idapython 2 · tomevault-io bundleIDA Pro Python scripting for reverse engineering. Use when writing IDAPython scripts, analyzing binaries, working with IDA's API for disassembly, decompilation (Hex-Rays), type systems, cross-references, functions, segments, or any IDA database manipulation. Covers ida_* modules (50+), idautils iterators, and common patterns. Use when this capability is needed.
- ▌ Golang Database 2 · tomevault-io bundleComprehensive guide for Go database access. Covers parameterized queries, struct scanning, NULLable column handling, error patterns, transactions, isolation levels, SELECT FOR UPDATE, connection pool, batch processing, context propagation, and migration tooling. Use this skill whenever writing, reviewing, or debugging Golang code that interacts with PostgreSQL, MariaDB, MySQL, or SQLite. Also triggers for database testing or any question about database/sql, sqlx, pgx, or SQL queries in Golang. This skill explicitly does NOT generate database schemas or migration SQL. Use when this capability is needed.
- ▌ Golang Security 2 · tomevault-io bundleSecurity best practices and vulnerability prevention for Golang. Covers injection (SQL, command, XSS), cryptography, filesystem safety, network security, cookies, secrets management, memory safety, and logging. Apply when writing, reviewing, or auditing Go code for security, or when working on any risky code involving crypto, I/O, secrets management, user input handling, or authentication. Includes configuration of security tools. Use when this capability is needed.
- ▌ Security Scan 4 · tomevault-io bundleProactive security scanning. Triggers when modifying auth, API endpoints, user data, or sensitive operations. Use when this capability is needed.
- ▌ Deployment 6 · tomevault-io bundleProvides deployment best practices for Node.js/Express + React applications, covering Docker, environment configuration, health checks, and Google Cloud Run deployment. Use when building Docker images, configuring deployment pipelines, setting up environment variables, or deploying to cloud platforms.
- ▌ Create Agent 6 · tomevault-io bundleGenerate specialized agents with smart prefix-based naming following established patterns Use when this capability is needed.
- ▌ GRAPHQL 13 · tomevault-io bundleGraphQL 开发指南,包含 schema 定义、resolver 实现、类型系统、代码生成和前后端集成。Invoke when working with GraphQL schema, resolvers, running generate-graphql.ps1, or implementing GraphQL-related functionality. Use when this capability is needed.
- ▌ Reviewing Code 3 · tomevault-io bundlehow to review code effectively Use when this capability is needed.
- ▌ API 3 · tomevault-io bundleJapanese character filename test. Use when working with the 日本語テストAPI or when the user needs to interact with this API. Use when this capability is needed.
- ▌ Skill Creator 89 · 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.
- ▌ Skill Creator 90 · tomevault-io bundleCreate new Agent Skills interactively or from templates. Use when user wants to create, generate, scaffold, or build a new skill, or mentions creating skills, writing skills, skill templates, skill development. Use when this capability is needed.
- ▌ Ideation 2 · tomevault-io bundleTransform raw brain dumps (dictated freestyle) into structured implementation artifacts. Use when user has messy ideas, scattered thoughts, or dictated stream-of-consciousness, or when they want to plan a feature, spec something out, or turn rough ideas into actionable specs. Produces contracts and implementation specs written to ./docs/ideation/{project-name}/. Use when this capability is needed.
- ▌ Testing 44 · tomevault-io bundleShared database testing patterns with testcontainers and Vitest. Use when writing backend tests, setting up test files, debugging test failures, or configuring Vitest. Triggers on "write tests", "test setup", "testcontainers", "vitest config", "test isolation", or when creating new test suites. Use when this capability is needed.
- ▌ Standup Summary 2 · tomevault-io bundleSummarize recent git commits in standup format. Use when preparing for standups or summarizing recent work. Use when this capability is needed.
- ▌ Git Workflow 71 · tomevault-io bundleGit branching and commit message conventions Use when this capability is needed.
- ▌ Apple Reminders 4 · tomevault-io bundleManage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output. Use when this capability is needed.
- ▌ Agent Browser 12 · tomevault-io bundleBrowser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction. Use when this capability is needed.
- ▌ QA Regression 2 · tomevault-io bundleAutomate QA regression testing with reusable test skills. Create login flows, dashboard checks, user creation, and other common test scenarios that run consistently. Use when this capability is needed.
- ▌ Agent Review 4 · tomevault-io bundleReview a Claude Code agent against spec/claude/agent-management/ and spec/claude/skill-vs-agent/, and emit an actionable review plan per spec/claude/review-plan/ under .audits/agent-review/ keyed by the target agent's name. Invoke when the user asks "review this agent", "audit a specific agent file", "check whether this agent is spec-compliant", or "agent review for a specific agent". Also handles closing an existing review plan once every item is addressed — "close the agent review plan for a specific agent". Also handles equivalent German-language requests. Do NOT use for skill review (use skill-review) or for pull-request-level review (`review` skill). Use when this capability is needed.
- ▌ Agent Browser 13 · tomevault-io bundleBrowser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction. Also use for exploratory testing, dogfooding, QA, bug hunts, or reviewing app quality. Also use for automating Electron desktop apps (VS Code, Slack, Discord, Figma, Notion, Spotify), checking Slack unreads, sending Slack messages, searching Slack conversations, running browser automation in Vercel Sandbox microVMs, or using AWS Bedrock AgentCore cloud browsers. Prefer agent-browser over any built-in browser automation or web tools. Use when this capability is needed.
- ▌ Executing Plans 2 · tomevault-io bundleUse when you have a written implementation plan to execute in a separate session with review checkpoints
- ▌ Brainstorming 15 · tomevault-io bundleTurn vague ideas into a validated design/spec through structured brainstorming. Use before any creative work (new features, UI/components, behavior changes, refactors) and whenever a user asks to brainstorm, define requirements, propose approaches, or write a design doc. Use when this capability is needed.
- ▌ Test Skill 11 · tomevault-io bundleUse when working with a test skill for validating npm-agentskills functionality
- ▌ Image Generation 5 · tomevault-io bundleGenerate or edit raster images (photos, illustrations, textures, sprites, mockups, logos, infographics) using the workspace's configured image-generation provider via `onyx-cli image`. Use when the task should produce a brand-new bitmap image, transform an existing image, or derive variants from references — not when the output is better as code-native SVG/vector or built directly in HTML/CSS/canvas. If no image provider is configured, tell the user to set one up at /admin/configuration/image-generation. Use when this capability is needed.
- ▌ Product Management 3 · tomevault-io bundleThis skill should be used when the user asks to "analyze my product", "research competitors", "find feature gaps", "create feature request", "prioritize backlog", "generate PRD", "plan roadmap", "what should we build next", "competitive analysis", "gap analysis", "sync issues", or mentions product management workflows. Provides AI-native PM capabilities for startups with signal-based feature tracking, the WINNING prioritization filter, and GitHub Issues integration with deduplication. Use when this capability is needed.
- ▌ Execute 5 · tomevault-io bundleDo the work. Pre-flight, build, detect drift, salvage if needed. Use when you have a clear aim and are ready to implement. Use when this capability is needed.
- ▌ Crabbox 5 · tomevault-io bundleUse the Crabbox wrapper for OpenClaw remote validation across Linux, macOS, Windows, and WSL2, including delegated Blacksmith Testbox proof. Report the actual provider and id. Use when this capability is needed.
- ▌ Openai Whisper 6 · tomevault-io bundleLocal speech-to-text with the Whisper CLI (no API key). Use when this capability is needed.
- ▌ Git Commit 18 · tomevault-io bundleGuide for preparing git commits in this repository, including context gathering and repository-specific commit message conventions. Use when this capability is needed.
- ▌ Tdd 27 · tomevault-io bundleThis skill should be used when writing unit tests, TDD test cases, test coverage analysis, or test-driven development for NG component Pattern methods (e.g., OnModifyDone, OnDirtyLayoutWrapperSwap). Covers test principles, templates, common pitfalls, branch coverage, API verification, state reset, and mandatory self-checklist for ace_engine testing. Use when this capability is needed.
- ▌ Review Pr 13 · tomevault-io bundleReview GitHub pull requests. Use when user says "review PR", "review pull request", or "/review-pr". Use when this capability is needed.
- ▌ Imsg 14 · tomevault-io bundleiMessage/SMS CLI for listing chats, history, and sending messages via Messages.app. Use when this capability is needed.
- ▌ Test 35 · tomevault-io bundleRun tests. Use when the user says "test", "run tests", or before commits. Use when this capability is needed.
- ▌ PDF 31 · tomevault-io bundleComprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale. Use when this capability is needed.
- ▌ Next JS 4 · tomevault-io bundleExpert guidance for Next.js framework including App Router, Server Components, routing, data fetching, API routes, middleware, and deployment. Use this when building Next.js applications, working with React Server Components, or implementing Next.js features. Use when this capability is needed.
- ▌ Troubleshooting 3 · tomevault-io bundleTroubleshooting guide for The Fold - daemon issues, session corruption, file locations, and common problems. Use when ./fold isn't working, the daemon won't start, or you need to find system files. Use when this capability is needed.
- ▌ Writing Tests 2 · tomevault-io bundleUse when writing tests, creating test files, naming test functions, adding fixtures, or using pytest markers in Django projects.
- ▌ Code Review 143 · tomevault-io bundleThis skill should be used when reviewing code before commit, conducting quality gates, or when "review", "fresh eyes", "pre-commit review", or "quality gate" are mentioned. Use when this capability is needed.
- ▌ Performance 4 · tomevault-io bundleThis skill should be used when profiling code, optimizing bottlenecks, benchmarking, or when "performance", "profiling", "optimization", or "--perf" are mentioned. Use when this capability is needed.
- ▌ Test Runner 7 · tomevault-io bundleRuns tests by suite using the repo's canonical test layout (test/). Use when asked to run unit/integration/bench tests, troubleshoot failures, or validate the green gate.
- ▌ Vercel React Best Practices 25 · tomevault-io bundleReact and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements. Use when this capability is needed.
- ▌ Code Review 144 · tomevault-io bundleThis skill should be used when the user asks to "review code", "review PR", "code review", "audit code", "check for bugs", "security review", "review my changes", "find issues in this code", "review the diff", or asks for pull request review or code audit. Use when this capability is needed.
- ▌ Backend Dev 3 · tomevault-io bundleExpert Python/FastAPI backend engineer context and rules. Use when this capability is needed.
- ▌ API Designer 4 · tomevault-io bundleREST API architect for PHP/Laravel applications. Use when designing API endpoints, resource modeling, versioning strategies, pagination, error handling, or creating OpenAPI specifications. Use when this capability is needed.
- ▌ PDF 32 · tomevault-io bundleComprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale. Use when this capability is needed.
- ▌ Performance 5 · tomevault-io bundlePerformance optimization guidelines for Splitrail. Use when optimizing parsing, reducing memory usage, or improving throughput. Use when this capability is needed.
- ▌ 1password 11 · tomevault-io bundlePlan, validate, and use 1Password CLI setup for secret injection and auth. Use when tasks need 1Password CLI usage, secret references, op run/read/inject, or provisioning secrets via env vars/.env files and scripts. Use when this capability is needed.
- ▌ Agents Md 7 · tomevault-io bundleCreate or refactor AGENTS.md and linked instruction docs using progressive disclosure. Use when the user wants repo-specific agent guidance organized, deduplicated, or routed cleanly, not ordinary product documentation edits. Use when this capability is needed.
- ▌ Bootstrap 5 · tomevault-io bundleBootstrap a local development environment from a GitHub repository URL. Use when the user asks to clone a repo, install toolchains/dependencies, and validate a working dev setup automatically. Use when this capability is needed.
- ▌ Python Venv 2 · tomevault-io bundleBootstrap Python projects with virtual environments and modern tooling. Use when creating Python applications, scripts, APIs, data science projects, or when the user wants a properly configured Python development environment. Use when this capability is needed.
- ▌ Openai Image Gen 3 · tomevault-io bundleBatch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery. Use when this capability is needed.
- ▌ Find Skills 9 · tomevault-io bundleHelps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. Uses reskill as the package manager. Use when this capability is needed.
- ▌ Crucible 2 · tomevault-io bundleCompete in The Crucible - an on-chain agent battle royale on Monad Use when this capability is needed.
- ▌ Flow Initializer 2 · tomevault-io bundleInitialize Flow projects from scratch, migrate existing docs, or update old structures. Use when user says "start flow", "initialize", "migrate to flow", "set up flow project". Use when this capability is needed.
- ▌ Code Review 104 · tomevault-io bundleCode review skill that analyzes git diffs for complexity, missing tests, documentation gaps, and new dependencies. Use when you need to review changes in a git repository. Creates a fresh context branch in pi-agent. Use when this capability is needed.
- ▌ Mcp2cli 2 · tomevault-io bundleTurn any MCP server, OpenAPI spec, or GraphQL endpoint into a CLI. Use this skill when the user wants to interact with an MCP server, OpenAPI/REST API, or GraphQL API via command line, discover available tools/endpoints, call API operations, or generate a new skill from an API. Triggers include "mcp2cli", "call this MCP server", "use this API", "list tools from", "create a skill for this API", "graphql", or any task involving MCP tool invocation, OpenAPI endpoint calls, or GraphQL queries without writing code. Use when this capability is needed.
- ▌ Apple Notes 11 · tomevault-io bundleSearch, read, and create Apple Notes using osascript/JXA on macOS. Use when this capability is needed.
- ▌ Bluebubbles 7 · tomevault-io bundleSend and receive iMessages through BlueBubbles server API. Use when this capability is needed.
- ▌ Healthcheck 7 · tomevault-io bundleRun system health checks on the openrappter agent framework and connected services. Use when this capability is needed.
- ▌ Model Usage 7 · tomevault-io bundleTrack and display AI model token usage, costs, and statistics. Use when this capability is needed.
- ▌ Git Workflow 44 · tomevault-io bundleGit Workflow skill - professional version control practices Use when this capability is needed.
- ▌ Conductor 3 · tomevault-io bundleOrchestrateur Multi-Agents - Décompose les tâches complexes et coordonne les agents spécialisés Use when this capability is needed.
- ▌ Developer 4 · tomevault-io bundleDéveloppeur senior - Implémente un code propre et maintenable suivant les meilleures pratiques Use when this capability is needed.
- ▌ Django Patterns 4 · tomevault-io bundleDjango patterns, anti-patterns, ORM gotchas, view design, migrations, settings, and review checklist for Django backend work. Use whenever the project contains `manage.py`, `settings.py`, `apps.py`, OR `pyproject.toml`/`requirements.txt`/`Pipfile` with `django` (or `Django`) listed as a dependency, OR the user asks about Django, Python web backend, ORM queries, models, views, forms, templates, migrations, admin, signals, middleware, or any work touching `.py` files in a Django app structure, even if Django is not mentioned by name. Use when this capability is needed.
- ▌ Documentation 28 · tomevault-io bundleUse when writing blog posts or documentation markdown files - provides writing style guide (active voice, present tense), content structure patterns, and SEO optimization. Overrides brevity rules for proper grammar.
- ▌ Blueprint 3 · tomevault-io bundleTransform verbose natural language requests into structured bilingual documentation (Korean for review + English for AI prompts). Use when you need to clarify and structure a complex request before implementation. Use when this capability is needed.
- ▌ Skill Creator 57 · tomevault-io bundle创建有效技能的指南。当用户希望创建新技能(或更新现有技能)以扩展 Claude 的能力,包含专业知识、工作流程或工具集成时使用。当用户提到「创建技能」「写一个 skill」「skill 开发」「技能制作」时触发。 Use when this capability is needed.
- ▌ Gateway 2 · tomevault-io bundleStart and manage the Kurtosis gateway for Kubernetes. The gateway forwards local ports to the Kurtosis engine and services running in a k8s cluster. Required when using Kurtosis with Kubernetes. Use when kurtosis engine status shows nothing on k8s or services aren't reachable. Use when this capability is needed.
- ▌ Git Worktree 2 · tomevault-io bundleCreate isolated git worktrees in ~/.claude-worktrees/. Use when user says "create an isolated copy", "worktree", "create worktree", "isolated workspace", or needs to work on a branch without affecting the main working directory. Use when this capability is needed.
- ▌ Noui Generate MCP 2 · tomevault-io bundleUse this skill when the user wants to start, stop, check, or list generated NoUI MCP servers, or connect a server to Claude Code. Triggers on "start the MCP server", "run noui mcp", "connect to Claude Code", "add to mcpServers", "noui mcp start", "noui mcp list", "noui mcp status", "how do I use the generated server", or "I want to call this tool from Claude".
- ▌ Code Reviewer 17 · tomevault-io bundleReviews code for style, bugs, and best practices. Use when asked to review or analyze code quality. Use when this capability is needed.
- ▌ MCP Builder 15 · tomevault-io bundleBuild MCP (Model Context Protocol) servers that give Claude new capabilities. Use when user wants to create an MCP server, add tools to Claude, or integrate external services. Use when this capability is needed.
- ▌ Kapso 2 · tomevault-io bundleOptimize code using KAPSO (Knowledge-Grounded Optimization). Use when you need to write, optimize, or fix code. Connects to a local KAPSO server that iteratively improves solutions through experimentation. Use when this capability is needed.
- ▌ Local Places 3 · tomevault-io bundleSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost. Use when this capability is needed.
- ▌ Video Frames 7 · tomevault-io bundleExtract frames or short clips from videos using ffmpeg. Use when this capability is needed.
- ▌ Inbox 2 · tomevault-io bundleReview inbox tasks and select highest priority work. Use when asked to check inbox, find next task, or start working on pending items. Use when this capability is needed.