tomevault-io
- 62k skills
- 0 followers
- 1 day ago last updated
- ▌
- ▌
- ▌ Storekit · tomevault-io bundleUse when implementing in-app purchases, StoreKit 2 subscriptions, consumables, non-consumables, or transaction handling. Covers testing-first workflow with .storekit configuration, StoreManager architecture, and transaction verification.
- ▌ Travel Concierge · tomevault-io bundleAccesses real-time spatial data, weather, and traffic routing to design accurate itineraries. Use when this capability is needed.
- ▌ Langextract Usage · tomevault-io bundleHow to use LangExtract to extract structured information from text. Use when writing code that calls lx.extract(), building extraction pipelines, defining examples, or troubleshooting alignment issues. Use when this capability is needed.
- ▌
- ▌
- ▌ Schedule Notification · tomevault-io bundleSchedule a notification for a specific date or repeating daily. Use when this capability is needed.
- ▌
- ▌ Pdk Release · tomevault-io bundleRelease echo-pdk packages to npm. Bumps versions, creates tags, triggers GitHub Actions, and verifies frontend consumption. Use when this capability is needed.
- ▌ Bio Genome Engineering Grna Design · tomevault-io bundleDesign guide RNAs for CRISPR-Cas9/Cas12a experiments using CRISPRscan and local scoring algorithms. Score guides for on-target activity using Rule Set 2 and Azimuth models. Use when designing sgRNAs for gene knockout, activation, or repression experiments. Use when this capability is needed.
- ▌ Bio Crispr Screens Hit Calling · tomevault-io bundleStatistical methods for calling hits in CRISPR screens. Covers MAGeCK, BAGEL2, drugZ, and custom approaches for identifying essential and resistance genes. Use when identifying significant genes from screen count data after QC passes. Use when this capability is needed.
- ▌ Bio Imaging Mass Cytometry Phenotyping · tomevault-io bundleCell type assignment from marker expression in IMC data. Covers manual gating, clustering, and automated classification approaches. Use when assigning cell types to segmented IMC cells based on protein marker expression or when phenotyping cells in multiplexed imaging data. Use when this capability is needed.
- ▌ Bio Experimental Design Sample Size · tomevault-io bundleEstimates required sample sizes for differential expression, ChIP-seq, methylation, and proteomics studies. Use when budgeting experiments, writing grant proposals, or determining minimum replicates needed to achieve statistical significance for expected effect sizes. Use when this capability is needed.
- ▌ Deal Desk · tomevault-io bundleUse to manage pricing, packaging, and approval workflows for renewal Use when this capability is needed.
- ▌
- ▌ Af Review UI · tomevault-io bundleReview Airflow UI code for consistency, best practices, and conventions. Use when this capability is needed.
- ▌ Mahout Build · tomevault-io bundleBuild and test Apache Mahout (qumat + qdp). Use when this capability is needed.
- ▌
- ▌ Livetable · tomevault-io bundleUse when building, modifying, or reviewing Phoenix LiveView tables with LiveTable, including schema-backed tables, custom data providers, filters, transformers, card mode, custom headers, actions, and query behavior. This skill prevents hallucinated LiveTable APIs and teaches the public usage patterns only.
- ▌ Aw Deploy · tomevault-io bundleRelease a new version of AgentWeave — auto-detects next version, bumps pyproject.toml files, checks if documentation needs updates, updates CHANGELOG and README, commits, pushes and creates GitHub releases via Windows PowerShell (which holds git/gh credentials), then monitors the build. Never invoke this automatically. Use when this capability is needed.
- ▌ Self Modify · tomevault-io bundleModify the Anyapp app's own source code safely. Use when the user wants to change app behavior, add features, or fix bugs. Use when this capability is needed.
- ▌ Device Camera · tomevault-io bundleTake photos using the device camera on connected edge devices Use when this capability is needed.
- ▌ Code Quality Checks · tomevault-io bundleEnforce code quality with SonarCloud, CheckStyle, SpotBugs, and maintain quality gates Use when this capability is needed.
- ▌ Integration Testing · tomevault-io bundleImplement Spring Framework integration tests with TestContainers, Spring Test, and database fixtures Use when this capability is needed.
- ▌ Access Control · tomevault-io bundleLeast privilege principle, RBAC, authentication, authorization, and session management following Hack23 Access Control Policy Use when this capability is needed.
- ▌ Privacy Policy · tomevault-io bundleGDPR-compliant privacy framework, privacy by design, and data subject rights Use when this capability is needed.
- ▌ Hackmd CLI · tomevault-io bundleHackMD command-line interface for managing personal/team notes and folders. Use this skill when users want to create, read, update, delete, reorder, or export HackMD notes and folders via CLI, manage team content, list teams, view browsing history, or automate HackMD workflows. Use when this capability is needed.
- ▌ Hl Build Standalone App · tomevault-io bundleBuild a complete standalone app using HailoInfer + OpenCV on Hailo-8/8L/10H. Use when this capability is needed.
- ▌
- ▌ Hainrixz Maia Skill Maia Skill · tomevault-io bundleTododeia Investment Analysis — Multi-Agent System v2
- ▌ Envio · tomevault-io bundleEnvio blockchain data stack — HyperSync, HyperIndex, HyperRPC; fast indexing and data APIs. Use when this capability is needed.
- ▌ Wagmi · tomevault-io bundleWagmi — React/Vue/Solid hooks and Core for Ethereum; config, connectors, read/write contracts, TanStack Query. Use when this capability is needed.
- ▌ Reseed Performance Baseline · tomevault-io bundleRe-seed the HF performance-tracking baseline for an intentional runtime, dependency, or environment-caused benchmark shift using one or more reviewed normalized performance JSONs. Use when performance CI fails because metrics such as latency, throughput, component time, or peak memory changed for an accepted reason and the rolling median baseline in FastVideo/performance-tracking must be advanced from a consistent batch of reviewed source results. The workflow backs up existing history under /tmp, validates all source JSONs for the same (model_id, gpu_type), rejects internally inconsistent source batches, uploads one success=true reseed record per accepted source JSON, and offers to clean local temp state after a successful upload. Use when this capability is needed.
- ▌
- ▌ Bundled Keep · tomevault-io bundleExisting task skill that should remain after job-level skill injection. Use when this capability is needed.
- ▌ Syncthing · tomevault-io bundleCheck Syncthing sync status between devices. Use when asked about sync status, Syncthing issues, or file synchronization. Use when this capability is needed.
- ▌
- ▌
- ▌ New Default Generator · tomevault-io bundleHow to add a DefaultGenerator impl for a type so gs::default::<T>() works. Use when the user asks to wire up default() for a type, add a default generator, or make a type usable with
- ▌ Markdown · tomevault-io bundleV1.0 - Expert guidance for markdown linting with markdownlint-cli2, quality enforcement, and best practices. Use when enforcing markdown quality standards. Use when this capability is needed.
- ▌
- ▌ Excel · tomevault-io bundleCreating & editing Excel workbooks via CLI Use when this capability is needed.
- ▌
- ▌ Issue To Pr Resolver · tomevault-io bundleImplement a GitHub issue end-to-end — create a worktree branch, implement the feature with tests, create a draft PR, then iteratively resolve all CI failures and review comments until the PR is clean. Use when you need to fully implement a GitHub issue from start to merge-ready. Triggers on "implement issue", "resolve issue", "/issue-to-pr-resolver <number>". Use when this capability is needed.
- ▌
- ▌ Cc Releases · tomevault-io bundleCheck Claude Code releases and updates Use when this capability is needed.
- ▌
- ▌ Auto Format · tomevault-io bundleAutomated code formatting and style consistency Use when this capability is needed.
- ▌ Dx Optimizer · tomevault-io bundleImprove developer experience and tooling. Use when setting up projects or reducing friction. Use when this capability is needed.
- ▌ Workspace Netdrive · tomevault-io bundle检测并管理挂载在工作区 /root/.openclaw/workspace/ 下的网盘(TOS 存储桶挂载)。当用户提到网盘、TOS、TOS 桶、TOS bucket、存储桶、对象存储、对象存储桶、桶、bucket/buckets、bucket 名、桶列表,或需要将文件上传到 TOS、保存到 TOS 桶、保存到桶里、把结果传到 TOS、落盘到对象存储、检查挂载桶、列出可用桶时使用此技能。 Use when this capability is needed.
- ▌
- ▌
- ▌ Rust Unsafe · tomevault-io bundleUnsafe code and FFI expert covering raw pointers (*mut, *const), FFI patterns, transmute, union,
- ▌ Using Cmux · tomevault-io bundlecmux ターミナル内での操作スキル。ペイン分割、サブエージェント起動・監視・結果回収、コマンド送信、画面読み取り、通知に使用。CMUX_* 環境変数が存在する場合にトリガーされる。 Use when this capability is needed.
- ▌ Bun File Io · tomevault-io bundleUse this when you are working on file operations like reading, writing, scanning, or deleting files. It summarizes the preferred file APIs and patterns used in this repo. It also notes when to use filesystem helpers for directories.
- ▌ Moon · tomevault-io bundleThis skill should be used when the user asks to "configure moon", "set up moonrepo", "create moon tasks", "run moon commands", "configure moon workspace", "add moon project", "moon ci setup", "moon docker", "moon query", "migrate to moon v2", or mentions moon.yml, .moon/workspace.yml, .moon/toolchains.yml, moon run, moon ci, or moonrepo in general. Use when this capability is needed.
- ▌ Social Media · tomevault-io bundleUse this skill when creating short-form social media content for LinkedIn, Twitter/X, or other platforms
- ▌ Draft Issue · tomevault-io bundleDraft GitHub issues for i-am-bee/agentstack. Use when the user wants to report a bug, request a feature, or draft a general GitHub issue. Use when this capability is needed.
- ▌ Castella Agent UI · tomevault-io bundleBuild chat interfaces and agent management UIs with Castella. Create chat components, display tool calls, manage multiple agents, and build agent hubs. Use when this capability is needed.
- ▌ UX Analyzer · tomevault-io bundleAnalyze user experience patterns, best practices, and accessibility requirements Use when this capability is needed.
- ▌
- ▌ Toolfs Filesystem · tomevault-io bundleAccess files and directories from mounted local filesystems. Use this skill when the user requests file operations such as "Read this file", "Write to that file", "List directory contents", or "Check if file exists". Use when this capability is needed.
- ▌ Add Workflow · tomevault-io bundleGuide for adding a new RolloutWorkflow to AReaL. Use when user wants to create a new workflow. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌
- ▌ Format Code · tomevault-io bundleFormats the codebase using nightly rustfmt. Use when asked to "format the code", "run rustfmt", "cargo fmt", or when formatting is needed after code changes. Use when this capability is needed.
- ▌ Carplay · tomevault-io bundleCarPlay framework for iOS in-car applications — audio, communication, navigation, parking, EV charging, quick food ordering, fueling, driving task, public safety, and voice-based conversational apps. Includes widgets, live activities, CarPlay Ultra, and instrument cluster support. Use when this capability is needed.
- ▌ Sirikit · tomevault-io bundleIntegrate Siri voice interactions, Shortcuts, and intelligent suggestions into iOS/watchOS apps using Apple's SiriKit framework. Use when implementing Intents extensions, custom intents, Siri Shortcuts, voice phrase handling, intent resolution/confirmation/handling, IntentsUI for custom Siri interfaces, donating shortcuts, or App Intents migration. Covers system intent domains (messaging, payments, ride booking, workouts, media) and custom intent definition. Use when this capability is needed.
- ▌ Swiftui · tomevault-io bundleSwiftUI framework for building user interfaces Use when this capability is needed.
- ▌
- ▌ Preview Build · tomevault-io bundleBuild and capture SwiftUI previews for visual analysis. Use when the user asks to preview a SwiftUI view, capture a simulator screenshot, or visually inspect iOS UI components. Supports Xcode projects, SPM packages, and standalone Swift files. Use when this capability is needed.
- ▌
- ▌
- ▌ Expo Deployment · tomevault-io bundleDeploying Expo apps to iOS App Store, Android Play Store, web hosting, and API routes Use when this capability is needed.
- ▌ Expo Dev Client · tomevault-io bundleBuild and distribute Expo development clients locally or via TestFlight Use when this capability is needed.
- ▌ Gameobject Component List All · tomevault-io bundleList the fully-qualified C# type names of every concrete `UnityEngine.Component` subclass available in the project. Paginated (default 5/page, max 500). Use this to find a valid `componentName` for 'gameobject-component-add'. Use when this capability is needed.
- ▌
- ▌
- ▌ Code Review Orchestrator · tomevault-io bundleDelegate specialized reviews to subagents and synthesize their findings. Use when reviewing code. Use when this capability is needed.
- ▌ Creating New Plugins · tomevault-io bundleFollow a structured approach to create new Claude Code plugins and register them in your marketplace. Use when building plugins for commands, skills, hooks, or MCP servers. Use when this capability is needed.
- ▌ Bicep Reviewer · tomevault-io bundleReviews Bicep templates for Azure best practices, security, and code quality. Use after writing Bicep infrastructure code. Use when this capability is needed.
- ▌ Ralph Tasks · tomevault-io bundleConvert PRD specifications into structured TASKS.json user stories for the Ralph autonomous development workflow Use when this capability is needed.
- ▌ Rust Abstraction · tomevault-io bundleUse when deciding whether a long Rust file in the koan repo has an extractable seam — and what *shape* the extraction should take. File-level companion to `modgraph` (complexity scoring) and `doc-abstraction` (cross-doc concept surfacing); seams proposed here can be scored with `modgraph item`. Reach for it when asked "can this be simplified?", "are there seams here?", "what should come out of this file?".
- ▌
- ▌
- ▌
- ▌ Codebase Search · tomevault-io bundleAdvanced codebase search using Mantic for finding files, understanding context, and analyzing code impact. Use this skill when searching for code, files, or understanding code relationships. Use when this capability is needed.
- ▌ Go Context Cancellation · tomevault-io bundleContext cancellation patterns for graceful shutdown Use when this capability is needed.
- ▌ Go Testing Helpers · tomevault-io bundleTest helper patterns with t.Helper() Use when this capability is needed.
- ▌ Go Linting · tomevault-io bundleGo static analysis. Routes to specific tools. Use when this capability is needed.
- ▌ Go Nil Pointer · tomevault-io bundlePointer receiver nil safety - methods can be called on nil Use when this capability is needed.
- ▌
- ▌ Summarize Work · tomevault-io bundleSummarizes session work for commit messages or branch reviews. Queries the OpenCode server API to find and read sessions, extract major changes, bug fixes, challenges requiring multiple iterations, and code review fixes. Load before committing or when preparing to document completed work. Use when this capability is needed.
- ▌
- ▌ Gw Brainstorm · tomevault-io bundleExplore a feature idea through collaborative dialogue, then create a GitHub issue with claude-code and custom labels. Use when this capability is needed.
- ▌
- ▌