← all publishers

tomevault-io

@tomevault-io source repo

62172 published skills · page 49 of 622

  1. Github 61 · tomevault-io bundle
    Interact with GitHub using the gh CLI restricted to REST API only (no GraphQL). Use when the user wants to work with GitHub issues, pull requests, repos, releases, or Actions — especially in sandboxed environments where the GraphQL endpoint may be blocked. Trigger keywords - github, gh, pull request, PR, github issue, github actions, workflow, release, gh api. Use when this capability is needed.
    0 installs
  2. Code Style 8 · tomevault-io bundle
    Oak AI project TypeScript coding conventions including naming patterns (kebab-case files, PascalCase components, camelCase functions), component structure, error handling with cause, state management patterns, and tRPC implementation. Use when writing, reviewing, or refactoring code. Use when this capability is needed.
    0 installs
  3. Remembering Conversations 2 · tomevault-io bundle
    Use when user asks 'how should I...' or 'what's the best approach...' after exploring code, OR when you've tried to solve something and are stuck, OR for unfamiliar workflows, OR when user references past work. Searches conversation history.
    0 installs
  4. Frontend Design 116 · tomevault-io bundle
    Creates distinctive, production-grade frontend interfaces with high design quality, avoiding generic AI aesthetics
    0 installs
  5. Openai Whisper API 22 · tomevault-io bundle
    Transcribe audio via OpenAI Audio Transcriptions API (Whisper). Use when this capability is needed.
    0 installs
  6. Artifacts Builder 6 · 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
  7. Slack Gif Creator 7 · 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
  8. Verification Loop 8 · tomevault-io bundle
    Comprehensive quality verification system for code changes with build, type, lint, test, and security checks Use when this capability is needed.
    0 installs
  9. Vue Best Practices 34 · tomevault-io bundle
    Vue 3 and Vue.js best practices for TypeScript, vue-tsc, and Volar. This skill should be used when writing, reviewing, or refactoring Vue components to ensure correct typing patterns. Triggers on tasks involving Vue components, props extraction, wrapper components, template type checking, or Volar configuration. Use when this capability is needed.
    0 installs
  10. Agentica Prompts 2 · tomevault-io bundle
    Write reliable prompts for Agentica/REPL agents that avoid LLM instruction ambiguity Use when this capability is needed.
    0 installs
  11. API Endpoint Generator 2 · tomevault-io bundle
    Generates CRUD REST API endpoints with request validation, TypeScript types, consistent response formats, error handling, and documentation. Includes route handlers, validation schemas (Zod/Joi), typed responses, and usage examples. Use when building "REST API", "CRUD endpoints", "API routes", or "backend endpoints".
    0 installs
  12. GRAPHQL Schema Designer 2 · tomevault-io bundle
    Designs GraphQL schemas with types, queries, mutations, subscriptions, resolvers, and DataLoader patterns for efficient data fetching. Use when users request "GraphQL API", "schema design", "GraphQL setup", "resolvers", or "Apollo Server". Use when this capability is needed.
    0 installs
  13. React Server Components 2 · tomevault-io bundle
    Implements React Server Components (RSC) patterns with Next.js App Router including data fetching, streaming, selective hydration, and server/client composition. Use when users request "server components", "RSC", "Next.js app router", "server-side rendering", or "streaming". Use when this capability is needed.
    0 installs
  14. Next Cache Components 19 · tomevault-io bundle
    Next.js 16 Cache Components - PPR, use cache directive, cacheLife, cacheTag, updateTag Use when this capability is needed.
    0 installs
  15. Feature Implementation 4 · tomevault-io bundle
    Standardized workflow for planning, building, and verifying new features using the Agentic Mode artifacts. Use when this capability is needed.
    0 installs
  16. Substreams SQL 3 · tomevault-io bundle
    Expert knowledge for building SQL database sinks from Solana/SVM Substreams. Covers DatabaseChanges, ClickHouse schemas, PostgreSQL schemas, and materialized views for Solana DEX/token data. Use when this capability is needed.
    0 installs
  17. Rust Style Guide 2 · tomevault-io bundle
    Style, review, and refactoring standards for Rust codebases. Trigger when `.rs`, `Cargo.toml`, or `Cargo.lock` files are created, changed, or reviewed and Rust-specific quality rules (ownership/borrowing clarity, error handling, trait/API design, crate boundaries) must be enforced. Do not use for C/C++ toolchain conventions, shell-only changes, or non-Rust runtime style concerns unless Rust artifacts are also changed. In multi-language pull requests, run together with other applicable `*-style-guide` skills. Use when this capability is needed.
    0 installs
  18. Testing Patterns 23 · tomevault-io bundle
    Jest testing patterns, factory functions, mocking strategies, and TDD workflow. Use when writing unit tests, creating test factories, or following TDD red-green-refactor cycle. Use when this capability is needed.
    0 installs
  19. Uv 7 · tomevault-io bundle
    This skill should be used when working with Python projects that use uv for package and project management. Use this skill for running Python scripts and CLI tools with `uv run`, managing dependencies, creating projects, handling virtual environments, and executing commands within isolated project environments. Essential for projects with pyproject.toml files. Use when this capability is needed.
    0 installs
  20. Skill Builder 14 · tomevault-io bundle
    Create new Claude Code Skills with proper YAML frontmatter, progressive disclosure structure, and complete directory organization. Use when you need to build custom skills for specific workflows, generate skill templates, or understand the Claude Skills specification. Use when this capability is needed.
    0 installs
  21. Git Workflow 179 · tomevault-io bundle
    Git branching, commit, and PR workflow for Mission Control development Use when this capability is needed.
    0 installs
  22. Resume Builder 3 · tomevault-io bundle
    Comprehensive resume creation, review and optimization with support for multiple formats, ATS optimization, industry-specific guidance and career stage customization. Use this skill when users request help writing, creating, reviewing, improving or tailoring resumes for job applications. Use when this capability is needed.
    0 installs
  23. Writing Agents 3 · tomevault-io bundle
    Creates, updates, and corrects custom agent files (*.agent.md) for GitHub Copilot in VS Code. Covers the full agent lifecycle: routing decision, frontmatter fields (name, description, tools, agents, handoffs, model control, user-invokable, disable-model-invocation), persona design, procedure writing, output format definition, rule constraints, agent chains (RPI pattern), subagent architecture, and cross-model validation. Use when: creating a new agent, updating or improving an existing agent, fixing a broken agent, designing an agent chain or subagent architecture, converting a repeated workflow into an agent, or reviewing an agent for anti-patterns. Triggers on: 'create agent', 'write agent', 'new agent', 'update agent', 'fix agent', 'agent.md', 'agent chain', 'handoff', 'agent writer', 'custom agent', 'agent spec', 'subagent', 'coordinator agent', 'RPI pattern'. Do not use for: writing copilot-instructions.md, SKILL.md, prompt.md, hook configurations, or MCP servers.
    0 installs
  24. Writing Skills 32 · tomevault-io bundle
    Creates, updates, and corrects Agent Skills following the agentskills.io open standard and the Skill Writer's Guide. Covers the full skill lifecycle: scaffolding directory structure, writing frontmatter with trigger-engineered descriptions, composing procedural body content, planning bundled resources (scripts, references, assets), and validating structure and behaviour. Use when: creating a new skill, updating or improving an existing skill, correcting or fixing a broken skill, converting session knowledge or documentation into a skill, reviewing a skill for anti-patterns, or writing SKILL.md files. Triggers on: 'create skill', 'write skill', 'new skill', 'update skill', 'fix skill', 'correct skill', 'review skill', 'SKILL.md', 'skill writer', 'agent skill'. Do not use for: writing copilot-instructions.md, agent.md, prompt.md, or hook configurations.
    0 installs
  25. Pulumi Upgrade Provider 5 · 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
  26. Python Backend Reviewer 2 · tomevault-io bundle
    Expert Python backend code reviewer that identifies over-complexity, duplicates, bad optimizations, and violations of best practices. Use when asked to review Python code quality, check for duplicate code, analyze module complexity, optimize backend code, identify anti-patterns, or ensure adherence to best practices. Ideal for preventing AI-generated code from creating unnecessary files instead of imports, finding repeated validation logic, and catching over-engineered solutions. Use when this capability is needed.
    0 installs
  27. Frontend Design 117 · 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, or applications. Generates creative, polished code that avoids generic AI aesthetics. Use when this capability is needed.
    1 install
  28. Golang Patterns 23 · tomevault-io bundle
    Use when writing, reviewing, or refactoring Go applications and applying idiomatic patterns, conventions, concurrency, error handling, package design, and maintainability practices.
    0 installs
  29. Java Best Practices 2 · tomevault-io bundle
    Use this skill when working with Java code, Optional handling, CompletableFuture, records, sealed classes, or virtual threads.
    0 installs
  30. Azure Functions 5 · tomevault-io bundle
    Expert patterns for Azure Functions development including isolated Use when this capability is needed.
    0 installs
  31. Terraform Skill 10 · tomevault-io bundle
    Terraform infrastructure as code best practices Use when this capability is needed.
    0 installs
  32. Rnow Train Jsonl 2 · tomevault-io bundle
    Format train.jsonl training data for ReinforceNow. Use when creating train.jsonl, formatting training entries, using tools/rewards per entry, or setting up sandbox/docker. Triggers on "train.jsonl", "training data", "docker", "sandbox", "entry format". Use when this capability is needed.
    0 installs
  33. Design System 12 · tomevault-io bundle
    Official design system for the Renan Crociari portfolio project. Use this authentic source of truth for all UI implementation, ensuring consistency in colors, typography, spacing, and component usage. Use when this capability is needed.
    0 installs
  34. Update Docs 27 · tomevault-io bundle
    Updates project documentation. Use when adding pages, updating content, restructuring navigation, or maintaining the documentation site. Use when this capability is needed.
    0 installs
  35. React Native Design 8 · tomevault-io bundle
    Master React Native styling, navigation, and Reanimated animations for cross-platform mobile development. Use when building React Native apps, implementing navigation patterns, or creating performant animations. Use when this capability is needed.
    0 installs
  36. Rust Async Patterns 5 · tomevault-io bundle
    Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async Rust applications, implementing concurrent systems, or debugging async code. Use when this capability is needed.
    0 installs
  37. Frontend Design 118 · tomevault-io bundle
    Create frontend components and pages for the Fables & Sagas D&D app. Use this skill when building UI for the dnd-homebrew-frontend project. Generates code that matches the existing dark fantasy aesthetic, theme system, and component patterns. Use when this capability is needed.
    0 installs
  38. Mobile Developer 7 · tomevault-io bundle
    Develop React Native, Flutter, or native mobile apps with modern Use when this capability is needed.
    0 installs
  39. Python Packaging 6 · tomevault-io bundle
    Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Python libraries, creating CLI tools, or distributing Python code. Use when this capability is needed.
    0 installs
  40. Code Documenter 4 · tomevault-io bundle
    Generates appropriate config files and optimizes structure for static site
    0 installs
  41. K8S Troubleshoot 2 · tomevault-io bundle
    Debug Kubernetes pods, nodes, and workloads. Use when pods are failing, containers crash, nodes are unhealthy, or users mention debugging, troubleshooting, or diagnosing Kubernetes issues. Use when this capability is needed.
    0 installs
  42. Verification Before Completion 16 · tomevault-io bundle
    Use when about to claim work is complete, fixed, or passing, or before commit, PR, or task completion, and fresh verification evidence must exist first.
    0 installs
  43. Fastapi Endpoint 5 · tomevault-io bundle
    Generate a complete FastAPI CRUD endpoint with Pydantic v2 schemas, async SQLAlchemy queries, dependency injection, response models, and error handling. Use when this capability is needed.
    0 installs
  44. Slack Gif Creator 8 · 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
  45. App Planner 2 · tomevault-io bundle
    Plans new macOS apps or analyzes existing projects. Creates comprehensive planning documents covering architecture, features, UI/UX, and tech stack. Use when planning a new macOS app or auditing an existing one. Use when this capability is needed.
    0 installs
  46. Run Tests 20 · tomevault-io bundle
    Run tests for a specific crate or domain Use when this capability is needed.
    0 installs
  47. Smaqit Project Init 2 · tomevault-io bundle
    Bootstrap a new smaqit project by generating a structured .github/copilot-instructions.md from a template. Use when the user asks to start a new smaqit project, init this project with smaqit, or set up smaqit for this project. Use when this capability is needed.
    0 installs
  48. Release 102 · tomevault-io bundle
    Cut a new release of the Partial Diff VS Code extension - guides through version bump, changelog, validation, and publish Use when this capability is needed.
    0 installs
  49. Evm Deployment 2 · tomevault-io bundle
    Deploy Sablier EVM contracts (Comptroller, ERC20 Faucet, Flow, Lockup, Airdrops) with full workflow automation. This skill should be used when the user asks to "deploy", "deploy protocol", "deploy to chain", or mentions deployment-related tasks. Handles contract deployment, explorer verification, SDK updates, and sample data creation through Init script. Use when this capability is needed.
    0 installs
  50. Agent Eval 19 · tomevault-io bundle
    커스텀 작업에서 Claude Code, Aider, Codex 등 코딩 에이전트를 정면 비교하고 pass rate, cost, time, consistency 지표를 측정합니다. Use when this capability is needed.
    0 installs
  51. Golang Troubleshooting 2 · tomevault-io bundle
    Troubleshoot Golang programs systematically - find and fix the root cause. Use when encountering bugs, crashes, deadlocks, or unexpected behavior in Go code. Covers debugging methodology, common Go pitfalls, test-driven debugging, pprof setup and capture, Delve debugger, race detection, GODEBUG tracing, and production debugging. Start here for any 'something is wrong' situation. Not for interpreting profiles or benchmarking (→ See `samber/cc-skills-golang@golang-benchmark` skill) or applying optimization patterns (→ See `samber/cc-skills-golang@golang-performance` skill). Use when this capability is needed.
    0 installs
  52. Feature Implementation 5 · tomevault-io bundle
    Systematic approach to implementing new features with full technical compliance and test coverage. Use when this capability is needed.
    0 installs
  53. Skill Creator 230 · 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
  54. Serena 2 · tomevault-io bundle
    Semantic code search, analysis, and editing. Use for understanding code structure, finding classes/functions, refactoring, and impact analysis. Triggers on "where is this function", "show references", "analyze impact" queries Use when this capability is needed.
    0 installs
  55. Spec Interview 3 · tomevault-io bundle
    Interviews user to refine spec using AskUserQuestion Use when this capability is needed.
    0 installs
  56. Content Strategy 2 · tomevault-io bundle
    Develop and execute a content strategy that maps content to audience needs, funnel stages, and business goals through editorial planning and performance analysis. Use when this capability is needed.
    0 installs
  57. Database Seeding 2 · tomevault-io bundle
    Populate databases with realistic, reproducible test data for development, testing, and staging environments. Use when this capability is needed.
    0 installs
  58. Keyword Research 2 · tomevault-io bundle
    Conduct comprehensive keyword research to identify high-value search terms, map search intent, and uncover content gaps for SEO and content marketing. Use when this capability is needed.
    0 installs
  59. Model Deployment 6 · tomevault-io bundle
    Deploy trained machine learning models as production-ready services using REST APIs, containers, serverless functions, and orchestration platforms. Use when this capability is needed.
    0 installs
  60. SEO Optimization 4 · tomevault-io bundle
    Optimize a webpage for search engines by analyzing on-page elements, improving technical performance, and implementing structured data for maximum visibility. Use when this capability is needed.
    0 installs
  61. Database Schema Design 2 · tomevault-io bundle
    Database schema design for PostgreSQL/MySQL with normalization, relationships, constraints. Use for new databases, schema reviews, migrations, or encountering missing PKs/FKs, wrong data types, premature denormalization, EAV anti-pattern. Use when this capability is needed.
    0 installs
  62. Logging Best Practices 4 · tomevault-io bundle
    Structured logging with proper levels, context, PII handling, centralized aggregation. Use for application logging, log management integration, distributed tracing, or encountering log bloat, PII exposure, missing context errors. Use when this capability is needed.
    0 installs
  63. Microservices Patterns 5 · tomevault-io bundle
    Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems, decomposing monoliths, or implementing microservices. Use when this capability is needed.
    0 installs
  64. Ralph Iteration 2 · tomevault-io bundle
    This skill guides you through completing one iteration of a Ralph Mode loop effectively. Use when this capability is needed.
    0 installs
  65. Release 103 · tomevault-io bundle
    Prepare and execute a Python package release with verification steps. Use for releasing Python packages with uv and ruff. Use when this capability is needed.
    0 installs
  66. Coding Principles 4 · tomevault-io bundle
    Language-agnostic coding principles for maintainability, readability, and quality. Use when implementing features, refactoring code, or reviewing code quality. Use when this capability is needed.
    0 installs
  67. Frontend AI Guide 2 · tomevault-io bundle
    Frontend-specific technical decision criteria, anti-patterns, debugging techniques, and quality check workflow. Use when making frontend technical decisions or performing quality assurance. Use when this capability is needed.
    0 installs
  68. Testing 77 · tomevault-io bundle
    Testing workflows for .NET with xUnit, Moq, and FluentAssertions. Use this skill when writing unit tests, integration tests, mocking dependencies, or setting up test projects. Triggers on tasks involving xUnit, test creation, mocking, assertions, or test-driven development in .NET. Use when this capability is needed.
    0 installs
  69. Agent Coordination 3 · tomevault-io bundle
    Patterns for invoking and coordinating Automatasaurus agents. Use when delegating tasks to specialist agents. Use when this capability is needed.
    0 installs
  70. Workflow Orchestration 2 · tomevault-io bundle
    Build multi-agent workflows and graph-based orchestration using Microsoft Agent Framework. Use this skill when creating agent pipelines, connecting multiple agents, implementing human-in-the-loop patterns, streaming, checkpointing, or time-travel debugging. Use when this capability is needed.
    0 installs
  71. Subagent Driven Development 15 · tomevault-io bundle
    Use when executing implementation plans with independent tasks in the current session
    0 installs
  72. Baseline UI 3 · tomevault-io bundle
    Validates animation durations, enforces typography scale, checks component accessibility, and prevents layout anti-patterns in Tailwind CSS projects. Use when building UI components, reviewing CSS utilities, styling React views, or enforcing design consistency.
    0 installs
  73. Copilot Sdk 4 · tomevault-io bundle
    Build applications that programmatically interact with GitHub Copilot. The SDK wraps the Copilot CLI via JSON-RPC, providing session management, custom tools, hooks, MCP server integration, and streaming across Node.js, Python, Go, and .NET. Use when this capability is needed.
    0 installs
  74. Copywriting 3 · tomevault-io bundle
    Write rigorous, conversion-focused marketing copy for landing pages and emails. Enforces brief confirmation and strict no-fabrication rules. Use when this capability is needed.
    0 installs
  75. Fal Upscale 2 · tomevault-io bundle
    Upscale and enhance image and video resolution using AI Use when this capability is needed.
    0 installs
  76. Fastapi Pro 13 · tomevault-io bundle
    Build high-performance async APIs with FastAPI, SQLAlchemy 2.0, and Pydantic V2. Master microservices, WebSockets, and modern Python async patterns. Use when this capability is needed.
    0 installs
  77. Fp TS React 2 · tomevault-io bundle
    Practical patterns for using fp-ts with React - hooks, state, forms, data fetching. Use when building React apps with functional programming patterns. Works with React 18/19, Next.js 14/15. Use when this capability is needed.
    0 installs
  78. Haskell Pro 2 · tomevault-io bundle
    Expert Haskell engineer specializing in advanced type systems, pure Use when this capability is needed.
    0 installs
  79. Ml Engineer 5 · tomevault-io bundle
    Build production ML systems with PyTorch 2.x, TensorFlow, and modern ML frameworks. Implements model serving, feature engineering, A/B testing, and monitoring. Use when this capability is needed.
    0 installs
  80. Sharp Edges 2 · tomevault-io bundle
    sharp-edges Use when this capability is needed.
    0 installs
  81. Tool Design 4 · tomevault-io bundle
    Build tools that agents can use effectively, including architectural reduction patterns. Use when creating new tools for agent systems, debugging tool-related failures or misuse, or optimizing existing tool sets for better agent performance. Use when this capability is needed.
    0 installs
  82. Prepare Release 4 · tomevault-io bundle
    Generate a changelog and suggest a new version number based on git commits since the last version. Use when the user asks to generate a changelog, create a new version, or prepare a release. Optionally accepts a version number argument (e.g., `/prepare-release 2.1.0`). Use when this capability is needed.
    0 installs
  83. Database Design 11 · tomevault-io bundle
    Database schema design, optimization, and migration patterns for PostgreSQL, MySQL, and NoSQL databases. Use for designing schemas, writing migrations, or optimizing queries. Use when this capability is needed.
    0 installs
  84. Nodejs Backend Patterns 13 · tomevault-io bundle
    Build production-ready Node.js backend services with Express/Fastify, implementing middleware patterns, error handling, authentication, database integration, and API design best practices. Use when creating Node.js servers, REST APIs, GraphQL backends, or microservices architectures. Use when this capability is needed.
    0 installs
  85. Subagent Creator 4 · tomevault-io bundle
    Creates new subagent configuration files in .claude/agents/
    0 installs
  86. Scientific Critical Thinking 2 · tomevault-io bundle
    Evaluate research rigor. Assess methodology, experimental design, statistical validity, biases, confounding, evidence quality (GRADE, Cochrane ROB), for critical analysis of scientific claims. Use when this capability is needed.
    0 installs
  87. Performance Audit 7 · tomevault-io bundle
    Comprehensive performance audit workflow for web applications Use when this capability is needed.
    0 installs
  88. Typescript Strict 5 · tomevault-io bundle
    TypeScript strict mode patterns and advanced type techniques Use when this capability is needed.
    0 installs
  89. Nextjs 7 · tomevault-io bundle
    Next.js 15+ App Router development patterns Use when this capability is needed.
    0 installs
  90. Nodejs 6 · tomevault-io bundle
    Core Node.js backend patterns for TypeScript applications including async/await error handling, middleware concepts, configuration management, testing strategies, and layered architecture principles. Use when building Node.js backend services, APIs, or microservices. Use when this capability is needed.
    0 installs
  91. Prisma 5 · tomevault-io bundle
    Prisma ORM patterns including Prisma Client usage, queries, mutations, relations, transactions, and schema management. Use when working with Prisma database operations or schema definitions. Use when this capability is needed.
    0 installs
  92. Shadcn 8 · tomevault-io bundle
    shadcn/ui component library patterns Use when this capability is needed.
    0 installs
  93. Webapp Testing 40 · tomevault-io bundle
    Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs. Use when this capability is needed.
    0 installs
  94. Documentation Writer 22 · tomevault-io bundle
    Diátaxis Documentation Expert. An expert technical writer specializing in creating high-quality software documentation, guided by the principles and structure of the Diátaxis technical documentation authoring framework. Use when this capability is needed.
    0 installs
  95. Agent Recorder Fixtures 2 · tomevault-io bundle
    Record real OpenAI/Anthropic HTTP back-and-forth (requests + responses, including streaming text/event-stream) and print paste-ready Swift fixtures for SwiftAgent unit tests (ReplayHTTPClient) using the AgentRecorder CLI or HTTPReplayRecorder. Use when adding/updating any provider adapter tests (text, streaming, structured outputs, tool calls), when payload formats change, or when debugging agent loop mismatches by inspecting recorded JSON/SSE payloads. Use when this capability is needed.
    0 installs
  96. Using Git Worktrees 21 · 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
  97. Android Testing 4 · tomevault-io bundle
    Androidアプリのテスト戦略策定、テストコード実装、およびリリース前の品質チェックを支援します。ユーザーが「テスト設計」「ユニットテスト作成」「UIテスト」「リリース手順」「チェックリスト」を求めた際に使用してください。 Use when this capability is needed.
    0 installs
  98. Devops Engineer 8 · tomevault-io bundle
    Responsible for CI/CD pipelines, infrastructure automation, and deployment processes. Use when this capability is needed.
    0 installs
  99. Tanstack Query 8 · tomevault-io bundle
    Powerful asynchronous state management, server-state utilities, and data fetching for TS/JS, React, Vue, Solid, Svelte & Angular. Use when this capability is needed.
    0 installs
  100. Tanstack Start 2 · tomevault-io bundle
    Full-stack React framework powered by TanStack Router with SSR, streaming, server functions, and deployment to any hosting provider. Use when this capability is needed.
    0 installs