tomevault-io
- 62k skills
- 0 followers
- 13 hours ago last updated
- ▌ Learn 7 · tomevault-io bundleWHEN capturing learnings/gotchas/decisions into CLAUDE.md; NOT trivial changes; guides what to record, where it lives, and format. Use when this capability is needed.
- ▌ React 9 · tomevault-io bundleWHEN building React components/pages/apps; enforces scalable architecture, state management, API layer, performance patterns. Use when this capability is needed.
- ▌ Brainstorming 3 · tomevault-io bundleYou MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation. Use when this capability is needed.
- ▌ Docker 5 · tomevault-io bundleUse when containerizing applications, setting up local development environments, or creating multi-service Docker deployments.
- ▌ Improve Codebase Architecture 10 · tomevault-io bundleFind deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable. Use when this capability is needed.
- ▌ Remotion Best Practices 5 · tomevault-io bundleBest practices for Remotion - Video creation in React Use when this capability is needed.
- ▌ Release 43 · tomevault-io bundleExecute the release workflow for Kimi Code CLI packages. Use when this capability is needed.
- ▌ Git Workflow 16 · tomevault-io bundleThis skill should be used when the user asks for standard Git flow such as "create branch", "commit changes", "prepare PR", or "merge safely". Use when this capability is needed.
- ▌ Opentui 4 · 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.
- ▌ Golang CLI 2 · tomevault-io bundleGolang CLI application development. Use when building, modifying, or reviewing a Go CLI tool — especially for command structure, flag handling, configuration layering, version embedding, exit codes, I/O patterns, signal handling, shell completion, argument validation, and CLI unit testing. Also triggers when code uses cobra, viper, or urfave/cli. Use when this capability is needed.
- ▌ Agent Browser 4 · 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.
- ▌ Code Review 55 · tomevault-io bundleReview staged git changes for security, quality, performance, and project conventions Use when this capability is needed.
- ▌ Git Workflow 17 · tomevault-io bundleコードの変更・コミット・PRを作成するときのGitワークフローガイドライン。変更の粒度、コミットメッセージの形式、PRの作成方法を定める。 Use when this capability is needed.
- ▌ Ast Grep 2 · tomevault-io bundleAST-based code search and transformation tool using tree-sitter. Use for structural pattern matching, refactoring deprecated APIs, detecting anti-patterns, migrating code between library versions, and enforcing coding standards. Use when this capability is needed.
- ▌ Ast Grep 3 · tomevault-io bundleAST-based code search and transformation tool using tree-sitter. Use for structural pattern matching, refactoring deprecated APIs, detecting anti-patterns, migrating code between library versions, and enforcing coding standards. Use when this capability is needed.
- ▌ Openspec Archive Change 9 · tomevault-io bundleArchive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete. Use when this capability is needed.
- ▌ Doc Writer 2 · tomevault-io bundleCreate structured technical and product documentation. Use when writing docs, guides, API references, or knowledge base articles. Use when this capability is needed.
- ▌ Bear Notes 5 · tomevault-io bundleCreate, search, and manage Bear notes via grizzly CLI. Use when this capability is needed.
- ▌ Things Mac 5 · tomevault-io bundleManage Things 3 via the `things` CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database). Use when a user asks OpenSoul to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags. Use when this capability is needed.
- ▌ Speckit Git Initialize 2 · tomevault-io bundleInitialize a Git repository with an initial commit Use when this capability is needed.
- ▌ Build Fix 2 · tomevault-io bundleRun the build and intelligently fix TypeScript errors with guardrails. Stops if fixes introduce more errors or the same error persists after 3 attempts. Use when this capability is needed.
- ▌ Nx Generate 2 · tomevault-io bundleGenerate code using nx generators. INVOKE IMMEDIATELY when user mentions scaffolding, setup, structure, creating apps/libs, or setting up project structure. Trigger words - scaffold, setup, create a ... app, create a ... lib, project structure, generate, add a new project. ALWAYS use this BEFORE calling nx_docs or exploring - this skill handles discovery internally. Use when this capability is needed.
- ▌ Fix 4 · tomevault-io bundleRun code formatting and linting with auto-fix using ruff via taskipy. Use when the user asks to fix code style, format code, lint, or clean up their code. Use when this capability is needed.
- ▌ 1password 7 · tomevault-io bundleSet up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op. Use when this capability is needed.
- ▌ Docker 6 · tomevault-io bundleRun Docker commands within a container environment, including starting the Docker daemon and managing containers. Use when building, running, or managing Docker containers and images. Use when this capability is needed.
- ▌ Github 40 · tomevault-io bundleInteract with GitHub repositories, pull requests, issues, and workflows using the GITHUB_TOKEN environment variable and GitHub CLI. Use when working with code hosted on GitHub or managing GitHub resources. Use when this capability is needed.
- ▌ Gitlab 5 · tomevault-io bundleInteract with GitLab repositories, merge requests, and APIs using the GITLAB_TOKEN environment variable. Use when working with code hosted on GitLab or managing GitLab resources. Use when this capability is needed.
- ▌ Notion 12 · tomevault-io bundleCreate, search, and update Notion pages/databases using the Notion API. Use for documenting work, generating runbooks, and automating knowledge base updates. Use when this capability is needed.
- ▌ Vercel 2 · tomevault-io bundleDeploy and manage applications on Vercel, including preview deployments and deployment protection. Use when working with Vercel-hosted projects or configuring Vercel deployments. Use when this capability is needed.
- ▌ Code Review 56 · tomevault-io bundleSenior code-review pass for openwop implementation artifacts (TS SDK, conformance suite, reference hosts, scripts) and spec artifacts (schemas, OpenAPI, AsyncAPI, prose). Enforces zero-tolerance on banned suppression patterns, schema discipline, RFC 2119 usage, and the eight-step npm openwop:check gate before merge. Use when this capability is needed.
- ▌ Docs Guide 2 · tomevault-io bundleHow-to, guide, and ops documents for users and developers Use when this capability is needed.
- ▌ Session Query 2 · tomevault-io bundleQuery previous pi sessions to retrieve context, decisions, code changes, or other information. Use when you need to look up what happened in a parent session or any other session file. Use when this capability is needed.
- ▌ Web Search 3 · tomevault-io bundleWeb search using Jina Search API. Returns search results with titles, URLs, and descriptions. Use for finding documentation, facts, current information, or any web content. Lightweight, no browser required. Use when this capability is needed.
- ▌ Cargo 2 · tomevault-io bundleGuide for managing Cargo dependencies using cargo CLI commands instead of manually editing Cargo.toml. Use this skill when working on Rust projects that need dependency management. Use when this capability is needed.
- ▌ Tauri 3 · tomevault-io bundleExpert guide and best practices for building secure, cross-platform applications with Tauri v2. Covers capability-based security, plugin architecture, build optimization, and performance patterns. Use when this capability is needed.
- ▌ Work 3 · tomevault-io bundleThis skill should be run only when the user explicitly invokes it. Orchestrates end-to-end task implementation — understands the task, assesses complexity, implements directly or via a team of subagents for complex work, and always finishes with a code-polish pass. Use when this capability is needed.
- ▌ Yeet 2 · tomevault-io bundleThis skill should be used when the user asks to "create a pull request", "create PR", "open PR", "update a pull request", "update PR", "create an issue", "file an issue", "create a GitHub issue", "create a Claude Code issue", "report a bug in Claude Code", "create a Codex issue", "report a bug in Codex CLI", "create a Sablier issue", "file an issue in sablier-labs", "create a discussion", "start a GitHub discussion", "yeet a PR", "yeet an issue", "yeet a discussion", or mentions GitHub contribution workflows. Use when this capability is needed.
- ▌ Release 44 · tomevault-io bundleOrchestrate a 6-phase release workflow with automated service documentation, high-level docs updates, README "What's New" section, website improvements, RAG embeddings refresh, and semantic versioning. Use when preparing a new release. Use when this capability is needed.
- ▌ Openspec Archive Change 10 · tomevault-io bundleArchive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete. Use when this capability is needed.
- ▌ Databases 2 · tomevault-io bundleDatabase management - PostgreSQL, MongoDB, Redis via CLI and official MCP servers Use when this capability is needed.
- ▌ IOS Review 2 · tomevault-io bundleReview Swift/iOS code against team conventions. Use when the user asks to review Swift code, runs /ios-review, or when writing or editing Swift files in this repo. Enforces standards that linters cannot catch. Use when this capability is needed.
- ▌ Skill Creator 25 · tomevault-io bundleGuide for creating effective skills. Use when users want to create a Use when this capability is needed.
- ▌ Vercel Deploy 2 · tomevault-io bundleDeploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment". Use when this capability is needed.
- ▌ Testing 24 · tomevault-io bundle综合软件测试技能,涵盖单元测试、集成测试、TDD/BDD、Mock 策略和跨多种语言的测试自动化。使用此技能编写测试用例、设计测试策略、实现测试自动化,或需要测试框架和最佳实践指导时使用。适合通过综合测试方法确保代码质量。 Use when this capability is needed.
- ▌ Pr Review 7 · tomevault-io bundleReview PyTorch tutorials pull requests for content quality, code correctness, build compatibility, and style. Use when reviewing PRs, when asked to review code changes, or when the user mentions "review PR", "code review", or "check this PR". Use when this capability is needed.
- ▌ Changelog 5 · tomevault-io bundleGenerate changelog from git commits Use when this capability is needed.
- ▌ Add Gmail 2 · tomevault-io bundleAdd Gmail integration to NanoClaw. Can be configured as a tool (agent reads/sends emails when triggered from WhatsApp) or as a full channel (emails can trigger the agent, schedule tasks, and receive replies). Guides through GCP OAuth setup and implements the integration. Use when this capability is needed.
- ▌ Plan 11 · tomevault-io bundle项目级技能:规定在开启新方案、新计划或进行任务交接时,必须将计划落库到 docs/plan 文件夹中并使用对应模板。 Use when this capability is needed.
- ▌ Coding Agent 5 · tomevault-io bundleRun Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control. Use when this capability is needed.
- ▌ Video Frames 4 · tomevault-io bundleExtract frames or short clips from videos using ffmpeg. Use when this capability is needed.
- ▌ Github Actions CI Patterns 2 · tomevault-io bundleCI patterns that call Make targets Use when this capability is needed.
- ▌ Flowmvi 2 · tomevault-io bundleFlowMVI usage guidance. Use when working with FlowMVI stores/containers, plugin pipelines, composing stores, decorators, or authoring plugins. Use when this capability is needed.
- ▌ Vercel React Best Practices 17 · tomevault-io bundleReact and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements. Use when this capability is needed.
- ▌ Jira 4 · tomevault-io bundleManage Jira issues — create, view, update, transition, comment, label, assign, list, search, and raw API access. Works with Jira Cloud and Server/Data Center via go-jira CLI. Use when this capability is needed.
- ▌ Code Review 57 · tomevault-io bundleExpert code review specialist. Use when reviewing code for quality, security, maintainability, or when examining recent changes Use when this capability is needed.
- ▌ Typescript 8 · tomevault-io bundleTypeScript engineering guidelines based on Google's style guide. Use when writing, reviewing, or refactoring TypeScript code in this project. Use when this capability is needed.
- ▌ Analyze 5 · tomevault-io bundleSystematic multi-step codebase analysis producing prioritized findings with file-line evidence. Covers architecture reviews, security assessments, and code quality evaluations through guided exploration, investigation planning, and synthesis. Use when this capability is needed.
- ▌ Planner 2 · tomevault-io bundleInteractive planning and execution for complex tasks. Use when breaking down multi-step projects (planning) or executing approved plans through delegation (execution). Planning creates milestones with specifications; execution delegates to specialized agents. Use when this capability is needed.
- ▌ Reflect 2 · tomevault-io bundleCRITICAL learning capture. Extracts HIGH/MED/LOW confidence patterns from conversations to prevent repeating mistakes and preserve what works. Use PROACTIVELY after user corrections ("no", "wrong"), after praise ("perfect", "exactly"), when discovering edge cases, or when skills are heavily used. Without reflection, valuable learnings are LOST forever. Acts as continuous improvement engine for all skills. Invoke EARLY and OFTEN - every correction is a learning opportunity. Use when this capability is needed.
- ▌ Session 2 · tomevault-io bundleSession management and protocol compliance skills. Use Test-InvestigationEligibility to check if staged files qualify for investigation-only QA skip per ADR-034 before committing with 'SKIPPED investigation-only' verdict. Use when this capability is needed.
- ▌ Implement 8 · tomevault-io bundleThis skill orchestrates implementation by delegating code, testing, and review to sub-agents while recording what happened. Use when ready to build from a spec, design, plan, or to resume from notes. Triggers include "implement this", "build this", "implement the spec", "implement the design", "implement the plan", "continue implementation", "resume where we left off". Use when this capability is needed.
- ▌ Code Quality 5 · tomevault-io bundleReviews code for best practices, refactoring opportunities, complexity, and dead code Use when this capability is needed.
- ▌ Release 45 · tomevault-io bundleAutomates the release process for this Rust project. Use when creating a new release, preparing a version bump, or publishing to GitHub/crates.io. Triggers on terms like "release", "publish", "version bump", "create tag".
- ▌ Osgrep 2 · tomevault-io bundleSemantic code search. Use alongside grep - grep for exact strings, osgrep for concepts. Use when this capability is needed.
- ▌ Research 10 · tomevault-io bundleComprehensive research workflow for feature implementation planning. Use this skill when gathering information about how to implement features, understanding technology choices, researching APIs and libraries, or exploring implementation approaches. Combines web search for general research with Context7 for API documentation, and includes structured questioning to clarify requirements. Use when this capability is needed.
- ▌ Opentui 5 · 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.
- ▌ Fmt 2 · tomevault-io bundleFormat TypeScript sources using Deno formatter Use when this capability is needed.
- ▌ Pytest Runner 2 · tomevault-io bundleRun pytest tests with automatic virtual environment activation. Use this skill whenever running tests, executing pytest, or when asked to "run tests", "test this", or any test execution task. Ensures venv is always activated before pytest runs. Use when this capability is needed.
- ▌ Documentation 12 · tomevault-io bundleREADMEs and the website guides. Read before writing or modifying docs. Use when this capability is needed.
- ▌ Fix 5 · 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.
- ▌ Code Reviewer 6 · tomevault-io bundleComprehensive code review skill for TypeScript, JavaScript, Python, Swift, Kotlin, Go. Includes automated code analysis, best practice checking, security scanning, and review checklist generation. Use when reviewing pull requests, providing code feedback, identifying issues, or ensuring code quality standards. Use when this capability is needed.
- ▌ Slidev 4 · tomevault-io bundleComprehensive guide for Slidev - a web-based presentation framework for developers. Covers Markdown syntax, layouts, components, animations, theming, and exporting. Use this skill when creating or working with developer presentations using Slidev. Use when this capability is needed.
- ▌ PDF 17 · tomevault-io bundleComprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale. Use when this capability is needed.
- ▌ 1password 4 · tomevault-io bundleSet up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading/injecting/running secrets via op. Use when this capability is needed.
- ▌ Review Pr 5 · tomevault-io bundleReview-only GitHub pull request analysis with the gh CLI. Use when asked to review a PR, provide structured feedback, or assess readiness to land. Do not merge, push, or make code changes you intend to keep. Use when this capability is needed.
- ▌ Testing 22 · tomevault-io bundleUnified testing commands and patterns across frontend and backend. Use when this capability is needed.
- ▌ Pr 11 · tomevault-io bundleCreate GitHub pull requests with proper formatting and descriptions. Use when the user asks to create a PR, open a pull request, or submit their changes for review. Use when this capability is needed.
- ▌ Clawhub 7 · tomevault-io bundleSearch and install agent skills from ClawHub, the public skill registry. Use when this capability is needed.
- ▌ Vue 32 · tomevault-io bundleVue 3 Composition API, script setup macros, reactivity system, and built-in components. Use when writing Vue SFCs, defineProps/defineEmits/defineModel, watchers, or using Transition/Teleport/Suspense/KeepAlive.
- ▌ Image Generation 2 · tomevault-io bundleGenerate images from text descriptions using AI. Use when the user asks to create, generate, draw, or design an image, illustration, icon, or any visual content. Use when this capability is needed.
- ▌ Crabbox 3 · tomevault-io bundleUse the Crabbox wrapper for OpenClaw remote validation across Linux, macOS, Windows, and WSL2, including delegated Blacksmith Testbox proof. Report the actual provider and id. Use when this capability is needed.
- ▌ Crabbox 4 · tomevault-io bundleUse the Crabbox wrapper for OpenClaw remote validation across Linux, macOS, Windows, and WSL2, including delegated Blacksmith Testbox proof. Report the actual provider and id. Use when this capability is needed.
- ▌ Goplaces 7 · tomevault-io bundleQuery Google Places API (New) via the goplaces CLI for text search, place details, resolve, and reviews. Use for human-friendly place lookup or JSON output for scripts. Use when this capability is needed.
- ▌ Himalaya 8 · 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.
- ▌ Mcporter 9 · tomevault-io bundleUse the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation. Use when this capability is needed.
- ▌ Nano PDF 8 · tomevault-io bundleEdit PDFs with natural-language instructions using the nano-pdf CLI. Use when this capability is needed.
- ▌ Obsidian 9 · tomevault-io bundleWork with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli. Use when this capability is needed.
- ▌ Ordercli 6 · tomevault-io bundleFoodora-only CLI for checking past orders and active order status (Deliveroo WIP). Use when this capability is needed.
- ▌ Peekaboo 10 · tomevault-io bundleCapture and automate macOS UI with the Peekaboo CLI. Use when this capability is needed.
- ▌ Mintlify 3 · tomevault-io bundleBuild and maintain documentation sites with Mintlify. Use when Use when this capability is needed.
- ▌ Vercel React Best Practices 15 · tomevault-io bundleReact and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements. Use when this capability is needed.
- ▌ Kubernetes 7 · tomevault-io bundleUse when working with Gateway API compatibility, planning a Kubernetes API version upgrade, or verifying K8s resource behavior specific to Edgion.
- ▌ Axum 2 · tomevault-io bundleExpert guide and best practices for building production-ready web APIs with Axum 0.8+ in Rust. Use this skill when developing, refactoring, or structuring Axum applications. Use when this capability is needed.
- ▌ Triage 3 · tomevault-io bundleTriage a GitHub issue or PR by checking for duplicates, documentation alignment, project fit, and recommending labels. Use when this capability is needed.
- ▌ MCP CLI 2 · tomevault-io bundleInterface for MCP (Model Context Protocol) servers via CLI. Use when you need to interact with external tools, APIs, or data sources through MCP servers. Use when this capability is needed.
- ▌ Github 35 · tomevault-io bundleGitHub Copilot skills 路由器與專案整合指引 - 提供 skills 自動載入、README.md 強制維護、軟路由機制 Use when this capability is needed.
- ▌ Test 21 · tomevault-io bundleSelf-contained test automation — invoke directly, do not decompose. End-to-end integration test that assembles a fixture, deploys to Cloudflare (with auto-provisioned Connect), and presents a live URL for browser verification. Use when testing the plugin, running E2E tests, verifying deployment works, or checking that templates assemble correctly. Use when this capability is needed.
- ▌ Python 6 · tomevault-io bundlePython 3.11+ performance optimization guidelines (formerly python-311). This skill should be used when writing, reviewing, or refactoring Python code to ensure optimal performance patterns. Triggers on tasks involving asyncio, data structures, memory management, concurrency, loops, strings, or Python idioms. Use when this capability is needed.
- ▌ Prisma 2 · tomevault-io bundlePrisma ORM and PostgreSQL database operations. Use when working with database schema, migrations, queries, or the @projectx/db package. Use when this capability is needed.
- ▌ Synonyms 2 · tomevault-io bundleGenerate synonyms for words or phrases. Use this skill when the user needs alternative words with similar meanings, wants to expand vocabulary, or seeks varied expressions for writing. Use when this capability is needed.