← all publishers

tomevault-io

@tomevault-io source repo

62172 published skills · page 615 of 622

  1. Ncps · tomevault-io bundle
    Developing, running, and testing ncps Use when this capability is needed.
    0 installs
  2. Debug Audit On Second Miss · tomevault-io bundle
    Bug 修复 / 排查场景,连续 2 次假设或 patch 没命中根因时强制停手出 audit。Use when 同一 bug 已经试过 ≥2 次修复、症状仍在或换了形态再现、即将动「第 3 刀」时;触发关键词:「还是有这个问题」「又出现了」「同样的报错」「再试一次」「这次应该」。不适用于一次就 reproduce + 一次修好的场景。 Use when this capability is needed.
    0 installs
  3. Flow Initializer · tomevault-io bundle
    Initialize Flow projects from scratch, migrate existing docs, or update old structures. Use when user says "start flow", "initialize", "migrate to flow", "set up flow project". Use when this capability is needed.
    0 installs
  4. Kool CLI · tomevault-io bundle
    Docker development environment CLI. Use for managing containers (start/stop/restart), executing commands in services, viewing logs, and running project scripts from kool.yml. Use when this capability is needed.
    0 installs
  5. Push · tomevault-io bundle
    Commit and push vault changes to Git with smart commit messages. Auto-stages files, creates meaningful commits, and syncs with remote. Use after making vault changes or at end of day. Use when this capability is needed.
    0 installs
  6. L33tdawg Sage Sage · tomevault-io bundle
    SAGE Memory — Persistent Brain for AI Agents
    0 installs
  7. Tx Styling · tomevault-io bundle
    Guidance for using @landfolk/tx styling (tx prop, grouping syntax, Tailwind transformer, SWC + ESLint plugins) in React/Next.js. Use when this capability is needed.
    0 installs
  8. Unit Test Workflow · tomevault-io bundle
    Run and validate cdflib unit tests after code changes. Use when editing Python code, verifying regressions, or preparing a PR. Covers default local pytest runs, optional remote-data tests, and failure triage. Use when this capability is needed.
    0 installs
  9. Planner · tomevault-io bundle
    Unified planning workflow that detects context and guides you through structured development. Use when starting a new feature, resuming work, or managing PRD-driven task execution with parallel worktrees. Use when this capability is needed.
    0 installs
  10. Vera · tomevault-io bundle
    Semantic code search, regex pattern search, and symbol lookup across a local repository. Returns ranked markdown codeblocks with file path, line range, content, and optional symbol info. Use `vera search` for conceptual/behavioral queries (how a feature works, where logic lives, exploring unfamiliar code). Use `vera grep` for exact strings, regex patterns, imports, and TODOs. Use `vera references` to trace callers/callees. Use rg only for bulk find-and-replace or files outside the index. Use when this capability is needed.
    0 installs
  11. Lets CLI Lets Lets · tomevault-io bundle
    lets Task Runner
    0 installs
  12. Agentmd · tomevault-io bundle
    Generate a single canonical AGENTS.md context file plus minimal CLI-specific shim files that @-import it for coding agents that do not read AGENTS.md natively (Claude Code, Gemini CLI, Qwen Code). Based on "Evaluating AGENTS.md" (ETH Zurich, Feb 2026) which found auto-generated context files DECREASE performance by ~3% and increase costs by 20-23%, while minimal human-written files improve performance by ~4%. Use when the user says "generate CLAUDE.md", "create AGENTS.md", "generate context file", "agentmd", "create recommended CLAUDE.md", "generate agent instructions", "init context file", or any request to create/improve a coding agent context file for a repository. Replaces the default /init command which generates bloated, counterproductive context files. Use when this capability is needed.
    0 installs
  13. Documentation Writer · tomevault-io bundle
    Create or update user-facing technical documentation (mzmine module docs / wiki pages) from implementation code and existing docs. Follows the project documentation template, fact-checks claims against code, preserves legacy pages, and updates navigation. TRIGGER when the user says "update/edit/write/fix/improve the docs/documentation/wiki/module page" for any module, parameter, or feature; when adding screenshots or sections to an existing `.md` page under `mzmine_documentation/docs/`; when asked to document a new module, parameter, or algorithm; or when migrating/reconciling docs with current code. SKIP for inline code comments, Javadoc, README files in source repos, commit messages, PR descriptions, or generated API docs. Use when this capability is needed.
    0 installs
  14. Localstack Service Tiers Reference · tomevault-io bundle
    Reference for LocalStack AWS service availability by tier (Free/Base/Ultimate). Essential for KECS development to understand which AWS-compatible services can be used locally without cost. Use when this capability is needed.
    0 installs
  15. User App Development · tomevault-io bundle
    Guide for developing, building, and running Nanvix user-space applications across supported runtimes and languages. Use this when asked about guest app implementation or execution. Use when this capability is needed.
    0 installs
  16. Slim Container Vulnerability Scanning · tomevault-io bundle
    Implement container and dependency vulnerability scanning using Grype for automated security testing in development workflows, CI/CD pipelines, and repository maintenance. Use when setting up security scanning, adding vulnerability detection to projects, implementing pre-commit hooks for security, or scanning Docker containers and package dependencies for vulnerabilities. Use when this capability is needed.
    0 installs
  17. Chrome Devtools Debugging · tomevault-io bundle
    Browser debugging with Chrome DevTools MCP. Use for UI issues, unexpected API requests, wrong payloads, UI debugging, network request inspection, console errors, page snapshots, browser automation, UI validation testing, CSS layout debugging, or visual regression testing. Use when this capability is needed.
    0 installs
  18. Orpc Contract First · tomevault-io bundle
    Guide for implementing oRPC contract-first API patterns in Dify frontend. Triggers when creating new API contracts, adding service endpoints, integrating TanStack Query with typed contracts, or migrating legacy service calls to oRPC. Use for all API layer work in web/contract and web/service directories. Use when this capability is needed.
    0 installs
  19. Next JS Caching Architecture · tomevault-io bundle
    Use when working with the 4 layers of caching (Memoization, Data Cache, Full Route, Router Cache).
    0 installs
  20. Cpp Pro · tomevault-io bundle
    Use when building C++ applications requiring modern C++20/23 features, template metaprogramming, or high-performance systems. Invoke for concepts, ranges, coroutines, SIMD optimization, memory management.
    0 installs
  21. Ent Orm · tomevault-io bundle
    Facebook's entity framework for Go with code generation. Use when this capability is needed.
    0 installs
  22. PHP Pro · tomevault-io bundle
    Use when building PHP applications with modern PHP 8.3+ features, Laravel, or Symfony frameworks. Invoke for strict typing, PHPStan level 9, async patterns with Swoole, PSR standards.
    0 installs
  23. Seaorm · tomevault-io bundle
    Async ORM for Rust with compile-time checked queries. Use when this capability is needed.
    0 installs
  24. Testify · tomevault-io bundle
    Testing toolkit with assertions, mocks, and suites. Use when this capability is needed.
    0 installs
  25. Nestjs Testing · tomevault-io bundle
    Unit and E2E testing strategies with Docker. Use when this capability is needed.
    0 installs
  26. Net Tooling · tomevault-io bundle
    Essential tooling for .NET development and CI/CD. Use when this capability is needed.
    0 installs
  27. Tracing Observability · tomevault-io bundle
    Structured logging and distributed tracing for Rust. Use when this capability is needed.
    0 installs
  28. Flutter UI Widgets · tomevault-io bundle
    Principles for maintainable UI components. Use when this capability is needed.
    0 installs
  29. Team · tomevault-io bundle
    根据任务快速组建临时 AI Agent 团队协作。自动从 .claude/agents/ 中选择最合适的成员组队。 Use when this capability is needed.
    0 installs
  30. Save · tomevault-io bundle
    Use when persisting session state, updating AI context documents (ai/), and managing task progress (tk). Trigger before context compacting, session termination, or after completing a significant task.
    0 installs
  31. Gread · tomevault-io bundle
    Provide the ability to search, inspect, and read source code from all public GitHub repositories and their associated documentation. Use when this capability is needed.
    0 installs
  32. Nntile Nntile Nntile · tomevault-io bundle
    C++ coding style (Black-inspired)
    0 installs
  33. Nx Run Tasks · tomevault-io bundle
    Helps with running tasks in an Nx workspace. USE WHEN the user wants to execute build, test, lint, serve, or run any other tasks defined in the workspace.
    0 installs
  34. Nuxt Test Utils Skilld · tomevault-io bundle
    ALWAYS use when writing code importing \"@nuxt/test-utils\". Consult for debugging, best practices, or modifying @nuxt/test-utils, nuxt/test-utils, nuxt test-utils, nuxt test utils, test-utils, test utils. Use when this capability is needed.
    0 installs
  35. Graft · tomevault-io bundle
    Safe, structural code refactoring using Tree-sitter. Use when you need to perform complex code transformations based on AST structure rather than regex. Use when this capability is needed.
    0 installs
  36. Brief · tomevault-io bundle
    Account dossier and call prep document rendered as a scannable HTML reference page for internal use. Use when user says "brief me on [company]", "account dossier", "call prep doc", "background on [person]", or asks for an internal reference document. Do NOT use for customer-facing documents — use /octave:one-pager or /octave:proposal instead. Use when this capability is needed.
    0 installs
  37. Train · tomevault-io bundle
    Practice selling with role-play simulations, knowledge quizzes, and guided learning on your GTM library. Use when user says "role-play a call", "quiz me", "practice objections", "sales training", "test my knowledge", or asks for interactive learning. Use when this capability is needed.
    0 installs
  38. Upgrade Go Version · tomevault-io bundle
    Upgrade the Go toolchain version of the Okteto CLI across both Go modules (root + tools), the Dockerfile base image (pinned by sha256), and the golang-ci CI image to a target version, validating with okteto build / okteto test, then opening a PR. Use when this capability is needed.
    0 installs
  39. Olore Nextjs 16 1 1 · tomevault-io bundle
    Local Next.js documentation reference (v16.1.1). Use when asked about Next.js features, App Router, Server Components, routing, data fetching, rendering, caching, styling, optimizations, configuration, or Next.js APIs. Use when this capability is needed.
    0 installs
  40. Olore Nextjs 16 1 4 · tomevault-io bundle
    Local Next.js documentation reference (v16.1.4). Use when asked about Next.js features, App Router, Server Components, routing, data fetching, rendering, caching, styling, optimizations, configuration, or Next.js APIs. Use when this capability is needed.
    0 installs
  41. Olore Nextjs 16 1 5 · tomevault-io bundle
    Local Next.js documentation reference (v16.1.5). Use when asked about Next.js features, App Router, Server Components, routing, data fetching, rendering, caching, styling, optimizations, configuration, or Next.js APIs. Use when this capability is needed.
    0 installs
  42. Olore Zod Latest · tomevault-io bundle
    Local zod documentation reference (latest). Zod schema validation documentation. Use for TypeScript type inference, parsing, error handling, and schema composition. Use when this capability is needed.
    0 installs
  43. Snap O Network Inspector · tomevault-io bundle
    Fetch and inspect Android network captures for a selected device/socket using the Snap-O CLI. Use when you need raw CDP request/response data, headers, bodies, status, or websocket events. Use when this capability is needed.
    0 installs
  44. Boil · tomevault-io
    Use when working with a distributed labor network for AI agents. Pick up projects, contribute work, earn bounties.
    0 installs
  45. CLI Anything Geoai · tomevault-io bundle
    AI-powered geospatial analysis CLI. Segment satellite imagery, detect objects, classify images, detect changes, download data, and manage raster/vector operations -- all from the command line with JSON output for agent integration. Use when this capability is needed.
    0 installs
  46. Apexlang · tomevault-io bundle
    Public APEXlang router with deterministic local-context discovery and compact machine-readable contracts. Use when this capability is needed.
    0 installs
  47. Paid Tw Skills Ecpay · tomevault-io bundle
    綠界科技整合指南
    0 installs
  48. Solidity Auditor · tomevault-io bundle
    Security audit of Solidity code while you develop. Trigger on "audit", "check this contract", "review for security". Modes - default (full repo) or a specific filename. Use when this capability is needed.
    0 installs
  49. Entrix · tomevault-io bundle
    Set up or repair Entrix guardrail specs in the current repository by discovering real quality signals, generating docs/fitness, and iterating with entrix validation until the result is executable. Use when the user asks to bootstrap entrix, add or split fitness dimensions, repair invalid guardrail specs, or make docs/fitness actually runnable. Use when this capability is needed.
    0 installs
  50. Crank · tomevault-io bundle
    Fully autonomous epic execution. Runs until ALL children are CLOSED. Level 1 uses /swarm (Task tool). Level 2 uses /spawn + Agent Mail for cross-session orchestration with Chiron help routing. NO human prompts, NO stopping. Use when this capability is needed.
    0 installs
  51. PHP Workx Clai Inbox · tomevault-io bundle
    Inbox Skill
    0 installs
  52. PHP Workx Clai Swarm · tomevault-io bundle
    Swarm Skill
    0 installs
  53. PHP Workx Clai Trace · tomevault-io bundle
    Trace Skill
    0 installs
  54. Phpvms Phpvms Phpvms · tomevault-io bundle
    Tailwind CSS Development
    0 installs
  55. Pixijs Pixijs Pixijs · tomevault-io bundle
    `ParticleContainer` is a specialized container for rendering hundreds to tens of thousands of lightweight sprites in a single draw call. Use it for particle effects, bullet patterns, or any case where you need a large number of similar-looking objects with minimal per-object overhead. Particles share a single base texture and have a restricted transform set; they are not full `Container` children.
    0 installs
  56. Ploi Roadmap Roadmap · tomevault-io bundle
    Tailwind CSS Development
    0 installs
  57. 13c0e3 · tomevault-io bundle
    Gay MCP skill at invocation 26 Use when this capability is needed.
    0 installs
  58. 19d57d · tomevault-io bundle
    Gay MCP skill at invocation 5 Use when this capability is needed.
    0 installs
  59. 1ea91a · tomevault-io bundle
    Gay MCP skill at invocation 27 Use when this capability is needed.
    0 installs
  60. 1eab21 · tomevault-io bundle
    Gay MCP skill at invocation 3 Use when this capability is needed.
    0 installs
  61. 1eb40f · tomevault-io bundle
    Gay MCP skill at invocation 12 Use when this capability is needed.
    0 installs
  62. 21e1b8 · tomevault-io bundle
    Gay MCP skill at invocation 14 Use when this capability is needed.
    0 installs
  63. 3bdc6a · tomevault-io bundle
    Auto-grown skill at knight tour position 1 Use when this capability is needed.
    0 installs
  64. 482ba7 · tomevault-io bundle
    Gay MCP skill at invocation 16 Use when this capability is needed.
    0 installs
  65. 6ac6db · tomevault-io bundle
    Gay MCP skill at invocation 15 Use when this capability is needed.
    0 installs
  66. 6fcbf2 · tomevault-io bundle
    Gay MCP skill at invocation 11 Use when this capability is needed.
    0 installs
  67. 6fd271 · tomevault-io bundle
    Gay MCP skill at invocation 17 Use when this capability is needed.
    0 installs
  68. 6feab7 · tomevault-io bundle
    Gay MCP skill at invocation 25 Use when this capability is needed.
    0 installs
  69. 933133 · tomevault-io bundle
    Gay MCP skill at invocation 4 Use when this capability is needed.
    0 installs
  70. 98e0c4 · tomevault-io bundle
    Gay MCP skill at invocation 18 Use when this capability is needed.
    0 installs
  71. 993bdc · tomevault-io bundle
    Auto-grown skill at knight tour position 2 Use when this capability is needed.
    0 installs
  72. 9a249c · tomevault-io bundle
    Gay MCP skill at invocation 13 Use when this capability is needed.
    0 installs
  73. A810b3 · tomevault-io bundle
    Gay MCP skill at invocation 9 Use when this capability is needed.
    0 installs
  74. Aa1f4f · tomevault-io bundle
    Gay MCP skill at invocation 23 Use when this capability is needed.
    0 installs
  75. Assets · tomevault-io bundle
    Assets skill Use when this capability is needed.
    0 installs
  76. B01bab · tomevault-io bundle
    Gay MCP skill at invocation 2 Use when this capability is needed.
    0 installs
  77. B42fb4 · tomevault-io bundle
    Gay MCP skill at invocation 19 Use when this capability is needed.
    0 installs
  78. Beeper · tomevault-io bundle
    Unified messaging via three access tiers — MCP (live API), beeper-cli (authenticated CLI), and direct SQLite→DuckDB (full archive). Search, analyze, and act across all networks. Use when this capability is needed.
    0 installs
  79. Db7de8 · tomevault-io bundle
    Gay MCP skill at invocation 6 Use when this capability is needed.
    0 installs
  80. Dcc346 · tomevault-io bundle
    Gay MCP skill at invocation 22 Use when this capability is needed.
    0 installs
  81. Dcc83b · tomevault-io bundle
    Auto-grown skill at knight tour position 3 Use when this capability is needed.
    0 installs
  82. Dfc070 · tomevault-io bundle
    Gay MCP skill at invocation 10 Use when this capability is needed.
    0 installs
  83. E2b665 · tomevault-io bundle
    Gay MCP skill at invocation 8 Use when this capability is needed.
    0 installs
  84. E2b72d · tomevault-io bundle
    Gay MCP skill at invocation 24 Use when this capability is needed.
    0 installs
  85. E68fe0 · tomevault-io bundle
    Gay MCP skill at invocation 21 Use when this capability is needed.
    0 installs
  86. Ee5cbb · tomevault-io bundle
    Gay MCP skill at invocation 20 Use when this capability is needed.
    0 installs
  87. Ee6e4e · tomevault-io bundle
    Gay MCP skill at invocation 7 Use when this capability is needed.
    0 installs
  88. Gh CLI · tomevault-io bundle
    GitHub CLI for repository management. Issues, PRs, releases, and API queries from the command line. Use when this capability is needed.
    0 installs
  89. Kscale · tomevault-io bundle
    K-Scale Labs robotics skill collection - unified index for humanoid robot development, RL training, sim-to-real transfer, and deployment. Aggregates 9 specialized skills with GF(3) triadic organization. Use when this capability is needed.
    0 installs
  90. Mirror · tomevault-io bundle
    Social self-persistence via mutual cognitive surrogates. The process where my model of you contains your model of me, nesting to a fixed point that constitutes consistent identity in the other's worldmodel. Use when modeling intersubjective recognition, social belief formation, or narrative identity across agents. Use when this capability is needed.
    0 installs
  91. Mruler · tomevault-io bundle
    mruler - Meta-Ruler Skill Governance Use when this capability is needed.
    0 installs
  92. Reflow · tomevault-io bundle
    Information Reflow Skill (ERGODIC 0) Use when this capability is needed.
    0 installs
  93. Unison · tomevault-io bundle
    Unison language - content-addressed functional programming with abilities for effects, distributed computing, and structural types. Use for pure functional code, effect management, distributed systems, and refactoring-safe codebases. Use when this capability is needed.
    0 installs
  94. Add Linux Release Target · tomevault-io bundle
    Load when adding a new Linux distro/version (e.g. Ubuntu 26.04, Alpine 3.24) as a ponyc release target. Covers builder Dockerfile creation, image build dispatch and tag discovery, workflow updates, docs, release notes, and the post-merge Last Week in Pony announcement. Use when this capability is needed.
    0 installs
  95. Posit Dev Skills CLI · tomevault-io bundle
    CLI for R Packages
    0 installs
  96. Schedule · tomevault-io bundle
    Reads backlog and produces multi-stage work orders including test and deploy stages. Use when this capability is needed.
    0 installs
  97. Prezet Development · tomevault-io bundle
    ACTIVATE when the user works with Prezet markdown content in Laravel, including installation, indexing, frontmatter, markdown parsing, content routes, templates, images, SEO, JSON-LD, sitemap generation, OG images, or Prezet action customization. Use when this capability is needed.
    0 installs
  98. Run Tests · tomevault-io bundle
    Run dojo tests, analyze failures, and debug issues. Use when testing code changes, running pytest, verifying fixes, or debugging test failures. Use when this capability is needed.
    0 installs
  99. Pwndoc Pwndoc Pwndoc · tomevault-io bundle
    Update Documentation
    0 installs
  100. Python Playground · tomevault-io bundle
    Run and test Python code in a dedicated playground directory. Use when you need to execute Python scripts, test code snippets, investigate CPython behavior, or experiment with Python without affecting the main codebase. Use when this capability is needed.
    0 installs