tomevault-io
- 62k skills
- 0 followers
- 3 days ago last updated
- ▌
- ▌ Harness Codebase Design · tomevault-io bundleDesign a codebase to work well with AI coding agents (Claude Code, Codex, Cursor, Aider). Use this skill when the user is starting or retrofitting a repository for agents, asking what AGENTS.md or CLAUDE.md should contain, designing project structure for AI assistance, asking about harness engineering, saying an agent keeps making the same mistake, asking how to make agents reliable on long-running tasks, or trying to make their codebase legible to coding agents. Trigger on indirect phrasings too. Examples include "set up my project for Claude Code", "make my repo agent-friendly", "stop my agent from doing X", "best architecture for AI-generated code", or "the agent keeps reinventing utilities". Use proactively when the user describes building a project with agent assistance and has not yet thought about scaffolding, AGENTS.md, custom linters, hooks, or feedback loops. Use when this capability is needed.
- ▌
- ▌ Code Check Optimize · tomevault-io bundleAnalyzes and improves code by fixing errors, adding type hints, documentation, and following best practices. Invoke when user asks to check, optimize, or improve code.
- ▌ Project Style Guide · tomevault-io bundleEnforces project-specific coding standards based on .pre-commit-config.yaml and .flake8. Invoke when generating code, formatting files, or checking style compliance. Use when this capability is needed.
- ▌
- ▌
- ▌ Tanstack Start Ssr · tomevault-io bundleBuild SSR applications with TanStack Start - server functions, file-based routing, and data loading patterns. Use this skill when working on the lexico web application. Use when this capability is needed.
- ▌ Git Workflow Lifecycle · tomevault-io bundleAutomate the end-to-end lifecycle of a feature branch, from submission (commit, push, PR) to cleanup (merge check, sync main, delete branch). Use when you have finished work on a branch or when a PR has been merged and you need to clean up. Use when this capability is needed.
- ▌ Sandy Skill Builder · tomevault-io bundleCreate custom skills for Sandy - reusable workflows, templates, and procedures. Use when you want to create a new skill for ADHD management, productivity, research, coding, or any repetitive task. Skills are stored in soul/data/skills/custom/ and can be activated on demand. Use when this capability is needed.
- ▌ Language Testing Patterns · tomevault-io bundleLanguage-specific test patterns, fixtures, and mocking strategies for Python and JS/TS. Use when designing test suites, choosing fixtures/mocking strategies, or implementing language-specific test patterns for Python and JS/TS. Do NOT use for E2E browser testing (use e2e-testing-patterns) or shell script testing (use shell-testing). Use when this capability is needed.
- ▌ Mit Licensing · tomevault-io bundleAudit dependency licenses for MIT compatibility. Use when the user wants to check if their project's dependencies are compatible with MIT license, find problematic licenses (GPL, AGPL, etc.), or generate a license audit report. Supports Node.js (npm/pnpm) and Rust (Cargo) projects. Use when this capability is needed.
- ▌ Knowledge Base · tomevault-io bundleHow to extend the project knowledge base. Where knowledge lives, what goes where, and how to add new information. Use when documenting learnings, creating skills, or improving existing docs. Use when this capability is needed.
- ▌ Managing Stacked Pull Requests · tomevault-io bundleThis skill teaches how to manage stacked PRs (pr1 → pr2 → pr3) after the base PR merges. Covers rebasing dependent PRs onto the updated base branch using cherry-pick workflow. Use this when you have a chain of dependent PRs and need to update them after merging earlier PRs in the stack. Use when this capability is needed.
- ▌ Nf Test · tomevault-io bundleThis skill should be used when the user asks to "run tests", "write nf-test", "create test cases", "debug test failures", "update snapshots", "validate pipeline outputs", "run nf-test", or mentions nf-test, snapshot testing, stub runs, or pipeline-level testing. Use when this capability is needed.
- ▌ Process Faq · tomevault-io bundleProcess and transform FAQ documents (xlsx, word, pdf, txt) into RAG-optimized format. Use when working with FAQ files, knowledge base documents, or when the user needs to analyze and restructure FAQ content for RAG systems. Use when this capability is needed.
- ▌ MCP Server Creator · tomevault-io bundleUse when building MCP servers — Model Context Protocol specification, server implementation in TypeScript and Python, defining tools with JSON Schema parameters, resources and resource templates, prompts, transport layers (stdio, SSE, streamable HTTP), error handling, testing with MCP Inspector, packaging and distribution, and integration with Claude Code and other MCP clients.
- ▌ Declutter Assessment · tomevault-io bundleCodebase assessment skill - evaluates code quality, identifies hotspots, and prioritizes refactoring opportunities Use when this capability is needed.
- ▌
- ▌ API Routes · tomevault-io bundleCreate and work with Next.js Route Handlers in src/app/api/. Use when creating API endpoints, handling HTTP requests, or working with server-side API logic in App Router. Use when this capability is needed.
- ▌
- ▌
- ▌ Rust Security Audit · tomevault-io bundleAudits Rust code for memory-unsafety and security vulnerabilities the generic security audit cannot see — `unsafe` soundness/UB, Send/Sync errors, FFI, supply chain (RUSTSEC/cargo-audit/deny), deserialization DoS, and crypto/secret misuse. Use when reviewing Rust changes that touch `unsafe`, FFI, crypto, deserialization, or dependencies. For runtime bugs use `agentwright:rust-correctness-audit`; for idioms/API design use `agentwright:rust-best-practices-audit`. Use when this capability is needed.
- ▌ Frontend Tests · tomevault-io bundleHow to run frontend tests and verify code integrity. Use when this capability is needed.
- ▌ Console Debugging · tomevault-io bundleUse when debugging JavaScript errors, checking console warnings, analyzing browser logs, finding runtime errors, investigating console output, or troubleshooting browser issues. Provides console message analysis.
- ▌ Rfc Specification · tomevault-io bundleRFC (Request for Comments) specification writing with objective technical analysis. Use when creating technical specifications, design documents, or architecture proposals that require structured evaluation of options and trade-offs. Use when this capability is needed.
- ▌ License Header Adder · tomevault-io bundleAdds the standard open-source license header to new source files. Use involves creating new code files that require copyright attribution. Use when this capability is needed.
- ▌ Takeaway Skill · tomevault-io bundleDistill a reference into reusable mechanisms instead of copying surface style. Use when you need to study a site, effect, page, layout, screenshot, or visual system, decide what can be taken, what should not be copied, what must be redesigned, and how to hand the result to implementation. Use when this capability is needed.
- ▌ N8n Automation · tomevault-io bundleMaster skill for building production-ready n8n workflows. Combines 8 specialized skills for template search, expressions, MCP tools, patterns, validation, node configuration, JavaScript and Python code. Use when creating, validating, or debugging n8n workflows. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌ Pymc · tomevault-io bundleBayesian modeling with PyMC. Build hierarchical models, MCMC (NUTS), variational inference, LOO/WAIC comparison, posterior checks, for probabilistic programming and inference. Use when this capability is needed.
- ▌ Plugin Architecture · tomevault-io bundleDesign and implement plugins for the CPAP Analyzer extension system. Use when adding new machine support, analysis methods, visualizations, integrations, or export formats. Use when this capability is needed.
- ▌ Tanstack Start Shadcn · tomevault-io bundleBuild full-stack React applications with TanStack Start, React Query, shadcn/ui, and Tailwind CSS v4. Use when working on projects created with create-tanstack-start-shadcn, or when the user needs help with TanStack Start patterns, server functions, React Query integration, or shadcn/ui components. Use when this capability is needed.
- ▌ Kindplane Commands · tomevault-io bundleCreate new CLI commands for the kindplane tool following established patterns and UI styling. Use when adding commands, subcommands, or modifying CLI behaviour. Use when this capability is needed.
- ▌ Legion · tomevault-io bundleIterative Swarm Loop — Submit a holistic project description, get a company team that keeps sprinting until everything is built. Combines autonomous looping with Hydra-scale parallel swarms. Requires CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1. Use when this capability is needed.
- ▌ Service Guide · tomevault-io bundleOverview of the service layer architecture and usage Use when this capability is needed.
- ▌ Hub Collab · tomevault-io bundleOrchestrate a multi-agent collaboration demo on the Thoughtbox Hub. Spawns MANAGER, ARCHITECT, and DEBUGGER agents that coordinate through shared workspaces, problems, proposals, and channels. Use when this capability is needed.
- ▌ Codex Orchestrator · tomevault-io bundleMethodical end-to-end software delivery orchestrator for Codex CLI with dual project modes (greenfield for new builds, brownfield for existing systems) and dual execution modes (autonomous and gated). Use when users want full lifecycle delivery with strict stage gates, progress tracking, per-step manual/automated testing, continuous docs updates, change-impact management, and a reusable AGENTS.md workflow for any coding agent. Use when this capability is needed.
- ▌ Intelligent Router · tomevault-io bundleIntelligent model routing for sub-agent task delegation. Use when spawning sub-agents or delegating tasks to choose the optimal model based on task complexity, cost, and capability requirements. Reduces costs by routing simple tasks to cheaper models while preserving quality for complex work. Use when this capability is needed.
- ▌ SEO Content Writer · tomevault-io bundleCreates high-quality, SEO-optimized content that ranks in search engines. Applies on-page SEO best practices, keyword optimization, and content structure for maximum visibility and engagement.
- ▌ Zyla API Hub Skill · tomevault-io bundleZyla API Hub Skill — Turn your OpenClaw AI agent into a real-world operator. Power it with 10,000+ production-ready APIs from Zyla API Hub — instant access to weather, finance, translation, email validation, geolocation, and more. Use when this capability is needed.
- ▌ Git St · tomevault-io bundleCheck development status - uncommitted changes, last commit, beads tasks, and PR status Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌
- ▌ Kubernetes Orchestration · tomevault-io bundleKubernetes deployment and orchestration patterns Use when this capability is needed.
- ▌
- ▌
- ▌ Image Invert · tomevault-io bundleInvert colors in images to create negative effect or artistic variations. Use this skill when the user needs to invert image colors. Use when this capability is needed.
- ▌ Langgraph Development · tomevault-io bundleThis guide covers building AI agents with LangChain/LangGraph, focusing on agent abstraction. Use when this capability is needed.
- ▌ Git Workflow Branching · tomevault-io bundleWhen creating, updating, and merging code in a collaborative version control environment. Use when this capability is needed.
- ▌ Github Act · tomevault-io bundleRun and debug GitHub Actions locally with gh act. Use this skill when validating CI workflows, reproducing failures, or iterating on workflow YAML without pushing commits. Use when this capability is needed.
- ▌ Julia Docs · tomevault-io bundleBuild Julia package documentation with Documenter.jl, including docstrings, doctests, and citations. Use when setting up docs/, configuring make.jl, or writing documentation content. Use when this capability is needed.
- ▌ Whitespace · tomevault-io bundleFix trailing whitespace and ensure files end with newlines. Use this skill when preparing code for commit or when whitespace issues are detected. Use when this capability is needed.
- ▌ Krzemienski Validationforge E2e Validate · tomevault-io bundleValidationForge: End-to-End Validation Orchestrator
- ▌ Content Optimization · tomevault-io bundleOptimize content for SEO, engagement, and conversion across multiple platforms. Analyzes content structure, readability, keyword density, and provides actionable recommendations for blog posts, landing pages, social media, and marketing materials. Use when this capability is needed.
- ▌ Landing Page Creator · tomevault-io bundleCreate high-converting landing pages with optimized copy, structure, and design elements. Generates complete pages for lead generation, product launches, event registration, and sales campaigns with conversion-focused layouts. Use when this capability is needed.
- ▌
- ▌
- ▌ Libgdx Particles · tomevault-io bundleUse when writing libGDX Java/Kotlin code involving 2D or 3D particle effects — ParticleEffect, ParticleEffectPool, ParticleEmitter, particle loading, AssetManager integration, blend functions, or the 3D particle system (ParticleSystem, BillboardParticleBatch). Use when debugging frozen particles, compounding scale, pooled effect leaks, or wrong blend modes.
- ▌ AI Productivity Column · tomevault-io bundleAI 生产力系统专栏协作写作助手。当用户说"开始创作专栏"、"AI 生产力系统"、"写专栏"、"继续写专栏"时触发。协助用户按章节创作专栏内容,参考工具书籍写作风格,提供案例支持和方法论引用。 Use when this capability is needed.
- ▌
- ▌
- ▌ Kebab Gemm Config Tuning · tomevault-io bundleTune GEMM experiment settings in Kebab using config.yaml and optimization docs. Use when asked to adjust matrix sizes, precision, layout modes, tile sizes, kernel versions, or to design reproducible performance experiments. Use when this capability is needed.
- ▌ Linkedin Post · tomevault-io bundleWrite a LinkedIn post based on research findings or a given topic. Use this skill when asked to create LinkedIn content, professional posts, or thought leadership pieces. Use when this capability is needed.
- ▌ Langconfig Builder · tomevault-io bundleComplete guide for building agents and workflows in LangConfig. Use when users need help configuring nodes, connecting agents, setting up tools, or designing multi-agent systems within the LangConfig platform. Use when this capability is needed.
- ▌ REST API Tool · tomevault-io bundleInvoke external REST APIs from inside an agent using httpx.AsyncClient. Supports GET/POST/PUT/DELETE with optional auth header propagation from the execution context. Use when an agent needs to call external services, microservices, or webhooks. Use when this capability is needed.
- ▌ Bun Publishing · tomevault-io bundlePublish packages to npm with Bun - package.json configuration, CLI packaging, provenance signing, and release automation. Use when this capability is needed.
- ▌ Laurigates Claude Plugins Cargo Llvm Cov · tomevault-io bundlecargo-llvm-cov - Code Coverage with LLVM
- ▌ Gh CLI Agentic · tomevault-io bundleGitHub CLI commands optimized for AI agent workflows with JSON output and deterministic execution patterns. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌ Langchain Init · tomevault-io bundleInitialize a new LangChain TypeScript project. Use when starting an LLM-powered app, scaffolding an AI agent project, or setting up LangChain from scratch. Use when this capability is needed.
- ▌
- ▌
- ▌ Rg Code Search · tomevault-io bundleFast code search using ripgrep (rg) with smart defaults, regex patterns, and file filtering. Use when searching for text patterns, code snippets, or performing multi-file code analysis. Use when this capability is needed.
- ▌ Tfc Run Status · tomevault-io bundleQuick status check for Terraform Cloud runs showing status, resource changes, timestamps, and available actions. Use when monitoring run progress or checking if a run can be applied/canceled. Requires TFE_TOKEN environment variable. Use when this capability is needed.
- ▌
- ▌ Creating Op Secrets · tomevault-io bundleCreates secrets in 1Password using the op CLI. Use when the user needs to store new passwords, API keys, login credentials, or secure notes in 1Password. Supports Login, Password, API Credential, and Secure Note item types with optional vault selection and password generation.
- ▌ Deleting Op Secrets · tomevault-io bundleDeletes or archives secrets in 1Password using the op CLI. Use when the user needs to permanently remove items, archive deprecated credentials, or clean up unused secrets from 1Password vaults. Supports both permanent deletion and archiving for later recovery. Use when this capability is needed.
- ▌ Updating Op Secrets · tomevault-io bundleUpdates existing secrets in 1Password using the op CLI. Use when the user needs to modify passwords, edit field values, add or remove fields, rename items, move items between vaults, or manage tags on existing 1Password items. Supports all item types including Login, Password, API Credential, and Secure Note. Use when this capability is needed.
- ▌ Arxiv Translator · tomevault-io bundle将 arXiv 论文自动翻译为中文 PDF。触发后按本 skill 四步顺序直接执行,勿长篇规划。用户提供论文标题或 arXiv ID、说「翻译论文」「我想读中文版」等时立即使用。支持多篇论文处理。无需用户手动操作。 Use when this capability is needed.
- ▌
- ▌ Clean Architecture Typescript · tomevault-io bundleTypeScript clean architecture implementation with *.system.ts convention, interface-based DI, namespace API pattern, and coverage configuration. Use when creating or refactoring TypeScript modules with external dependencies, writing system wrappers, defining interfaces for Azure SDK or Cloudflare API, or configuring coverage exclusions. Use when this capability is needed.
- ▌ Write Concept · tomevault-io bundleWrite or review JavaScript concept documentation pages for the 33 JavaScript Concepts project, following strict structure and quality guidelines Use when this capability is needed.
- ▌
- ▌ Lerianstudio Ring Pre Dev Dependency Map · tomevault-io bundleDependency Map - Explicit Technology Choices
- ▌ Update Workflow Diagram · tomevault-io bundleConvert the mermaid diagram in docs/agents.md to a blueprint-styled SVG for the website. Use when the workflow diagram in agents.md is updated and needs to be reflected on the website. Use when this capability is needed.
- ▌ Eng Go CLI Developer · tomevault-io bundleBuild reliable Go CLI commands with stable outputs and tests. Use when this capability is needed.
- ▌ Eng Plugin Authoring · tomevault-io bundleBuild external autocodex plugins with manifest + JSON-RPC. Use when this capability is needed.
- ▌ Oopslink Trading Skills Trading Skills · tomevault-io bundletushare-financial: Financial Statement Queries
- ▌ Test Manglings · tomevault-io bundleValidate mangled symbols against expected demangled output Use when this capability is needed.
- ▌ Problem Space · tomevault-io bundleMap what we're optimizing and what constraints we treat as real. Use before jumping to solutions, when hitting repeated blockers, or when patches keep accumulating. Use when this capability is needed.
- ▌ Codex Result Handling · tomevault-io bundleInternal guidance for presenting Codex helper output back to the user Use when this capability is needed.
- ▌ Bootstrap Realtime Eval · tomevault-io bundleBootstrap a new realtime eval folder inside this cookbook repo by choosing the right harness from examples/evals/realtime_evals, scaffolding prompt/tools/data files, generating a useful README, and validating it with smoke, full eval, and test runs. Use when a user wants to start a new crawl, walk, or run realtime eval in this repository. Use when this capability is needed.
- ▌ Browser Screenshot · tomevault-io bundleCapture browser page screenshot (webpage content only, not desktop). When you need to show page state, document results, or debug issues. For desktop screenshots, use desktop_screenshot instead. Use when this capability is needed.