← all publishers

tomevault-io

@tomevault-io source repo

62172 published skills · page 576 of 622

  1. Rjroy Vibe Garden Specify · tomevault-io bundle
    ---
    0 installs
  2. Andrew Kane Gem Writer · tomevault-io bundle
    Write Ruby gems following Andrew Kane's patterns. Use when creating or refactoring gems, designing gem APIs, or building minimal production-ready Ruby libraries. Use when this capability is needed.
    0 installs
  3. Robzolkos Fizzy CLI Fizzy · tomevault-io bundle
    Robzolkos Fizzy Cli Fizzy
    0 installs
  4. Claudini · tomevault-io bundle
    Run one iteration of the autoresearch loop — study existing attack methods, design a better optimizer, implement it, benchmark it, and commit. Meant to be called repeatedly via /loop. Use when this capability is needed.
    0 installs
  5. Code Comments · tomevault-io bundle
    Extract comment locations from code files for analysis. Use when cleaning comments, auditing code documentation, or analyzing comment patterns. Supports Python, JavaScript, TypeScript, Go, Rust, Java, C/C++, Ruby, PHP, Shell scripts. Trigger terms - comments, extract comments, code comments, comment analysis, documentation audit, comment cleanup. Use when this capability is needed.
    0 installs
  6. Prompt Writer · tomevault-io bundle
    Write maximally terse agent prompts from scratch. Use when creating new agent specs, command prompts, or instruction sets. Teaches structure-first composition with compression-by-default patterns. Use when this capability is needed.
    0 installs
  7. Update Catalog · tomevault-io bundle
    Regenerate catalog.json and llms.txt from the fastq-dl source code using the AST-based catalog generation script. Use when this capability is needed.
    0 installs
  8. Echo With Script · tomevault-io bundle
    Skill that ships a simple script resource. Use when this capability is needed.
    0 installs
  9. Git Helper · tomevault-io bundle
    Performs git operations like status, diff, log, and branch management Use when this capability is needed.
    0 installs
  10. Rube De Cc Skills Quality · tomevault-io bundle
    DLC: Code Quality Check
    0 installs
  11. Ruvnet Claude Flow Claims · tomevault-io bundle
    Claims Authorization Skill
    0 installs
  12. Aix Init · tomevault-io bundle
    Initialize or upgrade aix framework in a project. Detects tech stack, generates appropriate tier structure, and sets up Claude Code integration. Use when this capability is needed.
    0 installs
  13. Fix CI · tomevault-io bundle
    Automatically diagnose and fix CI failures using the gh CLI. Fetches logs from broken GitHub Actions, analyses errors, and applies fixes. Use when this capability is needed.
    0 installs
  14. Ryugen04 Dotfiles Catchup · tomevault-io bundle
    Catchup - 学習支援
    0 installs
  15. Ryugen04 Dotfiles Writing · tomevault-io bundle
    技術ドキュメント作成・校正
    0 installs
  16. UX Thinking · tomevault-io bundle
    UX analysis and reasoning for evaluating or improving user experience in flows, screens, or interactions. Use when the user asks to critique UX, reduce friction or cognitive load, validate interaction models, compare UX alternatives (e.g., modal vs inline), or understand why something feels confusing. Do not use for implementation, visual styling, or content generation unless explicitly requested. Use when this capability is needed.
    0 installs
  17. Arch Auth · tomevault-io bundle
    OAuth 인증 시스템 구현. OAuth, JWT, API Key, 로그인, 인증, 세션, 토큰 관련 구현 시 사용. Use when this capability is needed.
    0 installs
  18. Samdae Archflow Reinforce · tomevault-io bundle
    > **Global Rules**: Adheres to `rules/archflow-rules.md`.
    0 installs
  19. Scip Code Scip Go Scip Go · tomevault-io bundle
    scip-go
    0 installs
  20. Integration Test Helper · tomevault-io bundle
    Helps launching the full process of integration test, also investigate and report the results. Use when this capability is needed.
    0 installs
  21. Backend Dev · tomevault-io bundle
    Python backend development for CTF-AI. Use when working on game engine, player logic, pathfinding, WebSocket server, or any backend Python code. Use when this capability is needed.
    0 installs
  22. Rl Training · tomevault-io bundle
    Reinforcement learning training for CTF-AI. Use when training DQN agents, adjusting hyperparameters, debugging training issues, analyzing rewards, or improving AI performance. Use when this capability is needed.
    0 installs
  23. Timr Tui · tomevault-io bundle
    Update the project to a new Rust version. Use when this capability is needed.
    0 installs
  24. Write Project Document · tomevault-io bundle
    Create concise project documents in Markdown with the sections Problem, Solution, Scope, Rabbit Holes, and No Gos. Use when the user asks to draft, structure, or refine a project document, project brief, proposal, feature spec, or planning note in this specific Seed-style format. Use when this capability is needed.
    0 installs
  25. Seifbenayed Cloclo Cloclo · tomevault-io bundle
    Anthropic Product Knowledge
    0 installs
  26. Lib Module · tomevault-io bundle
    Use whenever a src/lib module is created or edited. Ensure the module has .ts, .test.ts, and .context.md files, and document it with adjacent .context.md using a standard format.
    0 installs
  27. Debridge · tomevault-io bundle
    Complete deBridge Protocol SDK for building cross-chain bridges, message passing, and token transfers on Solana. Use when building cross-chain applications, bridging assets between Solana and EVM chains, or implementing trustless external calls. Use when this capability is needed.
    0 installs
  28. Metaplex · tomevault-io bundle
    Complete Metaplex Protocol guide for Solana NFTs and digital assets. Covers Core (next-gen NFTs), Token Metadata, Bubblegum (compressed NFTs), Candy Machine, Genesis (token launches), MPL-Hybrid, Inscriptions, DAS API, and the Umi framework. The single source of truth for all Metaplex integrations. Use when this capability is needed.
    0 installs
  29. My Skill Name · tomevault-io bundle
    Use when working with a clear description of what this skill does and when to use it
    0 installs
  30. Create Pass Through Approximation · tomevault-io bundle
    Model a library method's taint propagation as a passThrough approximation config. Use for a dropped external method whose propagation is simple copying Use when this capability is needed.
    0 installs
  31. Sergeyklay Oar Git Commit · tomevault-io bundle
    Git Commit
    0 installs
  32. Electron · tomevault-io bundle
    Provides comprehensive guidance for Electron framework including main process, renderer process, IPC communication, window management, and desktop app development. Use when the user asks about Electron, needs to create desktop applications, implement Electron features, or build cross-platform desktop apps.
    0 installs
  33. Vercel React View Transitions · tomevault-io bundle
    Guide for implementing smooth, native-feeling animations using React's View Transition API (`<ViewTransition>` component, `addTransitionType`, and CSS view transition pseudo-elements). Use this skill whenever the user wants to add page transitions, animate route changes, create shared element animations, animate enter/exit of components, animate list reorder, implement directional (forward/back) navigation animations, or integrate view transitions in Next.js. Also use when the user mentions view transitions, `startViewTransition`, `ViewTransition`, transition types, or asks about animating between UI states in React without third-party animation libraries. Use when this capability is needed.
    0 installs
  34. Shaoster Glaze Django API · tomevault-io bundle
    Django + DRF Conventions
    0 installs
  35. Shopify Hydrogen Hydrogen · tomevault-io bundle
    Hydrogen Release Process
    0 installs
  36. Shortarrow Dotfiles Codex · tomevault-io bundle
    Codex
    0 installs
  37. Shutootaki Gwm Verify Gwm · tomevault-io bundle
    gwm-rust 動作確認スキル
    0 installs
  38. Agentbase · tomevault-io bundle
    Multi-agent orchestration system for coordinating parallel development work. Use when managing complex multi-workstream development, triaging failures, or coordinating parallel agent work. Use when this capability is needed.
    0 installs
  39. Test Coverage · tomevault-io bundle
    Testing expectations for AIRBot reviewers Use when this capability is needed.
    0 installs
  40. Leela AI · tomevault-io bundle
    Manufacturing Intelligence — Leela AI develops MOOLLM for practical use and industrial exploration Use when this capability is needed.
    0 installs
  41. Anvil · tomevault-io bundle
    Terminal UI construction, CLI development, and dev-tool integration (linter/test-runner/build-tool wiring). Use when CLI/TUI design or implementation is needed. Language-agnostic — supports Node.js, Python, Go, and Rust. Use when this capability is needed.
    0 installs
  42. Arena · tomevault-io bundle
    Specialist orchestrating codex exec / gemini CLI through dual paradigms — COMPETE (multi-variant comparison, select best) and COLLABORATE (decompose tasks across engines, integrate). Supports Solo/Team/Quick execution modes. Use when this capability is needed.
    0 installs
  43. Forge · tomevault-io bundle
    Build rapid prototypes for both frontend (UI components/pages) and backend (API mocks/simple servers). Use when validating new features or turning ideas into working demos. Prioritize working software over perfection. Use when this capability is needed.
    0 installs
  44. Grove · tomevault-io bundle
    Repository structure design, optimization, and audit. Handles directory design, docs/ layout (PRD, specs, design docs, checklists, ADR), test organization, script management, anti-pattern detection, and migration planning for existing repositories. Use when repository structure design or improvement is needed. Use when this capability is needed.
    0 installs
  45. Judge · tomevault-io bundle
    Automated code review agent using codex review CLI. Handles PR review automation and pre-commit checks. Detects bugs, security vulnerabilities, logic errors, and intent misalignment. Complements Zen's refactoring suggestions. Use when code review or quality checks are needed. Use when this capability is needed.
    0 installs
  46. Nexus · tomevault-io bundle
    専門AIエージェントチームを統括するオーケストレーター。要求を分解し、最小のエージェントチェーンを設計し、AUTORUNモードではAgent toolで各専門エージェントを実セッションとしてスポーンして最終アウトプットまで自動進行する。複数エージェント連携が必要な時に使用。 Use when this capability is needed.
    0 installs
  47. Radar · tomevault-io bundle
    Edge-case test addition, flaky test repair, and coverage improvement. Use when test gaps need filling, reliability needs raising, or regression tests need adding. Multi-language support (JS/TS, Python, Go, Rust, Java). Use when this capability is needed.
    0 installs
  48. Rally · tomevault-io bundle
    Multi-session parallel orchestrator using Claude Code Agent Teams API and Codex CLI Subagents to launch, manage, and coordinate concurrent task execution across multiple instances. Use when parallel work is needed. Use when this capability is needed.
    0 installs
  49. Relay · tomevault-io bundle
    Messaging integration, bot development, and real-time communication design+implementation agent. Handles channel adapter patterns, webhook handlers, WebSocket servers, event-driven architecture, and bot command frameworks. Use when messaging integration, bot development, or real-time communication is needed. Use when this capability is needed.
    0 installs
  50. Sigil · tomevault-io bundle
    Meta-tooling agent that analyzes project codebases, tech stacks, and conventions to dynamically generate Claude Code skills optimized for that project. Places skills in both .claude/skills/ and .agents/skills/ to boost dev efficiency. Use when this capability is needed.
    0 installs
  51. Voice · tomevault-io bundle
    ユーザーフィードバック収集、NPS調査設計、レビュー分析、感情分析、フィードバック分類、インサイト抽出レポート。フィードバックループの確立が必要な時に使用。 Use when this capability is needed.
    0 installs
  52. Psi · tomevault-io bundle
    Plan-spec-implement workflow for structured development. Only use when explicitly directed by user or when mentioned in project AGENTS.md file. Generates ephemeral plans in ~/.dot-agent/, applies specs to project docs, then implements test-first. Use when this capability is needed.
    0 installs
  53. Slhleosun Evoclaw Evoclaw · tomevault-io bundle
    EvoClaw — Self-Evolving Identity Framework
    0 installs
  54. Qqbot Media · tomevault-io bundle
    QQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。 Use when this capability is needed.
    0 installs
  55. Smelloscope Smello Smello · tomevault-io bundle
    Add Landing Icons
    0 installs
  56. Synapse · tomevault-io bundle
    Codex-led multi-model workflow (Codex + Claude + Gemini). Use when the user asks to run `synapse <cmd> ...` to generate draft diffs/audits and persist artifacts to `./.synapse/**`. Use when this capability is needed.
    0 installs
  57. Antfarm Workflows · tomevault-io bundle
    Multi-agent workflow orchestration for OpenClaw. Use when user mentions antfarm, asks to run a multi-step workflow (feature dev, bug fix, security audit), or wants to install/uninstall/check status of antfarm workflows. Use when this capability is needed.
    0 installs
  58. Makefile Executor · tomevault-io bundle
    Analyzes Makefiles to understand their targets and executes the appropriate make command based on user intent. Specializes in parsing self-documenting Makefiles that use the `##` comment convention.
    0 installs
  59. Solana Foundation Pay Pay · tomevault-io bundle
    `pay` (also referred to as `pay-cli` or `pay.sh`) gives agents paid HTTP/API
    0 installs
  60. Compose · tomevault-io bundle
    Schema Composition - Design the graph topology and generate docgraph.toml for deterministic traversal. Use when this capability is needed.
    0 installs
  61. Commit Style · tomevault-io bundle
    This skill should be used when writing git commit messages, creating git commits, composing pull request titles and descriptions, or when the user asks to "commit", "git commit", "write commit message", "pull request", or "PR description". Provides conventions for subject lines, prefix patterns, body content, and verb choices. Use when this capability is needed.
    0 installs
  62. E2e UI Fix · tomevault-io bundle
    Fix bugs from e2e-ui:execute bug reports with Playwright MCP verification Use when this capability is needed.
    0 installs
  63. Knowledge Feedback · tomevault-io bundle
    Scan child projects for pitfalls and propose company standard updates Use when this capability is needed.
    0 installs
  64. Stemstudio Javascript Mastery · tomevault-io bundle
    JavaScript design patterns for writing quality StemStudio behavior code. Use when the user asks about best JS patterns for behaviors, needs help with closures, async/await in init(), WeakRef for cross-behavior references, state machines, or structuring complex behavior logic. Covers the most useful JS concepts for the StemStudio behavior runtime. Use when this capability is needed.
    0 installs
  65. Stomics Stereopy Stereopy · tomevault-io bundle
    Stereopy Issue Responder
    0 installs
  66. Strapi Website Add Locale · tomevault-io bundle
    Add a new language/locale to the application. Involves Strapi admin config, Next.js i18n routing, and translation files.
    0 installs
  67. Subsy Ralph Tui Ralph Tui · tomevault-io bundle
    Ralph TUI - Create Beads (beads-rust)
    0 installs
  68. Sushaantu Boxento Boxento · tomevault-io bundle
    Commit
    0 installs
  69. Swair Prosophor Prosophor · tomevault-io bundle
    Markdown to Academic Paper Converter
    0 installs
  70. Swingerman Atdd Atdd Team · tomevault-io bundle
    Team-Based ATDD Workflow
    0 installs
  71. Deployments · tomevault-io bundle
    Deployments - rollback, feature flags, ops tooling. Use when shipping to production. Use when this capability is needed.
    0 installs
  72. Operability · tomevault-io bundle
    Operations - deployment, rollback, feature flags. Use for ops tooling. Use when this capability is needed.
    0 installs
  73. Performance · tomevault-io bundle
    Performance - Core Web Vitals, bundle size. Use when optimizing speed. Use when this capability is needed.
    0 installs
  74. T Unit Tonik Code Builder · tomevault-io bundle
    Code Generation with code_builder
    0 installs
  75. Taewook486 Pageindex Moai · tomevault-io bundle
    Pre-execution Context
    0 installs
  76. Takoeight0821 Malgo Malgo · tomevault-io bundle
    Dependency Upgrade Skill
    0 installs
  77. Wrike · tomevault-io bundle
    Manage Wrike tasks, projects, folders, and comments via the Wrike REST API. Use when this capability is needed.
    0 installs
  78. Talmolab Sleap Qt Testing · tomevault-io bundle
    ---
    0 installs
  79. Tanstack Router Vue Start · tomevault-io bundle
    Vue Start (`@tanstack/vue-start`)
    0 installs
  80. Java Best Practices · tomevault-io bundle
    Java coding best practices. Use when writing or reviewing Java code (17+). Covers modern features, error handling, and patterns. Use when this capability is needed.
    0 installs
  81. Knowledge Priming Refiner · tomevault-io bundle
    Facilitate a structured conversation to create a project-specific knowledge base document. Produces a knowledge-base.md that primes AI with the project's tech stack, architecture, trusted sources, and project structure. Use when the user says 'set up knowledge base', 'prime the project', 'onboard AI', 'create knowledge base', 'set up project context', or 'configure AI context'. Use when this capability is needed.
    0 installs
  82. Create Test · tomevault-io bundle
    Creates test cases for the specified component, or from context of recent changes.
    0 installs
  83. Telagod Code Abyss Devops · tomevault-io bundle
    ---
    0 installs
  84. Telagod Code Abyss Mobile · tomevault-io bundle
    ---
    0 installs
  85. Sage · tomevault-io bundle
    邪修红尘仙·神通秘典总纲。智能路由到专业秘典。当魔尊需要任何开发、安全、架构、DevOps、AI 相关能力时,通过此入口路由到最匹配的专业秘典。 Use when this capability is needed.
    0 installs
  86. Tencent Ksanadit Ksanadit · tomevault-io bundle
    Development Spec 入口
    0 installs
  87. Llk Test Runner Skill · tomevault-io bundle
    Delegates LLK test runs to the llk-test-runner agent using @.cursor/agents/llk-test-runner.md. Use when the user asks to run tests or mentions LLK tests. Ensure test commands run to completion before reading terminal output (no polling). Use when this capability is needed.
    0 installs
  88. Terminalskills Skills Vue · tomevault-io bundle
    Vue
    0 installs
  89. Build And Verify · tomevault-io bundle
    Build, compile, run server/client/cluster, execute unit/stateless/SQL tests, verify results, and troubleshoot build/test failures. Make sure to use this skill whenever the user mentions building, compiling, ninja, cmake, running tests, test failures, starting the server, or pre-commit checks, even if they just say 'it doesn't build' or 'the test broke'. Use when this capability is needed.
    0 installs
  90. Tigerfs · tomevault-io bundle
    How to discover, read, write, and search data in a TigerFS-mounted PostgreSQL database using file tools. Use when this capability is needed.
    0 installs
  91. Az305 · tomevault-io bundle
    Transforms Claude into an AZ-305 Azure Solutions Architect Expert exam coach. Generates Microsoft-authentic single-answer multiple choice questions, validates responses, provides detailed explanations, and cites first-party Microsoft Learn documentation. Use when this capability is needed.
    0 installs
  92. Llmskill · tomevault-io bundle
    Sync skills from tinywasm/devflow/skills to all installed LLM agents (Claude, Gemini). Run after creating or modifying any SKILL.md file in devflow/skills/. Use when this capability is needed.
    0 installs
  93. Tkersey Dotfiles Dotfiles · tomevault-io bundle
    Simplify and Refactor Code Isomorphically
    0 installs
  94. Grill Me · tomevault-io bundle
    Clarify ambiguous or conflicting requests by researching first, then asking only judgment calls. Use when prompts say "$grill-me"/"grill me", ask hard questions, request relentless interrogation, pressure-test assumptions, clarify scope/requirements, define success criteria, or request system-design/optimization decisions before implementation; stop before implementation. Use when this capability is needed.
    0 installs
  95. Prove It · tomevault-io bundle
    Gauntlet for absolute claims (always/never/guaranteed/optimal); pressure-test, then refine with explicit boundaries. Use when users ask to prove or disprove strong certainty claims, request devil's-advocate challenge rounds, or want the $prove-it gauntlet to run all 10 rounds continuously by default. Use when this capability is needed.
    0 installs
  96. Tobert Gpal Update Models · tomevault-io bundle
    Update Models
    0 installs
  97. Tomnagengast Revurb Codex · tomevault-io bundle
    OpenAI Codex
    0 installs
  98. Cognee · tomevault-io bundle
    Use to identify missing instructions in another skill based on its output. Use when this capability is needed.
    0 installs
  99. Deploy Process · tomevault-io bundle
    Release process for indexion. Use when the user asks to release, deploy, bump version, create a tag, or push a release. Ensures submodule→parent push ordering, version sync, and tag consistency. Use when this capability is needed.
    0 installs
  100. Appshot Web Videos · tomevault-io bundle
    Generate product demo videos for websites and SaaS apps using Remotion. Scans the target project's codebase, proposes custom scenes with browser mockups, and writes bespoke .tsx scene files using shared animation primitives. Web apps only. Use when the user wants to create a demo video, product walkthrough, landing page hero video, or marketing video for a website or web app. Builds on appshot-core foundation. Use when this capability is needed.
    0 installs