← all publishers

tomevault-io

@tomevault-io source repo

62247 published skills · page 109 of 623

  1. Testing Patterns 3 · tomevault-io bundle
    This skill should be used when the user asks to "write tests", "test strategy", "coverage", "unit test", "integration test", or needs testing guidance. Provides testing methodology and patterns. Use when this capability is needed.
    0 installs
  2. Github Actions 7 · tomevault-io bundle
    GitHub Actions CI/CD expert skill. Use when creating, debugging, optimizing, or securing GitHub Actions workflows, implementing DevSecOps pipelines, setting up deployment strategies, configuring matrix builds, caching, reusable workflows, OIDC authentication, or troubleshooting CI/CD failures. Use when this capability is needed.
    0 installs
  3. Golang Code Style 2 · tomevault-io bundle
    Golang code style, formatting and conventions. Use when writing code, reviewing style, configuring linters, writing comments, or establishing project standards. Use when this capability is needed.
    0 installs
  4. Golang Samber Hot 2 · tomevault-io bundle
    In-memory caching in Golang using samber/hot — eviction algorithms (LRU, LFU, TinyLFU, W-TinyLFU, S3FIFO, ARC, TwoQueue, SIEVE, FIFO), TTL, cache loaders, sharding, stale-while-revalidate, missing key caching, and Prometheus metrics. Apply when using or adopting samber/hot, when the codebase imports github.com/samber/hot, or when the project repeatedly loads the same medium-to-low cardinality resources at high frequency and needs to reduce latency or backend pressure. Use when this capability is needed.
    0 installs
  5. Architect 12 · tomevault-io bundle
    Technical architect who designs system architecture, ensures best practices, and guides the team on technical decisions Use when this capability is needed.
    0 installs
  6. Developer 6 · tomevault-io bundle
    Bug fixer and feature implementer who tracks work and manages development workflow Use when this capability is needed.
    0 installs
  7. Web Browser 4 · tomevault-io bundle
    Allows to interact with web pages by performing actions such as clicking buttons, filling out forms, and navigating links. It works by remote controlling Google Chrome or Chromium browsers using the Chrome DevTools Protocol (CDP). When Claude needs to browse the web, it can use this skill to do so. Use when this capability is needed.
    0 installs
  8. Git Workflow 94 · tomevault-io bundle
    Provides git workflow conventions including conventional commits, branch naming, PR review guidelines, and issue tracker integration. Use when performing git operations, creating commits, opening PRs, conducting code reviews, or managing branches.
    0 installs
  9. Format 4 · tomevault-io bundle
    Check code formatting (prettier + stylelint) without modifying files Use when this capability is needed.
    0 installs
  10. Code Review 181 · tomevault-io bundle
    コード変更のセキュリティと品質をレビューするスキル。コミット前の変更点を分析し、セキュリティ脆弱性、コード品質の問題、ベストプラクティス違反を検出します。「コードレビュー」「セキュリティチェック」「品質チェック」などのフレーズでトリガーされます。 Use when this capability is needed.
    0 installs
  11. MCP Builder 32 · tomevault-io bundle
    Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK). Use when this capability is needed.
    0 installs
  12. Update Docs 18 · tomevault-io bundle
    ドキュメント更新ガイド。ソースコードの信頼できる情報源(Single Source of Truth)からドキュメントを同期・更新する。package.json、pyproject.toml、.csprojなどから自動的にドキュメントを生成し、古いドキュメントを特定する。「ドキュメント更新」「docs更新」「ドキュメント同期」などのフレーズで発動。 Use when this capability is needed.
    0 installs
  13. Verification Loop 2 · tomevault-io bundle
    6フェーズ検証ループ(Build→Type→Lint→Test→Security→Diff)でPRレディネスを判定。 Use when this capability is needed.
    0 installs
  14. Skill Enhancer 2 · tomevault-io bundle
    Analyze user feedback and edit existing skills to perfection by applying targeted enhancements. Use when users want to improve, refine, iterate on, or perfect an existing skill based on specific feedback. Triggers on requests like "improve this skill", "enhance the X skill", "this skill needs...", "make this skill better", "refine the skill based on...", or when users provide critique, suggestions, or observations about skill behavior that should be incorporated. Use when this capability is needed.
    0 installs
  15. Run Tests 11 · tomevault-io bundle
    Run the pynetbox test suite — unit tests only, integration tests against a live NetBox in Docker, or both. Covers how to pick the right command, pass options, and interpret failures. Use when this capability is needed.
    0 installs
  16. Skill Builder 7 · tomevault-io bundle
    Comprehensive guide for building Agent Skills according to agentskills.io specification. Use when developers need to create, structure, or validate skills that follow the Agent Skills standard format and best practices. Use when this capability is needed.
    0 installs
  17. Kubernetes Specialist 2 · tomevault-io bundle
    Use when deploying or managing Kubernetes workloads requiring cluster configuration, security hardening, or troubleshooting. Invoke for Helm charts, RBAC policies, NetworkPolicies, storage configuration, performance optimization.
    0 installs
  18. Test Review 2 · tomevault-io bundle
    Review test quality and audit test coverage for any module. This skill should be used when reviewing existing tests, auditing test gaps, writing new tests, or when asked to assess test health. It pipelines testing standards into the audit workflow to produce a prioritized gap report. The output is a report, not code — do not write test implementations until the report is reviewed. Use when this capability is needed.
    0 installs
  19. Librarian 2 · tomevault-io bundle
    Research open-source libraries with evidence-backed answers and GitHub permalinks. Use when the user asks about library internals, needs implementation details with source code references, wants to understand why something was changed, or needs authoritative answers backed by actual code. Excels at navigating large open-source repos and providing citations to exact lines of code. Use when this capability is needed.
    0 installs
  20. Code Review 182 · tomevault-io bundle
    Use after completing implementation to review code quality, user impact, test coverage, and documentation before creating a PR Use when this capability is needed.
    0 installs
  21. My Skill 2 · tomevault-io bundle
    Use when working with a skill with nested file structure for testing
    0 installs
  22. Graphify 3 · tomevault-io bundle
    Use for any question about a codebase, its architecture, file relationships, or project content — especially when graphify-out/ exists, where the question should be treated as a graphify query first. Turns any input (code, docs, papers, images, videos) into a persistent knowledge graph with god nodes, community detection, and query/path/explain tools. Use when this capability is needed.
    0 installs
  23. Vue Best Practices 7 · tomevault-io bundle
    MUST be used for Vue.js tasks. Strongly recommends Composition API with `<script setup>` and TypeScript as the standard approach. Covers Vue 3, SSR, Volar, vue-tsc. Load for any Vue, .vue files, Vue Router, Pinia, or Vite with Vue work. ALWAYS use Composition API unless the project explicitly requires Options API. Use when this capability is needed.
    0 installs
  24. Airtable 2 · tomevault-io bundle
    Airtable REST API via curl. Records CRUD, filters, upserts. Use when this capability is needed.
    0 installs
  25. Documentation 44 · tomevault-io bundle
    Guides documentation standards including JSDoc, README structure, and API documentation. Use when this capability is needed.
    0 installs
  26. Using Superpowers 3 · tomevault-io bundle
    Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
    0 installs
  27. Frontend Design 48 · tomevault-io bundle
    Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics. Use when this capability is needed.
    0 installs
  28. Generate Image 4 · tomevault-io bundle
    Generate images from text prompts using Qwen-Image (Dashscope). Saves output as local PNG files. Requires DASHSCOPE_API_KEY. Use deliver_artifacts to send generated images to IM chat. Use when this capability is needed.
    0 installs
  29. Skill Creator 112 · tomevault-io bundle
    This skill should be used when the user wants to "create a skill", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices. Use when this capability is needed.
    0 installs
  30. Theme Factory 9 · tomevault-io bundle
    Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly. Use when this capability is needed.
    0 installs
  31. Canvas 2 · tomevault-io bundle
    Display HTML content on connected OpenClaw nodes (Mac app, iOS, Android). Use when you need to present web-based visualizations, games, dashboards, or interactive demos on a connected device's canvas view. Use when this capability is needed.
    0 installs
  32. Gemini 28 · tomevault-io bundle
    Gemini CLI for one-shot Q&A, summaries, and generation. Use when this capability is needed.
    0 installs
  33. Skill Creator 113 · 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
  34. Documentation 45 · tomevault-io bundle
    Generate comprehensive API documentation using DocC (Swift-DocC) for your PaleoRose project Use when this capability is needed.
    0 installs
  35. Help 11 · tomevault-io bundle
    Interactive workspace discovery - learn what tools, workflows, agents, and hooks are available Use when this capability is needed.
    0 installs
  36. Test 38 · tomevault-io bundle
    Comprehensive testing workflow - unit tests ∥ integration tests → E2E tests Use when this capability is needed.
    0 installs
  37. Code Polish 2 · tomevault-io bundle
    This skill should be used when the user asks to "polish code", "simplify and review", "clean up and review code", "full code polish", "simplify then review", "refactor and review", "simplify and fix", "clean up and fix", or wants a combined simplification and review workflow on recently changed code. Use when this capability is needed.
    0 installs
  38. Code Review 183 · tomevault-io bundle
    This skill should be used when the user asks to "review code", "review PR", "code review", "audit code", "check for bugs", "security review", "review my changes", "find issues in this code", "review the diff", or asks for pull request review or code audit. Use when this capability is needed.
    0 installs
  39. Frontend Design 49 · tomevault-io bundle
    Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics. Use when the user asks to build web components, pages, artifacts, posters, or applications, or when any design skill requires project context. Use when this capability is needed.
    0 installs
  40. Skill Creator 114 · tomevault-io bundle
    Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets. Use when this capability is needed.
    0 installs
  41. Skill Creator 115 · 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 the Agent's capabilities with specialized knowledge, workflows, or tool integrations. Use when this capability is needed.
    0 installs
  42. Pr Description 3 · tomevault-io bundle
    Update a GitHub PR description with a summary of changes Use when this capability is needed.
    0 installs
  43. Web Design Guidelines 10 · tomevault-io bundle
    Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices". Use when this capability is needed.
    0 installs
  44. REST API 10 · tomevault-io bundle
    Write REST API endpoints with HTTP methods, status codes, versioning, and OpenAPI documentation. Use when creating API endpoints or implementing backend services. Use when this capability is needed.
    0 installs
  45. Frontend React 2 · tomevault-io bundle
    专业的 React 开发技能,涵盖 Next.js、React Server Components、Tailwind CSS 和 React 生态系统。使用此技能构建现代 React 应用程序、实现 Next.js 功能、使用 shadcn/ui 创建 UI 组件,或处理复杂状态管理。 Use when this capability is needed.
    0 installs
  46. Go Development 3 · tomevault-io bundle
    Go 语言开发技能,专注于 Fiber Web 框架、Cobra CLI、GORM ORM、整洁架构和并发编程。使用此技能构建 Go Web 应用、开发 CLI 工具、实现 RESTful API,或需要 Go 架构设计和性能优化指导时使用。 Use when this capability is needed.
    0 installs
  47. Pulumi Upgrade Provider 3 · tomevault-io bundle
    Automate Pulumi provider repo upgrades with the `upgrade-provider` tool. Use when upgrading a pulumi provider repository to a new upstream version, running `upgrade-provider`, and addressing its common failure modes like patch conflicts or missing module mappings. Use when this capability is needed.
    0 installs
  48. Pulumi Upgrade Provider 4 · tomevault-io bundle
    Automate Pulumi provider repo upgrades with the `upgrade-provider` tool. Use when upgrading a pulumi provider repository to a new upstream version, running `upgrade-provider`, and addressing its common failure modes like patch conflicts or missing module mappings. Use when this capability is needed.
    0 installs
  49. Make Plan 2 · tomevault-io bundle
    Create a plan based on document research through an interactive, iterative process. Use when this capability is needed.
    0 installs
  50. Git Workflow 95 · tomevault-io bundle
    Quick reference for git operations, commit patterns, and workflow best practices Use when this capability is needed.
    0 installs
  51. Code Standards 3 · tomevault-io bundle
    Setup universal code quality standards in your project. Use when the user wants to generate coding standards files (CLAUDE.md, AGENTS.md, GEMINI.md, etc.) or mentions 'code standards', 'code review setup', or similar intent in any language. Use when this capability is needed.
    0 installs
  52. 1password 15 · tomevault-io bundle
    Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op. Use when this capability is needed.
    0 installs
  53. Code Reviewer 27 · tomevault-io bundle
    Analyzes code for performance, maintainability, quality, and architecture
    0 installs
  54. Vercel React Best Practices 28 · tomevault-io bundle
    React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements. Use when this capability is needed.
    0 installs
  55. Vibe Coding 2 · tomevault-io bundle
    Help users build software using AI coding tools. Use when someone is using AI to generate code, building prototypes without deep technical skills, or exploring how non-engineers can create functional software through natural language. Use when this capability is needed.
    0 installs
  56. Nanobanana 2 · tomevault-io bundle
    Generate and edit images using Google Gemini 3 Pro Image (Nano Banana Pro). Supports text-to-image, image editing, various aspect ratios, and high-resolution output (2K/4K). Use when user wants to generate images, create images, use Gemini image generation, or do AI image generation. Use when this capability is needed.
    0 installs
  57. Frontend Design 50 · tomevault-io bundle
    Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics. Use when this capability is needed.
    0 installs
  58. Testing Patterns 4 · tomevault-io bundle
    Apply Go testing patterns and best practices. Use when writing tests, setting up mocks, creating test fixtures, or reviewing test code. Includes table-driven tests and Mockery v3.5 patterns. Use when this capability is needed.
    0 installs
  59. Nextjs Expert 2 · tomevault-io bundle
    Next.js expert for App Router, SSR/SSG, API routes, middleware, and deployment Use when this capability is needed.
    0 installs
  60. Python Expert 3 · tomevault-io bundle
    Python expert for stdlib, packaging, type hints, async/await, and performance optimization Use when this capability is needed.
    0 installs
  61. Vue 44 · tomevault-io bundle
    Use when editing .vue files, creating Vue 3 components, writing composables, or testing Vue code - provides Composition API patterns, props/emits best practices, VueUse integration, and reactive destructuring guidance
    0 installs
  62. Rust Analyzer Ssr 2 · tomevault-io bundle
    Use rust-analyzer's Structural Search and Replace (SSR) for semantic Rust code transformations across the engine workspace. Apply when refactoring API shapes, migrating patterns, or searching for code structure across all 22 crates. Use when this capability is needed.
    0 installs
  63. Skill Creator 121 · tomevault-io bundle
    Guide for creating effective skills. This skill should be used when users want to create a new skill (or Use when this capability is needed.
    0 installs
  64. Django Patterns 7 · tomevault-io bundle
    Guides Django architecture, DRF APIs, ORM patterns, and testing. Use when this capability is needed.
    0 installs
  65. Django Security 5 · tomevault-io bundle
    Applies Django security patterns for auth, CSRF, XSS, and deployment. Use when this capability is needed.
    0 installs
  66. Documentation 47 · tomevault-io bundle
    Guidance for maintaining documentation in the docs/ site for ai-hub-tracking. Use when updating HTML pages, partials, build scripts, or Terraform reference docs. Use when this capability is needed.
    0 installs
  67. Analyze CI 2 · tomevault-io bundle
    Analyze failed GitHub Action jobs for a pull request. Use when this capability is needed.
    0 installs
  68. Fastapi Expert 3 · tomevault-io bundle
    Deep FastAPI expertise for async API development, dependency injection, Pydantic models, middleware, and testing. Use when building Python APIs with FastAPI, designing API schemas, or implementing authentication. Use when this capability is needed.
    0 installs
  69. Slack Gif Creator 3 · tomevault-io bundle
    Toolkit for creating animated GIFs optimized for Slack, with validators for size constraints and composable animation primitives. This skill applies when users request animated GIFs or emoji animations for Slack from descriptions like "make me a GIF for Slack of X doing Y". Use when this capability is needed.
    0 installs
  70. Code Review 192 · tomevault-io bundle
    Review code changes for correctness, security, test coverage, and style. Use when this capability is needed.
    0 installs
  71. Best Practices 5 · tomevault-io bundle
    メモリ管理のベストプラクティス集。推奨パターン、アンチパターン、実践的なヒントを提供。Use when user asks about best practices, recommended patterns, memory tips, or how to write good memory. Also use when user says ベストプラクティス, 推奨, コツ, ヒント, 良い書き方. Use when this capability is needed.
    0 installs
  72. Docs Writer 3 · tomevault-io bundle
    As an expert technical writer and editor for the Bl1nk Agents Manager project, your goal Use when this capability is needed.
    0 installs
  73. Testing Blocks 4 · tomevault-io bundle
    Guide for testing code changes in AEM Edge Delivery projects including blocks, scripts, and styles. Use this skill after making code changes and before opening a pull request to validate functionality. Covers unit testing for utilities and logic, browser testing with Playwright/Puppeteer, linting, performance validation, and guidance on which tests to maintain vs use as throwaway validation. Use when this capability is needed.
    0 installs
  74. Drizzle Orm 3 · tomevault-io bundle
    Type-safe SQL ORM for TypeScript with zero runtime overhead Use when this capability is needed.
    0 installs
  75. GRAPHQL 15 · tomevault-io bundle
    GraphQL query language and runtime for APIs enabling clients to request exactly the data they need with strongly-typed schemas and single endpoint architecture. Use when this capability is needed.
    0 installs
  76. Mongodb 4 · tomevault-io bundle
    MongoDB - NoSQL document database with flexible schema design, aggregation pipelines, indexing strategies, and Spring Data integration Use when this capability is needed.
    0 installs
  77. Zustand 3 · tomevault-io bundle
    Minimal, unopinionated state management library for React with simple hook-based API, no providers, and minimal boilerplate for global state without Redux complexity. Use when this capability is needed.
    2 installs
  78. Project Init 2 · tomevault-io bundle
    Use this skill when starting a new project or adding AgenticDev to an existing project. Scaffolds the directory structure (docs/specs, docs/changes) and configuration files needed for the spec-driven development workflow.
    0 installs
  79. Example Skill 11 · tomevault-io bundle
    Example skill demonstrating proper structure - replace with your skill's purpose Use when this capability is needed.
    0 installs
  80. Rust Embedded 3 · tomevault-io bundle
    Embedded Rust development for bare-metal and no_std environments. Use when targeting microcontrollers, writing HAL drivers, working with peripherals, handling interrupts, or using RTIC/Embassy for real-time systems. Use when this capability is needed.
    0 installs
  81. Release 81 · tomevault-io bundle
    Release a new version of atomic-agents to PyPI and GitHub. Use when the user asks to "release", "publish", "deploy", or "bump version" for atomic-agents. Use when this capability is needed.
    0 installs
  82. Iotnet 2 · tomevault-io bundle
    IoT network traffic analyzer for detecting IoT protocols and identifying security vulnerabilities in network communications. Use when you need to analyze network traffic, identify IoT protocols, or assess network security of IoT devices. Use when this capability is needed.
    0 installs
  83. Agents Sdk 8 · tomevault-io bundle
    Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Use when this capability is needed.
    0 installs
  84. Create Skill 17 · tomevault-io bundle
    Create a new skill in this pi-config repo. Use when asked to "create a skill", "add a skill", or "new skill". Ensures the skill is tracked in git and properly symlinked. Use when this capability is needed.
    0 installs
  85. Create Bubble 2 · tomevault-io bundle
    Create a new Bubble integration for Bubble Lab following all established patterns and best practices from CREATE_BUBBLE_README.md Use when this capability is needed.
    0 installs
  86. Writing Skills 11 · tomevault-io bundle
    Use when creating new skills, editing existing skills, or verifying skills work before deployment
    0 installs
  87. Frontend Design 53 · tomevault-io bundle
    Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics. Use when this capability is needed.
    0 installs
  88. Skill Creator 122 · 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
  89. Accessibility Expert 2 · tomevault-io bundle
    Expert in web accessibility (a11y), WCAG compliance, ARIA patterns, and assistive technology support. Use when this capability is needed.
    0 installs
  90. Documentation Writer 4 · tomevault-io bundle
    Expert in technical writing, API docs, README creation, JSDoc, and architectural decision records. Use when this capability is needed.
    0 installs
  91. Blucli 14 · tomevault-io bundle
    BluOS CLI (blu) for discovery, playback, grouping, and volume. Use when this capability is needed.
    0 installs
  92. Gemini 30 · tomevault-io bundle
    Gemini CLI for one-shot Q&A, summaries, and generation. Use when this capability is needed.
    0 installs
  93. Notion 16 · tomevault-io bundle
    Notion API for creating and managing pages, databases, and blocks. Use when this capability is needed.
    0 installs
  94. Design Systems 2 · tomevault-io bundle
    Component libraries, design tokens, and scalable design architecture. Use when this capability is needed.
    0 installs
  95. Code Cleanup 2 · tomevault-io bundle
    Dead code detection and removal using knip (recommended) or standard tooling. Use when removing unused imports, variables, or dead files. Use when this capability is needed.
    0 installs
  96. Documentation 48 · tomevault-io bundle
    Generate and update technical documentation Use when this capability is needed.
    0 installs
  97. Blade Commit 2 · tomevault-io bundle
    SpringBlade 通用 Git 提交工具。基于 Gitmoji 规范生成提交信息。当用户要求提交代码、commit 变更、生成 commit message、或使用 /blade-commit 时触发。默认强制简单模式(gitmoji + 一句话描述),仅当显式传入 --d 或 --detail 参数时才启用详细模式(gitmoji + conventional commit + 变更列表)。只执行 commit,绝不 push 或执行其他远程操作。确保每次提交都带有 gitmoji 图标。 Use when this capability is needed.
    0 installs
  98. Using Git Worktrees 3 · 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
  99. Mutation Testing 2 · tomevault-io bundle
    Mutation testing patterns for verifying test effectiveness. Use when analyzing branch code to find weak or missing tests. Use when this capability is needed.
    0 installs
  100. Worktree 5 · tomevault-io bundle
    Manage git worktrees using git gtr — create, copy files, list, remove, and navigate. Use when the user invokes /worktree. Use when this capability is needed.
    0 installs