tomevault-io
- 62k skills
- 0 followers
- 46 minutes ago last updated
- ▌ Chrome Devtools 2 · tomevault-io bundleBrowser automation, debugging, and performance analysis using Puppeteer CLI scripts. Use for automating browsers, taking screenshots, analyzing performance, monitoring network traffic, web scraping, form automation, and JavaScript debugging. Use when this capability is needed.
- ▌ Roo Conflict Resolution 2 · tomevault-io bundleProvides comprehensive guidelines for resolving merge conflicts intelligently using git history and commit context. Use when tasks involve merge conflicts, rebasing, PR conflicts, or git conflict resolution. This skill analyzes commit messages, git blame, and code intent to make intelligent resolution decisions.
- ▌ Web Fetch 2 · tomevault-io bundleFetches web content as clean markdown by preferring markdown-native responses and falling back to selector-based HTML extraction. Use for documentation, articles, and reference pages at http/https URLs. Use when this capability is needed.
- ▌ Agent Review 3 · tomevault-io bundleRequest interactive code review from users using the agent-review CLI tool. Automatically captures user feedback on code changes. Use when this capability is needed.
- ▌ Fastmcp 16 · 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.
- ▌ Data Processor 2 · tomevault-io bundleAnalyze sales data with statistics, regional performance, and commission calculations Use when this capability is needed.
- ▌ Health Check 2 · tomevault-io bundlePeriodic Codex repo health check orchestrator. Runs CI status, AGENTS.md staleness audit, documentation accuracy audit, and Obsidian Vault sync if present, pausing for approval between steps and producing one consolidated report. Global and project-agnostic. Trigger when the user says "health check", "health-check", "repo health", "check repo health", "repo maintenance", "run a health check", "audit the repo", "check everything", "periodic maintenance", or "check if everything is up to date". SKIP when the user only wants one specific audit. Use when this capability is needed.
- ▌ Testing 38 · tomevault-io bundleTDD workflow and testing strategy. Use when writing tests, debugging test failures, or improving coverage. Use when this capability is needed.
- ▌ Documentation 29 · tomevault-io bundleCreate and maintain clear, useful documentation. Use when writing docs, README, API docs, guides, or ADRs. Use when this capability is needed.
- ▌ Code Review 114 · tomevault-io bundleReview code for AEM Edge Delivery Services projects. Use at the end of development (before PR) for self-review, or to review pull requests. Validates code quality, performance, accessibility, and adherence to EDS best practices. Use when this capability is needed.
- ▌ Searching Aem Documentation 2 · tomevault-io bundleSearches the aem.live documentation for information on AEM Edge Delivery Services features. Use this skill when you need more information about a feature, want guidance on how to implement a feature, and using existing tools you have to search the web isn't turning up relevant results. Use when this capability is needed.
- ▌ Openspec Onboard 3 · tomevault-io bundleGuided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work. Use when this capability is needed.
- ▌ Agent Creator 2 · tomevault-io bundleExpert guidance for creating effective Claude Code agents (subagents). Use when users want to create a new agent, update an existing agent, or learn agent design best practices. Covers agent architecture, prompt engineering, tool selection, model choice, and common pitfalls. Integrates with skill-creator when agent needs accompanying skills. Use when this capability is needed.
- ▌ Skill Creator 63 · 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.
- ▌ Wikipedia 2 · tomevault-io bundleProven scraping playbook for en.wikipedia.org (and other language wikis). Server-rendered static HTML, no anti-bot, no JS required. Plain fetch + cheerio works. One important gotcha — since ~2023, section headings are wrapped in `<div class="mw-heading mw-heading2">` so `h2` is no longer a direct child of `.mw-parser-output`. Activate for any wikipedia.org article URL. Prefer the REST/Action API for structured data. Use when this capability is needed.
- ▌ Memora 2 · tomevault-io bundlePersistent memory and knowledge management. Use at session start to load context, when the user asks about past work or stored knowledge, and when saving important information for future sessions. Use when this capability is needed.
- ▌ Council 2 · tomevault-io bundleConsult the AI council (Codex + Gemini + OpenCode) for multi-perspective answers Use when this capability is needed.
- ▌ Agent Teams 3 · tomevault-io bundleCoordinate Claude Code Agent Teams through filesystem-based protocol. Use Use when this capability is needed.
- ▌ Web Scraper 2 · tomevault-io bundleScrape web pages, search the internet, and extract structured content using Python. Use when the user wants to fetch a webpage, search for information online, extract links, or crawl JavaScript-rendered dynamic pages. Use when this capability is needed.
- ▌ Code Review 115 · tomevault-io bundlePerform thorough code reviews with security, performance, and quality checks. Use when reviewing PRs, auditing code changes, or finding potential bugs. Use when this capability is needed.
- ▌ Performance 2 · tomevault-io bundlePerformance optimization for web applications. Use when optimizing frontend rendering, backend response times, database queries, or system resources. Use when this capability is needed.
- ▌ Android Testing 2 · tomevault-io bundleBest practices for Android instrumentation tests, Hilt testing, Mockito configuration, and test resilience patterns in Upnext. Use when this capability is needed.
- ▌ Python 10 · tomevault-io bundlePython development with ruff, mypy, pytest - TDD and type safety Use when this capability is needed.
- ▌ Verification Before Completion 6 · tomevault-io bundleUse when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
- ▌ Golang Testing 4 · tomevault-io bundleGo testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices. Use when this capability is needed.
- ▌ Golang Testing 5 · tomevault-io bundleProduction-ready Golang tests — table-driven tests, testify suites and mocks, parallel tests, fuzzing, fixtures, goroutine leak detection with goleak, snapshot testing, code coverage, integration tests, idiomatic test naming. Use when writing or reviewing Go tests, choosing a testing approach, setting up Go test CI, or debugging flaky/slow tests. For testify-specific APIs see `samber/cc-skills-golang@golang-stretchr-testify`; for measurement methodology see `samber/cc-skills-golang@golang-benchmark`. Use when this capability is needed.
- ▌ Codex 10 · tomevault-io bundleUse when the user asks to run Codex CLI (codex exec, codex resume) or references OpenAI Codex for code analysis, refactoring, or automated editing
- ▌ Mermaid Diagrams 4 · tomevault-io bundleComprehensive guide for creating software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams (domain modeling, object-oriented design), sequence diagrams (application flows, API interactions, code execution), flowcharts (processes, algorithms, user journeys), entity relationship diagrams (database schemas), C4 architecture diagrams (system context, containers, components), state diagrams, git graphs, pie charts, gantt charts, or any other diagram type. Triggers include requests to "diagram", "visualize", "model", "map out", "show the flow", or when explaining system architecture, database design, code structure, or user/application flows. Use when this capability is needed.
- ▌ Commit Message 6 · tomevault-io bundleGit commit message conventions with Semantic Versioning prefix. Use when creating commits, reviewing commit messages, or preparing releases. Ensures consistent commit format with type prefix (feat/fix/refactor/etc.) for automated changelog generation. Use when this capability is needed.
- ▌ Vue Best Practices 2 · tomevault-io bundleMUST be used for Vue.js tasks. Strongly recommends Composition API with `<script setup>` and TypeScript as the standard approach. Covers Vue 3, SSR, Volar, vue-tsc. Load for any Vue, .vue files, Vue Router, Pinia, or Vite with Vue work. ALWAYS use Composition API unless the project explicitly requires Options API. Use when this capability is needed.
- ▌ Skill Creator 64 · tomevault-ioCreate new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy. Use when this capability is needed.
- ▌ MCP Builder 17 · 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.
- ▌ Refactor 20 · tomevault-io bundleSurgical code refactoring to improve maintainability without changing behavior. Covers extracting functions, renaming variables, breaking down god functions, improving type safety, eliminating code smells, and applying design patterns. Less drastic than repo-rebuilder; use for gradual improvements. Use when this capability is needed.
- ▌ Tavily 2 · tomevault-io bundle使用 Tavily API 进行互联网搜索。当需要获取实时新闻、技术研究、深度资料或限制特定域名搜索时使用该技能。 Use when this capability is needed.
- ▌ Skill Template 3 · tomevault-io bundleTemplate for creating new skills following VS Code Agent Skills standard Use when this capability is needed.
- ▌ Context7 6 · tomevault-io bundleDocumentation lookup via Context7 REST API. Use when the user needs current library APIs, framework patterns, migration guidance, or official code examples for React, Next.js, Prisma, Express, Vue, Angular, Svelte, or other npm/PyPI packages. Use when the user says 'how do I use X library', 'what's the API for Y', or asks for official documentation. Use when this capability is needed.
- ▌ CI CD Pipeline 3 · tomevault-io bundleCreate and optimize CI/CD pipelines with GitHub Actions, automated testing, deployment, and release workflows. Use when setting up continuous integration, deployment automation, or improving build pipelines. Use when this capability is needed.
- ▌ Bun File Io 2 · tomevault-io bundleUse this when you are working on file operations like reading, writing, scanning, or deleting files. It summarizes the preferred file APIs and patterns used in this repo. It also notes when to use filesystem helpers for directories.
- ▌ Explore 2 · tomevault-io bundleDeep codebase exploration to answer specific questions Use when this capability is needed.
- ▌ Web Search 9 · tomevault-io bundleSearch the web for information using Playwright browser automation. Use when the user asks to find, look up, or research something online. Use when this capability is needed.
- ▌ Brave Search 3 · tomevault-io bundleWeb search and content extraction via Brave Search API. Use for searching documentation, facts, or any web content. Lightweight, no browser required. Use when this capability is needed.
- ▌ 1password 13 · 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.
- ▌ PDF 28 · 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.
- ▌ Gh CLI 6 · tomevault-io bundleUse when working with the gh CLI is GitHub's official command line tool for interacting with GitHub repositories, issues, pull requests, and more. When needs to interact with GitHub repositories, issues, pull requests, and more, use this skill.
- ▌ Vue Expert 3 · tomevault-io bundleDeep Vue 3 expertise for Composition API, component patterns, Pinia state management, Vue Router, performance optimization, and testing. Use when building Vue applications, designing composables, or reviewing Vue code. Use when this capability is needed.
- ▌ Github Release 2 · tomevault-io bundle发布 GitHub Release,从 CHANGELOG 生成发布公告并更新 Draft Release (project) Use when this capability is needed.
- ▌ Help 8 · tomevault-io bundleProvides information about using the skill-to-mcp server and how to install additional skills
- ▌ Tsdown 7 · tomevault-io bundletsdown is a fast and elegant TypeScript library bundler powered by Rolldown and Oxc Use when this capability is needed.
- ▌ Vitest 10 · tomevault-io bundleUse when working with a blazing fast unit testing framework powered by Vite
- ▌ Nextjs 5 · tomevault-io bundleNext.js 15+ App Router development patterns including Server Components, Client Components, data fetching, layouts, and server actions. Use when creating pages, routes, layouts, components, API route handlers, server actions, loading states, error boundaries, or working with Next.js navigation and metadata. Use when this capability is needed.
- ▌ Nodejs 4 · tomevault-io bundleCore Node.js backend patterns for TypeScript applications including async/await error handling, middleware concepts, configuration management, testing strategies, and layered architecture principles. Use when building Node.js backend services, APIs, or microservices. Use when this capability is needed.
- ▌ Prisma 4 · tomevault-io bundlePrisma ORM patterns including Prisma Client usage, queries, mutations, relations, transactions, and schema management. Use when working with Prisma database operations or schema definitions. Use when this capability is needed.
- ▌ Shadcn 4 · tomevault-io bundleshadcn/ui component library patterns with Radix UI primitives and Tailwind CSS. Use when creating tables, forms, dialogs, cards, buttons, or any UI component using shadcn/ui, installing shadcn components, or styling with shadcn patterns. Use when this capability is needed.
- ▌ Skill Creator 65 · tomevault-io bundleCreate and manage Codex skills. Use when creating a new skill, updating an existing skill, or debugging skill activation issues. Covers skill structure, SKILL.md frontmatter, and best practices. Use when this capability is needed.
- ▌ Internal Comms 3 · tomevault-io bundleUse when working with a set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. You should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).
- ▌ Webapp Testing 7 · tomevault-io bundleToolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs. Use when this capability is needed.
- ▌ PDF 29 · tomevault-io bundleUse when tasks involve reading, creating, or reviewing PDF files where rendering and layout matter; prefer visual checks by rendering pages (Poppler) and use Python tools such as `reportlab`, `pdfplumber`, and `pypdf` for generation and extraction.
- ▌ Golang Patterns 3 · tomevault-io bundleIdiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications. Use when this capability is needed.
- ▌ Vue 41 · tomevault-io bundleVue 3 - Progressive JavaScript framework with Composition API, reactivity system, single-file components, Vite integration, TypeScript support Use when this capability is needed.
- ▌ Refactor 21 · tomevault-io bundleHunt for code smells, anti-patterns, and refactoring opportunities in the TaskBridge codebase using React/Next.js best practices. Fixes ONE issue at a time. Use when you want to improve code quality, extract utilities, or reorganize components. Use when this capability is needed.
- ▌ Zod V4 2 · tomevault-io bundleExpert guidance on Zod v4 validation library including breaking changes from v3, migration patterns, core API usage, and common validation patterns. Use when working with Zod schemas, validation, type inference, or migrating from Zod v3. Use when this capability is needed.
- ▌ Browser 7 · tomevault-io bundleAutomate browser interactions using the Browserbase browse CLI. Use when a task requires navigating websites, reading page state, clicking elements, filling forms, or validating browser results with the browse command. Use when this capability is needed.
- ▌ Review Code 4 · tomevault-io bundleReview code for quality and bugs Use when this capability is needed.
- ▌ Git Workflow 52 · tomevault-io bundleGit workflow 综合指南。Invoke when user wants to make commits, needs commit format guidance, or after completing coding tasks. Use when this capability is needed.
- ▌ Find Skills 10 · tomevault-io bundleHelps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill. Use when this capability is needed.
- ▌ Testing Strategy 2 · tomevault-io bundle当用户要求测试策略、单元/集成测试、TDD或测试覆盖率时使用。 Use when this capability is needed.
- ▌ Git 16 · tomevault-io bundleGit operations for committing, pushing, and opening PRs using gh CLI. Use when performing version control tasks. This skill should be used when the user asks to "commit", "push", "create a PR", "ship code", "git status", or mentions git workflow, version control, or pull requests. Use when this capability is needed.
- ▌ Openspec Bulk Archive Change 15 · tomevault-io bundleArchive multiple completed changes at once. Use when archiving several parallel changes. Use when this capability is needed.
- ▌
- ▌ Github Actions 3 · tomevault-io bundleThis skill covers setting up comprehensive GitHub Actions workflows for R package development, including cross-platform testing, continuous integration, automated documentation deployment, and test coverage reporting. Use when this capability is needed.
- ▌ Refactor Pass 2 · tomevault-io bundlePerform a refactor pass focused on simplicity after recent changes. Use when the user asks for a refactor/cleanup pass, simplification, or dead-code removal and expects build/tests to verify behavior. Use when this capability is needed.
- ▌ Database Expert 2 · tomevault-io bundleDatabase performance optimization, schema design, query analysis, and connection management across PostgreSQL, MySQL, MongoDB, and SQLite with ORM integration. Use this skill for queries, indexes, connection pooling, transactions, and database architecture decisions. Use when this capability is needed.
- ▌ Vercel Composition Patterns 8 · tomevault-io bundleReact composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.
- ▌ Code Review 116 · tomevault-io bundleSystematic code review process with focus on quality, security, and best practices Use when this capability is needed.
- ▌ Pr Creator 10 · tomevault-io bundleGitHub Pull Request creation specialist. Analyzes user requirements to create PRs with structured titles and bodies matching the user's query language. Handles git change analysis, PR draft creation, user confirmation, and final PR creation via gh CLI. Use when this capability is needed.
- ▌ Git Worktrees 5 · tomevault-io bundleManage git worktrees for parallel feature development following Langstar's issue-driven workflow. Create worktrees with correct target branches based on issue hierarchy, handle cleanup after PR merge, and maintain worktree hygiene. Use when setting up parallel development environments, working on multiple issues simultaneously, or when users mention worktrees, parallel branches, or issue-based development. Use when this capability is needed.
- ▌ Github 43 · 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.
- ▌ Docs Style 3 · tomevault-io bundleStyle guidelines for writing and updating documentation. Use when writing new docs, updating existing docs, or reviewing docs for quality. Use when this capability is needed.
- ▌ Backend API 2 · tomevault-io bundleDesign and implement RESTful API endpoints following REST principles, consistent naming conventions, and proper HTTP methods. Use this skill when creating or modifying API routes, controllers, or handlers in backend code. When implementing endpoint logic that handles HTTP requests (GET, POST, PUT, PATCH, DELETE). When working with API versioning, query parameters, or response formatting. When defining URL structures for resource-based endpoints. When setting up rate limiting or HTTP status code handling. When working with files like route definitions, controller files, API handler modules, or web framework configuration files. Use when this capability is needed.
- ▌ Github Issues 3 · tomevault-io bundleConventions for creating GitHub issues — labels, sub-issues, and content rules. Auto-consulted when Claude creates or modifies issues. Use when this capability is needed.
- ▌ Release Notes 7 · tomevault-io bundleUse whenever the user asks for release notes, changelog bullets, a GitHub Release body, a 'What's Changed' section, a summary from the last release or tag to now, or wants release copy grounded in real git history, PRs, issues, and candidate release changes. This skill is especially important when the user wants short publish-ready release bullets with repository-specific conventions.
- ▌ Code Review 117 · tomevault-io bundleCode Review sistemático - Checklist completo para revisão de código Use when this capability is needed.
- ▌ Ralph 13 · tomevault-io bundleAutonomously work through all project tasks. Finds the next incomplete task, implements it, runs the full post-task pipeline (verify, docs, CI/CD, commit, PR, review, CI, merge), then moves to the next task. Keeps going until all tasks are done. Triggers on "ralph", "work on tasks", "run tasks", "autopilot", or "do the work". Use when this capability is needed.
- ▌ Test Skill 9 · tomevault-io bundleThis skill only reads files and directories - it never modifies anything. All operations are safe. Use when this capability is needed.
- ▌ Humanizer 3 · tomevault-io bundleAI가 생성한 한국어 텍스트의 특징적인 패턴을 감지하고 자연스러운 인간의 글쓰기로 변환합니다. 과학적 언어학 연구(KatFishNet 논문, 94.88% AUC 정확도)에 기반합니다. 쉼표 과다, 띄어쓰기 경직성, 품사 다양성, AI 어휘 과용, 대명사 과다, 복수형 과다, 구조적 단조로움 등 24가지 패턴을 분석합니다. ChatGPT/Claude/Gemini가 생성한 한국어 텍스트를 자연스럽게 만들거나 LLM 출력에서 AI 흔적을 제거할 때 사용하세요. Use when this capability is needed.
- ▌ Fabric 4 · tomevault-io bundleIntelligent pattern selection for Fabric CLI. Automatically selects the right pattern from 242+ specialized prompts based on your intent - threat modeling, analysis, summarization, content creation, extraction, and more. USE WHEN processing content, analyzing data, creating summaries, threat modeling, or transforming text. Use when this capability is needed.
- ▌ Release 62 · tomevault-io bundleGuide the release procedure for namingpaper - version bump, commit, GitHub release, and PyPI publish. Use when this capability is needed.
- ▌ Commit Push 2 · tomevault-io bundleCommit and push the changes made on this chat session to the current branch. Use best practices from Conventional Commits. Use when this capability is needed.
- ▌ MCP Builder 18 · 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.
- ▌ Github 44 · tomevault-io bundleGitHub API toolkit for listing repositories, managing issues, pull requests, and interacting with GitHub resources. Requires a GITHUB_TOKEN environment variable for authentication. Use when this capability is needed.
- ▌ Pr Review 8 · tomevault-io bundleAgentic code review of a GitHub pull request. Explores the codebase, tests hypotheses, and produces findings with high confidence. Use when this capability is needed.
- ▌ Critique 2 · tomevault-io bundleUnified critique for plans, specs, OR task artifacts. Auto-detects target. Use when this capability is needed.
- ▌ Skill Creator 66 · tomevault-io bundleThis skill provides guidance for creating effective skills. Use when this capability is needed.
- ▌ Theme Factory 5 · tomevault-io bundleThis skill provides a curated collection of professional font and color themes themes, each with carefully selected color palettes and font pairings. Once a theme is chosen, it can be applied to any artifact. Use when this capability is needed.
- ▌ Add Hook 2 · tomevault-io bundleStep-by-step guide for adding a new React hook to the shadcn-hooks project. Use when the user wants to create, add, or implement a new hook in this repository. Use when this capability is needed.
- ▌ Cron 4 · tomevault-io bundleSchedule reminders and agent tasks. Use when this capability is needed.
- ▌ Biome 3 · tomevault-io bundleSetup, configure, audit, and optimize Biome linter/formatter in JavaScript/TypeScript projects. Use when installing Biome, auditing existing configs, migrating from ESLint+Prettier, fixing configuration issues, or optimizing unsafe fix workflows. Checks for proper version pinning, Next.js integration, VS Code setup, and script configuration. Emphasizes safe handling of "unsafe" fixes in development workflows. Use when this capability is needed.
- ▌ Docker 8 · tomevault-io bundleDocker containerization with best practices for builds, compose, and production deployment Use when this capability is needed.
- ▌ Nextjs 6 · tomevault-io bundleNext.js development with App Router, Server Components, API routes, and full-stack patterns Use when this capability is needed.
- ▌ Python 11 · tomevault-io bundlePython development with type hints, async patterns, testing, and modern best practices Use when this capability is needed.