tomevault-io
- 62k skills
- 0 followers
- 1 day ago last updated
- ▌
- ▌ Rk Update · tomevault-io bundleIncrementally update a codebase knowledge base by checking git commit history. Finds changed files since last update, regenerates only affected documentation, and updates the index. Auto-pulls from remote before updating and auto-pushes after if remote is configured. Use when user says 'update knowledge base', 'refresh codebase', 'sync repo knowledge', or 'rk-update'. Use when this capability is needed.
- ▌
- ▌
- ▌ Code Naming · tomevault-io bundleNaming decisions for variables, functions, classes, constants, and APIs. Use when choosing names, reviewing naming quality, refactoring unclear names, or establishing naming conventions. Covers descriptive naming, naming as documentation, language-specific conventions, and common naming antipatterns. Use when this capability is needed.
- ▌
- ▌
- ▌ Cocobehavior · tomevault-io bundleCortex-specific behavioral guidelines — always-on inner constraint layer for all CocoPlus personas Use when this capability is needed.
- ▌
- ▌
- ▌ Solana Game · tomevault-io bundleSolana game development with Unity, React Native, and web. Extends solana-dev-skill with gaming-specific patterns including Solana.Unity-SDK, Mobile Wallet Adapter, PlaySolana/PSG1, wallet integration, NFT systems, transaction building, and game architecture. For program development (Anchor, Pinocchio), delegates to core solana-dev skill. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌ Build Standalone · tomevault-io bundleBuilds a local standalone Revela release for testing using scripts/build-standalone.ps1. Creates a self-contained executable with all plugins and themes. Use when the user wants to build locally, test a release, create a standalone build, or try the full release package.
- ▌ Dead Code Cleanup · tomevault-io bundleIdentify and safely remove dead code, deprecated code, and unused exports from codebase Use when this capability is needed.
- ▌ Workflow Validate · tomevault-io bundleValidate technical feasibility with prototypes or tests Use when this capability is needed.
- ▌
- ▌
- ▌ Nix Justfile · tomevault-io bundleConventions for writing justfile recipes in Nix-based projects. Use when this capability is needed.
- ▌ Session Review · tomevault-io bundleUse after completing work sessions to analyze agent behavior patterns, prepare session handoffs for continuity, document completed work, identify blockers, or preserve context for the next session. Use when this capability is needed.
- ▌ Tmux Sender · tomevault-io bundleSends commands to another tmux pane. Use when requests include phrases like "run it in another pane," "send via tmux," or "ask Claude Code to execute. Use when this capability is needed.
- ▌ Cc Team Builder · tomevault-io bundleUse when user mentions "agent team", "에이전트 팀", "team spawn", "create team", "팀 구성", "팀 만들어", "병렬로 검토/조사/개발". Do NOT use for single subagent dispatch (use superpowers:dispatching-parallel-agents).
- ▌ CI CD Setup · tomevault-io bundleSets up CI/CD pipelines for testing using GitHub Actions. Use for automating test runs, builds, and deployments to QA environments.
- ▌ Django Auth · tomevault-io bundleAuthentication with Django. user auth. Use when this capability is needed.
- ▌ Django REST · tomevault-io bundleCreates REST APIs on Django with Django REST Framework. Use for Python web applications with powerful admin interface.
- ▌ Go REST API · tomevault-io bundleREST API with Go. building REST APIs. Use when this capability is needed.
- ▌ Rust Config · tomevault-io bundleConfiguration with Rust. config management. Use when this capability is needed.
- ▌ Vue Routing · tomevault-io bundleRouting with Vue. client routing. Use when this capability is needed.
- ▌ Vue Styling · tomevault-io bundleStyling with Vue. component styling. Use when this capability is needed.
- ▌ Vue Testing · tomevault-io bundleTesting with Vue. component testing. Use when this capability is needed.
- ▌
- ▌ Stac Screen Builder · tomevault-io bundleBuild Stac DSL screens and themes from product requirements with safe defaults and reusable templates. Use when users ask to create or refactor StacScreen files, map UI requirements to Stac widgets/actions/styles, or scaffold new screen/theme files. Use when this capability is needed.
- ▌ Stac Troubleshooter · tomevault-io bundleDiagnose Stac build, deploy, rendering, caching, and navigation issues using repeatable checks. Use when users report stac build finding no screens, deploy mismatches, runtime unknown widget/action errors, cache staleness, or migration regressions. Use when this capability is needed.
- ▌ Write Rfc · tomevault-io bundleWrite RFCs for the ToolHive ecosystem. Use when the user wants to create a new RFC, proposal, or design document for toolhive, toolhive-studio, toolhive-registry, toolhive-registry-server, toolhive-cloud-ui, or dockyard projects. Use when this capability is needed.
- ▌ Arrow JS · tomevault-io bundleUse when working on Arrow apps, templates, reactivity, components, SSR, hydration, routing, or Vite-based Arrow projects.
- ▌ Dns Troubleshooter · tomevault-io bundleIt's not DNS / There's no way it's DNS / It was DNS. Diagnose and troubleshoot DNS issues including delegation verification, record conflicts, authoritative vs local DNS comparison, and SPF validation. Use when encountering NXDOMAIN errors for URLs that should exist, verifying DNS delegation is correct, checking for conflicting DNS records, comparing what authoritative nameservers say vs local resolvers, or validating SPF records for email deliverability. Use when this capability is needed.
- ▌
- ▌ Pytest Marks · tomevault-io bundlepytestのマーク体系を設計・実装するスキル。「テストをマークで分類したい」「CIでDockerテストをスキップしたい」「Dockerコンテナ内で実行できないテストを除外したい」「make testでDockerテストを実行したい」「テストの実行対象を環境ごとに切り替えたい」「新しいマークを追加したい」「skipifを使いたい」「pytestの--strict-markersで未定義マークエラーが出る」という依頼で起動。マーク設計→pyproject.toml登録→テストコード付与→CI/ローカルコマンド整合の流れで実装する。 Use when this capability is needed.
- ▌ Foehn · tomevault-io bundleBuild WordPress themes with studiometa/foehn - attribute-based auto-discovery for hooks, post types, blocks, REST API, and CLI commands with Timber/Twig integration Use when this capability is needed.
- ▌ Write Spec · tomevault-io bundleCo-author a Pantagruel (.pant) specification through guided conversation. Use when the user wants to write, design, or iterate on a Pantagruel spec file. Helps users think rigorously about domains, rules, invariants, actions, and initial state by asking clarifying questions rather than guessing. Trigger when user mentions writing a spec, modeling a system, or working with .pant files. Use when this capability is needed.
- ▌ Verbump · tomevault-io bundleBump the Blackpepper version, review full git diffs (including unrelated changes), craft a Conventional Commit message, and push the current branch. Use when the user asks to "verbump", "bump version", "increment version", "release", or explicitly requests version bump + commit + push for this repo. Use when this capability is needed.
- ▌ Next Patterns · tomevault-io bundleNext.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling Use when this capability is needed.
- ▌
- ▌ Ailang Post Release Tasks · tomevault-io bundleRun automated post-release workflow (eval baselines, dashboard, docs) for AILANG releases. Executes 46-benchmark suite (medium/hard/stretch) + full standard eval with validation and progress reporting. Use when user says "post-release tasks for vX.X.X" or "update dashboard". Fully autonomous with pre-flight checks. Use when this capability is needed.
- ▌ Studio Queries · tomevault-io bundleReact Query conventions for data fetching in Supabase Studio. Use when Use when this capability is needed.
- ▌
- ▌ State Ref · tomevault-io bundleUse when working in projects that use state-ref; follow proxy-based reactivity and lens pattern guidelines.
- ▌ Vue Vben Crud · tomevault-io bundleGenerate complete CRUD module code in Vue Vben Admin projects, including pages, forms, tables, and API interfaces. Must use this Skill when users say "generate CRUD", "create module", "add page", "write CRUD", "generate table page", "create xxx management", "generate xxx module". Do not skip even if the task seems simple. Do not generate code directly. All questions about component usage must be answered by reading the corresponding component documentation first, never from memory. Use when this capability is needed.
- ▌ Observability Elasticsearch · tomevault-io bundleElasticsearch/OpenSearch log analysis using Lucene query syntax and Query DSL. Use when investigating issues via ELK stack, OpenSearch, or any Elasticsearch-based logging. Use when this capability is needed.
- ▌ Swaylq Master Skill Master Skill · tomevault-io bundle风险投资人 / 早期投资判断(GP + Principal — Deal sourcing / 尽调 / 估值与 term sheet / 投后服务 / 退出 + LP 关系与 fundraising — 涵盖 US 美元基金 + 国内 RMB / 美元基金) · Master OS
- ▌ Github Planner · tomevault-io bundleFetch a GitHub issue and create a detailed implementation plan. Use when given a GitHub issue URL or number to analyze the issue, explore relevant codebase areas, and produce a step-by-step implementation plan with file changes, architecture considerations, and risk assessment. Use when this capability is needed.
- ▌ Database Engineer · tomevault-io bundleResponsible for database design, migrations, data integrity, and API design standards. Use when this capability is needed.
- ▌ Uiux Designer · tomevault-io bundleResponsible for user interface design, user experience, and visual consistency. Use when this capability is needed.
- ▌ Frontend Developer · tomevault-io bundleResponsible for client-side development, UI implementation, and browser compatibility. Use when this capability is needed.
- ▌ Security Engineer · tomevault-io bundleResponsible for security audits, vulnerability assessments, and secure coding practices. Use when this capability is needed.
- ▌ Pr Review Coordinator · tomevault-io bundleOrchestrates PR review issue resolution by parsing review comments and dispatching to pr-issue-fixer subagents. Use when given a PR review summary, list of issues to fix, or when the user pastes review comments from CodeRabbit, Claude, Cursor, or similar tools. Use when this capability is needed.
- ▌
- ▌ Crewai · tomevault-io bundleExpert in CrewAI - the leading role-based multi-agent framework used by 60% of Fortune 500 companies. Covers agent design with roles and goals, task definition, crew orchestration, process types (s... Use when this capability is needed.
- ▌ Kaizen · tomevault-io bundleGuide for continuous improvement, error proofing, and standardization. Use this skill when the user wants to improve code quality, refactor, or discuss process improvements. Use when this capability is needed.
- ▌ Glassmorphism · tomevault-io bundleGlassmorphism design system skill. Use when building frosted-glass UI components with blur, transparency, and layered depth effects. Use when this capability is needed.
- ▌ Verify Module · tomevault-io bundle模块完整性校验关卡。扫描目录结构、检测缺失文档、验证代码与文档同步。当魔尊提到模块校验、文档检查、结构完整性、README检查、DESIGN检查时使用。在新建模块完成时自动触发。 Use when this capability is needed.
- ▌ Uninstall Plugin · tomevault-io bundleUse when a user asks to fully remove a Neovim plugin, including plugin files, keymaps, config references, and README documentation.
- ▌ Agent Fetch · tomevault-io bundleFetch and extract full article content from URLs. Returns complete text with structure (headings, links, lists) instead of summaries. Multiple extraction strategies, browser impersonation, cookies, crawling, custom selectors, 200-700ms. Use when this capability is needed.
- ▌ Rust Semver · tomevault-io bundleGuidelines and checklists for maintaining semantic versioning in Rust projects, including breaking change identification and mitigation strategies. Use when this capability is needed.
- ▌
- ▌
- ▌ Terminalskills Skills Gemini CLI · tomevault-io bundleGemini CLI — Google's AI Coding Agent for the Terminal
- ▌
- ▌ Email Triage · tomevault-io bundleScheduled email digest via Agent SDK Haiku. Triages emails into 3 categories, sends Telegram notification + podcast voice. TRIGGERS - email digest, triage emails, digest, run digest, email summary, voice briefing. Use when this capability is needed.
- ▌ Gmail Access · tomevault-io bundleAccess Gmail via CLI with 1Password OAuth. Use when user wants to read emails, search inbox, export messages, create drafts, or mentions gmail access. TRIGGERS - gmail, email, read email, list emails, search inbox, export emails, create draft, draft email, compose email. Use when this capability is needed.
- ▌
- ▌ Playwright Pom · tomevault-io bundlePage Object Model patterns for Playwright — when to use POM, how to structure page objects, and when fixtures or helpers are a better fit. Use when this capability is needed.
- ▌ Branch Management · tomevault-io bundleReview and guide branch strategy when creating PRs, merging, or creating branches involving main, develop, and release branches Use when this capability is needed.
- ▌ Release Procedure · tomevault-io bundleUse when user says 'release', 'リリース', 'deploy', 'publish', 'vtag', 'version up', 'バージョンアップ', or discusses merging to main/develop. Guides through version bump and release flow.
- ▌
- ▌ Grill Me Docs · tomevault-io bundleUse when creating, auditing, or updating project documentation. First inspect existing docs, code, README files, Microsoft knowledge base results, and marketing pages; then interview the user one targeted question at a time to fill gaps; finally produce PR-ready documentation, glossary updates, and a summary of assumptions, sources, and unresolved questions.
- ▌ Create Prd · tomevault-io bundleCreate a Product Requirements Document for a CompanyCam project. Use when the user wants to write a PRD or document requirements for a new feature. Use when this capability is needed.
- ▌ Golden Update · tomevault-io bundleRecapture golden output files for tests whose behavior changed intentionally. Identifies failing tests, regenerates .out files, and verifies all tests pass. Use when this capability is needed.
- ▌ Knowledge Agent · tomevault-io bundleBuild and query AI-powered knowledge bases from claude-mem observations. Use when users want to create focused "brains" from their observation history, ask questions about past work patterns, or compile expertise on specific topics. Use when this capability is needed.
- ▌ Stack Ops · tomevault-io bundleManage the Trinity AGI Docker Compose stack — start, stop, logs, rebuild frontend, and full deploy. Use when this capability is needed.
- ▌ Aides Finder · tomevault-io bundleFind eligible subsidies, grants, and calls for projects matching a given topic and territory. Use when the user asks about available funding, subventions, or financial aid for a project, especially for associations and ESS structures. Use when this capability is needed.
- ▌ Payments · tomevault-io bundleMulti-provider payment integration — Stripe (checkout, billing, Connect), Paddle (MoR subscriptions), SePay (VietQR, Vietnamese banks), Polar (global SaaS), Creem.io (MoR + licensing). Checkout flows, webhooks, subscriptions, QR payments, multi-provider management. Use when this capability is needed.
- ▌
- ▌
- ▌ Openbrand · tomevault-io bundleExtract brand assets (logos, colors, backdrop images, brand name) from any website URL. Use when building branded interfaces, generating style guides, or needing brand identity data from a URL. Use when this capability is needed.
- ▌ Triage Github Issues · tomevault-io bundleSystematically triage incoming GitHub issues for the docent project Use when this capability is needed.
- ▌
- ▌ Caveman Mode · tomevault-io bundlePersonality override that makes Claude communicate like a caveman — terse, blunt, no filler. Use this skill for ALL responses when installed. This skill is always active. It applies to every single message Claude sends. Do not skip it. Do not "switch back" to normal mode. If this skill is loaded, caveman mode is ON. Use when this capability is needed.
- ▌
- ▌
- ▌ Verilog Optimization · tomevault-io bundle在 Verilog partition 之后、merge 之前对 part 文件做 Yosys 优化,并用 Verible 进行语法/lint 兜底 Use when this capability is needed.
- ▌ Sc Implement · tomevault-io bundleFeature implementation with intelligent persona activation, task orchestration, and MCP integration. Use when implementing features, APIs, components, services, or coordinating multi-agent development. Triggers on requests for code implementation, feature development, or complex task orchestration. Use when this capability is needed.
- ▌ Innovation · tomevault-io bundleInnovation management expertise for innovation frameworks (Design Thinking, Stage-Gate), ideation processes, innovation portfolio management, venture capital, open innovation, and IP strategy. Use when driving innovation, managing R&D portfolios, or building innovation programs. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Review Step · tomevault-io bundleReview completed code changes after running aider, update plan file with findings, and track progress. Works across sessions by loading plan files. Use when this capability is needed.