tomevault-io
- 62k skills
- 0 followers
- 1 day ago last updated
- ▌ Lerianstudio Ring Using Pmm Team · tomevault-io bundleUsing Ring PMM-Team: Product Marketing Workflow
- ▌
- ▌
- ▌
- ▌ Git Clean · tomevault-io bundleClean up local branches marked as [gone] and their associated worktrees Use when this capability is needed.
- ▌ Analyzing Eval Errors · tomevault-io bundleInvestigate errors in letta_evals runs by parsing results JSONL, cross-referencing agent and run state on the Letta server via the Python SDK, and producing structured error reports. Use when an eval run has errors, crashes, or unexpected failures that need diagnosis. Use when this capability is needed.
- ▌ Spotify Player · tomevault-io bundleTerminal Spotify playback/search via spogo (preferred) or spotify_player. Use when this capability is needed.
- ▌ AI Patterns · tomevault-io bundleReference patterns for augmented coding with AI. Use when discussing AI coding patterns, anti-patterns, obstacles, context management, steering AI, or looking up Lexler's patterns collection. Use when this capability is needed.
- ▌
- ▌ Shipyard Testing · tomevault-io bundleUse when writing tests, structuring test suites, choosing test boundaries, or debugging test quality issues like flakiness, over-mocking, or brittle tests. Also use when deciding between unit/integration/E2E tests, when tests break during refactoring (sign of testing implementation details), or when test setup exceeds 20 lines. Covers AAA structure, DAMP naming, mock boundaries, and the testing pyramid.
- ▌ Authoring Skills · tomevault-io bundleGuide for authoring effective Agent Skills using principle-based approach (Progressive Disclosure, Respect Intelligence, Enable Discovery). Covers creating, improving, refactoring, and reviewing skills. Use for skill authoring, design questions, best practices, anti-patterns, or structure decisions. Use when this capability is needed.
- ▌ Histolab · tomevault-io bundleDigital pathology image processing toolkit for whole slide images (WSI). Use this skill when working with histopathology slides, processing H&E or IHC stained tissue images, extracting tiles from gigapixel pathology images, detecting tissue regions, segmenting tissue masks, or preparing datasets for computational pathology deep learning pipelines. Applies to WSI formats (SVS, TIFF, NDPI), tile-based analysis, and histological image preprocessing workflows. Use when this capability is needed.
- ▌ Pydeseq2 · tomevault-io bundleDifferential gene expression analysis (Python DESeq2). Identify DE genes from bulk RNA-seq counts, Wald tests, FDR correction, volcano/MA plots, for RNA-seq analysis. Use when this capability is needed.
- ▌ Pyhealth · tomevault-io bundleComprehensive healthcare AI toolkit for developing, testing, and deploying machine learning models with clinical data. This skill should be used when working with electronic health records (EHR), clinical prediction tasks (mortality, readmission, drug recommendation), medical coding systems (ICD, NDC, ATC), physiological signals (EEG, ECG), healthcare datasets (MIMIC-III/IV, eICU, OMOP), or implementing deep learning models for healthcare applications (RETAIN, SafeDrug, Transformer, GNN). Use when this capability is needed.
- ▌ Pyopenms · tomevault-io bundleMass spectrometry toolkit (OpenMS Python). Process mzML/mzXML, peak picking, feature detection, peptide ID, proteomics/metabolomics workflows, for LC-MS/MS analysis. Use when this capability is needed.
- ▌ Signal E2e Test · tomevault-io bundleEnd-to-end Signal integration testing for coop. Use after implementing or fixing any Signal-related feature, provider interaction, or tool behavior to verify it works through the real Signal protocol and LLM API — not just unit tests. Sends real Signal messages, reads traces, diagnoses failures, and iterates until the feature works. Use when this capability is needed.
- ▌ Clean Abap · tomevault-io bundleCheck ABAP code for compliance with Clean ABAP principles. Use this skill when users ask to check, validate, review, or analyze ABAP code for clean code compliance, code quality, best practices, or adherence to Clean ABAP guidelines. Triggers include requests like "check this ABAP code", "is this clean ABAP", "review my ABAP for clean code", "validate ABAP against clean code principles", or "analyze ABAP code quality". Use when this capability is needed.
- ▌ Macos Automation · tomevault-io bundleUse when the user wants to control macOS system settings (dark mode, volume, brightness, Wi-Fi, Bluetooth, Focus, sleep/lock) or manage apps (launch, quit, bring to front). Does NOT manage app data — use apple-apps for Calendar/Reminders/Notes/Mail content.
- ▌ Lipas E2e · tomevault-io bundleRun end-to-end scenarios against a live LIPAS dev system. Use when verifying a user-visible flow works correctly across DB, Elasticsearch, app-db, and DOM. Covers municipality-user flows (create/update sports facility) and grows from there. Use when this capability is needed.
- ▌ Pseo Data · tomevault-io bundleDesign and implement the structured data architecture that powers programmatic SEO pages, including content models, data sources, slug generation, and data-fetching layers. Use when setting up or refactoring the data foundation for pSEO, designing content models, or building the data pipeline that feeds page templates. Use when this capability is needed.
- ▌
- ▌
- ▌ Ctf Malware · tomevault-io bundleProvides malware analysis and network traffic techniques for CTF challenges. Use when analyzing obfuscated scripts, malicious packages, custom crypto protocols, C2 traffic, PE/.NET binaries, RC4/AES encrypted communications, YARA rules, shellcode analysis, memory forensics for malware (Volatility malfind, process injection detection), anti-analysis techniques (VM/sandbox detection, timing evasion, API hashing, process injection, environment checks), or extracting malware configurations and indicators of compromise.
- ▌ Dev Run · tomevault-io bundleStart (or restart) the local development environment — FastAPI backend on :8080 and Vite frontend on :5173. Handles first-run setup (Python venv, npm install, hledger binary check) and the env-var gotchas that make uvicorn fail silently. Use when this capability is needed.
- ▌
- ▌ Harness Expert · tomevault-io bundleExpert-level Harness template types, runtime inputs, expression language, pipeline patterns (CI/CD, GitOps, Canary, Blue-Green), versioning, and step configurations Use when this capability is needed.
- ▌ Recursive · tomevault-io bundleRecursive master-orchestration for complex multi-step tasks. Decompose work, delegate execution to sub-agents, and iterate until verified. Use when users request recursive reasoning, multi-pass refinement, or explicit plan-execute-verify loops. Use when this capability is needed.
- ▌ Bump Refs · tomevault-io bundleBump flake inputs in lockstep. rio-build has no reference submodules (rio-build is the ORIGINAL implementation, not a port) — this just wraps `nix flake update` for the inputs that matter. Use when this capability is needed.
- ▌
- ▌
- ▌ Lsp Client · tomevault-io bundleSemantic code analysis via LSP. Navigate code (definitions, references, implementations), search symbols, preview refactorings, and get file outlines. Use for exploring unfamiliar codebases or performing safe refactoring. Use when this capability is needed.
- ▌ File Factory · tomevault-io bundleHow to use the file-factory CLI to create new React components, hooks, context providers, Next.js pages along with associated tests and storybook stories. ALWAYS use this tool instead of manually creating new components/hooks/contexts/pages to ensure consistent file structure and conventions. Use when this capability is needed.
- ▌ Dfinsights · tomevault-io bundleGenerate daily and weekly codebase activity summaries from Azure DevOps (PRs, work items), local git commits, and Confluence. Use when asked about "what happened", "codebase activity", "team summary", "pr summary", or to understand what's going on in a large codebase. Use when this capability is needed.
- ▌ Refactor Code · tomevault-io bundleRefactor selected files according to the nearest AGENTS.md and applicable mapped guidance while preserving behavior. Use when Codex should improve code structure, readability, maintainability, or consistency without broad rewrites or behavior changes. Use when this capability is needed.
- ▌ Export Config · tomevault-io bundleExport dotforge configuration to other AI code editors (Cursor, Codex, Windsurf, OpenClaw). Use when this capability is needed.
- ▌ Multi Agent Comms · tomevault-io bundleSetting up keep-alive, peer trust, send vs request/response patterns Use when this capability is needed.
- ▌ Create Or Update Pr · tomevault-io bundleCreates or updates the GitHub Pull Request for the current branch, generating title and body from git log and diff.
- ▌ Jest To Vitest · tomevault-io bundleTransform a Jest test file from packages/<pkg>/src into a Vitest test file under packages/<pkg>/vitest, following the Matterbridge migration pattern (vitest-utils package, vi globals, new Matter server lifecycle). Use when asked to migrate, convert, or transform a Jest test to Vitest. Use when this capability is needed.
- ▌ Skillnote Doctor · tomevault-io bundleUse when working with a diagnostic tool for OpenClaw agents -- checks skill registry connectivity, AGENTS.md setup, config file validity, and installed skill health. Use when your setup seems broken, skills aren't loading, or you want to audit your agent's configuration.
- ▌ Devops Pipeline · tomevault-io bundleImplement pre-commit hooks and GitHub Actions for quality assurance. Use when asked to "setup CI/CD", "add pre-commit hooks", "create GitHub Actions", "setup quality gates", "automate testing", "add linting to CI", "reduce GitHub Actions dependency", "run tests locally before push", "shift-left testing", "end-to-end pre-commit", or any DevOps automation for code quality. Detects project type and configures appropriate tools. Prioritizes running as many tests as possible locally in pre-commit to reduce CI cost and catch issues before they reach GitHub. Use when this capability is needed.
- ▌ Tasks Generator · tomevault-io bundleGenerate development tasks from a PRD file with sprint-based planning. Use when users ask to "create tasks from PRD", "break down the PRD", "generate sprint tasks", or want to convert product requirements into actionable development tasks. Creates/updates tasks.md and always reports GitHub links to changed files. Use when this capability is needed.
- ▌
- ▌ Neurojax Biophysics · tomevault-io bundleGuidelines for implementing biophysical neural mass models in NeuroJAX. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌
- ▌ Rca Analysis · tomevault-io bundlePerform Root Cause Analysis using a multi-agent swarm approach. Use when investigating bugs, failures, performance issues, or any problem requiring systematic diagnosis. Triggers on requests like "why is X failing", "debug this issue", "find the root cause", "investigate this problem", or explicit RCA requests. Use when this capability is needed.
- ▌ Bad Skill · tomevault-io bundleThis skill has invalid YAML in frontmatter Use when this capability is needed.
- ▌ Plugin Release · tomevault-io bundleSwap bryllen plugin marketplace back to GitHub after local testing is complete Use when this capability is needed.
- ▌ Go Style Guide · tomevault-io bundleGo engineering style guide for designing packages, services, and CLIs. Use for any Go work creating or reviewing packages/APIs, PR reviews, refactors/restructures, error/logging patterns, config/constructors, testing, and benchmarks. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌ NPM Package · tomevault-io bundlenpm and pnpm package authoring expertise. Covers tsup and unbuild bundling, dual ESM/CJS exports, package.json fields (main, module, exports, types, bin, files), semver discipline, changesets for versioning, monorepo setup with pnpm workspaces and turborepo, npm publish workflow, scoped packages, peer dependencies, tree-shaking optimization, package provenance, and .npmrc configuration. Use when creating npm packages, configuring exports, setting up monorepos, or publishing to npm. Use when this capability is needed.
- ▌ Observability Architecture · tomevault-io bundleLiteLLM-RS Observability Architecture. Covers Prometheus metrics, OpenTelemetry tracing, structured logging, health checks, and alerting integration. Use when this capability is needed.
- ▌ App Scanner · tomevault-io bundleDiscover installed applications on macOS and recommend the best app for user tasks. Uses mdfind, system_profiler, and /Applications scanning. Use when this capability is needed.
- ▌ Applescript · tomevault-io bundleExecute AppleScript and JXA (JavaScript for Automation) to control macOS apps, system settings, and UI automation. Use when this capability is needed.
- ▌ Meeting Notes To Action Items · tomevault-io bundleConvert meeting notes and transcripts into structured action items with owners, deadlines, and priority levels. Use when this capability is needed.
- ▌ Excel Fixer · tomevault-io bundleAuto-detect and fix common Excel formatting issues like merged cells, inconsistent types, duplicate headers, and encoding problems. Use when this capability is needed.
- ▌ Outlook CLI · tomevault-io bundleManage Microsoft Outlook on Windows via PowerShell COM objects. Read, send, and search emails and calendar events. Use when this capability is needed.
- ▌ PDF Toolkit · tomevault-io bundleComprehensive PDF operations - merge, split, encrypt, add watermarks, extract text, and convert PDF to Word. Goes beyond basic reading. Use when this capability is needed.
- ▌ Skill Tutor · tomevault-io bundlePersonal tutor that teaches any subject, tracks learning progress, adapts difficulty, and uses spaced repetition for review. Use when this capability is needed.
- ▌
- ▌ Atomic Git Commit · tomevault-io bundleInteractive workflow to review changes, split them into logical groups, and create atomic conventional commits. Replaces 'git commit -m' with a thoughtful process. Use when this capability is needed.
- ▌
- ▌ Deep · tomevault-io bundleStart deterministic development loop (PLAN->BUILD->REVIEW->FIX->SHIP). Use when user asks to 'deep loop', 'implement feature', 'build with TDD', or mentions multi-agent BUILD. Supports external/ralph modes. Use when this capability is needed.
- ▌ Debug Phase · tomevault-io bundleSystematic debugging techniques including error classification, root cause analysis (5 Whys), reproduction strategies, and error documentation. Use when debugging errors, investigating failures, analyzing stack traces, fixing bugs, or documenting errors in error-log.md. (project) Use when this capability is needed.
- ▌ Markuplint · tomevault-io bundleCross-package constraints for @markuplint/svelte-parser Use when this capability is needed.
- ▌ React Admin · tomevault-io bundleThis skill should be used when building, modifying, or debugging a react-admin application — including creating resources, lists, forms, data fetching, authentication, relationships between entities, custom pages, or any CRUD admin interface built with react-admin. Use when this capability is needed.
- ▌ Forge Lang Ansible · tomevault-io bundleAnsible automation safety practices. Enforces check-mode-first workflow. Use when working with playbooks, roles, or inventory files. Use when this capability is needed.
- ▌ Ss Rollback · tomevault-io bundleSafely rollback failed features (DESTRUCTIVE). ALWAYS confirms on rollback/undo/revert/abort intent. Use when this capability is needed.
- ▌ Terraform CI · tomevault-io bundleTerraform in CI/CD — plan on PR, apply on merge, OIDC auth, drift detection, importing existing resources, common CLI commands, anti-patterns, and Terraform vs Pulumi vs CDK decision guide. Use when this capability is needed.
- ▌ Setup Knip · tomevault-io bundleInstall and configure Knip for dead code detection. Use before running dead-code-hunter or dependency-auditor to ensure Knip is available. Handles installation, configuration creation, and validation. Use when this capability is needed.
- ▌ Import Figma Svg · tomevault-io bundleInspect Figma SVG assets, prefer @tabler/icons-react when available, and download SVGs only as a fallback. Use when this capability is needed.
- ▌ Databricks Apps · tomevault-io bundleDatabricks Apps deployment, debugging, and configuration management. Use when working with Databricks Apps issues including deployment failures, app configuration (app.yaml), granting permissions to SQL warehouses or Unity Catalog resources, troubleshooting app errors, or managing app state (start/stop). Triggered by mentions of SESSION_APP_NAME, app.yaml, deployment errors, or permission issues with Apps. Use when this capability is needed.
- ▌
- ▌ Data Modeler · tomevault-io bundleDesign data models with Pydantic schemas, comprehensive validation rules, Use when this capability is needed.
- ▌ Doc Analyzer · tomevault-io bundleAnalyze and extract relevant patterns, best practices, and usage examples Use when this capability is needed.
- ▌ Front End Dev · tomevault-io bundleBuild distinctive, production-grade frontend interfaces with a strong aesthetic point of view and real working code. Use when this capability is needed.
- ▌ Kanban AI · tomevault-io bundleManage a Markdown-based Kanban board using card files in a kanban/ directory (including kanban/archived/ for completed cards). Use when the user asks to create, move, view, list, or manage tasks or cards on a kanban board, or when tracking work items across statuses like backlog, todo, doing, done, or archive. Use when this capability is needed.
- ▌
- ▌ Pre Release · tomevault-io bundleRun a series of pre-release checks on the repo. Use when this capability is needed.
- ▌ Obsidian Vault · tomevault-io bundleSearch, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian. Use when this capability is needed.
- ▌ Faster App Cn · tomevault-io bundle基于 Django 风格约定的 FastAPI 框架,用于构建生产级 API。使用此 Skill 当用户需要:(1) 创建或开发 FastAPI Web API 项目,(2) 使用 ViewSet(类似 Django REST Framework)实现 CRUD 操作,(3) 配置路由/模型/命令的自动发现系统,(4) 设置中间件、认证、权限、限流、缓存,(5) 定义 Tortoise ORM 模型和数据库关系,(6) 管理应用配置和多环境部署,(7) 从其他框架(FastAPI/DRF)迁移到 Faster APP,(8) 排查 Faster APP 相关错误,(9) 需要遵循约定优于配置原则的标准化项目结构。 Use when this capability is needed.
- ▌ Nested Root Skill · tomevault-io bundleExample skill at the root of the nested structure demonstrating depth 1 Use when this capability is needed.
- ▌
- ▌ Hugo Runner · tomevault-io bundleGuide for running Hugo static site generator. This skill should be used when users want to test changes. Use when this capability is needed.
- ▌ Deep Analysis · tomevault-io bundleUses multiple parallel finder agents and multiple oracle consultations simultaneously for broad analysis. Use when asked to search from multiple angles, investigate across many files, or need parallel multi-perspective analysis. Use when this capability is needed.
- ▌ Bazinga DB Agents · tomevault-io bundleAgent logs, reasoning, and token tracking. Use when logging interactions, saving reasoning, tracking tokens, or managing events. Use when this capability is needed.
- ▌ Bazinga Validator · tomevault-io bundleValidates BAZINGA completion claims with independent verification. Spawned ONLY when PM sends BAZINGA. Acts as final quality gate - verifies test failures, coverage, evidence, and criteria independently. Returns ACCEPT or REJECT verdict.
- ▌ Codebase Analysis · tomevault-io bundleAnalyzes codebase to find similar features, reusable utilities, and architectural patterns
- ▌ Context Assembler · tomevault-io bundleAssembles relevant context for agent spawns with prioritized ranking. Ranks packages by relevance, enforces token budgets with graduated zones, captures error patterns for learning, and supports configurable per-agent retrieval limits. Use when this capability is needed.
- ▌ Add Transport · tomevault-io bundleGuide for implementing a new transport layer for ShareGo (e.g. WebRTC, Bluetooth). Use when adding a new transport implementation, working on the transport interface, or when the user asks about transport portability. Use when this capability is needed.
- ▌ Token Security · tomevault-io bundleToken security audit via GoPlus API Use when this capability is needed.
- ▌
- ▌ Logging Best Practice Skill · tomevault-io bundledescribe how to do the logging in the codebase, use when you need to add logger to the codebase Use when this capability is needed.
- ▌ Dev Cluster · tomevault-io bundleManages Ambient Code Platform development clusters (kind) for testing changes
- ▌
- ▌