tomevault-io
- 62k skills
- 0 followers
- 13 hours ago last updated
- ▌ Context7 Usage 2 · tomevault-io bundleThis skill should be used when the user asks to "check documentation", "latest API", "library docs", "context7", or needs up-to-date library documentation. Provides Context7 MCP usage patterns. Use when this capability is needed.
- ▌ Rust Ecosystem 3 · tomevault-io bundleThis skill should be used when working with Rust projects, "Cargo.toml", "rustc", "cargo build/test/run", "clippy", "rustfmt", or Rust language patterns. Provides comprehensive Rust ecosystem patterns and best practices. Use when this capability is needed.
- ▌ Opentui 7 · tomevault-io bundleComprehensive OpenTUI skill for building terminal user interfaces. Covers the core imperative API, React reconciler, and Solid reconciler. Use for any TUI development task including components, layout, keyboard handling, animations, and testing. Use when this capability is needed.
- ▌ Code Review 160 · tomevault-io bundleReview code changes using parallel review agents. Use when reviewing PRs, recent commits, or uncommitted changes. Invoke with /code-review or when asked to review code. Use engineering-patterns for structural/module-depth findings and production-readiness for service/reliability risks. Use when this capability is needed.
- ▌ Golang Benchmark 2 · tomevault-io bundleGolang benchmarking, profiling, and performance measurement. Use when writing, running, or comparing Go benchmarks, profiling hot paths with pprof, interpreting CPU/memory/trace profiles, analyzing results with benchstat, setting up CI benchmark regression detection, or investigating production performance with Prometheus runtime metrics. Also use when the developer needs deep analysis on a specific performance indicator - this skill provides the measurement methodology, while golang-performance provides the optimization patterns. Use when this capability is needed.
- ▌ Golang Samber Do 2 · tomevault-io bundleImplements dependency injection in Golang using samber/do. Apply this skill when working with dependency injection, setting up service containers, managing service lifecycles, or when you see code using github.com/samber/do/v2. Also use when refactoring manual dependency injection, implementing health checks, graceful shutdown, or organizing services into scopes/modules. Use when this capability is needed.
- ▌ Golang Samber Lo 2 · tomevault-io bundleFunctional programming helpers for Golang using samber/lo — 500+ type-safe generic functions for slices, maps, channels, strings, math, tuples, and concurrency (Map, Filter, Reduce, GroupBy, Chunk, Flatten, Find, Uniq, etc.). Core immutable package (lo), concurrent variants (lo/parallel aka lop), in-place mutations (lo/mutable aka lom), lazy iterators (lo/it aka loi for Go 1.23+), and experimental SIMD (lo/exp/simd). Apply when using or adopting samber/lo, when the codebase imports github.com/samber/lo, or when implementing functional-style data transformations in Go. Not for streaming pipelines (→ See golang-samber-ro skill). Use when this capability is needed.
- ▌ Golang Samber Mo 2 · tomevault-io bundleMonadic types for Golang using samber/mo — Option, Result, Either, Future, IO, Task, and State types for type-safe nullable values, error handling, and functional composition with pipeline sub-packages. Apply when using or adopting samber/mo, when the codebase imports `github.com/samber/mo`, or when considering functional programming patterns as a safety design for Golang. Use when this capability is needed.
- ▌ Golang Samber Ro 2 · tomevault-io bundleReactive streams and event-driven programming in Golang using samber/ro — ReactiveX implementation with 150+ type-safe operators, cold/hot observables, 5 subject types (Publish, Behavior, Replay, Async, Unicast), declarative pipelines via Pipe, 40+ plugins (HTTP, cron, fsnotify, JSON, logging), automatic backpressure, error propagation, and Go context integration. Apply when using or adopting samber/ro, when the codebase imports github.com/samber/ro, or when building asynchronous event-driven pipelines, real-time data processing, streams, or reactive architectures in Go. Not for finite slice transforms (-> See golang-samber-lo skill). Use when this capability is needed.
- ▌ Create Pr 16 · tomevault-io bundleCreates a GitHub pull request with a pre-creation code review. Reviews code BEFORE the PR is created, then creates the PR with review findings included.
- ▌ Documentation 41 · tomevault-io bundleWriting and updating project documentation — README, CHANGELOG, docstrings, API reference. Covers voice, structure, what belongs where, and when to write nothing. Used primarily by the Documenter agent. Use when this capability is needed.
- ▌ Checkpoint 3 · tomevault-io bundleワークフローのチェックポイント管理ガイド。gitを活用して作業の進捗を記録・検証・比較する。チェックポイントの作成、検証、一覧表示、クリアをサポート。「チェックポイントを作成」「進捗を記録」「状態を保存」「チェックポイントと比較」「checkpoint」などのフレーズで発動。 Use when this capability is needed.
- ▌ Setting Up A Development Environment 2 · tomevault-io bundleSet up a development environment for writing and testing code. Use when this capability is needed.
- ▌ Prd Generator 2 · tomevault-io bundleGenerate comprehensive Product Requirements Documents (PRDs) for product managers. Use this skill when users ask to "create a PRD", "write product requirements", "document a feature", or need help structuring product specifications. Use when this capability is needed.
- ▌ Skill Creator 97 · 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.
- ▌ Playwright CLI 10 · tomevault-io bundleAutomates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.
- ▌ Openai Image Gen 6 · tomevault-io bundleBatch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery. Use when this capability is needed.
- ▌ Brainstorm 6 · tomevault-io bundleWorkflow-first design through collaborative dialogue. Use before creating features, building components, or modifying behavior. Use when this capability is needed.
- ▌ Fastmcp 25 · tomevault-io bundleBuild, test, inspect, install, and deploy MCP servers with FastMCP in Python. Use when creating a new MCP server, wrapping an API or database as MCP tools, exposing resources or prompts, or preparing a FastMCP server for Claude Code, Cursor, or HTTP deployment. Use when this capability is needed.
- ▌ Code Review 161 · tomevault-io bundleCode review skill for finding bugs, regressions, risky behavior, missing tests, and maintainability problems in diffs, pull requests, or local changes. Use when the user asks for review, scrutinize, audit, inspect, or feedback on code. Use when this capability is needed.
- ▌ Git Workflow 80 · tomevault-io bundleDefines git workflow patterns including branching strategy, commit conventions, and PR practices. Use when this capability is needed.
- ▌ Git Workflow 81 · tomevault-io bundleGit workflow for branches, commits, and PRs. Use for commit, branch, pr, pull request, conventional, push, feat, fix, chore, merge, rebase Use when this capability is needed.
- ▌ Code Style 2 · tomevault-io bundleUse this skill when writing any code. Formats all code with a specific style marker.
- ▌ Android 2 · tomevault-io bundleSkills for Android application security testing including APK analysis, static/dynamic analysis, and exploitation. Use when this capability is needed.
- ▌ Slidev 5 · tomevault-io bundleCreates story-driven technical presentations using Slidev. Focuses on narrative flow, minimal text, and progressive disclosure. Use when working with Slidev, sli.dev, slides.md, or creating technical slide decks.
- ▌ Openspec Bulk Archive Change 16 · tomevault-io bundleArchive multiple completed changes at once. Use when archiving several parallel changes. Use when this capability is needed.
- ▌ Skill Name 9 · tomevault-io bundleUse when working with a clear description of what this skill does and when to use it. Include keywords that help agents identify when this skill is relevant (e.g., "Use when the user asks about X, Y, or Z").
- ▌ Docs Sync 4 · tomevault-io bundleAnalyze main branch implementation and configuration to find missing, incorrect, or outdated documentation in docs/. Use when asked to audit doc coverage, sync docs with code, or propose doc updates/structure changes. Only update English docs (docs/src/content/docs/**) and never touch translated docs under docs/src/content/docs/ja, ko, or zh. Provide a report and ask for approval before editing docs. Use when this capability is needed.
- ▌ Install Skill 3 · tomevault-io bundleInstall skill from URL or Git repository to local skills/ directory. When you need to add new skill from GitHub or install SKILL.md from URL. Supports Git repos and single SKILL.md files. Use when this capability is needed.
- ▌ Schedule Task 2 · tomevault-io bundleCreate scheduled task or reminder. IMPORTANT - must actually call this tool to create task. Just saying 'OK I will remind you' does NOT create the task. Task types - (1) reminder for simple messages, (2) task for AI operations. Use when this capability is needed.
- ▌ Python Scratchpad 2 · tomevault-io bundleUse the existing Python execution tools as a scratchpad for calculations, data transformation, and quick script-based validation. Use when this capability is needed.
- ▌ Apple Reminders 7 · tomevault-io bundleManage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output. Use when this capability is needed.
- ▌ Agentmail 3 · tomevault-ioProgrammatic email for AI agents via AgentMail API. Create inboxes, send/receive messages, manage threads, webhooks, pods, and custom domains. Use when you need agent email identity, email-based workflows, or real-time email processing. Use when this capability is needed.
- ▌ Pre Push Review 2 · tomevault-io bundleComprehensive local code review using both Claude AI and CodeRabbit AI before pushing changes to GitHub. This command analyzes your local changes and provides actionable feedback without posting anything to GitHub. Use when this capability is needed.
- ▌ Agents Sdk 6 · tomevault-io bundleBuild AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Use when this capability is needed.
- ▌ Build 7 · tomevault-io bundleBuild the project. Use when the user says "build", "compile", or after making code changes that need compilation. Use when this capability is needed.
- ▌ Skill Installer 9 · tomevault-io bundleInstall ouro skills from GitHub repositories or list available skills from a curated registry. Use when a user asks to list installable skills, install a skill from a repo, or manage installed skills. Use when this capability is needed.
- ▌ Architecture 6 · tomevault-io bundleThis skill should be used when designing systems, evaluating architectures, making technology decisions, or planning for scale. Provides technology selection frameworks, scalability planning, and architectural tradeoff analysis. Use when this capability is needed.
- ▌ Create Skill 14 · 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 CoPilot's capabilities with specialized knowledge, workflows, or tool integrations. Use when this capability is needed.
- ▌ CI CD Helper 2 · tomevault-io bundleGenerate CI/CD configurations and automation scripts for building, testing, and deploying Use when this capability is needed.
- ▌ Fix 8 · tomevault-io bundleMeta-skill workflow orchestrator for bug investigation and resolution. Routes to debug, implement, test, and commit based on scope. Use when this capability is needed.
- ▌ Tdd 30 · tomevault-io bundleTest-driven development workflow with philosophy guide - plan → write tests → implement → validate Use when this capability is needed.
- ▌ Flutter UI Design 2 · tomevault-io bundleModern UI design guidelines for Flutter apps. Achieve refined visuals based on Material Design 3. Use when this capability is needed.
- ▌ Adr Writer 3 · tomevault-io bundleCreates Architecture Decision Records documenting key technical decisions with context, alternatives considered, tradeoffs, consequences, and decision owners. Use when documenting "architecture decisions", "technical choices", "design decisions", or "ADRs".
- ▌ Coderabbit 2 · tomevault-io bundleThis skill should be used when the user asks to "triage coderabbit", "check coderabbit comments", "analyze coderabbit review", "fetch coderabbit findings", "coderabbit PR", "review coderabbit suggestions", "run coderabbit review", "coderabbit review", "review with coderabbit", or mentions analyzing CodeRabbit PR comments or running CodeRabbit CLI review locally. Use when this capability is needed.
- ▌ Bump Release 2 · tomevault-io bundleThis skill should be used when the user asks to "bump release", "cut a release", "tag a release", "bump version", "create a new release", or mentions release versioning, changelog updates, or version tagging workflows. Use when this capability is needed.
- ▌ Testing 47 · tomevault-io bundleImplements Test-Driven Development for this project—unit tests, integration tests with testcontainers, mocks, and regression tests. Use when writing or fixing tests, reproducing bugs with tests, or improving coverage. Use when this capability is needed.
- ▌ Grill With Docs 2 · tomevault-io bundleUse when working with a relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
- ▌ Frontend Dev 3 · tomevault-io bundleExpert React/Next.js frontend engineer context and rules. Use when this capability is needed.
- ▌ Test Skill 15 · tomevault-io bundleUse when working with a simple calculator skill for testing function calling. Can perform basic arithmetic operations like addition, subtraction, multiplication, and division.
- ▌ Pr Description 2 · tomevault-io bundleUpdate a GitHub PR description with a summary of changes Use when this capability is needed.
- ▌ Next Best Practices 6 · tomevault-io bundleNext.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling Use when this capability is needed.
- ▌ Add Skill 4 · tomevault-io bundleGuide for adding a new skill to an existing plugin. Use when creating or adding skills to plugins in this marketplace. Use when this capability is needed.
- ▌ Rails Testing 2 · tomevault-io bundleRuby on Rails testing best practices for writing effective, maintainable test suites with RSpec. This skill should be used when writing, reviewing, or refactoring Rails tests to ensure proper test design, data management, and coverage patterns. Triggers on tasks involving RSpec specs, model tests, request specs, system tests, factory definitions, Capybara interactions, Sidekiq job tests, or test suite optimization. Complementary to rails-dev, ruby-optimise, and ruby-refactor skills. Use when this capability is needed.
- ▌ Rust Refactor 2 · tomevault-io bundleDecision frameworks for Rust refactoring, simplification, module decomposition, and incremental migration. Use this skill when simplifying Rust code, splitting large files, removing dead abstractions, migrating types incrementally, or cleaning up feature flags. Triggers on Rust refactoring, simplification, module splitting, parameter cleanup, or incremental type migration. Use when this capability is needed.
- ▌ Vue Router 2 · tomevault-io bundleUse when adding, changing, testing, or reviewing Vue Router routes, route names, navigation, guards, lazy-loaded pages, scroll behavior, route-level accessibility, or page composition in Vue 3 apps.
- ▌ Logging 3 · tomevault-io bundleStructured client-side logging and error reporting. Use when implementing console logging, error tracking, user session tracking, or analytics event patterns. Use when this capability is needed.
- ▌ Moltbook 3 · tomevault-io bundleUse when working with the social network for AI agents. Post, comment, upvote, and create communities.
- ▌ Git Workflow 82 · tomevault-io bundleGit workflow standards including commit messages, branch management, and success criteria. Use when committing code, creating branches, or preparing changes for review. Use when this capability is needed.
- ▌ Openspec Bulk Archive Change 17 · tomevault-io bundleArchive multiple completed changes at once. Use when archiving several parallel changes. Use when this capability is needed.
- ▌ Himalaya 14 · tomevault-io bundleCLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language). Use when this capability is needed.
- ▌ Ordercli 11 · tomevault-io bundleFoodora-only CLI for checking past orders and active order status (Deliveroo WIP). Use when this capability is needed.
- ▌ Peekaboo 13 · tomevault-io bundleCapture and automate macOS UI with the Peekaboo CLI. Use when this capability is needed.
- ▌ Reverse Engineering 2 · tomevault-io bundleUse the bundled r2mcp MCP server for binary analysis, disassembly, and reverse-engineering tasks. Use when this capability is needed.
- ▌ Pr Review 16 · tomevault-io bundleThis skill should be used when the user asks to "review a PR", "review pull request", "check this PR", "look at this PR", "is this PR ready to merge", "PRレビューして", "PRをレビュー", "PR見て", "コードレビュー", or when performing automated or manual code reviews on GitHub pull requests. Provides a structured, incremental review workflow with security checks, file prioritization, and merge readiness assessment. Use when this capability is needed.
- ▌ Frontend Design 38 · 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.
- ▌ Ship 13 · tomevault-io bundleEvaluate changes, branch, commit, create issue + PR, get user review, merge, and clean up. Use when this capability is needed.
- ▌ Openai Whisper API 9 · tomevault-io bundleTranscribe audio via OpenAI Audio Transcriptions API (Whisper). Use when this capability is needed.
- ▌ Docs Writer Reference 2 · tomevault-io bundleReference page structure, templates, and writing patterns for src/content/reference/. For components, see /docs-components. For code examples, see /docs-sandpack. Use when this capability is needed.
- ▌ Docs Writer Reference 3 · tomevault-io bundleReference page structure, templates, and writing patterns for src/content/reference/. For components, see /docs-components. For code examples, see /docs-sandpack. Use when this capability is needed.
- ▌ Docs Writer Reference 4 · tomevault-io bundleReference page structure, templates, and writing patterns for src/content/reference/. For components, see /docs-components. For code examples, see /docs-sandpack. Use when this capability is needed.
- ▌ Docs Writer Reference 5 · tomevault-io bundleReference page structure, templates, and writing patterns for src/content/reference/. For components, see /docs-components. For code examples, see /docs-sandpack. Use when this capability is needed.
- ▌ Docs Writer Reference 6 · tomevault-io bundleReference page structure, templates, and writing patterns for src/content/reference/. For components, see /docs-components. For code examples, see /docs-sandpack. Use when this capability is needed.
- ▌ React Expert 3 · tomevault-io bundleUse when researching React APIs or concepts for documentation. Use when you need authoritative usage examples, caveats, warnings, or errors for a React feature.
- ▌ Docs Writer Reference 7 · tomevault-io bundleReference page structure, templates, and writing patterns for src/content/reference/. For components, see /docs-components. For code examples, see /docs-sandpack. Use when this capability is needed.
- ▌ Docs Writer Reference 8 · tomevault-io bundleReference page structure, templates, and writing patterns for src/content/reference/. For components, see /docs-components. For code examples, see /docs-sandpack. Use when this capability is needed.
- ▌ Docs Writer Reference 9 · tomevault-io bundleReference page structure, templates, and writing patterns for src/content/reference/. For components, see /docs-components. For code examples, see /docs-sandpack. Use when this capability is needed.
- ▌ Markdown 3 · tomevault-io bundleTransform AI markdown generation to be 100% markdownlint-compliant. Use this skill whenever generating messages containing markdown, generating or editing markdown files (.md) for technical documentation, README files, guides, tutorials, or any GFM content requiring clean, professional presentation. Use when this capability is needed.
- ▌ Doc Updater 2 · tomevault-io bundleDeploy and manage a daily AI agent that automatically updates GitHub documentation for a LimaCharlie organization. The agent collects org config, diffs against previous state, analyzes changes with full case/session context, renders Jinja2 templates, and pushes annotated updates to a GitHub repo. Templates are read from the lc-ai repo or a user-provided custom repo — no payloads needed. Use for "deploy doc updater", "set up automatic documentation", "install doc-updater agent", "update docs agent". Use when this capability is needed.
- ▌ React Router Framework Mode 2 · tomevault-io bundleBuild full-stack React applications using React Router's framework mode. Use when configuring routes, working with loaders and actions, handling forms, handling navigation, pending/optimistic UI, error boundaries, or working with react-router.config.ts or other react router conventions. Use when this capability is needed.
- ▌ Typescript Expert 3 · tomevault-io bundleTypeScript expert for type system, generics, utility types, and strict mode patterns Use when this capability is needed.
- ▌ Code Quality 12 · tomevault-io bundleEnforce code quality standards, test coverage, and static analysis. Use when working with code coverage thresholds, mutation testing, linting, code formatting, or quality gates. Maintains high code quality standards through automation. Use when this capability is needed.
- ▌ React Expert 4 · tomevault-io bundleReact expert for hooks, state management, Server Components, and performance optimization Use when this capability is needed.
- ▌ Security Scan 5 · tomevault-io bundleScan code content for CWE-22 (path traversal) and CWE-78 (command injection) vulnerabilities before PR submission. Lightweight pattern-based detection for Python, PowerShell, Bash, and C# files. Use when preparing code for review or as a pre-commit gate. Use when this capability is needed.
- ▌ Code Review 162 · tomevault-io bundleDefines the contract for the dev ↔ qa code-review collaboration loop on a pull request — round-trip timing, when to notify, how to record human authorization, what qa looks for (including unit-test review patterns), how findings are written, how to reply with `Fixed` / `Won't fix`, when to split out-of-scope work into a follow-up issue, and the stop conditions that close the loop. Use when this capability is needed.
- ▌ Frontend Patterns 2 · tomevault-io bundleUse when frontend UI work needs accessibility, responsive layout, loading and error states, or performance guardrails under an approved visual direction.
- ▌ Agent Creator 4 · tomevault-io bundleCreate new custom agents (.agent.md files) for VS Code Copilot. Use when the user wants to create, scaffold, or design a new custom agent with specific roles, tools, handoffs, and instructions. Guides through agent design decisions and produces a complete .agent.md file. Use when this capability is needed.
- ▌ Skill Creator 98 · 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 the agent's capabilities with specialized knowledge, workflows, or tool integrations. Use when this capability is needed.
- ▌ Git Workflow 83 · tomevault-io bundleFollow project git conventions for commits, branches, PRs, and publishing changes. Use when committing code, creating branches, opening pull requests, or pushing changes to the repository. Use when this capability is needed.
- ▌ Browser 8 · tomevault-io bundleAutomate Chrome via Puppeteer to browse, navigate, scrape, and capture web pages across platforms. Use when this capability is needed.
- ▌ Create Pr 17 · tomevault-io bundlePush branch and create GitHub pull request (auto-assigned) Use when this capability is needed.
- ▌ Sync Docs 4 · tomevault-io bundleUpdate and maintain CLAUDE.md and README.md documentation Use when this capability is needed.
- ▌ Data Model 2 · tomevault-io bundleData modeling and schema design for Apache Cassandra. Use when designing tables, choosing partition keys, modeling time-series data, or reviewing existing schemas. Use when this capability is needed.
- ▌ Eval Harness 2 · tomevault-io bundle評価駆動開発(EDD)原則を実装する Claude Code セッション用の正式な評価フレームワーク Use when this capability is needed.
- ▌ MCP Manager 2 · tomevault-io bundleConversational interface for managing MCP (Model Context Protocol) server configurations in Claude Code Use when this capability is needed.
- ▌ Github Issues 7 · tomevault-io bundleCreate and update TroubleScout GitHub issues with clear repro steps, environment details (Windows/PowerShell/.NET), and actionable acceptance criteria. Use when this capability is needed.
- ▌ AI Sdk UI 2 · tomevault-io bundleVercel AI SDK v5 React hooks (useChat, useCompletion, useObject) for AI chat interfaces. Use for React/Next.js AI apps or encountering parse stream errors, no response, streaming issues. Use when this capability is needed.
- ▌ Ultracite 2 · tomevault-io bundleUltracite multi-provider linting/formatting (Biome, ESLint, Oxlint). Use for v6/v7 setup, provider selection, Git hooks, MCP integration, AI hooks, migrations, or encountering configuration, type-aware linting, monorepo errors. Use when this capability is needed.
- ▌ Validate 6 · tomevault-io bundleRun lint, typecheck, test, and test:render; summarize pass/fail. Complements the validate command. Use when user asks to "validate", "run checks", or "run full validation". Use when this capability is needed.
- ▌ Bootstrap 6 · tomevault-io bundleGenerate AI tool configuration for an existing project. Explores the codebase and produces context files, path-scoped pattern rules, landmine rules, and agents for Claude Code and VS Code Copilot. Run once per project. Use when this capability is needed.