← all publishers

tomevault-io

@tomevault-io source repo

62172 published skills · page 32 of 622

  1. Kubernetes Architect 6 · tomevault-io bundle
    Expert Kubernetes architect specializing in cloud-native infrastructure, advanced GitOps workflows (ArgoCD/Flux), and enterprise container orchestration. Use when this capability is needed.
    0 installs
  2. Web Artifacts Builder 20 · tomevault-io bundle
    Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts. Use when this capability is needed.
    0 installs
  3. Web Artifacts Builder 21 · tomevault-io bundle
    Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts. Use when this capability is needed.
    0 installs
  4. Vibe Workflow 2 · tomevault-io bundle
    Vibe session 起手式 + 最常踩的 7 個坑 + 標準開發 session 工作流。Use at the start of any Vibe working session (especially first Bash/Edit/Write call), when encountering FUSE phantom lock / stale git index / docker exec returning empty stdout / port-forward residue / pre-commit lock artifacts / ad-hoc script rejection, or when planning the end-to-end flow from code change through commit to PR. Also use when the user mentions "起手式", "FUSE 卡住", "docker exec 沒輸出", "win-commit", or when orienting to how Vibe's dev loop is supposed to run. Use when this capability is needed.
    0 installs
  5. Documentation And Adrs 14 · tomevault-io bundle
    Write documentation that stays accurate and decisions that stay recorded Use when this capability is needed.
    0 installs
  6. Software Architect 3 · tomevault-io bundle
    Software architecture agent for the Pulse JS framework. Use this skill to define global architecture, choose design patterns and technologies, create Architecture Decision Records (ADRs), analyze module dependencies, evaluate trade-offs, plan new modules or major refactors, and enforce architectural constraints. Covers layered architecture, SOLID principles, and SPA framework design. Use when this capability is needed.
    0 installs
  7. Project Planning 3 · tomevault-io bundle
    Project planning methodologies including work breakdown structure, task estimation, dependency management, risk assessment, sprint planning, and stakeholder communication. Use when breaking down projects, estimating work, planning sprints, or managing dependencies. Use when this capability is needed.
    0 installs
  8. Naming Conventions 6 · tomevault-io bundle
    Apply consistent naming conventions for directories, files, and identifiers - covers kebab-case rules, SSOT layout, skill naming standards, and script-generated file paths (including temporary files under .ai/.tmp/). Use when this capability is needed.
    0 installs
  9. Pr Submit 4 · tomevault-io bundle
    Create or update a GitHub Pull Request — use ONLY when explicitly asked to create/submit/open a PR Use when this capability is needed.
    0 installs
  10. Django Patterns 24 · tomevault-io bundle
    Django 架构模式、使用 DRF 的 REST API 设计、ORM 最佳实践、缓存、信号(Signals)、中间件(Middleware)以及生产级 Django 应用。 Use when this capability is needed.
    0 installs
  11. Django Security 24 · tomevault-io bundle
    Django 安全最佳实践,涵盖身份验证、授权、CSRF 防护、SQL 注入预防、XSS 预防以及安全部署配置。 Use when this capability is needed.
    0 installs
  12. Golang Patterns 26 · tomevault-io bundle
    编写稳健、高效且易于维护的 Go 应用程序的惯用模式、最佳实践和约定。 Use when this capability is needed.
    0 installs
  13. Python Patterns 13 · tomevault-io bundle
    构建健壮、高效且易于维护的 Python 应用程序的 Python 惯用法(Pythonic idioms)、PEP 8 标准、类型提示(Type hints)以及最佳实践。 Use when this capability is needed.
    0 installs
  14. Clinical Trials Search 2 · tomevault-io bundle
    Search ClinicalTrials.gov with natural language queries. Find clinical trials, enrollment, and outcomes using Valyu semantic search. Use when this capability is needed.
    0 installs
  15. Intelligent Routing 4 · tomevault-io bundle
    Automatic agent selection and intelligent task routing. Analyzes user requests and automatically selects the best specialist agent(s) without requiring explicit user mentions. Use when this capability is needed.
    0 installs
  16. React Best Practices 19 · tomevault-io bundle
    React and Next.js performance optimization from Vercel Engineering. Use when building React components, optimizing performance, eliminating waterfalls, reducing bundle size, reviewing code for performance issues, or implementing server/client-side optimizations. Use when this capability is needed.
    0 installs
  17. Deployment 18 · tomevault-io bundle
    Safe, repeatable deployment strategies for applications across environments. Use when setting up deployment pipelines, deploying to production, planning deployment strategies, implementing rollback procedures, or zero-downtime deployments. Use when this capability is needed.
    0 installs
  18. Evaluation 7 · tomevault-io bundle
    Systematic evaluation and comparison of technologies, tools, frameworks, and approaches using weighted criteria and scoring matrices. Use when choosing between multiple technologies, vendor/tool selection, framework comparison, library selection, or architecture pattern selection. Use when this capability is needed.
    0 installs
  19. Monitoring 4 · tomevault-io bundle
    Comprehensive observability strategy including metrics, logs, traces, and alerting. Use when setting up new applications, debugging production issues, performance optimization, SLA/SLO definition, incident response, or establishing monitoring infrastructure. Use when this capability is needed.
    0 installs
  20. Finishing A Development Branch 6 · tomevault-io bundle
    Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
    0 installs
  21. Wechat Publisher 2 · tomevault-io bundle
    一键发布 Markdown 到微信公众号草稿箱。基于 wenyan-cli,支持多主题、代码高亮、图片自动上传。 Use when this capability is needed.
    0 installs
  22. Modern Csharp Coding Standards 3 · tomevault-io bundle
    Write modern, high-performance C# code using records, pattern matching, value objects, async/await, Span<T>/Memory<T>, and best-practice API design patterns. Emphasizes functional-style programming with C# 12+ features. Use when this capability is needed.
    0 installs
  23. Context7 11 · tomevault-io bundle
    Fetch up-to-date library documentation via Context7 API. Use when (1) writing code with external libraries/frameworks and need current API docs, (2) uncertain about current API signatures or patterns, (3) setting up or configuring frameworks, (4) need version-specific documentation beyond training data cutoff, (5) verifying best practices for any library. Triggers on questions like "how do I use X library", "what's the current API for Y", or when implementing features with external dependencies. Use when this capability is needed.
    0 installs
  24. Git Workflow And Versioning 9 · tomevault-io bundle
    Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, or when you need to organize work across multiple parallel streams. Use when this capability is needed.
    0 installs
  25. Frontend Components 3 · tomevault-io bundle
    This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they Use when this capability is needed.
    0 installs
  26. Frontend Responsive 3 · tomevault-io bundle
    This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they Use when this capability is needed.
    0 installs
  27. Global Coding Style 3 · tomevault-io bundle
    This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they Use when this capability is needed.
    0 installs
  28. N8n Expression Syntax 5 · tomevault-io bundle
    Master n8n's double-curly-brace expression language for dynamic workflow data. Covers $json, $node, and $input variable access patterns, debugging syntax issues, and handling webhook payloads. Activate when crafting expressions, resolving evaluation failures, or mapping data between nodes. Use when this capability is needed.
    0 installs
  29. Continuous Learning 8 · tomevault-io bundle
    Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use. Use when this capability is needed.
    0 installs
  30. Database Migrations 4 · tomevault-io bundle
    Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Kysely, Django, TypeORM, golang-migrate). Use when this capability is needed.
    0 installs
  31. Django Verification 6 · tomevault-io bundle
    Django项目的验证循环:迁移、代码检查、带覆盖率的测试、安全扫描,以及在发布或PR前的部署就绪检查。 Use when this capability is needed.
    0 installs
  32. Springboot Patterns 4 · tomevault-io bundle
    Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work. Use when this capability is needed.
    0 installs
  33. Springboot Security 2 · tomevault-io bundle
    Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services. Use when this capability is needed.
    0 installs
  34. Database 13 · tomevault-io bundle
    Guidelines for handling databases Use when this capability is needed.
    0 installs
  35. Prpm JSON Best Practices 2 · tomevault-io bundle
    Best practices for structuring prpm.json package manifests with required fields, tags, organization, multi-package management, enhanced file format, eager/lazy activation, and conversion hints Use when this capability is needed.
    0 installs
  36. Testing 82 · tomevault-io bundle
    Write comprehensive tests Use when this capability is needed.
    0 installs
  37. Terraform Module Library 8 · tomevault-io bundle
    Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components. Use when this capability is needed.
    0 installs
  38. GRAPHQL Architect 12 · tomevault-io bundle
    Master modern GraphQL with federation, performance optimization, Use when this capability is needed.
    2 installs
  39. Tech Debt Analyzer 2 · tomevault-io bundle
    This skill should be used when analyzing technical debt in a codebase, documenting code quality issues, creating technical debt registers, or assessing code maintainability. Use this for identifying code smells, architectural issues, dependency problems, missing documentation, security vulnerabilities, and creating comprehensive technical debt documentation. Use when this capability is needed.
    0 installs
  40. Testing Patterns 30 · tomevault-io bundle
    TDD/BDD workflows for FastAPI + React stack with pytest, vitest, and integration testing. Use when writing tests, configuring test runners, or implementing test-driven development. Use when this capability is needed.
    0 installs
  41. Vscode Ext Localization 2 · tomevault-io bundle
    Guidelines for proper localization of VS Code extensions, following VS Code extension development guidelines, libraries and good practices Use when this capability is needed.
    0 installs
  42. Skill Creator 247 · tomevault-io bundle
    Guide 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.
    0 installs
  43. Git Commit Helper 7 · tomevault-io bundle
    Generate conventional commit messages automatically. Use when user runs git commit, stages changes, or asks for commit message help. Analyzes git diff to create clear, descriptive conventional commit messages. Triggers on git commit, staged changes, commit message requests. Use when this capability is needed.
    0 installs
  44. App Store Optimization 2 · tomevault-io bundle
    App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes. Use when this capability is needed.
    0 installs
  45. CI CD Pipeline Builder 8 · tomevault-io bundle
    Generate pragmatic CI/CD pipelines from detected project stack signals — fast baseline generation, repeatable checks, environment-aware deployment stages. Use when setting up CI for a new project, refactoring existing pipelines, or standardizing deployment workflows across multiple repos. Use when this capability is needed.
    0 installs
  46. Senior Computer Vision 2 · tomevault-io bundle
    Computer vision engineering skill for object detection, image segmentation, and visual AI systems. Covers CNN and Vision Transformer architectures, YOLO/Faster R-CNN/DETR detection, Mask R-CNN/SAM segmentation, and production deployment with ONNX/TensorRT. Includes PyTorch, torchvision, Ultralytics, Detectron2, and MMDetection frameworks. Use when building detection pipelines, training custom models, optimizing inference, or deploying vision systems. Use when this capability is needed.
    0 installs
  47. Senior Prompt Engineer 2 · tomevault-io bundle
    This skill should be used when the user asks to "optimize prompts", "design prompt templates", "evaluate LLM outputs", "build agentic systems", "implement RAG", "create few-shot examples", "analyze token usage", or "design AI workflows". Use for prompt engineering patterns, LLM evaluation frameworks, agent architectures, and structured output design. Use when this capability is needed.
    0 installs
  48. UX Researcher Designer 3 · tomevault-io bundle
    UX research and design toolkit for Senior UX Designer/Researcher including data-driven persona generation, journey mapping, usability testing frameworks, and research synthesis. Use for user research, persona creation, journey mapping, and design validation. Use when this capability is needed.
    0 installs
  49. Stripe Best Practices 2 · tomevault-io bundle
    Best practices for building Stripe integrations - payments, subscriptions, webhooks, and checkout. Use when implementing payment features or upgrading Stripe SDK versions. Use when this capability is needed.
    0 installs
  50. Project Development 4 · tomevault-io bundle
    Use standardized scripts to manage the project environment, testing, and linting. Use when this capability is needed.
    0 installs
  51. Customer Research 2 · tomevault-io bundle
    Multi-source research on a customer question or topic with source attribution. Use when a customer asks something you need to look up, investigating whether a bug has been reported before, checking what was previously told to a specific account, or gathering background before drafting a response. Use when this capability is needed.
    0 installs
  52. Docs Update 9 · tomevault-io bundle
    Ensures all documentation, roadmaps, and copilot instructions stay in sync with code changes. Use this before every commit to verify docs are up to date. Triggers on commit, pre-commit, documentation, roadmap, changelog, or docs update requests. Use when this capability is needed.
    0 installs
  53. Trading 2 · tomevault-io bundle
    Trading Terminal Assistant for MetaTrader 5. Use when the user wants to check trading account, view market prices, get candles, place buy/sell orders, manage positions, handle pending orders, view history, close positions, or any MT5 trading operation. Trigger on mentions of trading, forex, stocks, MT5, positions, lots, buy, sell, orders, stop loss, take profit, balance, equity, margin, candles, or symbols. Use when this capability is needed.
    0 installs
  54. API Docs Generator 6 · tomevault-io bundle
    Generates API documentation from code including OpenAPI specs, JSDoc, and Python docstrings. Use when documenting APIs, REST endpoints, or library functions.
    0 installs
  55. Component Patterns 3 · tomevault-io bundle
    Implement React component patterns including composition, custom hooks, render props, HOCs, and compound components. Use when building reusable React components, implementing design patterns, or refactoring component architecture. Use when this capability is needed.
    0 installs
  56. Create Slidev Presentation 2 · tomevault-io bundle
    This skill should be used when asked to create or edit Slidev (sli.dev) presentation slide decks. Use when this capability is needed.
    0 installs
  57. Testing Skills With Subagents 2 · tomevault-io bundle
    DEPRECATED - Use writing-skills instead. This functionality has been consolidated into writing-skills which now contains both skill creation and testing methodology. Use when this capability is needed.
    0 installs
  58. Flutter Best Practices 2 · tomevault-io bundle
    Flutter/Dart development best practices for widget composition, state management, and performance Use when this capability is needed.
    0 installs
  59. Azure Devops 2 · tomevault-io bundle
    Set up Azure Pipelines for CI/CD, configure build and release pipelines, manage Azure DevOps projects, and integrate with Azure services. Use when working with Azure DevOps Services or Server for enterprise DevOps workflows. Use when this capability is needed.
    0 installs
  60. Git Workflow 200 · tomevault-io bundle
    Implement Git branching strategies, PR workflows, and release management patterns. Configure GitFlow, trunk-based development, or GitHub Flow for team collaboration. Use when establishing version control workflows or improving development team collaboration. Use when this capability is needed.
    0 installs
  61. Frontend Code Review 4 · tomevault-io bundle
    当用户需要对前端代码进行全面审查时使用此技能,包括 React、Vue、Angular 或原生 JavaScript/TypeScript 项目。适用于代码审查、Pull Request 评审、性能审计、安全检查等场景。 Use when this capability is needed.
    0 installs
  62. Bankr Dev Arbitrary Transactions 2 · tomevault-io bundle
    This skill should be used when building apps that submit raw EVM transactions, custom contract calls, or need to execute pre-built calldata through Bankr. Covers JSON format, validation, and integration patterns. Use when this capability is needed.
    0 installs
  63. Architecture Decision Records 5 · tomevault-io bundle
    Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes. Use when this capability is needed.
    0 installs
  64. Security Best Practices 10 · tomevault-io bundle
    Perform 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.
    0 installs
  65. Using Git Worktrees 30 · tomevault-io bundle
    Use 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
    0 installs
  66. Implement Scraper Feature 2 · tomevault-io bundle
    Use when working with a complete guide to adding a new data field to the CSFD scraper (e.g., extracting "budget" or "studio" from a movie page).
    0 installs
  67. Frontend Dev Guidelines 7 · tomevault-io bundle
    Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organization with features directory, styling best practices, routing, 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.
    0 installs
  68. Test Driven Development 31 · tomevault-io bundle
    Use when implementing any feature or bugfix, before writing implementation code. Enforces RED-GREEN-REFACTOR cycle with strict discipline against rationalization.
    0 installs
  69. Octocode Pull Request Reviewer 2 · tomevault-io bundle
    This skill should be used when the user asks to "review a PR", "review pull request", "PR review", "check this PR", "analyze PR changes", "review PR
    0 installs
  70. React Native Architecture 5 · tomevault-io bundle
    Build production React Native apps with Expo, navigation, native modules, offline sync, and cross-platform patterns. Use when developing mobile apps, implementing native integrations, or architecting React Native projects. Use when this capability is needed.
    0 installs
  71. Isometric Asset Sheets 2 · tomevault-io bundle
    Generate sprite sheet images for the isometric city game using the GenerateImage tool. Use when creating new game assets, sprite sheets, vehicle sprites, building sprites, or any visual assets for the isometric city builder. Ensures consistent format, sizing, and isometric projections. Use when this capability is needed.
    0 installs
  72. Condition Based Waiting 5 · tomevault-io bundle
    Replace arbitrary timeouts with condition polling for reliable async tests Use when this capability is needed.
    0 installs
  73. Test Driven Development 32 · tomevault-io bundle
    Comprehensive TDD patterns and practices for all programming languages, eliminating redundant testing guidance per agent. Use when this capability is needed.
    0 installs
  74. Documentation Patterns 6 · tomevault-io bundle
    Documentation structure and organization patterns Use when this capability is needed.
    0 installs
  75. Typescript 28 · tomevault-io bundle
    Write, review, and refactor TypeScript for readability, type safety, and runtime correctness (Node.js/React/shared libs). Use when creating TS modules, modeling domain types, handling errors (Result/Either), validating external inputs (Zod/io-ts), organizing imports, or preventing cyclic dependencies. NOT for choosing design patterns (use design); NOT for shared platform library design (use platform). Use when this capability is needed.
    0 installs
  76. Web Quality Audit 4 · tomevault-io bundle
    Comprehensive web quality audit covering performance, accessibility, SEO, and best practices. Use when asked to "audit my site", "review web quality", "run lighthouse audit", "check page quality", or "optimize my website". Use when this capability is needed.
    0 installs
  77. Agent Coordination 4 · tomevault-io bundle
    Agent assignment matrix, blocker escalation, and TDM coordination patterns. Use when assigning work to specialists, managing blockers, or coordinating multi-agent workflows. Use when this capability is needed.
    0 installs
  78. Commit Helper 7 · tomevault-io bundle
    Expert conventional commits assistant for the Logseq Template Graph project. Analyzes git changes and generates proper conventional commit messages with correct type, scope, and format. Use when the user needs help writing commits or validating commit messages. Use when this capability is needed.
    0 installs
  79. Github Issues 17 · tomevault-io bundle
    GitHub issues management assistant for Logseq Template Graph. Analyzes issues, triages with labels, plans implementations, generates responses, creates PRs, and manages issue lifecycle. Use when handling bug reports, feature requests, questions, or coordinating development through GitHub issues. Use when this capability is needed.
    0 installs
  80. Generate Agent Skills 2 · tomevault-io bundle
    Architects, generates, and validates Agent Skills. Enforces specification and best practices. Used any time an agent skill must be created or updated. Use when this capability is needed.
    0 installs
  81. Nano Banana Image Generator 3 · tomevault-io bundle
    Generate AI images using Nano Banana Pro (Gemini). Use this skill when the user needs images - thumbnails, social posts, blog headers, or creative visuals. Follows an iterative workflow - brainstorm concepts, select direction, generate in multiple styles, then produce via API. Use when this capability is needed.
    0 installs
  82. Global Tech Stack 6 · tomevault-io bundle
    Defines the complete technical stack for the Cawpile video generation service. Use this when making technology choices, adding dependencies, configuring build tools, or setting up infrastructure. Applies to package.json, tsconfig.json, Dockerfile, and architecture decisions. Use when this capability is needed.
    0 installs
  83. Documentation Best Practices 2 · tomevault-io bundle
    Claude Code documentation standards for CLAUDE.md, commands, skills, agents. Use when creating or reviewing documentation files. Use when this capability is needed.
    0 installs
  84. Designing Architecture 3 · tomevault-io bundle
    Designs software architecture and selects appropriate patterns for projects. Use when designing systems, choosing architecture patterns, structuring projects, making technical decisions, or when asked about microservices, monoliths, or architectural approaches. Use when this capability is needed.
    0 installs
  85. Optimizing Performance 2 · tomevault-io bundle
    Analyzes and optimizes application performance across frontend, backend, and database layers. Use when diagnosing slowness, improving load times, optimizing queries, reducing bundle size, or when asked about performance issues.
    0 installs
  86. API Endpoint 3 · tomevault-io bundle
    Generate Express.js API endpoint with Auth0 JWT middleware, Zod validation, and Swagger docs Use when this capability is needed.
    0 installs
  87. Azure Diagrams 3 · tomevault-io bundle
    Comprehensive technical diagramming toolkit for solutions architects, presales, and developers. Creates Azure architecture diagrams (800+ Azure service icons), business process flows (swimlanes, workflows), ERD diagrams (database schemas), project timelines, UI wireframes, and network topology diagrams. Perfect for proposals, documentation, and architecture reviews. Also generates diagrams from Bicep, Terraform, and ARM templates. Use when this capability is needed.
    0 installs
  88. UX Researcher Designer 4 · tomevault-io bundle
    UX research and design toolkit for Senior UX Designer/Researcher including data-driven persona generation, journey mapping, usability testing frameworks, and research synthesis. Use for user research, persona creation, journey mapping, and design validation. Use when this capability is needed.
    0 installs
  89. Context Loader 4 · tomevault-io bundle
    Load project context from .claude/ directory at the start of every task. This ensures Gemini CLI has the same coding rules, design decisions, and library constraints as Claude Code. Use when this capability is needed.
    0 installs
  90. Product Strategist 5 · tomevault-io bundle
    Strategic product leadership toolkit for Head of Product including OKR cascade generation, market analysis, vision setting, and team scaling. Use for strategic planning, goal alignment, competitive analysis, and organizational design. Use when this capability is needed.
    0 installs
  91. Senior Ml Engineer 4 · tomevault-io bundle
    ML engineering skill for productionizing models, building MLOps pipelines, and integrating LLMs. Covers model deployment, feature stores, drift monitoring, RAG systems, and cost optimization. Use when this capability is needed.
    0 installs
  92. Smart Accounts Kit 2 · tomevault-io bundle
    Web3 development using MetaMask Smart Accounts Kit. Use when the user wants to build dApps with ERC-4337 smart accounts, send user operations, batch transactions, configure signers (EOA, passkey, multisig), implement gas abstraction with paymasters, create delegations, or request advanced permissions (ERC-7715). Supports Viem integration, multiple signer types (Dynamic, Web3Auth, Wagmi), gasless transactions, and the Delegation Framework. Use when this capability is needed.
    0 installs
  93. Okx Sentiment Tracker 4 · tomevault-io bundle
    Use this skill when the user asks about: 'any crypto news', 'latest news', 'market update', 'daily briefing', 'BTC news', 'ETH news', 'news on SOL', 'search SEC ETF', 'regulation news', 'Bitcoin halving', 'is BTC bullish or bearish', 'coin sentiment', 'sentiment trend', 'trending coins', 'top bullish coins', 'bearish sentiment', 'social buzz', 'market mood', 'fear and greed', 'full article', 'read more', or any request for crypto news, market intelligence, sentiment analysis, or social trend data. Requires API credentials. Do NOT use for market prices/candles (okx-cex-market), placing orders (okx-cex-trade), or account info (okx-cex-portfolio).
    0 installs
  94. Gen Test 4 · tomevault-io bundle
    Generate tests for unicornstudio-react hooks and components Use when this capability is needed.
    0 installs
  95. Sales Data Extraction Agent 2 · tomevault-io bundle
    AI agent specialized in monitoring Excel files and extracting key sales metrics (MTD, YTD, Year End) for internal live reporting. Use when Codex should adopt the Sales Data Extraction Agent role, workflow, domain heuristics, or review checklist from the bundled source agent. Use when this capability is needed.
    0 installs
  96. Reasoningbank With Agentdb 2 · tomevault-io bundle
    Implement ReasoningBank adaptive learning with AgentDBs 150x faster vector database. Includes trajectory tracking, verdict judgment, memory distillation, and pattern recognition. Use when building self-learning agents, optimizing decision-making, or implementing experience replay systems. Use when this capability is needed.
    0 installs
  97. Dispatching Parallel Agents 11 · tomevault-io bundle
    AI agent orchestrates parallel task execution through concurrent specialized agents for maximum efficiency. Use when tasks can run independently, multi-concern reviews, or parallel exploration. Use when this capability is needed.
    0 installs
  98. Vercel React Best Practices 47 · tomevault-io bundle
    ALWAYS apply Vercel React and Next.js performance optimization guidelines when writing, reviewing, or refactoring React/Next.js code. MUST prioritize these rules for all React components, Next.js pages, data fetching, bundle optimization, async operations, imports, and performance improvements. These are CRITICAL performance rules that take precedence over general coding patterns. Use when this capability is needed.
    0 installs
  99. Update Library Template 4 · tomevault-io bundle
    Merges the latest Library.Template into this repo (at position of HEAD) and resolves conflicts. Use when this capability is needed.
    0 installs
  100. Checkout Customization 2 · tomevault-io bundle
    Customize Shopify checkout with UI extensions and functions. Use this skill for building checkout UI extensions, adding custom fields, implementing payment customizations, creating post-purchase experiences, and extending customer accounts. Covers Checkout UI Extensions API and checkout branding. Use when this capability is needed.
    0 installs