tomevault-io
- 62k skills
- 0 followers
- 2 days ago last updated
- ▌ Microservices Patterns 8 · tomevault-io bundleMaster microservices architecture patterns including service boundaries, inter-service communication, data management, and resilience patterns for building distributed systems. Use when this capability is needed.
- ▌ N8n Node Configuration 7 · tomevault-io bundleOperation-aware node configuration guidance. Use when configuring nodes, understanding property dependencies, determining required fields, choosing between get_node detail levels, or learning common configuration patterns by node type. Use when this capability is needed.
- ▌ Radix UI Design System 2 · tomevault-io bundleBuild accessible design systems with Radix UI primitives. Headless component customization, theming strategies, and compound component patterns for production-grade UI libraries. Use when this capability is needed.
- ▌ React State Management 4 · tomevault-io bundleMaster modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up global state, managing server state, or choosing between state management solutions. Use when this capability is needed.
- ▌ Tailwind Design System 7 · tomevault-io bundleBuild production-ready design systems with Tailwind CSS, including design tokens, component variants, responsive patterns, and accessibility. Use when this capability is needed.
- ▌ Threat Modeling Expert 2 · tomevault-io bundleExpert in threat modeling methodologies, security architecture review, and risk assessment. Masters STRIDE, PASTA, attack trees, and security requirement extraction. Use PROACTIVELY for security architecture reviews, threat identification, or building secure-by-design systems. Use when this capability is needed.
- ▌ Lsp Integration 2 · tomevault-io bundleUse when bundling a Language Server Protocol (LSP) server with a plugin via the `lspServers` manifest field or `.lsp.json`. Covers required fields (`command`, `extensionToLanguage`), all optional fields, transport modes, capability negotiation, the binary-distribution model, and the relationship to the official `*-lsp` plugins for 12 languages (`pyright-lsp`, `typescript-lsp`, etc.).
- ▌ Scientific Critical Thinking 3 · tomevault-io bundleEvaluate research rigor. Assess methodology, experimental design, statistical validity, biases, confounding, evidence quality (GRADE, Cochrane ROB), for critical analysis of scientific claims. Use when this capability is needed.
- ▌ Spec Writing 7 · tomevault-io bundleThis skill provides guidance for creating feature specifications in the Spec-Driven Development process. Use when this capability is needed.
- ▌ Gemini Interactions API 5 · tomevault-io bundleDesign Gemini interaction flows with explicit conversation state, tool boundaries, safety review, and reproducible request traces. Use when expanding, reviewing, or operating Gemini CLI skills, rules, prompt kits, provider lanes, or generated-code handoffs in the TechTide skill library. Use when this capability is needed.
- ▌ Code Documentation Doc Generate 2 · tomevault-io bundleYou are a documentation expert specializing in creating comprehensive, maintainable documentation from code. Generate API docs, architecture diagrams, user guides, and technical references using AI... Use when this capability is needed.
- ▌ Python Performance Optimization 6 · tomevault-io bundleProfile and optimize Python code using cProfile, memory profilers, and performance best practices. Use when debugging slow Python code, optimizing bottlenecks, or improving application performance. Use when this capability is needed.
- ▌ Security Requirement Extraction 2 · tomevault-io bundleDerive security requirements from threat models and business context. Use when translating threats into actionable requirements, creating security user stories, or building security test cases. Use when this capability is needed.
- ▌ Workflow Orchestration Patterns 4 · tomevault-io bundleDesign durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism constraints. Use when building long-running ... Use when this capability is needed.
- ▌ Release 107 · tomevault-io bundleUse when releasing a new version of this plugin — version needs bumping across package.json, manifest.json, versions.json, then tagged and pushed
- ▌ Deep Analysis 4 · tomevault-io bundleAdvanced problem-solving skill using sequential thinking. Use for complex architectural decisions, debugging hard problems, or planning. Use when this capability is needed.
- ▌ Pr Review Handler 2 · tomevault-io bundleHandle PR review feedback by checking for comments, determining necessary changes, responding appropriately to reviewers, implementing fixes, and pushing updates. Use when the user asks to work on an existing open PR, address PR feedback, fix review comments, or handle bot review suggestions (Devin AI, Cursor Bugbot, etc.). Use when this capability is needed.
- ▌ Vue Best Practices 39 · tomevault-io bundleVue.js performance optimization guidelines for building fast, maintainable applications. This skill should be used when writing, reviewing, or refactoring Vue.js code to ensure optimal performance patterns. Triggers on tasks involving Vue components, reactivity, Composition API, state management, or performance improvements. Use when this capability is needed.
- ▌ Agent Developing Agents 3 · tomevault-io bundleAI agent development standards including frontmatter structure, naming conventions, tool access patterns, model selection, reference documentation structure, and Bash-only file operations for .claude/ and .opencode/ folders Use when this capability is needed.
- ▌ Route Tester 3 · tomevault-io bundleTest authenticated routes in the your project using cookie-based authentication. Use this skill when testing API endpoints, validating route functionality, or debugging authentication issues. Includes patterns for using test-auth-route.js and mock authentication. Use when this capability is needed.
- ▌ Build Backend Middleware 2 · tomevault-io bundleDesign and implement backend middleware (auth, validation, logging, rate limits, error boundaries) with predictable ordering and behavior. Use when this capability is needed.
- ▌ Sync Code Schema From DB 2 · tomevault-io bundleMirror schema changes from a real database (SSOT) into repo artifacts (prisma/schema.prisma + db/schema/tables.json) and refresh LLM context (docs/context/db/schema.json). Use when this capability is needed.
- ▌ Sync DB Schema From Code 4 · tomevault-io bundleApply schema changes from repo SSOT (prisma/schema.prisma) to a target DB via Prisma migrations, with diff preview + approval gate; then refresh LLM context (docs/context/db/schema.json). Use when this capability is needed.
- ▌ Continuous Learning V2 8 · tomevault-io bundle基于本能(Instinct)的学习系统,通过钩子(hooks)观察会话,创建带有置信度评分的原子本能,并将其演化为技能(Skills)、命令(Commands)或智能体(Agents)。v2.1 版本增加了项目作用域(project-scoped)的本能,以防止跨项目污染。 Use when this capability is needed.
- ▌ Python Best Practices 6 · tomevault-io bundleApply production-grade Python standards (src/ layout, typing, tests, uv+taskipy+ruff, CI gates, security, performance); use for bootstrapping or refactoring Python projects. Use when this capability is needed.
- ▌ React Server Components Framework 2 · tomevault-io bundleUse when building Next.js 16+ apps with React Server Components. Covers App Router, Cache Components (replacing experimental_ppr), streaming SSR, Server Actions, and React 19 patterns for server-first architecture.
- ▌ Frontend Code Review 5 · tomevault-io bundleSenior-level code review for React 19.2 + Next.js 16 pull requests applying Google, Facebook, and enterprise engineering standards. Use when reviewing frontend PRs, providing code review feedback, checking React/Next.js code quality, or when users request code review for TypeScript, React, or Next.js projects. Ensures production-grade quality, performance, accessibility, and maintainability. Use when this capability is needed.
- ▌ Compliance Check 2 · tomevault-io bundleCheck license compatibility, data privacy compliance, and AI ethics. Use when adding dependencies, handling user data, or reviewing regulatory requirements. Use when this capability is needed.
- ▌ Design Component 2 · tomevault-io bundleDesign a UI component with specifications for layout, states, interactions, and accessibility. Use when creating new UI components or redesigning existing ones. Use when this capability is needed.
- ▌ Implement Plugin 3 · tomevault-io bundlePackage and distribute Claude Code plugins with schema-safe manifests, canonical layout, component wiring, and release-ready validation. Use when this capability is needed.
- ▌ Vue Testing Best Practices 15 · tomevault-io bundleUse for Vue.js testing. Covers Vitest, Vue Test Utils, component testing, mocking, testing patterns, and Playwright for E2E testing. Use when this capability is needed.
- ▌ Vscode Ext Localization 5 · tomevault-io bundleGuidelines for proper localization of VS Code extensions, following VS Code extension development guidelines, libraries and good practices Use when this capability is needed.
- ▌ API Documentation 7 · tomevault-io bundleComprehensive guidance for documenting REST, GraphQL, gRPC, and WebSocket APIs. Use when creating API endpoints, updating existing APIs, preparing public API releases, or documenting external integrations. Use when this capability is needed.
- ▌ Technical Writing 15 · tomevault-io bundleTechnical documentation best practices for clear, accurate, and useful documentation. Use when writing documentation, README files, API docs, architecture guides, or any technical communication. Use when this capability is needed.
- ▌ UI Preview 2 · tomevault-io bundlePreview local dev servers and storybooks using Chrome DevTools. Use when this capability is needed.
- ▌ Flutter Coreflutter Forms Input 2 · tomevault-io bundleComprehensive guide to Flutter forms, validation, gestures, and input handling Use when this capability is needed.
- ▌ Flutter Coreflutter Persistence 2 · tomevault-io bundleComprehensive guide to local data persistence in Flutter covering SharedPreferences, SQLite, Hive, Drift, and file storage strategies Use when this capability is needed.
- ▌ CI CD Patterns 8 · tomevault-io bundleCI/CD patterns for mobile - GitHub Actions workflows for Android/iOS, Fastlane integration, code signing, artifact publishing, and automated release. Use when this capability is needed.
- ▌ Mobile Testing 5 · tomevault-io bundleAndroid testing patterns with JUnit5, Mockk, Turbine, and Compose testing for unit, integration, and UI tests. Use when this capability is needed.
- ▌ Code Review 317 · tomevault-io bundleAI code review for PR or local changes. 280+ checks across security, architecture, performance, testing, and code quality. Posts findings as GitHub PR comments with confidence scores. Use when this capability is needed.
- ▌ Analyzing Financial Statements 4 · tomevault-io bundleThis skill calculates key financial ratios and metrics from financial statement data for investment analysis Use when this capability is needed.
- ▌ Github CLI 8 · tomevault-io bundleWrapper for GitHub CLI (gh) in Claude.ai. Covers installation, authentication, and common operations like pushing files, creating branches, PRs, issues, and releases. Use when this capability is needed.
- ▌ React Server Components Framework 3 · tomevault-io bundleDesign and implement React Server Components with Next.js 15 App Router. Master server-first architecture, streaming SSR, Server Actions, and modern data fetching patterns for 2025+ frontend development. Use when this capability is needed.
- ▌ Web Search 22 · tomevault-io bundleSearch the web using DuckDuckGo for current information, news, and research topics. Use when this capability is needed.
- ▌ Penetration Testing 2 · tomevault-io bundlePerform basic penetration testing and security assessments. Use reconnaissance, vulnerability discovery, and exploitation techniques. Use when validating security controls or assessing system security. Use when this capability is needed.
- ▌ Context7 Auto Research 6 · tomevault-io bundleAutomatically fetches up-to-date documentation from Context7 when users ask about libraries, frameworks, APIs, or need code examples. Triggers proactively without explicit user request. Use when this capability is needed.
- ▌ Tdd 38 · tomevault-io bundleTest-Driven Development workflow for BitcoinAddressFinder — delegates to the generic Java TDD skill and adds project-specific context Use when this capability is needed.
- ▌ Flutter Development Expert 2 · tomevault-io bundle专注于构建高性能、可扩展且架构清晰的 Flutter 应用。涵盖整洁架构、高级状态管理和深度性能优化。 Use when this capability is needed.
- ▌ Documentation Writer 28 · tomevault-io bundleExpert technical writer for Logseq Template Graph project. Generates comprehensive, accurate, and well-structured documentation for modules, features, guides, and APIs. Activates when asked to "write docs", "document this", "create README", "update documentation", or similar requests. Analyzes code/templates to extract information and writes clear, user-focused documentation following project style. Use when this capability is needed.
- ▌ Performance Audit 8 · tomevault-io bundleComprehensive performance analysis to identify bottlenecks, optimization opportunities, and scalability issues. Use when this capability is needed.
- ▌ Security Best Practices 18 · 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.
- ▌ Version Management 2 · tomevault-io bundleTracks version consistency across version.json, README, CLAUDE.md, CHANGELOG, and SETUP_CONTEXT. Auto-activates when users ask about version updates, version sync, or what files need updating for a release. Validates completeness and suggests next steps. Use when this capability is needed.
- ▌ Unnamed Skill 4 · tomevault-io bundle当用户请求"初始化索引"、"更新文档"、"生成依赖图"或检测到文件结构性变更时,使用此技能维护分形自指文档系统 Use when this capability is needed.
- ▌ Greeting Helper 2 · tomevault-io bundleUse when working with a simple skill that helps with greeting messages
- ▌ Identify Page Structure 2 · tomevault-io bundleIdentify section boundaries and content sequences within a scraped webpage. Performs two-level analysis (sections, then sequences per section) and surveys available blocks. Use when this capability is needed.
- ▌ Deployment Strategies 3 · tomevault-io bundleComprehensive guide to modern deployment strategies including blue-green, canary, rolling updates, and zero-downtime deployments Use when this capability is needed.
- ▌ Quality Manager Qms Iso13485 2 · tomevault-io bundleISO 13485 Quality Management System specialist for medical device companies. Provides QMS implementation, maintenance, process optimization, and compliance expertise. Use for QMS design, documentation control, management review, internal auditing, corrective actions, and ISO 13485 certification activities. Use when this capability is needed.
- ▌ Scientific Critical Thinking 4 · tomevault-io bundleEvaluate research rigor. Assess methodology, experimental design, statistical validity, biases, confounding, evidence quality (GRADE, Cochrane ROB), for critical analysis of scientific claims. Use when this capability is needed.
- ▌ Web Performance Optimization 5 · tomevault-io bundleOptimize website and web application performance including loading speed, Core Web Vitals, bundle size, caching strategies, and runtime performance Use when this capability is needed.
- ▌ Windows Privilege Escalation 2 · tomevault-io bundleThis skill should be used when the user asks to "escalate privileges on Windows," "find Windows privesc vectors," "enumerate Windows for privilege escalation," "exploit Windows misconfigurations," or "perform post-exploitation privilege escalation." It provides comprehensive guidance for discovering and exploiting privilege escalation vulnerabilities in Windows environments. Use when this capability is needed.
- ▌ Sanity Best Practices 2 · tomevault-io bundleComprehensive Sanity development best practices covering GROQ performance, schema design, Visual Editing, images, Portable Text, page builders, Studio configuration, TypeGen, localization, and migrations. Use this skill when building, reviewing, or optimizing Sanity applications. Use when this capability is needed.
- ▌ Security Best Practices 19 · tomevault-io bundlePerform language and framework specific security best-practice reviews and suggest improvements. Trigger only when the user explicitly requests sec... Use when this capability is needed.
- ▌ Agentdb Performance Optimization 2 · tomevault-io bundleApply quantization to reduce memory by 4-32x. Enable HNSW indexing for 150x faster search. Configure caching strategies and implement batch operations. Use when optimizing memory usage, improving search speed, or scaling to millions of vectors. Deploy these optimizations to achieve 12,500x performance gains. Use when this capability is needed.
- ▌ Debug Mode 2 · tomevault-io bundleInteractive debugging mode that generates hypotheses, instruments code with runtime logs, and iteratively fixes bugs with human-in-the-loop verification. Only for hard-to-diagnose bugs; in those cases, remind the user that debug-mode is available, and never proactively activate this skill. Use when this capability is needed.
- ▌ Migrate To Skills 3 · tomevault-io bundleMigrate legacy rule/command files (Cursor .mdc rules, slash-command markdown, old-format skills) to Claude Code SKILL.md format. Use when consolidating cross-platform configs, importing Cursor or Antigravity workflows to Claude Code, or refactoring old rules into the skills/ directory. Use when this capability is needed.
- ▌ Claude Code Slash Commands 3 · tomevault-io bundleThis skill should be used when creating, configuring, or working with Claude Code slash commands. Use when users ask to create custom slash commands, set up command features like arguments or bash execution, or need guidance on slash command structure and best practices. Use when this capability is needed.
- ▌ Nodejs Backend Patterns 23 · 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.
- ▌ Nextjs App Router Patterns 8 · tomevault-io bundleMaster Next.js 14+ App Router with Server Components, streaming, parallel routes, and advanced data fetching. Use when building Next.js applications, implementing SSR/SSG, or optimizing React Server Components. Use when this capability is needed.
- ▌ Helius 2 · tomevault-io bundleComprehensive guide for Helius - Solana's leading RPC and API infrastructure provider. Covers RPC nodes, DAS (Digital Asset Standard) API, Enhanced Transactions, Priority Fees, Webhooks, ZK Compression, LaserStream gRPC, and the Helius SDK for building high-performance Solana applications Use when this capability is needed.
- ▌ Kamino 2 · tomevault-io bundleComplete guide for Kamino Finance - Solana's leading DeFi protocol for lending, borrowing, liquidity management, and leverage trading. Covers klend-sdk (lending), kliquidity-sdk (automated liquidity strategies), scope-sdk (oracle aggregator), multiply/leverage operations, vaults, and obligation orders. Use when this capability is needed.
- ▌ Langchain Streaming 2 · tomevault-io bundleStream outputs from LangChain agents and models - includes stream modes, token streaming, progress updates, and real-time feedback Use when this capability is needed.
- ▌ Langgraph Workflows 3 · tomevault-io bundle理解工作流 vs Agent、预定义 vs 动态模式,以及使用 Send API 的编排器-工作器模式 Use when this capability is needed.
- ▌ Codebase Cleanup Refactor Clean 2 · tomevault-io bundleYou are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices. Analyze and refactor the provided code to improve its quality, maintainability, and performance. Use when this capability is needed.
- ▌ Express API 2 · tomevault-io bundleExpress 5 conventions and REST API patterns. Activates when working on routes, controllers, middleware, validation, or error handling in a Node.js/Express backend. Use when this capability is needed.
- ▌ Openspec Continue Change 15 · tomevault-io bundleContinue working on an OpenSpec change by creating the next artifact. Use when the user wants to progress their change, create the next artifact, or continue their workflow. Use when this capability is needed.
- ▌ Flutter Implementing Navigation And Routing 2 · tomevault-io bundleHandles routing, navigation, and deep linking in a Flutter application. Use when moving between screens or setting up URL-based navigation.
- ▌ CI CD Workflows 2 · tomevault-io bundleGuide for GitHub Actions workflows, test orchestration, parallel testing, Use when this capability is needed.
- ▌ Flutter Testing 5 · tomevault-io bundleFlutter testing patterns with mocktail. Covers unit testing, widget testing, and BLoC/Cubit testing. Use when writing tests or setting up test infrastructure. Use when this capability is needed.
- ▌ Parallel Agents 11 · tomevault-io bundleNative multi-agent orchestration using Claude Code's Agent Tool. Use when multiple independent tasks can run with different domain expertise or when comprehensive analysis requires multiple perspectives. Use when this capability is needed.
- ▌ Copilot Instructions 2 · tomevault-io bundleCore directives for Copilot on the coffeemachine project. Use at all times to enforce hexagonal architecture, TDD, DDD, Java 25 modern features, commit conventions and security rules. Use when this capability is needed.
- ▌ Commit Message 13 · tomevault-io bundleGenerate conventional commit messages - use when creating commits, writing commit messages, or asking for git commit help Use when this capability is needed.
- ▌ Character Relationships 2 · tomevault-io bundleAnalyze story character relationships, identify types, characteristics, and development changes. Suitable for deeply understanding character relationship networks, analyzing the plot-driving role of relationships, and providing relationship support for plot design Use when this capability is needed.
- ▌ Git Workflow 208 · tomevault-io bundleGuides the agent on how to handle git operations and generate .patch files instead of submitting PRs. Use when this capability is needed.
- ▌ Vercel Next Deploy 2 · tomevault-io bundleDeploy and manage this Next.js app on Vercel (project linking, env vars, preview/prod, domains). Use when the user mentions Vercel, deployment, environment variables, previews, or domains. Use when this capability is needed.
- ▌ Release 108 · tomevault-io bundleBuild, version bump, update README/marketplace, commit, push, create GitHub release, and clean local caches Use when this capability is needed.
- ▌ Architecture Review 6 · tomevault-io bundlePerform an architecture-focused review to identify patterns, anti-patterns, and structural issues. Use when reviewing codebase architecture. Use when this capability is needed.
- ▌ Front End Testing 2 · tomevault-io bundleDOM Testing Library patterns for behavior-driven UI testing. Framework-agnostic patterns for testing user interfaces. Use when testing any front-end application. Use when this capability is needed.
- ▌ Langchain Tools 2 · tomevault-io bundle在 LangChain 中定义和使用工具 - 包括工具装饰器、自定义工具、内置工具和工具模式 Use when this capability is needed.
- ▌ Documentation Standards 18 · tomevault-io bundleEssential rules for code comments, READMEs, and technical documentation. Use when this capability is needed.
- ▌ Typescript Advanced Types 3 · tomevault-io bundleMaster TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects. Use when this capability is needed.
- ▌ Typescript Best Practices 9 · tomevault-io bundleGuides TypeScript best practices for type safety, code organization, and maintainability. Use this skill when configuring TypeScript projects, deciding on typing strategies, writing async code, or reviewing TypeScript code quality. Use when this capability is needed.
- ▌ Gaokao Liberal Arts Tutor 2 · tomevault-io bundle模拟高三文科辅导老师,用启发式教学方法辅导政治、历史、地理等文科综合问题。侧重理解、记忆、分析能力培养。当学生提出文科问题、请求讲解历史事件、地理现象、政治原理时使用。 Use when this capability is needed.
- ▌ Vue Testing 3 · tomevault-io bundleMaster Vue Testing - Vitest, Vue Test Utils, Component Testing, E2E with Playwright Use when this capability is needed.
- ▌ Documentation 101 · tomevault-io bundleProvides templates, style guidelines, and a complete workflow for writing MkDocs documentation, sample pages, and navigation updates for BlazorWebFormsComponents. Covers component doc structure with Web Forms vs Blazor syntax comparisons, migration guide templates, sample page creation in AfterBlazorServerSide with demo and source code sections, NavMenu.razor and ComponentList.razor updates, and README linking. Use when documenting a new or existing BWFC component, creating sample pages with escaped code blocks, updating mkdocs.yml navigation, or following the complete documentation workflow from docs to samples to README.
- ▌ Flutter Adaptive UI 2 · tomevault-io bundleBuild, fix, review, and validate adaptive or responsive Flutter UIs for mobile, tablet, desktop, web, large screens, foldables, and mixed input devices. Use when creating breakpoint-driven layouts, responsive navigation, adaptive dialogs/lists/grids, keyboard/mouse/touch behavior, window-size decisions with MediaQuery or LayoutBuilder, or Capability and Policy patterns for platform-specific behavior. Use when this capability is needed.
- ▌ Typescript Language 2 · tomevault-io bundleApply modern TypeScript standards for type safety and maintainability. Use when working with types, interfaces, generics, enums, unions, or tsconfig settings. Use when this capability is needed.
- ▌ Beads Local DB Ops 2 · tomevault-io bundleUse Beads (bd) with Dolt server backend for multi-repo task tracking. Use when this capability is needed.
- ▌ Using Elixir Skills 2 · tomevault-io bundleThis skill should be used when the user works on any .ex or .exs file, mentions Elixir/Phoenix/Ecto/OTP, the project has a mix.exs, or asks "which skill should I use", "new to Elixir", "help with Elixir". Routes to the correct thinking skill BEFORE exploring code. Triggers on "implement", "add", "fix", "refactor" in Elixir projects. Use when this capability is needed.
- ▌ Using Superpowers 14 · tomevault-io bundleComprehensive meta-skill for discovering and orchestrating ALL available tools, MCP servers, skills, plugins, agents, and CLI capabilities to solve any problem optimally. Invoke this skill for ANY non-trivial task — building software, researching topics, analyzing data, debugging systems, deploying code, creating reports, automating workflows, or solving complex multi-step problems. This skill teaches runtime capability discovery via ToolSearch, parallel agent dispatch, and multi-tool orchestration across Firecrawl (web research), Playwright (browser automation), Pinecone (vector storage/RAG), Vercel (deployment), Cloudflare (edge infrastructure), Mermaid Chart (diagrams), Context7 (library docs), Greptile (codebase search), HuggingFace (ML/AI), CodeRabbit (code review), GerdsenAI Document Builder (PDF reports), language servers (TypeScript, Python, C#, C++), and the superpowers workflow skills (TDD, debugging, planning, code review, worktrees). Even for seemingly simple tasks, run capability discovery first
- ▌ Sentry Setup AI Monitoring 2 · tomevault-io bundleSetup Sentry AI Agent Monitoring in any project. Use this when asked to add AI monitoring, track LLM calls, monitor AI agents, or instrument OpenAI/Anthropic/Vercel AI/LangChain/Google GenAI. Automatically detects installed AI SDKs and configures the appropriate Sentry integration. Use when this capability is needed.