← all publishers

tomevault-io

@tomevault-io source repo

62172 published skills · page 619 of 622

  1. Uniswap · tomevault-io bundle
    Trade and interact with Uniswap in Python using Ape and the uniswap-sdk package. Use when this capability is needed.
    0 installs
  2. Ar4mirez Samuel Blazor · tomevault-io bundle
    Blazor Guide
    0 installs
  3. Ar4mirez Samuel Hanami · tomevault-io bundle
    Hanami Guide
    0 installs
  4. Ar4mirez Samuel Nextjs · tomevault-io bundle
    Next.js Framework Guide
    0 installs
  5. Ar4mirez Samuel Rocket · tomevault-io bundle
    Rocket Framework Guide
    0 installs
  6. Arksim Scenarios · tomevault-io bundle
    Use when the user wants to generate, edit, or extend arksim test scenarios. Reads the agent's source code to derive realistic scenarios; can build regression scenarios from past failures.
    0 installs
  7. Arvorco Relentless Prd · tomevault-io bundle
    PRD Generator
    0 installs
  8. Documentation · tomevault-io bundle
    Quick inline check for documentation freshness. Use when you've just made code changes and want to know if any docs need updating, without a full audit. Lighter weight than the /documentation agent. Use when this capability is needed.
    0 installs
  9. Agent Customization · tomevault-io bundle
    LLM-powered injection of project context into installed agent templates via `aspens customize agents` Use when this capability is needed.
    0 installs
  10. Test Writer · tomevault-io bundle
    Write thorough tests following TDD and BDD principles Use when this capability is needed.
    0 installs
  11. Logging · tomevault-io bundle
    Guide logging practices based on Dave Cheney's minimalist philosophy. Use when adding log.Info/Debug/Error/Warn/Fatal calls, reviewing logging code, handling errors with log+return pattern, discussing log levels, or designing error handling strategies. Use when this capability is needed.
    0 installs
  12. Go Table Driven Tests · tomevault-io bundle
    Write Go table-driven tests following Go community best practices and this repository's conventions. Use when writing or refactoring Go tests, especially when you notice repeated test patterns or copy-pasted test code. Use when this capability is needed.
    0 installs
  13. Test Driven Development · tomevault-io bundle
    Test-driven development. Use when asked to use TDD explicitly, or any other times when asked write a failing test before implementation, or similar. Use when this capability is needed.
    0 installs
  14. Openspec Propose · tomevault-io bundle
    Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation. Use when this capability is needed.
    0 installs
  15. Nx Gradle Plugin Version Bump · tomevault-io bundle
    Bump the dev.nx.gradle.project-graph plugin version. Use when updating the Gradle project graph plugin version across the codebase, creating the migration files, and updating migrations.json. Use when this capability is needed.
    0 installs
  16. Nuxt UI · tomevault-io bundle
    Build UIs with @nuxt/ui v4 — 125+ accessible Vue components with Tailwind CSS theming. Use when creating interfaces, customizing themes to match a brand, building forms, or composing layouts like dashboards, docs sites, and chat interfaces. Use when this capability is needed.
    0 installs
  17. Fix Cherry Pick Pr · tomevault-io bundle
    Repair cherry-pick pull requests in tikv/pd when automated cherry-picks leave committed conflict markers, drift from the source PR, or need parity verification against the original PR. Use when given a source PD PR and its cherry-pick PR, or a cherry-pick PR that references an original PR, and asked to compare diffs, resolve release-branch cherry-pick conflicts, run failpoint-aware verification, and push the fixed cherry-pick branch. Use when this capability is needed.
    0 installs
  18. Gh Skill · tomevault-io bundle
    Manage agent skills with gh skill. Use this skill to discover, preview, install, update, and publish Agent Skills so an agent can self-manage the skills available in its environment. Use when this capability is needed.
    0 installs
  19. Doocs Md Md · tomevault-io bundle
    Git Commit with Conventional Commits
    0 installs
  20. Learn · tomevault-io bundle
    Update fx-cc plugin skills based on conversation learnings. Use when the user says "use /learn to...", "learn to...", "remember to...", "don't do X again", or when a skill misbehaved and needs correction. This skill modifies plugin source files but does NOT commit changes - they require manual review before committing. Use when this capability is needed.
    0 installs
  21. Setup · tomevault-io bundle
    Initialize the docs/ folder structure for spec-driven development and ensure CLAUDE.md and .github/copilot-instructions.md defer task tracking to /project-management. Called automatically by /spec-writer and /project-management. Also use when user says 'setup docs', 'initialize docs', 'create docs structure'. Use when this capability is needed.
    0 installs
  22. Claude Code Integration · tomevault-io bundle
    Use when working with Claude Code sessions in iTerm2 - detecting Claude sessions, checking their status, linking sessions, or coordinating multiple Claude instances.
    0 installs
  23. Crafting Effective Readmes · tomevault-io bundle
    Use when writing or improving README files. Not all READMEs are the same — provides templates and guidance matched to your audience and project type.
    0 installs
  24. Review · tomevault-io bundle
    Review code changes and return prioritized, actionable findings Use when this capability is needed.
    0 installs
  25. G2 Legend Expert · tomevault-io bundle
    Expert skill for G2 legend development - provides comprehensive knowledge about legend rendering implementation, component architecture, layout algorithms, and interaction handling. Use when implementing, customizing, or debugging legend functionality in G2 visualizations. Use when this capability is needed.
    0 installs
  26. Antvis L7 L7 · tomevault-io bundle
    AntV L7 地理空间可视化
    0 installs
  27. S2 Unit Test · tomevault-io bundle
    Guidelines for writing and maintaining unit tests in the S2 project. Use when modifying source code to ensure proper test coverage. Use when this capability is needed.
    0 installs
  28. Ax Python Agent Memory Skills · tomevault-io bundle
    Use when writing Python code with `axllm` for agent memory, recall callbacks, dynamic skill discovery, loaded-skill state, and used-skill tracking.
    0 installs
  29. Using Gs · tomevault-io bundle
    Use when managing Google Suite from the command line with the `gs` CLI — Gmail (tail/stream as JSON, send with attachments, delete, mark read/unread, labels, move), Google Calendar (list calendars, list/create/delete events, invite attendees), Google Drive (list/upload/download/mkdir/delete), or authentication (gs auth login/logout/status). Covers the nested subcommand structure, combined OAuth scope, and per-command options.
    0 installs
  30. Release · tomevault-io bundle
    Prepare a release by updating the changelog and creating a git tag Use when this capability is needed.
    0 installs
  31. Mcs Control · tomevault-io bundle
    Control vehicle with natural language. Use when user wants to warm up/cool down the car, lock/unlock doors, start/stop engine, check battery/fuel/location/status, or control charging. Translates phrases like "warm up the car" into mcs CLI commands. Use when this capability is needed.
    0 installs
  32. Wm Git Worktree Manager · tomevault-io bundle
    Use when working with git worktrees - creating isolated workspaces for branches, managing multiple features in parallel, or cleaning up worktrees
    0 installs
  33. Doc Add Simple Hash · tomevault-io bundle
    markdown文档编辑时,为标题添加简单的哈希锚点,当用户提到添加简单哈希锚点时强制调用。 Use when this capability is needed.
    0 installs
  34. Fx Cc Github · tomevault-io bundle
    GitHub CLI Expert
    0 installs
  35. Lowercase · tomevault-io bundle
    Converts the provided input string to lowercase.
    0 installs
  36. Jalco Writing Component Docs · tomevault-io bundle
    Write and review jalco ui component documentation with consistent structure, concise descriptions, realistic examples, and registry-aligned metadata. Use when creating new component docs, updating existing docs, reviewing doc quality, or syncing registry-backed component copy. Use when this capability is needed.
    0 installs
  37. Td Integration Test · tomevault-io bundle
    Write integration tests for the td-sync admin API using the TestHarness in internal/api/testharness_test.go. Use when asked to write, add, or fix integration tests for admin API endpoints (server, users, projects, events, snapshots, CORS, auth). The harness provides a real HTTP server, fluent state builder, and assertion helpers. Tests go in internal/api/admin_integration_test.go. Use when this capability is needed.
    0 installs
  38. Lx · tomevault-io bundle
    Codebase exploration tool that reads many files or whole directories in a single call, with per-file headers, glob include/exclude filters, function/type skeleton extraction (signatures only, no bodies), and head/tail line slicing. Use when this capability is needed.
    0 installs
  39. Stripe AI AI · tomevault-io bundle
    Stripe Projects — Service Provisioning
    2 installs
  40. Webern Mx Mx · tomevault-io bundle
    Webern Mx Mx
    0 installs
  41. No Way To Prevent This Memory Safety · tomevault-io bundle
    Use when asked to generate a "no way to prevent this" / no-way-to-prevent-this satire post for a memory-safety CVE (out-of-bounds write/read, buffer/heap overflow, use-after-free, integer overflow) in a C or C++ project, given a CVE number or NVD link.
    0 installs
  42. Qka · tomevault-io bundle
    QKA 框架使用技能。当用户需要基于 QKA 框架编写 A 股量化策略、运行回测、 Use when this capability is needed.
    0 installs
  43. Amd Gaia Gaia · tomevault-io bundle
    GAIA Testing
    0 installs
  44. Cac · tomevault-io bundle
    Build and maintain command-line interfaces with CAC. Use when a task involves the `cac` package, authoring or reviewing CLI apps, defining commands/options/arguments, generating help or version output, handling parse errors, or explaining CAC-specific behavior such as default commands, boolean negation, variadic args, dot-nested options, and `--` passthrough. Use when this capability is needed.
    0 installs
  45. Cy Create Prd · tomevault-io bundle
    Creates a Product Requirements Document through interactive brainstorming with parallel codebase and web research. Use when starting a new feature or product, building a PRD, or brainstorming requirements. Do not use for technical specifications, task breakdowns, or code implementation.
    0 installs
  46. Plan Work Completion Signoff · tomevault-io bundle
    Verify implemented plan docs against their actual code, add completion signoff metadata, and surface any gaps as new beads. Designed for scheduler/concierge agents coordinating multi-agent signoff after implementation is done. Use when this capability is needed.
    0 installs
  47. Egg Controller · tomevault-io bundle
    Use when creating API endpoints, implementing protocol handlers, exposing interfaces for specific clients, adding parameter validation, or applying middleware to controllers. Covers HTTP, MCP and Schedule controllers, Ajv/TypeBox parameter validation, and Middleware (function-style and AOP) for EGG framework applications.
    0 installs
  48. Daily Hexagram · tomevault-io bundle
    Daily I Ching hexagram divination. Triggered when users ask for "daily horoscope", "tell my fortune", "divination", "cast a hexagram", "today's fortune", etc. Generates personalized hexagrams using time-based divination + user seed, outputting a complete fortune report with hexagram details, 8-dimension fortune, do's & don'ts, and daily guidance. Supports coin method, plum blossom, yarrow stalk, and other divination methods. Use when this capability is needed.
    0 installs
  49. Dependency Upgrade · tomevault-io bundle
    Go 依赖升级专家。分析过时依赖、执行升级、运行测试验证、生成升级报告。用于定期自动升级项目依赖时主动调用。 Use when this capability is needed.
    0 installs
  50. Ind Igo Cx Cx · tomevault-io bundle
    cx — Semantic Code Navigation
    0 installs
  51. Tbd · tomevault-io bundle
    Lightweight, git-native issue tracking (aka beads) for AI agents. Use for creating, planning, updating, and tracking issues with dependencies. Invoke when user mentions tbd, beads, to-do lists, planning, tracking tasks, issues, or bugs. Use when this capability is needed.
    0 installs
  52. AI Sdk Development · tomevault-io bundle
    TRIGGER when working with ai-sdk which is Laravel official first-party AI SDK. Activate when building, editing AI agents, chatbots, text generation, image generation, audio/TTS, transcription/STT, embeddings, RAG, vector stores, reranking, structured output, streaming, conversation memory, tools, queueing, broadcasting, and provider failover across OpenAI, Anthropic, Gemini, Azure, Groq, xAI, DeepSeek, Mistral, Ollama, ElevenLabs, Cohere, Jina, and VoyageAI. Invoke when the user references ai-sdk, the `Laravel\Ai\` namespace, or this project's AI features — not for other AI packages used directly. Use when this capability is needed.
    0 installs
  53. Reconstruct · tomevault-io bundle
    Retroactively create session notes from JSONL transcripts and git history when automatic capture failed or was incomplete. USE WHEN user says 'reconstruct sessions', 'rebuild session notes', 'recover session notes', 'retroactively create notes', 'create notes from git history', 'notes are missing', 'backfill session notes', 'reconstruct what we did', OR /reconstruct. Use when this capability is needed.
    0 installs
  54. Backlog Notation · tomevault-io bundle
    Syntax reference for Backlog notation (Backlog記法), the native markup syntax for Nulab Backlog. Covers headings, lists, tables, text styling, links, code blocks, and other formatting elements. Use when this capability is needed.
    0 installs
  55. Srs Support · tomevault-io bundle
    Answer SRS (Simple Realtime Server) questions for users and operators — protocols, configuration, codecs, ecosystem tools, deployment, and troubleshooting. Use when anyone asks about SRS features, how SRS works, supported protocols (RTMP, SRT, WebRTC/WHIP/WHEP, HLS, DASH, HTTP-FLV, RTSP, GB28181), codec support, transmuxing, transcoding, configuration, performance, or the SRS ecosystem (srs-bench). Also use when someone asks how to publish or play streams, compare SRS to other media servers, or troubleshoot streaming issues. Use when this capability is needed.
    0 installs
  56. Atlas · tomevault-io bundle
    Atlas — a design language and UI guide system for agent interfaces. Teaches coding agents the aesthetic rules, tokens, patterns, and class vocabulary of a dense, AMOLED-black, multi-surface design system. Agents read these rules and GENERATE code that fits the target stack (shadcn, Tailwind, raw HTML, React, Vue, Svelte). The included colors_and_type.css is a reference implementation, not a required dependency. Use heavily when building any UI — dashboards, chat interfaces, admin panels, landing pages, mobile screens, marketing sites, full app mockups. Atlas is opinionated; lean into it. Use when this capability is needed.
    0 installs
  57. Yellowstone Sound Atlas · tomevault-io bundle
    Use when a user asks for Yellowstone National Park sound recordings, YSL route data, public field-recording examples, or a playable Yellowstone sound archive.
    0 installs
  58. Changeset Decision · tomevault-io bundle
    Decide whether IX changes need a changeset, which packages to include, and draft the changeset summary. Use for pull requests, code reviews, component changes, styling or theming updates, accessibility changes, public API changes, behavior changes, and internal-only change classification in the Siemens IX monorepo. Use when this capability is needed.
    0 installs
  59. Skill Creator · tomevault-io bundle
    Use to create, update, package, or structure a skill and its assets. Use when this capability is needed.
    0 installs
  60. Llms Txt Update · tomevault-io bundle
    Updates the llms.txt file at ai.symfony.com/public/llms.txt by scanning the Symfony AI monorepo for current components, bridges, documentation, and integrations. Use this skill whenever the user asks to update, regenerate, or refresh the llms.txt file, or mentions keeping llms.txt in sync with the codebase. Also trigger when the user says things like 'update the LLM file', 'refresh ai.symfony.com content for LLMs', or 'sync llms.txt'. Use when this capability is needed.
    0 installs
  61. Symfony UX UX · tomevault-io bundle
    Symfony UX Toolkit — Kit Recipe Skill
    0 installs
  62. A16z Jolt Jolt · tomevault-io bundle
    Provide a code review for the given pull request.
    0 installs
  63. Code Review · tomevault-io bundle
    Toolkit for performing structured code reviews. Covers identifying bugs, security issues, performance problems, and style violations. Use when asked to review code changes, pull requests, or individual files. Use when this capability is needed.
    0 installs
  64. Vercel React Best Practices · 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
  65. Process Review Comments · tomevault-io bundle
    Process PR review comments iteratively, one by one. Use whenever asked to address incoming review feedback on a pull request. Use when this capability is needed.
    0 installs
  66. Ccxt Typescript · tomevault-io bundle
    CCXT cryptocurrency exchange library for TypeScript and JavaScript developers (Node.js and browser). Covers both REST API (standard) and WebSocket API (real-time). Helps install CCXT, connect to exchanges, fetch market data, place orders, stream live tickers/orderbooks, handle authentication, and manage errors. Use when working with crypto exchanges in TypeScript/JavaScript projects, trading bots, arbitrage systems, or portfolio management tools. Includes both REST and WebSocket examples. Use when this capability is needed.
    0 installs
  67. Refactoring UI Design · tomevault-io bundle
    Use when designing, reviewing, or improving web UI visual quality, especially when a developer-built interface feels cluttered, flat, generic, poorly spaced, weakly hierarchical, or hard to scan.
    0 installs
  68. Cofin Flow Vue · tomevault-io bundle
    Vue 3 Framework Skill
    0 installs
  69. D Kuro Gwq Gwq · tomevault-io bundle
    Release
    0 installs
  70. Dotnet Sdk Sdk · tomevault-io bundle
    xUnit -> MSTest Migration
    0 installs
  71. Vcad Assembly · tomevault-io bundle
    Build multi-part assemblies with joints and run physics simulations. Use when the user asks about robot arms, mechanisms, hinges, joints, physics simulation, reinforcement learning environments, or assembly of multiple parts. Use when this capability is needed.
    0 installs
  72. Android E2e Testing · tomevault-io bundle
    Test Expo Router features on Android emulators using ADB. Use after implementing native Android features or when verifying UI behavior on Android. Use when this capability is needed.
    0 installs
  73. Zep Eval Harness · tomevault-io bundle
    Run and manage the Zep eval harness pipeline — document chunking, user ingestion, document ingestion, evaluation, graph inspection, and results analysis. Use when the user asks to run eval harness scripts, use the Zep eval harness, get terminal commands for eval harness operations, chunk documents, ingest users or documents into Zep, run evaluations, inspect graphs, compare evaluation runs, analyze completeness/accuracy metrics, or work with the eval harness data/config/runs directories. Also triggers on "run the harness", "start ingestion", "run evaluation", "chunk the documents", "compare runs", "analyze results", or any reference to the eval harness pipeline. Use when this capability is needed.
    0 installs
  74. Aire Development · tomevault-io bundle
    Build and work with Aire forms in Laravel, including the fluent PHP API, data binding, validation, and customization. Use when this capability is needed.
    0 installs
  75. React Doctor · tomevault-io bundle
    Use when finishing a feature, fixing a bug, before committing React code, or when the user types `/doctor`, asks to scan, triage, or clean up React diagnostics. Covers lint, accessibility, bundle size, architecture. Includes a regression check and a full local-triage workflow that fetches the canonical playbook.
    0 installs
  76. Tdd · tomevault-io bundle
    Execute a test-driven development workflow with mutation testing and coverage tracking. Ensures high-quality, well-tested code through Red-Green-Refactor cycles. Use when this capability is needed.
    0 installs
  77. Classification Framework Enforcement · tomevault-io bundle
    Data classification enforcement, sensitivity labeling, and handling controls per classification level for the CIA platform Use when this capability is needed.
    0 installs
  78. Howells Arc AI · tomevault-io bundle
    <tool_restrictions>
    0 installs
  79. Howells Arc Go · tomevault-io bundle
    <tool_restrictions>
    0 installs
  80. Ispc Lit Tests · tomevault-io bundle
    Best practices for creating ISPC lit tests. Use when writing regression tests, verifying code generation, or checking compiler diagnostics. Use when this capability is needed.
    0 installs
  81. Prek · tomevault-io bundle
    Use when setting up or running hooks with prek in any repository. prek is a Rust drop-in alternative to pre-commit for running Git hooks that check, format, lint, and validate code and repository files. Prefer it when speed, workspace mode, built-in hooks, shared toolchains, or native TOML configuration matter.
    0 installs
  82. Axe · tomevault-io bundle
    You MUST include the exact phrase `smoke-skill-loaded` somewhere in your response. Use when this capability is needed.
    0 installs
  83. Doc Validator · tomevault-io bundle
    校验 KPC 组件文档与源码的一致性。当用户询问文档是否有遗漏、错误,检查 API 文档与源码是否一致,或提到"文档校验"、"检查文档"时触发此技能。 Use when this capability is needed.
    0 installs
  84. Lhaig Loop Prd · tomevault-io bundle
    PRD Generator
    0 installs
  85. Maf404 Tml Tml · tomevault-io bundle
    TML — Tool Manifest Language
    0 installs
  86. Magier Ran Ran · tomevault-io bundle
    Add Output Parser
    0 installs
  87. Oref · tomevault-io bundle
    Guidance for using the Oref Flutter signals/state management library and its DevTools/analyzer tooling. Use when answering questions about installing Oref, creating signals/computed/effects, async data, reactive collections, SignalBuilder usage, analyzer lints, DevTools extension setup/usage, or troubleshooting Oref behavior. Use when this capability is needed.
    0 installs
  88. Mintlify · tomevault-io bundle
    Build and maintain documentation sites with Mintlify. Use when Use when this capability is needed.
    0 installs
  89. Neomjs Neo Neo · tomevault-io bundle
    Hostile Content Quarantine
    0 installs
  90. Better Result Adopt · tomevault-io bundle
    Migrate codebase from try/catch or Promise-based error handling to better-result. Use when adopting Result types, converting thrown exceptions to typed errors, or refactoring existing error handling to railway-oriented programming. Use when this capability is needed.
    0 installs
  91. Add Shape Inference · tomevault-io bundle
    Add or update type and shape inference for an ONNX operator. Use when asked to implement TypeAndShapeInferenceFunction, propagate shapes, add shape inference tests, fix shape inference bugs, or handle broadcasting logic. Use when this capability is needed.
    0 installs
  92. How · tomevault-io bundle
    Explain how something works in this codebase by exploring code and producing a clear architectural explanation. Optionally critique the architecture for issues. Use when this capability is needed.
    0 installs
  93. Prql · tomevault-io bundle
    Tend-specific guidance for this repo. Project build commands, test strategy, Use when this capability is needed.
    0 installs
  94. Qntx Xmtp Xmtp · tomevault-io bundle
    XMTP Messaging
    0 installs
  95. Rocm Mori Mori · tomevault-io bundle
    Deploy MORI
    0 installs
  96. Design Patterns · tomevault-io bundle
    Rust design patterns for RTK. Newtype, Builder, RAII, Trait Objects, State Machine. Applied to CLI filter modules. Use when designing new modules or refactoring existing ones. Use when this capability is needed.
    0 installs
  97. Sarl · tomevault-io bundle
    This document describes how to define Skills in SARL. Use when this capability is needed.
    0 installs
  98. AI Disclosure · tomevault-io bundle
    Track and document Claude's contributions during coding sessions for PR transparency. Use when working on feature branches, PRs, or when the user wants to maintain AI contribution records. Maintains a disclosure file per branch summarizing Claude's involvement. Use when this capability is needed.
    0 installs
  99. Eetf · tomevault-io bundle
    Encode and decode Erlang External Term Format (ETF) in Rust using the `eetf` crate. Use when working with binary terms produced by `term_to_binary/1` in Erlang/Elixir, building Rust services that interop with the BEAM (e.g. distribution protocol, ports, NIFs, ErlPort, Mnesia dumps), parsing `.beam` artifacts, or decoding/encoding any payload that starts with the version byte `131` (`0x83`). Use when this capability is needed.
    0 installs
  100. Compile Basic · tomevault-io bundle
    Basic compiler conformance fixture. Use when this capability is needed.
    0 installs