← all publishers

tomevault-io

@tomevault-io source repo

62172 published skills · page 45 of 622

  1. Golang Patterns 25 · tomevault-io bundle
    惯用的 Go 模式、最佳实践和约定,用于构建健壮、高效和可维护的 Go 应用程序。 Use when this capability is needed.
    0 installs
  2. Mjml Email Templates 2 · tomevault-io bundle
    Build responsive email templates using MJML markup language. Compiles to cross-client HTML that works in Outlook, Gmail, and Apple Mail. Includes template renderer, layout patterns, and variable substitution. Use when this capability is needed.
    0 installs
  3. R Package Development 2 · tomevault-io bundle
    R package development guide covering dependencies, API design, testing, and documentation. Use when developing R packages. Use when this capability is needed.
    0 installs
  4. Context Fundamentals 3 · tomevault-io bundle
    Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage. Use when this capability is needed.
    0 installs
  5. Context Optimization 4 · tomevault-io bundle
    Apply optimization techniques to extend effective context capacity. Use when context limits constrain agent performance, when optimizing for cost or latency, or when implementing long-running agent systems. Use when this capability is needed.
    0 installs
  6. Multi Agent Patterns 2 · tomevault-io bundle
    Design multi-agent architectures for complex tasks. Use when single-agent context limits are exceeded, when tasks decompose naturally into subtasks, or when specializing agents improves quality. Use when this capability is needed.
    2 installs
  7. Pb Mapper Client CLI Deploy 2 · tomevault-io bundle
    Deploy or upgrade `pb-mapper-client-cli` on a remote Linux host through SSH, install it as a managed `systemd` tunnel service, and verify the exposed API path end-to-end. Use when users ask to operationalize a client tunnel for a service key (download locally, upload remotely, run as service, and health-check). Use when this capability is needed.
    0 installs
  8. Performance Optimization 8 · tomevault-io bundle
    Optimizes application performance. Use when performance requirements exist, when you suspect performance regressions, or when Core Web Vitals or load times need improvement. Use when profiling reveals bottlenecks that need fixing. Use when this capability is needed.
    0 installs
  9. Web Quality Audit 3 · 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
  10. Rust Unsafe 2 · tomevault-io bundle
    Disciplined unsafe Rust — five superpowers (dereference raw pointer *const/*mut, call unsafe fn/method, access/modify mutable static, implement unsafe trait, access union fields), SAFETY comment invariants, minimizing unsafe scope, wrapping unsafe in safe abstractions, undefined behavior (UB) taxonomy (null deref, dangling pointer, data race, invalid transmute, aliasing violation), static mut → OnceLock/atomic migration, std::mem::transmute misuse detection, unsafe impl Send/Sync soundness, FFI/extern boundary discipline, union field access. Auto-triggers on ANY `unsafe` block/fn, any raw-pointer deref (*const/*mut), any `static mut`, any `std::mem::transmute`, any FFI/`extern` boundary, any `unsafe impl`. Use when this capability is needed.
    0 installs
  11. Git Commit Helper 6 · tomevault-io bundle
    Creates well-structured git commits by analyzing changes, drafting messages, and executing commits using Gemini CLI's `run_shell_command` for git operations.
    0 installs
  12. Research Codebase 3 · tomevault-io bundle
    Conduct comprehensive codebase research by delegating to parallel sub-agents and synthesizing findings using Gemini CLI tools. Use when this capability is needed.
    0 installs
  13. Coding Standards 23 · tomevault-io bundle
    适用于TypeScript、JavaScript、React和Node.js开发的通用编码标准、最佳实践和模式。 Use when this capability is needed.
    0 installs
  14. Fastapi Patterns 13 · tomevault-io bundle
    FastAPI patterns for async APIs, dependency injection, Pydantic request and response models, OpenAPI docs, tests, security, and production readiness. Use when this capability is needed.
    0 installs
  15. Flutter Dart Code Review 3 · tomevault-io bundle
    Library-agnostic Flutter/Dart code review checklist covering widget best practices, state management patterns (BLoC, Riverpod, Provider, GetX, MobX, Signals), Dart idioms, performance, accessibility, security, and clean architecture. Use when this capability is needed.
    0 installs
  16. Marketing Demand Acquisition 2 · tomevault-io bundle
    负责制定需求生成策略(demand generation campaigns),优化在 LinkedIn、Google 和 Meta 平台上的付费广告支出(paid ad spend),制定 SEO 策略,并为那些正在国际扩张的 A+ 级初创企业(Series A+ startups)搭建合作伙伴关系体系。适用于规划营销策略(marketing strategy)、增长营销(growth marketing)、广告活动(advertising campaigns)、PPC 优化(PPC optimization)、潜在客户生成(lead generation)以及初创企业营销预算(startup marketing budgets)等场景。工作内容包括多渠道获取策略(multi-channel acquisition,如 Google Ads、LinkedIn Ads、Meta Ads)、客户获取成本(CAC)分析、潜在客户转化(MQL/SQL)工作流程、归因模型(attribution modeling)、技术性 SEO(technical SEO),以及在欧洲、美国和加拿大市场开展联合营销合作(co-marketing partnerships),特别是针对那些采用 PLG(产品驱动销售,Product-Led Growth)或销售驱动(Sales-Led)模式的初创企业。 Use when this capability is needed.
    0 installs
  17. Creating Claude Hooks 2 · tomevault-io bundle
    Use when creating or publishing Claude Code hooks - covers executable format, event types, JSON I/O, exit codes, security requirements, and PRPM package structure
    0 installs
  18. Creating Claude Rules 2 · tomevault-io bundle
    Use when creating or fixing .claude/rules/ files - provides correct paths frontmatter (not globs), glob patterns, and avoids Cursor-specific fields like alwaysApply
    0 installs
  19. Pytest Coverage 7 · tomevault-io bundle
    Run pytest tests with coverage, discover lines missing coverage, and increase coverage to 100%. Use when this capability is needed.
    0 installs
  20. Test Specialist 2 · tomevault-io bundle
    This skill should be used when writing test cases, fixing bugs, analyzing code for potential issues, or improving test coverage for JavaScript/TypeScript applications. Use this for unit tests, integration tests, end-to-end tests, debugging runtime errors, logic bugs, performance issues, security vulnerabilities, and systematic code analysis. Use when this capability is needed.
    0 installs
  21. Java Code Style 2 · tomevault-io bundle
    Java 25 code style conventions for crypto-scout-collector including naming, imports, error handling, repository patterns, and testing Use when this capability is needed.
    0 installs
  22. Terraform Procedures 2 · tomevault-io bundle
    Use this skill when authoring or running a Terraform plan/apply, refactoring modules, performing state surgery, importing existing cloud resources, or working in repos that use OpenTofu instead of HashiCorp Terraform — Terraform and OpenTofu procedures covering state operations (state list/show/mv/rm/pull/push), plan/apply lifecycle, OpenTofu fork compatibility, state-surgery safety warnings, and workspace handling. Loaded by `/infra-change` and other infrastructure workflows; not a workflow itself.
    0 installs
  23. Azure Role Selector 2 · tomevault-io bundle
    Use 'Azure MCP/documentation' tool to find the minimal role definition that Use when this capability is needed.
    0 installs
  24. Vscode Ext Commands 2 · tomevault-io bundle
    This skill helps you to contribute commands in VS Code extensions Use when this capability is needed.
    0 installs
  25. Web Design Reviewer 6 · tomevault-io bundle
    This skill enables visual inspection and validation of website design quality, Use when this capability is needed.
    0 installs
  26. Condition Based Waiting 4 · tomevault-io bundle
    Use when tests have race conditions, timing dependencies, or inconsistent pass/fail behavior - replaces arbitrary timeouts with condition polling to wait for actual state changes, eliminating flaky tests from timing guesses
    0 installs
  27. Test Driven Development 26 · tomevault-io bundle
    Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
    0 installs
  28. API Documenter 3 · tomevault-io bundle
    Auto-generate API documentation from code and comments. Use when API endpoints change, or user mentions API docs. Creates OpenAPI/Swagger specs from code. Triggers on API file changes, documentation requests, endpoint additions. Use when this capability is needed.
    0 installs
  29. Readme Updater 3 · tomevault-io bundle
    Keep README files current with project changes. Use when project structure changes, features added, or setup instructions modified. Suggests README updates based on code changes. Triggers on significant project changes, new features, dependency changes. Use when this capability is needed.
    0 installs
  30. Test Generator 13 · tomevault-io bundle
    Automatically suggest tests for new functions and components. Use when new code is written, functions added, or user mentions testing. Creates test scaffolding with Jest, Vitest, Pytest patterns. Triggers on new functions, components, test requests, testing mentions. Use when this capability is needed.
    0 installs
  31. Kubernetes Operator 2 · tomevault-io bundle
    Use when building a Kubernetes Operator — custom controllers that reconcile CRD state. Triggers on "build an operator", "CRD design", "reconcile loop", "controller-runtime", "kubebuilder", "operator-sdk", "metacontroller", "KOPF", "operator capability levels", or "custom resource". Ships CRD validator, reconcile-loop linter, and OperatorHub capability auditor (all stdlib Python), 4 references on the operator pattern + CRD design + reconcile patterns + tooling landscape, and a /operator-audit slash command. NOT a generic k8s skill — specifically the Operator pattern.
    0 installs
  32. Machine Learning 6 · tomevault-io bundle
    Expert ML engineer specializing in MLOps, ML platform design, distributed training, model optimization, and production ML systems. Use when this capability is needed.
    0 installs
  33. Otel Instrumentation 2 · tomevault-io bundle
    Instrument applications with OpenTelemetry SDK and validate telemetry using Kopai. Use when setting up observability, adding tracing/logging/metrics, testing instrumentation, or debugging missing telemetry data. Use when this capability is needed.
    0 installs
  34. CI CD Patterns 6 · tomevault-io bundle
    CI/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.
    0 installs
  35. Changelog Management 3 · tomevault-io bundle
    Changelogs document changes to software over time, helping users and Use when this capability is needed.
    0 installs
  36. CI CD Github Actions 5 · tomevault-io bundle
    GitHub Actions is a CI/CD platform that automates your build, test, and Use when this capability is needed.
    0 installs
  37. React Best Practices 12 · tomevault-io bundle
    React is a JavaScript library for building user interfaces using component-based Use when this capability is needed.
    0 installs
  38. Typescript Standards 4 · tomevault-io bundle
    TypeScript coding standards provide comprehensive guidelines for writing Use when this capability is needed.
    0 installs
  39. Python Performance Optimization 4 · tomevault-io bundle
    cProfile、メモリプロファイラー、パフォーマンスベストプラクティスを使用してPythonコードをプロファイルおよび最適化。低速なPythonコードのデバッグ、ボトルネックの最適化、アプリケーションパフォーマンスの改善時に使用。 Use when this capability is needed.
    0 installs
  40. Communication Guidelines 2 · tomevault-io bundle
    Use when starting work - guidelines for asking questions and commit policies
    0 installs
  41. Writing Hookify Rules 2 · tomevault-io
    This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns. Use when this capability is needed.
    0 installs
  42. Create Unit Test 2 · tomevault-io bundle
    Create and run unit tests following the project's architecture and guidelines (Robolectric, naming, location). Use when this capability is needed.
    0 installs
  43. Gemini CLI Runtime 10 · tomevault-io bundle
    Internal helper contract for calling the gemini-companion runtime from Claude Code Use when this capability is needed.
    0 installs
  44. CI CD Optimizer 2 · tomevault-io bundle
    Optimize CI/CD pipelines for speed, reliability, and efficiency. Use when improving build times, fixing pipeline failures, or enhancing deployment processes. Use when this capability is needed.
    0 installs
  45. Schema Designer 3 · tomevault-io bundle
    Design database schemas with proper normalization, relationships, constraints, and indexes. Use when creating database tables, modeling data relationships, or designing database structure. Use when this capability is needed.
    0 installs
  46. Azure Database Mysql 2 · tomevault-io bundle
    Expert knowledge for Azure Database for MySQL development including troubleshooting, best practices, decision making, architecture & design patterns, limits & quotas, security, configuration, integrations & coding patterns, and deployment. Use when deploying MySQL Flexible Server, tuning performance, configuring HA/networking, securing access, or integrating apps, and other Azure Database for MySQL related development tasks. Not for Azure Database for MariaDB (use azure-database-mariadb), Azure Database for PostgreSQL (use azure-database-postgresql), Azure SQL Database (use azure-sql-database), Azure SQL Managed Instance (use azure-sql-managed-instance). Use when this capability is needed.
    0 installs
  47. React Admin 2 · tomevault-io bundle
    This skill should be used when building, modifying, or debugging a react-admin application — including creating resources, lists, forms, data fetching, authentication, relationships between entities, custom pages, or any CRUD admin interface built with react-admin. Use when this capability is needed.
    0 installs
  48. Vue Skilld 6 · tomevault-io bundle
    Use when working with the progressive JavaScript framework for building modern web UI. ALWAYS use when editing or working with *.vue files or code importing \"vue\". Consult for debugging, best practices, or modifying vue, core.
    0 installs
  49. React Best Practices 13 · tomevault-io bundle
    React/Next.js performance optimization with 40+ rules in 8 categories Use when this capability is needed.
    0 installs
  50. Redis Best Practices 2 · tomevault-io bundle
    Redis best practices for caching, data structures, and in-memory data architecture Use when this capability is needed.
    0 installs
  51. Azure SQL 2 · tomevault-io bundle
    Provision Azure SQL Database and Cosmos DB. Configure security, backups, and replication. Use when deploying managed databases on Azure. Use when this capability is needed.
    0 installs
  52. Golang Stretchr Testify 3 · tomevault-io bundle
    Comprehensive guide to stretchr/testify for Golang testing. Covers assert, require, mock, and suite packages in depth. Use whenever writing tests with testify, creating mocks, setting up test suites, or choosing between assert and require. Essential for testify assertions, mock expectations, argument matchers, call verification, suite lifecycle, and advanced patterns like Eventually, JSONEq, and custom matchers. Trigger on any Go test file importing testify. Use when this capability is needed.
    0 installs
  53. Nextjs App Router Patterns 4 · tomevault-io bundle
    Master 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.
    0 installs
  54. Agent Md Refactor 2 · tomevault-io bundle
    Refactor bloated AGENTS.md, CLAUDE.md, or similar agent instruction files to follow progressive disclosure principles. Splits monolithic files into organized, linked documentation. Use when this capability is needed.
    0 installs
  55. Rails Conventions 2 · tomevault-io bundle
    This skill should be used when the user asks about "Rails conventions", "Rails best practices", "Rails file structure", "MVC patterns", "naming conventions", "Rails Way", "convention over configuration", "where to put code", "Rails architecture", or needs guidance on organizing Rails application code following established conventions. Use when this capability is needed.
    0 installs
  56. Systematic Debugging 28 · tomevault-io bundle
    Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes. Implements scientific method for debugging with root cause analysis.
    0 installs
  57. Reviewing Pull Requests 2 · tomevault-io bundle
    Use when user mentions reviewing PRs, provides GitHub PR URLs/numbers, or discusses code review. Provides structured analysis of code quality, backward compatibility, security issues, test coverage, and unaddressed comments with categorized findings (Critical/High/Medium/Low). Creates isolated git worktree for safe review, ensures comprehensive security analysis, and generates actionable recommendations. Invoke before analyzing any pull request changes.
    0 installs
  58. AI Agent Development 7 · tomevault-io bundle
    AI agent development workflow for building autonomous agents, multi-agent systems, and agent orchestration with CrewAI, LangGraph, and custom agents. Use when designing or implementing AI agents. Use when this capability is needed.
    2 installs
  59. Vue Router Best Practices 5 · tomevault-io bundle
    Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions. Use when this capability is needed.
    0 installs
  60. Temporal Python Testing 2 · tomevault-io bundle
    Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local development setup. Use when implementing Temporal workflow tests or debugging test failures. Use when this capability is needed.
    0 installs
  61. Download CI Artifacts 2 · tomevault-io bundle
    Download test results, screenshots, and logs from GitHub Actions Use when this capability is needed.
    0 installs
  62. Backend Dev Guidelines 9 · tomevault-io bundle
    Opinionated backend development standards for Node.js + Express + TypeScript microservices. Covers layered architecture, BaseController pattern, dependency injection, Prisma repositories, Zod validation, unifiedConfig, Sentry error tracking, async safety, and testing discipline. Use when this capability is needed.
    0 installs
  63. Nanobanana Skill 2 · tomevault-io bundle
    Generate or edit images using Google Gemini API via nanobanana. Use when the user asks to create, generate, edit images with nanobanana, or mentions image generation/editing tasks. Use when this capability is needed.
    0 installs
  64. Help 14 · tomevault-io bundle
    Shows available skills, common workflows, and quick reference for the plugin. Use when the user asks for help, what skills are available, or how to do something. Use when this capability is needed.
    0 installs
  65. Test 45 · tomevault-io bundle
    Runs automated tests to validate plugin integrity across 14 categories. Use before creating PRs, after making changes to skills or templates, or to verify plugin health.
    0 installs
  66. V3 CLI Modernization 2 · tomevault-io bundle
    CLI modernization and hooks system enhancement for claude-flow v3. Implements interactive prompts, command decomposition, enhanced hooks integration, and intelligent workflow automation. Use when this capability is needed.
    0 installs
  67. Mineru Extract 2 · tomevault-io bundle
    Use the official MinerU (mineru.net) parsing API to convert a URL (HTML pages like WeChat articles, or direct PDF/Office/image links) into clean Markdown + structured outputs. Use when web_fetch/browser can’t access or extracts messy content, and you want higher-fidelity parsing (layout/table/formula/OCR). Use when this capability is needed.
    0 installs
  68. Rust Desktop Applications 2 · tomevault-io bundle
    Build cross-platform desktop applications with Rust using Tauri framework and native GUI alternatives Use when this capability is needed.
    0 installs
  69. Accessibility Audit 7 · tomevault-io bundle
    Use when auditing UI for accessibility, WCAG compliance, keyboard navigation, screen reader support, or when building inclusive interfaces.
    0 installs
  70. UI Component Generation 2 · tomevault-io bundle
    Use when appropriate based on the user's context.
    0 installs
  71. Testing 80 · tomevault-io bundle
    Create or expand test suites for microservices (unit, integration, consumer-contract tests for HTTP/gRPC handlers, service flows, event consumers, caches, jobs). Use when adding tests, raising coverage, writing regression tests, or validating consumer-facing behavior. NOT for adversarial code review (use review); NOT for final ship-readiness checks (use finish). Use when this capability is needed.
    0 installs
  72. Code Review 302 · tomevault-io bundle
    Performs structured code reviews focusing on bugs, security, performance, and best practices. Use when reviewing code, pull requests, diffs, or when the user asks for feedback on implementations. Use when this capability is needed.
    1 install
  73. Create Handoff 3 · tomevault-io bundle
    Create handoff documentation for work-in-progress sessions. Use when handing off work to another agent to supplement history compaction and and progress summarization. Use when this capability is needed.
    0 installs
  74. Implement Plan 2 · tomevault-io bundle
    Execute approved implementation plans from scratchpad. Use when implementing a previously planned feature. Use when this capability is needed.
    0 installs
  75. React Patterns 10 · tomevault-io bundle
    Write React components with minimal state, proper memoization, and type-safe patterns. Use when creating components, managing state, or optimizing renders. Use when this capability is needed.
    0 installs
  76. Geospatial Visualization 2 · tomevault-io bundle
    Master geographic and mapping visualizations with GeoViews. Use this skill when creating interactive maps, visualizing point/polygon/line geographic data, building choropleth maps, performing spatial analysis (joins, buffers, proximity), working with coordinate reference systems, or integrating tile providers and basemaps. Use when this capability is needed.
    0 installs
  77. Architecture Designer 2 · tomevault-io bundle
    System architecture, tech stack selection, debugging complex issues, and ADRs. Use for design AND troubleshooting. Use when this capability is needed.
    0 installs
  78. Custom Builtin Functions 2 · tomevault-io bundle
    Create a custom builtin function to be used in the Rego policy engine Use when this capability is needed.
    0 installs
  79. Appwrite Swift 2 · tomevault-io bundle
    Appwrite Swift SDK skill. Use when building native iOS, macOS, watchOS, or tvOS apps, or server-side Swift applications with Appwrite. Covers client-side auth (email, OAuth), database queries, file uploads, real-time subscriptions with async/await, and server-side admin via API keys for user management, database administration, storage, and functions. Use when this capability is needed.
    0 installs
  80. Git Workflow 183 · tomevault-io bundle
    Standards for committing and pushing code to the Cycle Navigator Dashboard repository. Use this when the user wants to save, commit, or deploy changes. Use when this capability is needed.
    0 installs
  81. Visualize 2 · tomevault-io bundle
    Render rich interactive visuals — SVG diagrams, HTML widgets, Chart.js charts, interactive explainers — directly inline in chat using the render_visualization tool. Use whenever the user asks to visualize, diagram, chart, draw, map out, or illustrate something, or when a topic has spatial, sequential, or systemic relationships a diagram would clarify better than prose. Also use proactively for data comparisons, metrics, architecture, processes, or mechanisms that benefit from a visual. Use when this capability is needed.
    0 installs
  82. Documentation Writer 23 · tomevault-io bundle
    Generate comprehensive documentation for PHP projects including API docs, README files, and inline documentation. Use when asked to document code or create project documentation. Use when this capability is needed.
    0 installs
  83. Acestep 3 · tomevault-io bundle
    Use ACE-Step API to generate music, edit songs, and remix music. Supports text-to-music, lyrics generation, audio continuation, and audio repainting. Use this skill when users mention generating music, creating songs, music production, remix, or audio continuation. Use when this capability is needed.
    0 installs
  84. Test Driven Development 27 · tomevault-io bundle
    Use when implementing any feature or bugfix, before writing implementation code
    0 installs
  85. Calculator 2 · tomevault-io bundle
    Performs arbitrary-precision arithmetic calculations including addition, subtraction, multiplication, division, and exponents. Use when the user asks to calculate, compute, or evaluate math expressions, or when precise decimal arithmetic is needed to avoid floating-point errors. Use when this capability is needed.
    0 installs
  86. Gitlab Mr 2 · tomevault-io bundle
    Manages git commits with Jira tickets (EPMCDME-xxx format), pushes, and GitLab MR creation. Works in any GitLab repository — repo info is detected at runtime. Use this skill whenever the user says "commit changes", "push changes", "create MR", "make merge request", "push and open PR", or any similar GitLab workflow request. Enforces Jira ticket format in commit messages.
    0 installs
  87. Vue Router Best Practices 6 · tomevault-io bundle
    Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions. Use when this capability is needed.
    0 installs
  88. Openspec Apply Change 17 · tomevault-io bundle
    Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks. Use when this capability is needed.
    0 installs
  89. Codebase Analysis 4 · tomevault-io bundle
    Patterns and techniques for analyzing brownfield codebases. Use when onboarding to unfamiliar code, preparing for refactoring, conducting architecture reviews, or identifying technical debt. Use when this capability is needed.
    0 installs
  90. Supabase Patterns 2 · tomevault-io bundle
    Generic Supabase best practices for Row Level Security, realtime subscriptions, storage, and edge functions. Framework-agnostic. Use when this capability is needed.
    0 installs
  91. Analytics Tracking 3 · tomevault-io bundle
    When the user wants to set up, improve, or audit analytics tracking and measurement. Also use when the user mentions "set up tracking," "GA4," "Google Analytics," "conversion tracking," "event tracking," "UTM parameters," "tag manager," "GTM," "analytics implementation," "tracking plan," "how do I measure this," "track conversions," "attribution," "Mixpanel," "Segment," "are my events firing," or "analytics isn't working." Use this whenever someone asks how to know if something is working or wants to measure marketing results. For A/B test measurement, see ab-test-setup. Use when this capability is needed.
    0 installs
  92. Free Tool Strategy 2 · tomevault-io bundle
    When the user wants to plan, evaluate, or build a free tool for marketing purposes — lead generation, SEO value, or brand awareness. Also use when the user mentions "engineering as marketing," "free tool," "marketing tool," "calculator," "generator," "interactive tool," "lead gen tool," "build a tool for leads," "free resource," "ROI calculator," "grader tool," "audit tool," "should I build a free tool," or "tools for lead gen." Use this whenever someone wants to build something useful and give it away to attract leads or earn links. For downloadable content lead magnets (ebooks, checklists, templates), see lead-magnets. Use when this capability is needed.
    0 installs
  93. Review 57 · tomevault-io bundle
    Code review for quality, patterns, and best practices Use when this capability is needed.
    0 installs
  94. Naming Conventions 5 · tomevault-io bundle
    Naming conventions for types, functions, files, and resources. Use when creating new code or reviewing naming patterns. Emphasizes type-driven development. Use when this capability is needed.
    0 installs
  95. Writing Tests 8 · tomevault-io bundle
    Guidelines on writing tests for the backend Use when this capability is needed.
    0 installs
  96. Performance Optimizer 2 · tomevault-io bundle
    Optimize application performance and scalability. Use when investigating slow applications, scaling bottlenecks, or improving response times. Covers profiling, caching, database optimization, and frontend performance. Use when this capability is needed.
    0 installs
  97. API Design 35 · tomevault-io bundle
    RESTful API design conventions, OpenAPI specifications, versioning strategies, and error response patterns. Use when designing, building, or documenting APIs. Use when this capability is needed.
    0 installs
  98. Clean Code 13 · tomevault-io bundle
    Principles for writing readable, maintainable, and simple code. Use when writing new functions, refactoring existing code, doing code reviews, or when user asks about "naming conventions", "code readability", "clean code", or "code quality". Use when this capability is needed.
    0 installs
  99. Parallel Execution 4 · tomevault-io bundle
    Use when multiple subtasks have no shared files or dependencies and can be executed simultaneously.
    0 installs
  100. Frontend Code Review 2 · tomevault-io bundle
    Conducts comprehensive frontend code reviews including React/Vue/Angular component analysis, TypeScript/JavaScript quality assessment, CSS/styling review, performance optimization, accessibility compliance, security vulnerabilities, and best practices validation. Produces detailed review reports with specific issues, severity ratings, and actionable recommendations. Use when reviewing frontend code, analyzing React/Vue/Angular components, checking JavaScript/TypeScript quality, validating CSS/SCSS, assessing web performance, or when users mention "review frontend code", "check React components", "analyze JavaScript", "review TypeScript", "validate accessibility", or "frontend code quality". Use when this capability is needed.
    0 installs