tomevault-io
- 62k skills
- 0 followers
- 2 days ago last updated
- ▌
- ▌
- ▌ Dev Flake · tomevault-io bundleScaffolds and updates Nix flake dev environments including flake.nix, devShells, .envrc, process-compose services, and pre-commit hooks. Use when creating a new flake, adding services (PostgreSQL, Redis, Kafka) to an existing flake, modernizing a dev shell, or any task involving flake.nix, nix develop, or nix flake. Use when this capability is needed.
- ▌
- ▌ SQL On Fhir · tomevault-io bundleExpert guidance for implementing SQL on FHIR v2 ViewDefinitions and operations to create portable, tabular projections of FHIR data. Use this skill when the user asks to create ViewDefinitions, flatten FHIR resources into tables, write FHIRPath expressions for data extraction, implement forEach/forEachOrNull/repeat patterns for unnesting, create where clauses for filtering, use constants in view definitions, combine data with unionAll, execute ViewDefinitions with $run or $export operations, or implement SQL on FHIR server capabilities. Trigger keywords include "ViewDefinition", "SQL on FHIR", "flatten FHIR", "tabular FHIR", "FHIR to SQL", "FHIR analytics", "FHIRPath columns", "unnest FHIR", "$viewdefinition-run", "$export", "view runner", "repeat", "recursive", "QuestionnaireResponse". Use when this capability is needed.
- ▌ Django Celery · tomevault-io bundleDjango + Celery async task patterns — configuration, task design, beat scheduling, retries, canvas workflows, monitoring, and testing. Use when adding background jobs, scheduled tasks, or async processing to a Django app. Use when this capability is needed.
- ▌ React Testing · tomevault-io bundleReact component testing with React Testing Library, Vitest/Jest, MSW for network mocking, accessibility assertions with axe, and the decision boundary between component tests and Playwright/Cypress end-to-end runs. Use when writing or fixing tests for React components, hooks, or pages. Use when this capability is needed.
- ▌ Rust Patterns · tomevault-io bundleIdiomatic Rust patterns, ownership, error handling, traits, concurrency, and best practices for building safe, performant applications. Use when this capability is needed.
- ▌ Safe Code · tomevault-io bundleUse when asked to run a full repo hygiene pass, full cleanup, or to maintain a repo in one go — and whenever the user invokes /safe-code or any wrapper of it (/skill:safe-code, /skills safe-code, $safe-code, @safe-code, or bare safe-code), including --continue to resume saved work and --save to finalize docs and commit. Also use for first-time project setup, restoring project context or session memory, dead-code audits, or agent-config trust checks.
- ▌ Perf Investigation Logger · tomevault-io bundleUse when appending structured perf investigation notes and evidence.
- ▌ Fix Pr · tomevault-io bundleReview a CodeRabbit PR comment and produce an action plan when prompted to analyze a review comment. Use when this capability is needed.
- ▌
- ▌
- ▌ Browser Testing With Screenshots · tomevault-io bundleUse when testing web applications with visual verification - automates Chrome browser interactions, element selection, and screenshot capture for confirming UI functionality
- ▌
- ▌
- ▌ Doc Verify · tomevault-io bundleUse when /doc-rigor has written or updated documentation and you need independent accuracy verification, or when existing docs may contain stale API claims or wrong command examples. Fresh-agent verification against code reality.
- ▌ Sim Review · tomevault-io bundleUse when modifying gossip-coordination or coordination contracts, after adding trait methods to CoordinationBackend, after changing state machine transitions, or before marking coordination PRs ready. DST-compatibility code review.
- ▌ Test Dedup · tomevault-io bundleUse when test suites feel bloated, when unit tests duplicate coverage already provided by property-based or simulation tests, or during periodic test hygiene. Identifies and removes redundant tests while keeping signal.
- ▌ Aixplain Agent Builder · tomevault-io bundleUse when working with a skill to design, deploy, and run production-grade AI agents on aiXplain.
- ▌ Fastapi Crud · tomevault-io bundleStep-by-step guide for adding new CRUD endpoints to the FastAPI backend. Use when creating new API resources with router, Pydantic schemas, service layer, and tests. Use when this capability is needed.
- ▌
- ▌ Tool Design · tomevault-io bundleThis skill should be used when the user asks to "design agent tools", "create tool descriptions", "reduce tool complexity", "implement MCP tools", or mentions tool consolidation, architectural reduction, tool naming conventions, or agent-tool interfaces. Use when this capability is needed.
- ▌ Github Issue Creator · tomevault-io bundleCreates well-structured GitHub issues for the MCPSpy project using the gh CLI tool. Use when asked to create issues, report bugs, or document features. Follows conventional naming with feat/chore/fix prefixes and maintains appropriate detail levels.
- ▌ Brd Research · tomevault-io bundleresearch phase for a BRD design issue — explores the codebase and documents findings before proposing solutions Use when this capability is needed.
- ▌ Solveit · tomevault-io bundleRead, edit, and execute SolveIt dialogs (notebooks) via CLI. Add code/note/prompt cells, run them, and inspect outputs. Use when this capability is needed.
- ▌ Agent Id Vault · tomevault-io bundleEncrypted credential vault keyed off the agent's Alien Agent ID private key. Store, retrieve, list, and remove external-service credentials (GitHub PAT, Slack token, AWS keys, etc.) without ever hardcoding secrets. Use when the user asks to save, fetch, or remove a service credential, or whenever a downstream tool needs an external-service secret that should not appear in shell history, source files, or process arguments. Use when this capability is needed.
- ▌ React Native · tomevault-io bundleReact Native mobile patterns, platform-specific code Use when this capability is needed.
- ▌ Botchan · tomevault-io bundleOnchain agent messaging on Base - post to feeds, send DMs, explore other agents Use when this capability is needed.
- ▌ Clanker · tomevault-io bundleDeploy ERC20 tokens with Uniswap V4 pools on Base, Ethereum, Arbitrum Use when this capability is needed.
- ▌ Erc8004 · tomevault-io bundleRegister AI agent identity on Ethereum via ERC-8004 Trustless Agents standard Use when this capability is needed.
- ▌ Pairing · tomevault-io bundleUser pairing, authentication, and trust management Use when this capability is needed.
- ▌ Routing · tomevault-io bundleMulti-agent routing, channel bindings, and tool policies Use when this capability is needed.
- ▌ Sandbox · tomevault-io bundleVisual HTML canvas sandbox for agent-driven UI and live previews Use when this capability is needed.
- ▌ Proofshot · tomevault-io bundleVisual verification of UI features. Use after building or modifying any Use when this capability is needed.
- ▌ Hypothesis · tomevault-io bundleUse Hypothesis for property-based testing to automatically generate comprehensive test cases, find edge cases, and write more robust tests with minimal example shrinking. Includes Polars parametric testing integration. Use when this capability is needed.
- ▌ Dct Peek · tomevault-io bundleUse this skill when the user wants to preview or inspect the contents of a data file (CSV, JSON, NDJSON, Parquet). Triggers include "show me the data", "preview this file", "what's in this csv", "look at the first rows", "sample the data", or when needing to understand data structure before processing. This is often the first step before other data operations.
- ▌
- ▌
- ▌ Debug CLI · tomevault-io bundleUse when users need to debug, modify, or extend the code-forge application's CLI commands, argument parsing, or CLI behavior. This includes adding new commands, fixing CLI bugs, updating command options, or troubleshooting CLI-related issues.
- ▌
- ▌ Hello World · tomevault-io bundleUse when working with a tiny test skill used by the 0853 verify-runtime harness. Says hello. No external calls. Use when the user asks for a sanity-check skill in a verify-harness fixture.
- ▌ Anyline · tomevault-io bundleAnyLine数据库操作开发规范,涵盖动态数据源注册切换注销、DDL动态建表改表、DML增删改与事务管理、DQL动态查询与聚合统计、元数据管理、查询结果集的聚合、过滤、格式转换等数学计算,AnyLine方法内部会自动适配100+数据库方言,调用方法时忽略不同数据库差异。 Use when this capability is needed.
- ▌ Brian API · tomevault-io bundleBrian API — natural language to executable Web3 transactions. Convert text intents into swap, bridge, transfer, deposit, withdraw, and borrow transactions across multiple chains. REST API, LangChain integration, and knowledge queries for DeFi protocol data. Use when this capability is needed.
- ▌ Cassandra Injvm Dtest · tomevault-io bundleComprehensive guide for writing Apache Cassandra in-JVM distributed tests (dtests). Use when creating tests that simulate multi-node Cassandra clusters within a single JVM for faster integration testing. Covers cluster creation (single-node, multi-node, multi-datacenter), configuration (all cassandra.yaml parameters, features, network topology), instance lifecycle (startup/shutdown/restart), query execution, message filtering for failure scenarios, running code on instances, ClusterUtils utilities, and debugging classloader-related issues (serialization failures, same-class-different-classloader problems). Use when this capability is needed.
- ▌ Gravitino · tomevault-io bundleLicensed to the Apache Software Foundation (ASF) under one or more Use when this capability is needed.
- ▌ Seatunnel Pr Submit · tomevault-io bundleDraft or submit Apache SeaTunnel pull requests in English using the repository's required title and body conventions. Use when Codex needs to prepare a PR from the current branch or diff, infer a compliant `[Type][Module][SubModule] Description` title, fill the required PR template, describe what changed from git history or file diffs, or open the PR after the user provides or omits the change summary. Use when this capability is needed.
- ▌
- ▌ Mcpc · tomevault-io bundleUse mcpc CLI to interact with MCP servers - call tools, read resources, get prompts. Use this when working with Model Context Protocol servers, calling MCP tools, or accessing MCP resources programmatically. Use when this capability is needed.
- ▌ Appwrite · tomevault-io bundleWhen bumping a patch version (e.g., `1.9.0` -> `1.9.1`), follow this checklist. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Agent · tomevault-io bundleAI agent development. ReAct/plan-and-execute/multi-agent architectures, tool design, memory systems, guardrails, orchestration (LangChain, LlamaIndex, CrewAI, AutoGen). Use when this capability is needed.
- ▌ Depsguard · tomevault-io bundleInstall and run DepsGuard, a zero-dependency CLI that scans and fixes package manager configs (npm, pnpm, yarn, bun, uv) for supply chain security best practices. Use when this capability is needed.
- ▌ Reviewer · tomevault-io bundleMUST BE USED for code review. Use PROACTIVELY when /review command is invoked or after any code changes to check correctness, architecture, and security. Use when this capability is needed.
- ▌ Calgebra · tomevault-io bundleSet algebra for calendars. Use when working with time intervals, finding free time, detecting conflicts, composing calendars, filtering events by duration or properties, computing metrics, or building recurring patterns. Use when this capability is needed.
- ▌ Refactoring · tomevault-io bundleGuide code refactoring using Martin Fowler's catalog of behavior-preserving transformations. Use during TDD REFACTOR phase, when code smells are detected (duplication, long methods, feature envy), when discussing structural improvements, or before behavioral changes (Tidy First). Use when this capability is needed.
- ▌ Gh Agent Task · tomevault-io bundleGitHub CLI Agent Task Extension Use when this capability is needed.
- ▌ Wt Session Manager · tomevault-io bundleManage bead-driven worktree sessions from the hub. Spawn isolated worker sessions, monitor progress, and orchestrate multi-session development workflows. Aggregate and list work across multiple registered projects (`wt ready`, `wt beads`, `wt projects`). Use this skill for "ready work?", "what's ready?", "available tasks?", or any query about ready/available work when in a hub session or when aggregating across projects. Preferred over beads:ready in hub context. Use when this capability is needed.
- ▌ Famou Result Visualization · tomevault-io bundle为 FaMou 进化算法生成可行解的 Python 代码解生成可视化结果页面。当用户提到"FaMou 可视化"、"把这个解可视化"、"可行解结果展示"、"evolution 结果"、"evolve 可视化",或者提供了 Python 代码形式的问题解(路径规划、排课、背包、TSP、调度、机器学习等)需要直观展示效果时,必须使用此技能。即使用户只说"帮我可视化这个解"、"画出来看看"、"展示一下结果",只要上下文涉及进化算法、优化问题的解,也应立即触发此技能。 Use when this capability is needed.
- ▌ Crucible · tomevault-io bundleCrucible — codebase-level deep adversarial review using SOTA paid frontier models. Walks code piece-by-piece, dispatches a panel of top current OpenRouter paid models (DeepSeek V4-Pro, Gemini 3.1 Pro, Kimi K2.6, MiniMax M2.7 by default, plus Qwen3 and GLM-5 fallbacks) per file with auto family-diversity. Models team up sequentially or in parallel-blind, findings deduplicated and severity-ranked. Costs roughly $0.01–$0.75 per run depending on size. Use whenever the user wants a deep multi-model audit of a whole repo, a directory, or a substantial diff — not a quick single-file review (use /rival for that). Triggers on phrases like "deep review the codebase", "multi-model audit", "go through file by file", "put the repo through the crucible", "team of models review my code", "thorough adversarial review of [project]". Invoke with /crucible. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌
- ▌ Moemail · tomevault-io bundleUse when working in this repository and an AI agent needs a temporary/disposable email address through the MoeMail CLI.
- ▌
- ▌ Shortcutsshortcut · tomevault-io bundleCreating Apple Shortcuts programmatically as plist XML files. Use when the user wants to build, generate, or author Apple Shortcuts without the GUI app. Use when this capability is needed.
- ▌ Add API · tomevault-io bundleScaffolds a new API endpoint with router, handler, OpenAPI docs, and TS bindings. Use when adding REST endpoints to trader-api. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌
- ▌ Git Merge · tomevault-io bundleGit マージワークフローの実行。feature ブランチを main にマージしてプッシュする。Use when user wants to merge to main, integrate changes to main branch, or complete a feature branch. Use when this capability is needed.
- ▌ Git Rebase Assistant · tomevault-io bundlePerforms interactive rebases with smart commit management and conflict resolution. Use when rebasing branches, cleaning up commit history, resolving conflicts, or when the user mentions "rebase", "interactive rebase", "squash commits", or wants to update their branch with latest changes from main/develop. Use when this capability is needed.
- ▌ Golang Gosdk · tomevault-io bundleUse when developing, reviewing, or refactoring Go applications that utilize the github.com/bizshuk/gosdk library for configuration management, HTTP routing, logging, or data processing.
- ▌
- ▌
- ▌ Kirby Routing And Representations · tomevault-io bundleImplements custom Kirby routes and content representations (.json/.xml/.rss), including redirects, sitemap endpoints, and URL pattern filtering. Use when building endpoints, redirects, or representation templates that change how URLs resolve. Use when this capability is needed.
- ▌
- ▌ Boheling Deltasci Deltasci · tomevault-io bundleDeltaScience: The Grounding Layer (scan → gap → verify)
- ▌ Cherrycss Theme · tomevault-io bundleCherry Studio 主题 CSS 制作指南 —— 了解 CSS 变量系统、毛玻璃技法、渐变背景等,最终输出可直接粘贴使用的 CSS 代码。 Use when this capability is needed.
- ▌
- ▌
- ▌ Ceos Process · tomevault-io bundleUse when documenting core processes or reviewing process followability
- ▌
- ▌ Oosh Module · tomevault-io bundleCreate a new module for an oosh CLI. Use /oosh-module <cli> <module> to generate an annotated .sh file in the CLI's modules directory. Trigger when the user wants to add a command, module, or feature to an existing oosh CLI. Use when this capability is needed.
- ▌ Hello · tomevault-io bundleUse when the user requests a simple hello greeting or wants to test the hello skill
- ▌ Byaanstart · tomevault-io bundleInitialize Byaan development environment using Docker. Builds and starts backend and frontend containers with SQLite, opens the browser, learns the codebase, and configures MCP. Use when setting up the project for the first time. Use when this capability is needed.
- ▌
- ▌
- ▌ Accessibility · tomevault-io bundleUse when building or auditing UI for accessibility (a11y). Covers WCAG 2.1 AA compliance, semantic HTML, ARIA, keyboard navigation, focus management, color contrast, screen readers, and form accessibility.
- ▌ Otto Frontend · tomevault-io bundleFrontend specialist for Otto dashboard development. Use when working on React components, pages, hooks, or any client-side code in client/src/. Use when this capability is needed.
- ▌ Plan Issue · tomevault-io bundleGitHub issue情報を取得し、対応用のタスクファイル作成をサポートします。スクリプトがissue情報を取得し、Claude Codeがその情報を元にtmp/todoフォルダにタスクファイルを作成します。 Use when this capability is needed.
- ▌