← all publishers

tomevault-io

@tomevault-io source repo

62255 published skills · page 440 of 623

  1. ▌
    Eduardo Sl Go Agent Skills Go Database · tomevault-io bundle
    Go Database Patterns
    0 installs
  2. ▌
    Efanwang Skills Manager Skills Manager · tomevault-io bundle
    Skills Manager
    0 installs
  3. ▌
    Python Optional Deps · tomevault-io bundle
    How to add and guard optional dependencies (provider SDKs, asyncpg, langfuse, mcp, etc.) so the core package stays installable without extras. Use any time you import a provider SDK or DB driver. Use when this capability is needed.
    0 installs
  4. ▌
    Worktree Policy · tomevault-io bundle
    Enforce mandatory git worktree usage for multi-agent file modifications Use when this capability is needed.
    0 installs
  5. ▌
    Design Patterns Ruby · tomevault-io bundle
    Comprehensive Ruby implementations of Gang of Four (GoF) design patterns. Use when implementing object-oriented design solutions, refactoring to reduce coupling, solving architecture problems, or when user mentions specific patterns (Factory, Singleton, Observer, Strategy, etc.) in Ruby context. Use when this capability is needed.
    0 installs
  6. ▌
    Debate Hall · tomevault-io bundle
    Wind/Wall/Door debate orchestration router. Routes to focused skills based on task. Use when this capability is needed.
    0 installs
  7. ▌
    Octave Mythology · tomevault-io bundle
    Functional mythological compression for OCTAVE documents. Semantic shorthand for LLM audiences, not prose decoration Use when this capability is needed.
    0 installs
  8. ▌
    Elliotjlt Claude Skill Potions Fan Out · tomevault-io bundle
    Fan-Out
    0 installs
  9. ▌
    Elliotjlt Claude Skill Potions Zero In · tomevault-io bundle
    Zero In
    0 installs
  10. ▌
    Emasoft Ghe Marketplace Ghe Checkpoint · tomevault-io bundle
    IRON LAW: User Specifications Are Sacred
    0 installs
  11. ▌
    Emasoft Ghe Marketplace Ghe Transition · tomevault-io bundle
    IRON LAW: User Specifications Are Sacred
    0 installs
  12. ▌
    Emmanuelortiz87 Gentle Vanguard Pytest · tomevault-io bundle
    Basic Test Structure
    0 installs
  13. ▌
    Enonic AI Agents Skills Skills Release · tomevault-io bundle
    Skills Collection Release Workflow
    0 installs
  14. ▌
    Enonic AI Agents Skills Xp App Creator · tomevault-io bundle
    Critical Rules
    0 installs
  15. ▌
    Epicweb Dev Epic Stack Epic Deployment · tomevault-io bundle
    Epic Stack: Deployment
    0 installs
  16. ▌
    Poise Commands · tomevault-io bundle
    Guide for creating slash commands using the Poise framework in the Open Guard bot Use when this capability is needed.
    0 installs
  17. ▌
    Eriklieben Agentic Dev Workflow Aspire · tomevault-io bundle
    ---
    0 installs
  18. ▌
    Testing Advanced · tomevault-io bundle
    Advanced integration-test patterns in CritterCab — the techniques that go beyond the per-service TestFixture pattern in testing-integration. Covers multi-host scenarios via Wolverine's TrackActivity().AlsoTrack(host2, host3) for cross-BC saga and event-flow tests; gRPC streaming test harnesses (in-process clients via WebApplicationFactory<Program> for unary, server-streaming, bidirectional, and the client-streaming hand-written-stub case from wolverine-grpc-bidirectional-handlers); dynamic database-per-fixture naming for both Marten (PostgreSQL schema-per-fixture) and Polecat (SQL Server database-per-fixture or schema-per-fixture); RabbitMQ vhost isolation as the canonical parallel-fixture-isolation technique that generalizes to other transport namespaces; Testcontainers patterns for Kafka (Testcontainers.Kafka) and ASB (Testcontainers.ServiceBus) integration tests including IncludeExternalTransports() to make Wolverine tracking observe transport activity; test-token factories that issue OpenIddict-shaped JWT
    0 installs
  19. ▌
    Erinrugas Artisan Agents Vue Component · tomevault-io bundle
    UI Component Skill
    0 installs
  20. ▌
    Sc Privilege Escalation · tomevault-io bundle
    Privilege escalation vector detection — role manipulation, admin bypass, and RBAC circumvention Use when this capability is needed.
    0 installs
  21. ▌
    Worktree Scaffold · tomevault-io bundle
    Parallel feature development automation using git worktrees with project scaffolding. Use when developers ask to checkout features, create feature workspaces, work on multiple features in parallel, set up worktrees, scaffold new features, list active workspaces, clean up feature branches, or manage parallel development workflows. Triggers on phrases like "checkout feature", "create workspace", "parallel features", "list workspaces", "remove workspace", "init worktree config", or any request involving git worktrees with boilerplate generation. Use when this capability is needed.
    0 installs
  22. ▌
    Nvim E2e Workflow · tomevault-io bundle
    Investigate and fix Lua plugin issues using Neovim headless mode. Use this skill when working on GitHub issues for this codediff/vscode-diff.nvim plugin - it provides E2E testing capabilities to reproduce issues, implement fixes, and validate changes. Use when this capability is needed.
    0 installs
  23. ▌
    Doc Preview · tomevault-io bundle
    Preview the documentation hierarchy and structure. Shows a tree view of docs with titles, categories, and order. Use to understand doc organization or plan new additions. Use when this capability is needed.
    0 installs
  24. ▌
    Tdd Overnight Dev · tomevault-io bundle
    Autonomous Feature-to-Commit TDD loop for long-running sessions Use when this capability is needed.
    0 installs
  25. ▌
    Control Mapper · tomevault-io bundle
    Map security controls between different compliance frameworks including NIST 800-53, ISO 27001, CIS Controls, PCI-DSS, HIPAA, SOC 2, and CMMC. Use this skill for gap analysis, multi-framework compliance, and control rationalization. Use when this capability is needed.
    0 installs
  26. ▌
    Pr Writing Review · tomevault-io bundle
    Extract and analyze writing improvements from GitHub PR review comments. Use when asked to show review feedback, style changes, or editorial improvements from a GitHub pull request URL. Handles both explicit suggestions and plain text feedback. Produces structured output comparing original phrasing with reviewer suggestions to help refine future writing. Use when this capability is needed.
    0 installs
  27. ▌
    Flutter Errors · tomevault-io bundle
    Diagnoses and fixes common Flutter errors. Use when encountering layout errors (RenderFlex overflow, unbounded constraints, RenderBox not laid out), scroll errors, or setState-during-build errors. Use when this capability is needed.
    0 installs
  28. ▌
    Discover Project Commands · tomevault-io bundle
    Use during planning to discover and document available project commands (make targets, npm scripts, etc.) for success criteria. Use when this capability is needed.
    0 installs
  29. ▌
    Excatt Superclaude Plusplus Checkpoint · tomevault-io bundle
    Checkpoint Skill
    0 installs
  30. ▌
    Go Middleware · tomevault-io bundle
    Idiomatic Go HTTP middleware patterns with context propagation, structured logging via slog, centralized error handling, and panic recovery. Use when writing middleware, adding request tracing, or implementing cross-cutting concerns. Use when this capability is needed.
    0 installs
  31. ▌
    Go Web Expert · tomevault-io bundle
    Comprehensive Go web development persona enforcing zero global state, explicit error handling, input validation, testability, and documentation conventions. Use when building Go web applications to ensure production-quality code from the start. Use when this capability is needed.
    0 installs
  32. ▌
    Tutorial Docs · tomevault-io bundle
    Tutorial patterns for documentation - learning-oriented guides that teach through guided doing Use when this capability is needed.
    0 installs
  33. ▌
    Vercel AI Sdk · tomevault-io bundle
    Vercel AI SDK for building chat interfaces with streaming. Use when implementing useChat hook, handling tool calls, streaming responses, or building chat UI. Triggers on useChat, @ai-sdk/react, UIMessage, ChatStatus, streamText, toUIMessageStreamResponse, addToolOutput, onToolCall, sendMessage. Use when this capability is needed.
    0 installs
  34. ▌
    Zustand State · tomevault-io bundle
    Zustand state management for React and vanilla JavaScript. Use when creating stores, using selectors, persisting state to localStorage, integrating devtools, or managing global state without Redux complexity. Triggers on zustand, create(), createStore, useStore, persist, devtools, immer middleware. Use when this capability is needed.
    0 installs
  35. ▌
    Erc4337 Privacy Wallet · tomevault-io bundle
    Privacy-preserving ERC-4337 wallet development for vehicle identity and sensitive data protection. Use when implementing ERC-4337 account abstraction wallets that handle sensitive information (vehicle license plates, biometric data, personal IDs) requiring on-chain privacy. Triggers on requests like "implement ERC-4337 wallet for vehicle", "create privacy-protected account abstraction", "build wallet with vehicle number privacy", "develop ERC-4337 with ZK proof integration", or any smart contract wallet development requiring commitment schemes, deterministic address generation, and sensitive data protection. Use when this capability is needed.
    0 installs
  36. ▌
    Fabiensalles Claude Marketplace TS Oop · tomevault-io bundle
    OOP — TypeScript Examples
    0 installs
  37. ▌
    Spotify API · tomevault-io bundle
    Create and manage Spotify playlists, search music, and control playback using the Spotify Web API. UNIQUE FEATURE - Generate custom cover art images (Claude cannot generate images natively, but this skill can create SVG-based cover art for playlists). CRITICAL - When generating cover art, ALWAYS read references/COVER_ART_LLM_GUIDE.md FIRST for complete execution instructions. Use this to directly create playlists by artist/theme/lyrics, add tracks, search for music, and manage the user's Spotify account. Use when this capability is needed.
    0 installs
  38. ▌
    Post Mortem Facilitation Skill · tomevault-io bundle
    Learn from failures without blame. Improve systems, not shame people. Use when this capability is needed.
    0 installs
  39. ▌
    Asset Delivery · tomevault-io bundle
    Pacote com todos artefatos, logs e documentação de handoff. Use when this capability is needed.
    0 installs
  40. ▌
    Design Doc Generate · tomevault-io bundle
    Generate design documents for Validate mode work items (Checkpoint 1). Required for high-complexity items. Use when this capability is needed.
    0 installs
  41. ▌
    Gedcomx Java · tomevault-io bundle
    This skill should be used when the user is working with the GEDCOM X Java library, asks about "gedcomx-java", "gedcomx-model", "gedcomx-fileformat", "gedcomx-date", the FamilySearch API client, JAXB serialization of GEDCOM X, Jackson JSON for GEDCOM X, or any Java code that imports from "org.gedcomx". Also activates when the user asks how to build, serialize, deserialize, or extend GEDCOM X data using Java. Use when this capability is needed.
    0 installs
  42. ▌
    Backlog Update · tomevault-io bundle
    Reminder to update backlog.org before commits or when finishing significant work. Use before committing changes, after completing implementation from plan mode, or when wrapping up a work session. This skill ensures the project's task tracking in backlog.org stays current with actual progress. Trigger when about to commit, exiting plan mode, or when user says "done", "let's commit", "wrap up", or similar. Use when this capability is needed.
    0 installs
  43. ▌
    New Design Doc · tomevault-io bundle
    Proactively suggest creating a design document when discussing significant changes, new features, or architectural decisions. Also triggers when user has existing markdown docs that should be converted to org-mode. Use when conversation involves design decisions that should be documented, when user mentions RFC/RFD/design doc, or when proposing changes that warrant formal documentation. Trigger on phrases like "we should document this", "this needs an RFC", "let me think through the design", "convert this to org", or when discussing tradeoffs between multiple approaches. Use when this capability is needed.
    0 installs
  44. ▌
    Hf Space Deployer · tomevault-io bundle
    Deploy fast-agent MCP Servers to Hugging Face Spaces using Docker. Use when the user wants to deploy an "agent card" as an MCP Server. Includes templates and CLI commands for deploying agent cards with custom tools to HF Spaces. Use when this capability is needed.
    0 installs
  45. ▌
    Conductor Development · tomevault-io bundle
    Context-Driven Development skill for projects using Conductor. Use this skill when you detect a `conductor/` directory in the project, when working on tasks defined in a `plan.md` file, or when the user asks about tracks, specs, or plans. Automatically applies TDD workflow, tracks task completion, and follows the spec-driven methodology. Use when this capability is needed.
    0 installs
  46. ▌
    Featurevisor · tomevault-io bundle
    Author and query Featurevisor projects — Git-based feature flags and experimentation. Use whenever the user mentions Featurevisor, edits files under attributes/, segments/, features/, groups/, schemas/, or tests/, asks to roll out / target / A-B test a feature, asks where a feature/segment is enabled or used, runs `featurevisor` CLI commands, or works in a directory containing featurevisor.config.js. Covers creating features (flags, variations, variables), segments (conditions, operators), attributes, reusable schemas, groups (mutual exclusion), force rules, required dependencies, test specs, linting, building datafiles, evaluation debugging, and querying the project via CLI. SDK usage is out of scope — link to featurevisor.com/docs/sdks for that. Use when this capability is needed.
    0 installs
  47. ▌
    Youtube Transcribe Skill · tomevault-io bundle
    Extract subtitles/transcripts from a YouTube video URL and save as a local file. Use when you need to extract subtitles from a YouTube video. Use when this capability is needed.
    0 installs
  48. ▌
    Spec Kit Skill · tomevault-io bundle
    GitHub Spec-Kit integration for constitution-based spec-driven development. 7-phase workflow (constitution, specify, clarify, plan, tasks, analyze, implement). Use when working with spec-kit CLI, .specify/ directories, or creating specifications with constitution-driven development. Triggered by "spec-kit", "speckit", "constitution", "specify", references to .specify/ directory, or spec-kit commands. Use when this capability is needed.
    2 installs
  49. ▌
    Shared Core · tomevault-io bundle
    Base instructions and guidelines for all agents in the system. This skill provides foundational behaviors and communication protocols that all agents should follow. Use when this capability is needed.
    0 installs
  50. ▌
    Word · tomevault-io bundle
    Create, read, edit, and manipulate Microsoft Word documents (.docx files). Use when users ask to work with Word files, create documents, read .docx files, or format text documents. Use when this capability is needed.
    0 installs
  51. ▌
    Research Codebase · tomevault-io bundle
    Research codebase comprehensively using parallel sub-agents. Use when the user asks to "research the codebase", "understand how X works", or "investigate Y". Use when this capability is needed.
    0 installs
  52. ▌
    Fp Plan · tomevault-io bundle
    Create and break down plans into trackable issues. Use when user asks to "create a plan", "break down feature", "design implementation", "structure this work", or pastes a Linear/GitHub/Notion URL to import. Use when this capability is needed.
    0 installs
  53. ▌
    Android Jetpack Compose · tomevault-io bundle
    Standards for Declarative UI, State Hoisting, and Performance Use when this capability is needed.
    0 installs
  54. ▌
    Morphir Architect · tomevault-io bundle
    Expert Morphir application architect providing guidance on AST design, functional programming patterns, IR transformations, and code generation for morphir-dotnet. Triggers include "architecture", "design patterns", "AST", "IR", "functional programming", "code generation". Use when this capability is needed.
    0 installs
  55. ▌
    Resolve Docker Vulnerabilities · tomevault-io bundle
    Skill to resolve Docker vulnerabilities for the firebase-cli image. Use this skill when you need to check for vulnerabilities in the firebase-cli Docker image and address them. Use when this capability is needed.
    0 installs
  56. ▌
    Prosemirror Notes · tomevault-io bundle
    Guide for working with the ProseMirror-based notes editor. Use when editing notes feature code, fixing editor bugs, working with todos/checkboxes, wiki_links, decorations, or serialization. Use when this capability is needed.
    0 installs
  57. ▌
    Workflow Tool Versions · tomevault-io bundle
    Bump pinned CLI tool versions in GitHub Actions workflows on the Fission repo (helm, kind, skaffold, cosign, golangci-lint, goreleaser, etc.) — primarily the `*_VERSION:` env vars and the `# vX.Y.Z` comments next to SHA-pinned `uses:` actions. Use when the user asks to update workflow tool versions, do a CI tool sweep, check what's outdated in `.github/workflows/`, or process Dependabot's grouped github-actions PR. Use when this capability is needed.
    0 installs
  58. ▌
    Implement Flet Extension · tomevault-io bundle
    Implement a new Flet extension/control that wraps a third-party Flutter package end-to-end, including dependency selection, version pinning, compatibility checks, Python/Flutter integration, docs, examples, tests, and CI updates. Use when adding any flet_* package backed by an external pub.dev package. Use when this capability is needed.
    0 installs
  59. ▌
    Flexnetos Ripple Env Python Flynt Tool · tomevault-io bundle
    Python Flynt F-String Converter
    0 installs
  60. ▌
    Backend Skill · tomevault-io bundle
    1. 直接调用后端 API,直接控制项目配置、文件管理、知识库、MCP 等核心功能。2. 介绍项目配置文件,便于直接修改配置文件以实现某些需求。 Use when this capability is needed.
    0 installs
  61. ▌
    Flixclusiveorg Flixclusive Flixclusive · tomevault-io bundle
    Android Development Skill
    0 installs
  62. ▌
    Bib Parse · tomevault-io bundle
    Extract citations from a PDF and generate a validated .bib file. Reads the PDF, identifies all referenced works, constructs BibTeX entries with metadata verification, then runs /bib-validate. Use when this capability is needed.
    0 installs
  63. ▌
    Hicks Law · tomevault-io bundle
    Hick's Law (also Hick-Hyman Law) states that the time it takes to make a Use when this capability is needed.
    0 installs
  64. ▌
    Triage Helper · tomevault-io bundle
    Assistance with triage of unprioritized issues. Use when the user asks for help with triage. Use when this capability is needed.
    0 installs
  65. ▌
    Flutter Localizing Apps · tomevault-io bundle
    Configures a Flutter app to support multiple languages and regions. Use when preparing an application for international markets and diverse user locales.
    0 installs
  66. ▌
    Autonomous Agent Harness · tomevault-io bundle
    Transform Gemini Code into a fully autonomous agent system with persistent memory, scheduled operations, computer use, and task queuing. Replaces standalone agent frameworks (Hermes, AutoGPT) by leveraging Gemini Code's native crons, dispatch, MCP tools, and memory. Use when the user wants continuous autonomous operation, scheduled tasks, or a self-directing agent loop. Use when this capability is needed.
    0 installs
  67. ▌
    Flutter Dart Code Review · 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
  68. ▌
    Database Testing · tomevault-io bundle
    Database schema validation, data integrity testing, migration testing, transaction isolation, and query performance. Use when testing data persistence, ensuring referential integrity, or validating database migrations. Use when this capability is needed.
    0 installs
  69. ▌
    Axum Routing Best Practices · tomevault-io bundle
    Axum web framework routing patterns, path parameters, and common pitfalls. Essential for building HTTP APIs. Use when this capability is needed.
    0 installs
  70. ▌
    Wireit · tomevault-io bundle
    Author and use Wireit scripts for npm. Use when working with Wireit configuration, npm scripts, build pipelines, or when the user mentions Wireit. Use when this capability is needed.
    0 installs
  71. ▌
    Deep Discovery · tomevault-io bundle
    Use when the user asks for deep discovery, 100-question brainstorming, idea interrogation, architecture stress testing, strategy vetting, weakness finding, hole-poking, exhaustive exploration, planning or auditing Codex plugins or skills, or pre-commitment review of a design, plan, strategy, architecture, product, business idea, trading system, or problem space.
    0 installs
  72. ▌
    Lead Quality Recommendation Prioritization · tomevault-io bundle
    Recommendation prioritization framework with implementation timelines for lead quality investigations. Auto-invoke when generating recommendations, prioritizing actions, or creating implementation plans. Provides 3-tier priority system (Immediate/Medium/Long-term) with structured recommendation templates. Use when this capability is needed.
    0 installs
  73. ▌
    Francoism90 Stry Wayfinder Development · tomevault-io bundle
    Wayfinder Development
    0 installs
  74. ▌
    Meme Generation · tomevault-io bundle
    Generate relevant memes using the memegen.link API. Use this skill when users request memes, want to add humor to content, or need visual aids for social media. Supports hundreds of popular meme templates with custom text and styling options. Use when this capability is needed.
    0 installs
  75. ▌
    Arcanea Design System · tomevault-io bundle
    This skill defines the complete visual design language for Arcanea, ensuring consistent, magical, and accessible interfaces across all platform features. Every component should feel like it belongs in the Kingdom of Light. Use when this capability is needed.
    0 installs
  76. ▌
    Development Workflows · tomevault-io bundle
    This skill provides battle-tested workflows for modern software development, from feature inception to production deployment. Use when this capability is needed.
    0 installs
  77. ▌
    Juriscraper Release · tomevault-io bundle
    Use this skill to automate a new version release for the juriscraper project. Trigger by asking to "release a new version" or "bump version.
    0 installs
  78. ▌
    API First · tomevault-io bundle
    API contract design workflow. Consumer-first resource modeling, error format standardization, and OpenAPI specification. Use when this capability is needed.
    0 installs
  79. ▌
    Libragent Quality · tomevault-io bundle
    Code quality validation for LibrAgent project. Use when performing code quality checks, refactoring validation, or ensuring code meets project standards for TypeScript/React frontend and Rust backend. Runs comprehensive validation including linting, formatting, type checking, build verification, and dead code detection. Use when this capability is needed.
    0 installs
  80. ▌
    Frostney Known Good Route Git Workflow · tomevault-io bundle
    Git workflow
    0 installs
  81. ▌
    Development Estimation · tomevault-io bundle
    Use when estimating time, effort, cost, or complexity for features, projects, refactors, and bug backlogs. Produces defensible estimates via triage, decomposition, risk handling, and confidence intervals, with clear assumptions and validation steps.
    0 installs
  82. ▌
    Finance Reconciliation · tomevault-io bundle
    Reconcile GL balances to subledger, bank, or third-party balances Use when this capability is needed.
    0 installs
  83. ▌
    Canned Responses · tomevault-io bundle
    Generate templated responses for common legal inquiries and identify when situations require individualized attention. Use when responding to routine legal questions — data subject requests, vendor inquiries, NDA requests, discovery holds — or when managing response templates. Use when this capability is needed.
    0 installs
  84. ▌
    Meeting Briefing · tomevault-io bundle
    Prepare structured briefings for meetings with legal relevance and track resulting action items. Use when preparing for contract negotiations, board meetings, compliance reviews, or any meeting where legal context, background research, or action tracking is needed. Use when this capability is needed.
    0 installs
  85. ▌
    Sales Account Research · tomevault-io bundle
    Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM. Trigger with "research [company]", "look up [person]", "intel on [prospect]", "who is [name] at [company]", or "tell me about [company]". Use when this capability is needed.
    0 installs
  86. ▌
    Fusebase Dev Fusebase CLI Git Workflow · tomevault-io bundle
    Git Workflow
    0 installs
  87. ▌
    Fusengine Agents Generating Components · tomevault-io bundle
    Phase 3: GENERATING COMPONENTS — Build UI with Gemini Design
    0 installs
  88. ▌
    React Tanstack Router · tomevault-io bundle
    TanStack Router - 100% type-safe routing, file-based routes, loaders, search params. Use when implementing routing in React apps (NOT Next.js). Use when this capability is needed.
    0 installs
  89. ▌
    Tailwindcss Utilities · tomevault-io bundle
    Complete reference for Tailwind CSS utility classes Use when this capability is needed.
    0 installs
  90. ▌
    Terraform Infra · tomevault-io bundle
    Terraform infrastructure as code including modules, state management, workspaces, providers, and best practices. Trigger when users write Terraform configs, manage cloud infrastructure, need help with state management, or design reusable modules. Use when this capability is needed.
    0 installs
  91. ▌
    Frb Fix CI · tomevault-io bundle
    Use when CI fails in flutter_rust_bridge - before deep investigation
    0 installs
  92. ▌
    Gaik Project Gaik Toolkit Gaik Toolkit · tomevault-io bundle
    GAIK Toolkit
    0 installs
  93. ▌
    Gajakannan Nebula Crm Quality Engineer · tomevault-io bundle
    ---
    0 installs
  94. ▌
    Writing Documentation · tomevault-io bundle
    Produces accurate, audience-specific documentation for APIs, runbooks, and developer guides. Activates when writing documentation, documenting APIs, creating runbooks, updating READMEs, writing developer guides, or documenting features. Does not handle blog posts or devlogs (blogger), writing production code (backend-developer or frontend-developer), or security reviews (security). Use when this capability is needed.
    0 installs
  95. ▌
    Whisk Image Generation · tomevault-io bundle
    Generate D&D character images using Google Gemini or Whisk via manual browser automation (DevTools MCP). Use when this capability is needed.
    0 installs
  96. ▌
    Kata Add Milestone · tomevault-io bundle
    Add a milestone to an existing project, starting a new milestone cycle, creating the first milestone after project init, or defining what's next after completing work. Triggers include "add milestone", "new milestone", "start milestone", "create milestone", "first milestone", "next milestone", and "milestone cycle". Use when this capability is needed.
    0 installs
  97. ▌
    Visual Summary · tomevault-io bundle
    How to present deliverable information as visually appealing ASCII summaries Use when this capability is needed.
    0 installs
  98. ▌
    Rust Memory · tomevault-io bundle
    Minimize allocations and cloning using references, Cow, and smart pointers. Use when optimizing hot paths or memory-constrained code. Use when this capability is needed.
    0 installs
  99. ▌
    Shell Script Generator · tomevault-io bundle
    Generate clean shell scripts following best practices. Use when this capability is needed.
    0 installs
  100. ▌
    Vscode Tasks Organizer · tomevault-io bundle
    Guide for creating or modifying VS Code tasks.json files with a focus on developer experience.
    0 installs