tomevault-io
- 62k skills
- 0 followers
- 8 hours ago last updated
- ▌ Ship 9 · tomevault-io bundleShip current branch — CI, SonarCloud, code review, security review, fix all issues, merge. Assumes code is already committed and pushed. Use when this capability is needed.
- ▌ Git Workflow 35 · tomevault-io bundleUse after completing any logical unit of work - a feature, bugfix, refactor, or meaningful change. Use when you've made changes that compile/pass tests. Use when you catch yourself thinking "I'll commit later. Use when this capability is needed.
- ▌ Solidjs 2 · tomevault-io bundleExpert guide for SolidJS development, covering reactivity, component patterns, and migration from React. Use when this capability is needed.
- ▌ Commit 62 · tomevault-io bundleThis skill should be used when the user asks to "commit changes", "craft a commit message", "stage and commit", "commit only session edits", or run a commit workflow with flags like --all, --deep, --close, or --push. Creates atomic git commits with heuristic analysis, conventional-commit formatting, staging rules, optional deep analysis, and optional push. Use when this capability is needed.
- ▌ Commit 63 · tomevault-io bundleGit commitの作成。pre-commit検査遵守、意味のある最小単位でのコミット、Emoji Prefix対応。 Use when this capability is needed.
- ▌ Context7 4 · tomevault-io bundleRetrieve up-to-date documentation for software libraries, frameworks, and components via the Context7 API. This skill should be used when looking up documentation for any programming library or framework, finding code examples for specific APIs or features, verifying correct usage of library functions, or obtaining current information about library APIs that may have changed since training. Use when this capability is needed.
- ▌ Healthcheck 6 · tomevault-io bundleSecurity audit and environment hardening. Use when asked about security, system health, or deployment safety. Use when this capability is needed.
- ▌ MCP Builder 13 · tomevault-io bundleGuide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK). Use when this capability is needed.
- ▌ Frontend Design 23 · tomevault-io bundleCreate distinctive, production-grade frontend interfaces with high design Use when this capability is needed.
- ▌ Security Review 3 · tomevault-io bundleScan code changes for security vulnerabilities using STRIDE threat modeling, validate findings for exploitability, and output structured results for downstream patch generation. Supports PR review, scheduled scans, and full repository audits. Use when this capability is needed.
- ▌ Skill Installer 6 · tomevault-io bundleInstall Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos). Use when this capability is needed.
- ▌ GRAPHQL 12 · tomevault-io bundleAuto-apply when working with GraphQL. Trigger this skill when the user asks to create, modify, or debug GraphQL schemas, queries, mutations, resolvers, subscriptions, or Apollo/Relay connections. Use when this capability is needed.
- ▌ Tdd 20 · tomevault-io bundleTest-Driven Development workflow. Auto-activates when creating new JS/TS files. Advisory mode suggests tests first; strict mode requires them. Use when this capability is needed.
- ▌ Accessibility 2 · tomevault-io bundleApply WCAG and accessibility best practices to design review and audits. Use when auditing flows or specs for accessibility, writing a11y acceptance criteria, or recommending design changes for accessibility. Use when this capability is needed.
- ▌ Skill Creator 48 · tomevault-io bundleCreate a new skill from template Use when this capability is needed.
- ▌ Coding Agent 7 · tomevault-io bundleDelegate coding, repo, edit, debug, refactor, and test tasks to a persistent coding agent. Use when this capability is needed.
- ▌ Imsg 11 · tomevault-io bundleiMessage/SMS CLI for listing chats, history, watch, and sending. Use when this capability is needed.
- ▌ Tmux 28 · tomevault-io bundleRemote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output. Use when this capability is needed.
- ▌ Docs Update 3 · tomevault-io bundleUpdate README and spec docs after a feature ships. Use when this capability is needed.
- ▌ Test Runner 5 · tomevault-io bundleRun quick/full checks consistently, include smoke, and summarize failures into actionable buckets. Use when this capability is needed.
- ▌ Write Tests 6 · tomevault-io bundleAdd or improve tests based on a feature spec's acceptance criteria. Use when this capability is needed.
- ▌ Consult 3 · tomevault-io bundleConsult an external LLM with the user's query. Use when this capability is needed.
- ▌ Skill Name 4 · tomevault-io bundleOne-sentence description of what this skill does and when to use it. Use when this capability is needed.
- ▌
- ▌ Openai Whisper 3 · tomevault-io bundleLocal speech-to-text with the Whisper CLI (no API key). Use when this capability is needed.
- ▌
- ▌ Tauri V2 2 · tomevault-io bundleTauri v2 cross-platform app development with Rust backend. Use when configuring tauri.conf.json, implementing Rust commands (#[tauri::command]), setting up IPC patterns (invoke, emit, channels), configuring permissions/capabilities, troubleshooting build issues, or deploying desktop/mobile apps. Triggers on Tauri, src-tauri, invoke, emit, capabilities.json. Use when this capability is needed.
- ▌ Find Skills 8 · tomevault-io bundleDiscovers, searches, and installs skills from multiple AI agent skill marketplaces (400K+ skills) using the SkillKit CLI. Supports browsing official partner collections (Anthropic, Vercel, Supabase, Stripe, and more) and community repositories, searching by domain or technology, and installing specific skills from GitHub. Use when the user wants to find, browse, or install new agent skills, plugins, extensions, or add-ons; asks 'is there a skill for X' or 'find a skill for X'; wants to explore a skill store or marketplace; needs to extend agent capabilities in areas like React, testing, DevOps, security, or APIs; or says 'browse skills', 'search skill marketplace', 'install a skill', or 'what skills are available'. Use when this capability is needed.
- ▌ Brainstorming 6 · tomevault-io bundleInternal skill. Use cc10x-router for all development tasks. Use when this capability is needed.
- ▌ Skill Creator 49 · tomevault-io bundleCreates new Claude Code Skills following project patterns with trigger-rich descriptions and progressive disclosure. Use when creating new skills, converting commands to skills, scaffolding skill structure, or updating an existing skill's structure. Make sure to use this skill whenever a new skill needs to be created — it enforces the project's conventions for descriptions, body structure, allowed-tools, and progressive disclosure that are easy to get wrong.
- ▌ Compare Erb JS 2 · tomevault-io bundleCompare ERB and JavaScript template outputs for the offline scoring SPA. Use when working on ERB-to-JS conversion, debugging template parity issues, or verifying that changes to scoring views work correctly in both ERB and SPA modes. Use when this capability is needed.
- ▌ Changelog 8 · tomevault-io bundleManages CHANGELOG.md entries following Keep a Changelog format. Use when adding changelog entries, documenting changes, updating release notes, or preparing for a release. Triggers on terms like "changelog", "document changes", "release notes", "what changed".
- ▌ Testing 34 · tomevault-io bundleTesting patterns and anti-patterns for this codebase. Use when writing tests, reviewing test coverage, or debugging test failures. Triggers on terms like "test", "assert", "coverage", "test suite", "regression". Use when this capability is needed.
- ▌ CLI 2 · tomevault-io bundleUse when an agent needs to operate HeadlessX through the published `headlessx` CLI instead of calling files or APIs directly. Covers installing the CLI package, bootstrapping local HeadlessX with `headlessx init`, updating an existing workspace with `headlessx init update`, using the guided modern setup/login prompts, logging in with API URL and API key, reading runtime logs with `headlessx logs`, using markdown-first terminal output, and running commands for website scraping, map, crawl, Google AI Search, Tavily, Exa, YouTube, jobs, and operators. Trigger for requests like "use the CLI", "test the CLI", "show the command", "log in with the CLI", "run HeadlessX from terminal", "bootstrap HeadlessX", "update HeadlessX", "show logs", or "smoke test the CLI".
- ▌ Review 24 · tomevault-io bundleRun the complete code review pipeline on recent changes. Launches three review agents in parallel to check code quality, error handling, and simplification opportunities. Use when this capability is needed.
- ▌ CI CD 21 · tomevault-io bundleTrigger or inspect CI/CD pipelines (e.g. GitHub Actions) and report status. Use when this capability is needed.
- ▌ Review Pr 10 · tomevault-io bundlePerforms scrutinizing code reviews against project standards (e.g., GEMINI.md) and design docs. Intelligently detects relevant design files, categorizes findings (Safety, Complexity, Style), and generates actionable diffs. Use when the user asks to review a PR, diff, or specific codebase components. Use when this capability is needed.
- ▌ Workflow 3 · tomevault-io bundleEnforces development phases. Triggers on implement, build, create, fix, refactor. Use when this capability is needed.
- ▌ Learn 9 · tomevault-io bundleAfter completing a task, capture learnings by updating AI tool configuration. Creates or updates rules, agents, and context files based on what was discovered — in the native format for each tool (Claude Code, VS Code Copilot, AGENTS.md). Use after any task where something surprised you, went wrong, or produced a reusable insight. Use when this capability is needed.
- ▌ Gog 17 · tomevault-io bundleGoogle Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs. Use when this capability is needed.
- ▌ Sag 14 · tomevault-io bundleElevenLabs text-to-speech with mac-style say UX. Use when this capability is needed.
- ▌ Code Review 93 · tomevault-io bundleReview code and PRs. Use when reviewing pull requests, code changes, or providing feedback. Use when this capability is needed.
- ▌ Trellis Spec Bootstarp 2 · tomevault-io bundleBootstrap project-specific Trellis coding specs with a platform-neutral single-agent workflow. Use when creating or refreshing .trellis/spec guidelines, analyzing a codebase with GitNexus, ABCoder, or source inspection, decomposing package/layer spec work, and writing real codebase-backed spec docs without placeholder text. Use when this capability is needed.
- ▌ Upgrade React Native 2 · tomevault-io bundleUpgrade the React Native fixture app to a new version. Covers JS deps, Android (Gradle, Kotlin, SDK), iOS (Podfile, pbxproj), Metro config, and third-party libraries. Use when this capability is needed.
- ▌
- ▌ Team 3 · tomevault-io bundleN coordinated agents on shared task list using Codex native teams Use when this capability is needed.
- ▌ Architect 9 · tomevault-io bundleMeta-designer for new skill agents — gap analysis, overlap detection, SKILL.md + reference generation, and Nexus integration. Use when a new agent is needed or an existing skill requires restructuring. Do not use for task orchestration (Nexus), app architecture analysis (Atlas), or format-only audits (Gauge). Use when this capability is needed.
- ▌ Navigator 2 · tomevault-io bundleBrowser automation agent using Playwright and Chrome DevTools to complete tasks. Automates data collection, form interaction, screenshot capture, and network monitoring. Task completion focus (vs Voyager for E2E testing). Use when browser automation is needed. Use when this capability is needed.
- ▌ RAG 2 · tomevault-io bundleRetrieval-Augmented Generation (RAG) skill for generic semantic search and knowledge retrieval. Use when you need to build or call vector-based search over your own documents using vector indexes (optional FAISS) and embedding models (local transformers or OpenAI embeddings), or when integrating LLMs with external knowledge bases in a project-agnostic way. Use when this capability is needed.
- ▌ Coding Agent 8 · tomevault-io bundleRun Codex CLI, Claude Code, Kiro CLI, OpenCode, or Pi Coding Agent via background process for programmatic control. Use when this capability is needed.
- ▌ Video Frames 6 · tomevault-io bundleExtract frames or short clips from videos using ffmpeg. Use when this capability is needed.
- ▌ Tdd 21 · tomevault-io bundleApply Test-Driven Development workflow for new features and bugfixes. Use when this capability is needed.
- ▌ Canvas Design 3 · tomevault-io bundleCreate beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations. Use when this capability is needed.
- ▌ Skill Creator 50 · tomevault-io bundleGuide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. Use when this capability is needed.
- ▌ Theme Factory 3 · tomevault-io bundleToolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly. Use when this capability is needed.
- ▌ Smart Docs 2 · tomevault-io bundleAI-powered comprehensive codebase documentation generator. Analyzes project structure, identifies architecture patterns, creates C4 model diagrams, and generates professional technical documentation. Use when users need to document codebases, understand software architecture, create technical specs, or generate developer guides. Supports all programming languages. Alternative to Litho/deepwiki-rs that uses Claude Code subscription without external API costs. Use when this capability is needed.
- ▌ Spec Conventions 2 · tomevault-io bundleThis skill should be used when the user asks about "spec file format", "spec conventions", "spec vs docs", "current status section", "specification structure", "how to write a spec", "spec deliverables", or "self-contained spec". Provides conventions for writing implementation-ready specification documents. Use when this capability is needed.
- ▌ Registry 2 · tomevault-io bundleManage recipe registries and create inference recipes Use when this capability is needed.
- ▌ Testing 35 · tomevault-io bundleHelp write comprehensive tests with strategies and edge case identification Use when this capability is needed.
- ▌ Oracle 12 · tomevault-io bundleUse the @steipete/oracle CLI to bundle a prompt plus the right files and get a second-model review (API or browser) for debugging, refactors, design checks, or cross-validation. Use when this capability is needed.
- ▌ Rust Expert 2 · tomevault-io bundleExpert Rust programming assistant focused on idiomatic code, safety, and performance Use when this capability is needed.
- ▌ Commit 64 · tomevault-io bundleCommit Skill with conventional commits and gitmoji support Use when this capability is needed.
- ▌ CI CD 22 · tomevault-io bundleCI/CD pipeline for haven-docker including the GitHub Actions workflow for GHCR publishing, Makefile-driven DockerHub release, cosign image signing, and version management. Use when modifying build automation, release processes, or image signing. Use when this capability is needed.
- ▌ Docs Sync 3 · tomevault-io bundleSync AILANG documentation website with codebase reality. Use after releases, when features are implemented, or when website accuracy is questioned. Checks design docs vs website, validates examples, updates feature status. Use when this capability is needed.
- ▌ Create Pr 7 · tomevault-io bundleUse when opening a PR, submitting for review, pushing a branch, or creating a pull request. Pushes and creates GitHub PRs with auto-assignment and description.
- ▌ Status 5 · tomevault-io bundleCheck Titan Memory health — layer counts, MIRAS stats, LLM mode Use when this capability is needed.
- ▌ Flutter 13 · tomevault-io bundleExpert guidance for Flutter, Google's UI toolkit for building natively compiled applications for mobile, web, and desktop from a single Dart codebase. Helps developers build performant cross-platform apps with custom widgets, state management, platform channels, and production deployment. Use when this capability is needed.
- ▌ Refactoring 5 · tomevault-io bundleUse when refactoring code, reorganizing modules, renaming types, deleting old paths, or migrating architecture. MUST read before any structural code change. Prevents incomplete refactoring.
- ▌ Update Docs 4 · tomevault-io bundleUse when implementing new features, changing behavior, or modifying the public API. Documents changes in README and relevant docs.
- ▌ Install Skill 2 · tomevault-io bundleInstall agent skills from various sources including local paths, GitHub URLs, or the dot-agents repository. Use when adding new skills to a project or user environment. Use when this capability is needed.
- ▌ Fabric 2 · tomevault-io bundleAI-powered text processing using Fabric patterns with local Ollama Use when this capability is needed.
- ▌ Tmux 20 · tomevault-io bundleUse tmux for interactive TUI applications when background shell sessions aren't enough. Use when this capability is needed.
- ▌ Prd 5 · tomevault-io bundleUse this skill whenever the user wants to create, write, review, or improve a Product Requirements Document (PRD). Also use when the user asks to document product goals, user stories, acceptance criteria, or feature scope — or says things like 'write a spec', 'define requirements'. Use for both new PRDs and reviews/critiques of existing ones.
- ▌ Agent Browser 2 · tomevault-io bundleBrowser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction. Use when this capability is needed.
- ▌ Commit 30 · tomevault-io bundleCreate a git commit with optional automatic Linear issue linking. Use when the user asks to commit. Use when this capability is needed.
- ▌ Tsdown 2 · tomevault-io bundleBundle TypeScript and JavaScript libraries with blazing-fast speed powered by Rolldown. Use when building libraries, generating type declarations, bundling for multiple formats, or migrating from tsup. Use when this capability is needed.
- ▌ Github 28 · tomevault-io bundleInteract with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries. Use when this capability is needed.
- ▌ Github 29 · tomevault-io bundleGitHub operations via gh CLI — list issues, create branches, create PRs, clone repos. Use when this capability is needed.
- ▌ Deploy 8 · tomevault-io bundleFull deployment lifecycle including pre-checks, execution, verification, rollback, and documentation. Use when this capability is needed.
- ▌ Playwright 2 · tomevault-io bundleRender web pages with JavaScript using Playwright for sites that need browser rendering or have issues with simple HTTP fetching. Use when this capability is needed.
- ▌ Frontend Design 11 · tomevault-io bundleCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics. Use when this capability is needed.
- ▌ AI Comm 2 · tomevault-io bundleUse when collaborating with other AI assistants (Codex, Gemini, Aider, Cursor, OpenCode), delegating tasks, or requesting code review.
- ▌ Apple Notes 2 · tomevault-io bundleManage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks Otto to add a note, list notes, search notes, or manage note folders. Use when this capability is needed.
- ▌ Blogwatcher 2 · tomevault-io bundleMonitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI. Use when the user wants to subscribe to blogs, track news feeds, manage a feed reader, scan for new articles, add or remove RSS or Atom subscriptions, or mark posts as read. Use when this capability is needed.
- ▌ Bluebubbles 2 · tomevault-io bundleHandles sending and managing iMessages through BlueBubbles, the recommended iMessage integration. Triggers when the user wants to send a text message, send an iMessage, send a text, text someone, message a contact, react with a tapback, reply to a message thread, send an attachment via iMessage, edit or unsend a sent message, or manage group chat participants. All calls go through the generic message tool with channel="bluebubbles".
- ▌ Healthcheck 2 · tomevault-io bundleHost security hardening and risk-tolerance configuration for Otto deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, Otto cron scheduling for periodic checks, or version status checks on a machine running Otto (laptop, workstation, Pi, VPS). Use when this capability is needed.
- ▌ Model Usage 2 · tomevault-io bundleUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON. Use when this capability is needed.
- ▌ Context7 2 · tomevault-io bundleFetch up-to-date library documentation using Context7 API. Use this skill when the user asks for docs, examples, or help with a specific library/framework (e.g., "look up React docs", "context7 nextjs routing", "fetch docs for fastapi"). Use when this capability is needed.
- ▌ Templ HTTP 2 · tomevault-io bundleIntegrate templ components with Go HTTP server using net/http. Use when connecting templ to web server, creating HTTP handlers, mentions 'templ server', 'HTTP routes', or 'serve templ components'. Use when this capability is needed.
- ▌ Bird 7 · tomevault-io bundleX/Twitter CLI for reading, searching, posting, and engagement via cookies. Use when this capability is needed.
- ▌ Imsg 9 · tomevault-io bundleiMessage/SMS CLI for listing chats, history, watch, and sending. Use when this capability is needed.
- ▌ Tmux 21 · tomevault-io bundleRemote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output. Use when this capability is needed.
- ▌ Init 8 · tomevault-io bundleInitialize and personalize your WIZRD repository. Run this after cloning to set up your company context, brand voice, and first client. The wizard researches your website first, then asks clarifying questions. Use when this capability is needed.
- ▌ Research 6 · tomevault-io bundleTechnical research methodology using Context7, Exa, and Sequential Thinking for documentation, best practices, and complex investigations. Use when this capability is needed.
- ▌ Sglang Diffusion Benchmark Profile 2 · tomevault-io bundleUse when benchmarking denoise latency or profiling a diffusion bottleneck in SGLang.
- ▌ Echo 2 · tomevault-io bundleEcho high-performance Go web framework. Use for Go APIs. Use when this capability is needed.
- ▌ Java 2 · tomevault-io bundleJava OOP with Spring ecosystem, Maven/Gradle, streams, and JVM optimization. Use for .java files. Use when this capability is needed.
- ▌ Jest 3 · tomevault-io bundleJest JavaScript testing framework with snapshots. Use for JS testing. Use when this capability is needed.
- ▌ Nuxt 3 · tomevault-io bundleNuxt.js Vue framework with SSR and auto-imports. Use for full-stack Vue applications. Use when this capability is needed.
- ▌ Rust 12 · tomevault-io bundleRust programming with ownership, borrowing, lifetimes, and zero-cost abstractions. Use for .rs files. Use when this capability is needed.