tomevault-io
- 62k skills
- 0 followers
- 20 hours ago last updated
- ▌ Golang Patterns 2 · tomevault-io bundleIdiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications. Use when this capability is needed.
- ▌ GRAPHQL 10 · tomevault-io bundleThis skill is applicable to execute the workflow or actions described in the overview. Use when this capability is needed.
- ▌ Turborepo 2 · tomevault-io bundleTurborepo monorepo build system guidance for turbo.json, task pipelines, dependsOn, caching, remote cache, the turbo CLI, --filter, --affected, CI optimization, environment variables, internal packages, monorepo structure, best practices, and boundaries. Use when user configures tasks, workflows, pipelines, creates packages, sets up monorepo, shares code between apps, runs changed or affected packages, debugs cache, or has apps/packages directories. Use when this capability is needed.
- ▌ Brainstorming 5 · tomevault-io bundleYou MUST use this before any creative work (features, products, content, strategy, systems, or behavior changes). Start by classifying what we’re brainstorming, then run thorough one-question-at-a-time discovery, propose 2–3 approaches, and converge on a validated plan/spec. Use when this capability is needed.
- ▌ Canvas Design 2 · 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.
- ▌ Theme Factory 2 · 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.
- ▌ Code Quality 7 · tomevault-io bundleCode quality validation with linters, SOLID principles, DRY detection, error detection, and architecture compliance across all languages. Use when this capability is needed.
- ▌ Update Deps 2 · tomevault-io bundleUpdate Rust dependencies across the FutureSDR repository by touching every Cargo.toml that matters, keeping version requirements as specific as they already are, ignoring the current MSRV when selecting newer releases, raising `rust-version` as needed, and fixing compile, clippy, wasm, and test breakages caused by upstream API changes. Use this when the user asks to bump deps, refresh Cargo manifests, or adapt the repo to newer crate APIs. Use when this capability is needed.
- ▌
- ▌
- ▌ Init 15 · tomevault-io bundleUse when setting up a project to follow fyrsmithlabs standards. Works for new or existing repos - detects state automatically. Validates against git-repo-standards, generates missing artifacts, bootstraps CLAUDE.md based on project type. Includes interactive configuration wizard for project setup.
- ▌ REST API 6 · tomevault-io bundleREST API design with HTTP methods and status codes. Use for web APIs. Use when this capability is needed.
- ▌ Supabase 2 · tomevault-io bundleSupabase PostgreSQL backend-as-a-service with realtime. Use for serverless PostgreSQL. Use when this capability is needed.
- ▌ Decision Graph 4 · tomevault-io bundleUse when building a deciduous decision graph to capture design evolution, architecture history, or how a codebase's design changed over time. Provides the deciduous CLI commands and graph structure guidelines.
- ▌ Release Notes 5 · tomevault-io bundleMaintainer-only. Translate a version's GAIA CHANGELOG entries into plain-language public release notes for the marketing site (gaiareact.com). Writes a release-data `.ts` file under `../website/src/pages/changelog/releases/` plus an editorial-decisions report for human review. Use whenever the maintainer wants the adopter-facing notes for a version, e.g. "write release notes", "generate the changelog page entry", "translate the CHANGELOG for the website", "what's new on the site for v1.5.0", "public notes for 1.4.0", or right after cutting a release, and for one-time backfill of historical `## [x.y.z]` blocks. This is the website-notes step only. It does NOT edit `CHANGELOG.md`, it is not how you cut a release (version bump, manifest, and tag are `/gaia-release`), and it is not for an adopter's own app's release notes. Use when this capability is needed.
- ▌ Commit 54 · tomevault-io bundleUse this skill when the user requests to commit changes, uses phrases like 'commit these changes', 'create a commit', 'commit with message', or when the user wants to stage and commit files with an appropriate gitmoji-prefixed commit message.
- ▌ Openai Whisper API 6 · tomevault-io bundleTranscribe audio via OpenAI Audio Transcriptions API (Whisper). Use when this capability is needed.
- ▌ Commit 55 · tomevault-io bundleGit commit message conventions and pre-commit guidance. Use when committing code. Use when this capability is needed.
- ▌ Pytest 8 · tomevault-io bundleComprehensive pytest testing framework skill for Python. Use when working with pytest tests, fixtures, parametrization, markers, assertions, configuration, plugins, or test discovery. Covers pytest 9.x with full API reference, how-to guides, best practices, and examples for writing, running, and debugging Python tests. Use when this capability is needed.
- ▌ Testing 32 · tomevault-io bundleUse when writing or modifying tests, fixing bugs with TDD, reviewing test code, or when user mentions "test", "tests", "testing", "TDD", "test-driven", "pytest", "add tests", "write tests", "unit test", "integration test", "test coverage", "bug fix", "fix bug", "verify", "edge case", "mocking", "patch.object".
- ▌ Add Model 2 · tomevault-io bundleAdd a new language model to the Giselle codebase. Use when the user wants to add, register, or integrate a new LLM model (OpenAI, Anthropic, Google) into the system. Use when this capability is needed.
- ▌ Rust 21 · tomevault-io bundleManage the full Rust project lifecycle — scaffold, workspace setup, CI/quality gates, and publishing. Use when user mentions Rust, Cargo, crate, workspace, clippy, or cargo publish. Use when this capability is needed.
- ▌ Gh CLI 3 · tomevault-io bundleGitHub CLI (gh) comprehensive reference for repositories, issues, pull requests, Actions, projects, releases, gists, codespaces, organizations, extensions, and all GitHub operations from the command line. Use when this capability is needed.
- ▌ Gh Agent Session 2 · tomevault-io bundleGitHub CLI Agent Session Extension Use when this capability is needed.
- ▌ Doc Writer 5 · tomevault-io bundle用于编写、改写、审阅或扩展 Go-Spring 文档。写作前应核对源码、测试、示例和已有文档;当目标文档属于已约束范围时,遵守 Go-Spring 文档写作规范。 Use when this capability is needed.
- ▌ IOS Hig 2 · tomevault-io bundleUse when designing iOS interfaces, implementing accessibility (VoiceOver, Dynamic Type), handling dark mode, ensuring adequate touch targets, providing animation/haptic feedback, or requesting user permissions. Apple Human Interface Guidelines for iOS compliance.
- ▌ Explain Code 4 · tomevault-io bundleExplains code with visual diagrams and analogies. Use when explaining how code works, teaching about a codebase, or when the user asks "how does this work? Use when this capability is needed.
- ▌ Vercel Composition Patterns 7 · 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.
- ▌ Playwright 4 · tomevault-io bundleAutomate a real browser via Playwright CLI using the wrapper script. Use when this capability is needed.
- ▌ Sync Docs 2 · tomevault-io bundleThis skill should be used when the user asks to "sync docs", "update guides", "check docs against official", "refresh documentation", "compare guides to official docs", "update docs from upstream", or mentions syncing the SDK documentation guides with the official Claude Agent SDK documentation. Use when this capability is needed.
- ▌
- ▌ Quality 5 · tomevault-io bundleCode quality, commit standards, quality gates, PR standards, documentation, performance, security, and output character hygiene (gremlin characters). Use when writing code, committing, creating PRs, generating any text, or when the user runs /gremlin-clean. Use when this capability is needed.
- ▌ Planning 6 · tomevault-io bundleUse before implementing any non-trivial feature - validates approaches against real sources using Context7, Serper, GitHub MCPs, and optionally btca for source-level codebase research. Evaluates with dual engines before committing to an implementation Use when this capability is needed.
- ▌ Research 16 · tomevault-io bundleUse when user explicitly requests deep research or comprehensive analysis requiring 20+ authoritative sources. Creates an agent team for parallel research with source gate enforcement, confidence tracking, and structured synthesis. NOT for simple questions answerable with a single search.
- ▌ Commit 56 · tomevault-io bundleCreate commits following Conventional Commits format. Analyzes staged changes and auto-generates appropriate commit messages. Use when the user says "commit", "commit changes", "commit staged files", etc., or when git changes need to be committed. Use when this capability is needed.
- ▌ Version 2 · tomevault-io bundleV1.0 - Release version management with auto-detection, Semantic Versioning, Keep a Changelog format, and git tag integration. Use when bumping versions or preparing releases. Use when this capability is needed.
- ▌ Check 4 · tomevault-io bundleMUST run this skill after completing any code edits. Runs fmt, lint, type-check, and tests. Use when this capability is needed.
- ▌ Pr Creator 6 · tomevault-io bundleCreate pull requests with gh command after development is complete. Use when ready to open a PR. Use when this capability is needed.
- ▌ API Design 9 · tomevault-io bundleRESTful API design and validation Use when this capability is needed.
- ▌ Code Review 86 · tomevault-io bundleRun a comprehensive code review Use when this capability is needed.
- ▌ Ship 7 · tomevault-io bundleUse when ready to merge a PR and deploy a new version of open-wispr - handles version bump, merge, and deploy
- ▌ Code Review 87 · tomevault-io bundleIterative code review with gap detection and user-controlled fixes. Use for PR reviews ("review my PR", "check my changes") or holistic codebase reviews ("review this codebase", "find gaps in the code"). Supports both diff-based PR review and full codebase analysis. Use when this capability is needed.
- ▌ Architect 8 · tomevault-io bundleSolution architecture and system design expert. Use when designing system architecture, choosing technology stacks, making architectural decisions, or defining bounded contexts. Use when this capability is needed.
- ▌ Code Review 88 · tomevault-io bundleReview a PR diff for code-level defects — security, correctness, performance, and maintainability — and post a severity-tagged review comment. Runs at the PR stage AFTER implementation, complementing verify-pr (which checks contract/AC conformance). Invoked by /code-review or the pr-verify.yml workflow. Stack-agnostic. Use when this capability is needed.
- ▌ MCP Builder 11 · tomevault-io bundleBuild MCP (Model Context Protocol) servers that give Claude new capabilities. Use when user wants to create an MCP server, add tools to Claude, or integrate external services. Use when this capability is needed.
- ▌ CI CD 19 · tomevault-io bundleCI/CD pipeline design, optimization, DevSecOps security scanning, and troubleshooting. Use this skill whenever the user mentions CI/CD, GitHub Actions, GitLab CI, pipelines, workflows, builds, or DevSecOps. Triggers include creating new CI/CD workflows, debugging pipeline failures or flaky tests, implementing SAST/DAST/SCA security scanning, optimizing slow builds with caching or parallelization, setting up deployment workflows, securing pipelines with OIDC or secrets management, implementing matrix builds or test sharding, and troubleshooting Docker, permissions, or timeout issues. Use when this capability is needed.
- ▌ Agent Review 2 · tomevault-io bundleReview AI agent implementations for best practices in architecture, folder structure, design patterns, error handling, and observability. Use when auditing agent codebases or designing new agent systems. Use when this capability is needed.
- ▌ Kubernetes 12 · tomevault-io bundleUse this skill when working with Kubernetes — writing manifests, managing clusters, debugging workloads, setting up observability, or deploying to EKS. Covers local dev, Helm, kubectl, k9s, Kustomize, OpenTelemetry, Grafana stack, and CI/CD with GitHub Actions.
- ▌ CI CD 20 · tomevault-io bundleGuide for CI/CD pipeline, PR readiness checklist, and troubleshooting CI failures. Use when preparing PRs for review, debugging CI issues, or understanding the verification workflow. Use when this capability is needed.
- ▌ Vue 39 · tomevault-io bundleVue 3 Composition API, Nuxt patterns, reactivity system, component architecture, and production development practices Use when this capability is needed.
- ▌ Deployment 4 · tomevault-io bundleGuides deployment preparation and production readiness validation Use when this capability is needed.
- ▌ Validation 2 · tomevault-io bundleRuns production readiness validation checks. Includes type checking, linting, tests, coverage, security, and dead code detection. Stack-agnostic.
- ▌ Apple Notes 7 · tomevault-io bundleRead Apple Notes content and execute checklist-driven automations in order. Use when a user asks to run tasks from an Apple Note (especially a checklist note like "AGENT TODO LIST"), or to fetch a specific note body for automation. Use when this capability is needed.
- ▌ GRAPHQL 11 · tomevault-io bundleYou're a developer who has built GraphQL APIs at scale. You've seen the Use when this capability is needed.
- ▌ Research 17 · tomevault-io bundleComprehensive research, analysis, and content extraction system. Multi-source parallel research using available researcher agents. Deep content analysis with extended thinking. Intelligent retrieval for difficult sites. Fabric pattern selection for 242+ specialized prompts. USE WHEN user says 'do research', 'extract wisdom', 'analyze content', 'find information about', or requests web/content research. Use when this capability is needed.
- ▌ Onboard 4 · tomevault-io bundleProject setup and configuration generation. Scans existing code, asks questions, generates copilot-instructions.md, coding standards, docs structure, and bootstrap scripts. Use when this capability is needed.
- ▌ Skill Builder 2 · tomevault-io bundleUse when working with a comprehensive guide and helper to define reusable behavior via SKILL.md definitions for OpenCode.
- ▌ Vercel React Best Practices 22 · 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.
- ▌ Gog 16 · tomevault-io bundleGoogle Workspace integration — Gmail, Calendar, Drive via gog CLI Use when this capability is needed.
- ▌ Create Skill 6 · tomevault-io bundleCreates new Claude Skills with proper structure, SKILL.md templates, and directory organization. 创建符合规范的新 Claude Skill,包含完整结构、模板和目录组织。当用户需要创建新 skill、为 Claude Code 添加功能或搭建 skill 脚手架时使用。
- ▌ Code Reviewer 14 · tomevault-io bundleComprehensive code review and analysis for software quality assurance. Use when Claude needs to review code in any format including (1) Individual files (Python, R, JavaScript, etc.), (2) Directory structures and project organization, (3) Scripts and automation code, (4) Jupyter notebooks and data analysis workflows, (5) Documentation assessment and improvement suggestions, (6) Bug detection and logic verification, (7) Testing coverage and strategy evaluation, (8) Code consistency and maintainability analysis. Provides actionable improvement recommendations across all aspects of software development. Use when this capability is needed.
- ▌ Writing Skills 4 · tomevault-io bundleUse when creating new skills, editing existing skills, or verifying skills work before deployment. Do NOT use for CLAUDE.md design, hooks, or general Claude Code workflow (use code-agent-meta-patterns).
- ▌ Skill Creator 51 · tomevault-io bundleCreate and scaffold new agent skills with proper structure, validation, and spec compliance. Use when building new skills from scratch. Use when this capability is needed.
- ▌ Smart Docs 3 · 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.
- ▌ Handover 4 · tomevault-io bundleCreate or update a concise handover doc for the current repo/session. Use when this capability is needed.
- ▌ Unnamed Skill 2 · tomevault-io bundle管理钉钉日程,包括创建/查询/修改日程、管理参与者、查看忙闲状态、预定会议室 Use when this capability is needed.
- ▌ Security Check 2 · tomevault-io bundleSecurity checklist for code changes Use when this capability is needed.
- ▌ Codex 9 · 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. "codex", "코덱스", "codex 실행", "codex exec", "코드 검증", "AI 리뷰" 키워드에 반응.
- ▌ Browser Skill 2 · tomevault-io bundleAutonomous web browsing using Semantic Snapshots, intelligent waits, and CDP interaction. Use when this capability is needed.
- ▌ Nestjs Expert 2 · tomevault-io bundleNest.js framework expert specializing in module architecture, dependency injection, middleware, guards, interceptors, testing with Jest/Supertest, TypeORM/Mongoose integration, and Passport.js authentication. Use PROACTIVELY for any Nest.js application issues including architecture decisions, testing strategies, performance optimization, or debugging complex dependency injection problems. If a specialized expert is a better fit, I will recommend switching and stop. Use when this capability is needed.
- ▌ Brainstorming 7 · tomevault-io bundleExplores user intent, requirements and design before implementation. Use this before any creative work - creating features, building components, or modifying behavior. Use when this capability is needed.
- ▌ Code Reviewer 16 · tomevault-io bundleReviews code for best practices, security issues, and performance. Use when user asks to review, analyze, or audit code. Use when this capability is needed.
- ▌ Context7 MCP 2 · tomevault-io bundleThis skill should be used when the user asks about libraries, frameworks, API references, or needs code examples. Activates for setup questions, code generation involving libraries, or mentions of specific frameworks like React, Vue, Next.js, Prisma, Supabase, etc. Use when this capability is needed.
- ▌ Dogfood 2 · tomevault-io bundleRun a maximum-rigor dogfooding audit on theo-packs — tests BuildPlan generation, Dockerfile generation, docker build, and container start for all example projects Use when this capability is needed.
- ▌ React 10 · tomevault-io bundleReact renderer for json-render that turns JSON specs into React components. Use when working with @json-render/react, building React UIs from JSON, creating component catalogs, or rendering AI-generated specs. Use when this capability is needed.
- ▌ OAUTH 2 · tomevault-io bundleConfigure OAuth providers (Google, Apple, Microsoft, Facebook, GitHub, etc.) to work with portless local dev URLs. Use when setting up OAuth redirect URIs, fixing "redirect_uri_mismatch" or "invalid redirect" errors, configuring sign-in providers for local development, or when a provider rejects .localhost subdomains. Triggers include "OAuth not working with portless", "redirect URI mismatch", "Google/Apple/Microsoft sign-in fails locally", "configure OAuth for local dev", or any task involving OAuth callback URLs with portless domains. Use when this capability is needed.
- ▌ Tsdown 6 · 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.
- ▌ Skill Installer 7 · tomevault-io bundleInstall VT Code skills into ~/.agents/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.
- ▌ Playwright CLI 6 · 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.
- ▌ Agent Browser 7 · 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.
- ▌ Tdd 22 · tomevault-io bundleRemind agent about TDD approach and continue conversation Use when this capability is needed.
- ▌ Create Draft Release Notes 4 · tomevault-io bundleCreate or update draft GitHub release notes, or output organized Markdown when draft creation is unavailable. Use for release notes, draft releases, release PR checks, npm staged publishing checks, and optional highlights. Use when this capability is needed.
- ▌ Frontend Design 24 · 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.
- ▌ Skill Creator 52 · tomevault-io bundleTemplate and guide for creating new skills Use when this capability is needed.
- ▌ Documentation 24 · tomevault-io bundleDocumentation deep-dive for the poku website covering Docusaurus setup, language policy, feature-to-docs mapping, conventions, JSDoc, and the changelog. Use when editing or adding docs or mapping a feature to its page. Use when this capability is needed.
- ▌ Documentation 25 · tomevault-io bundleGenerate comprehensive documentation for code including API docs, README files, and inline comments. Use when this capability is needed.
- ▌ Security 10 · tomevault-io bundleSecurity best practices, OWASP Top 10, input validation, and secure coding patterns. Use when implementing authentication, authorization, input validation, or when addressing security vulnerabilities in any language. Use when this capability is needed.
- ▌ UX 2 · tomevault-io bundleUx standards for ux in Design environments. Covers best practices, implementation Use when this capability is needed.
- ▌ Design Sprint 2 · tomevault-io bundleRun a structured 5-day process to prototype, test, and validate product ideas with real users. Use when the user mentions "design sprint", "validate in a week", "rapid prototype", "test with users", "de-risk before building", "GV sprint", "prototype testing", or "design workshop". Also trigger when a team needs to make a critical product decision quickly, resolve stakeholder disagreements, or test risky ideas before investing in development. Covers mapping, sketching, deciding, prototyping, and testing. For ongoing experimentation, see lean-startup. For customer job analysis, see jobs-to-be-done. Use when this capability is needed.
- ▌ Agents Md 6 · tomevault-io bundleThis skill should be used when the user asks to 'create AGENTS.md', 'update AGENTS.md', 'add to AGENTS.md', 'document the repo', 'write repo documentation', 'create repository guide', 'document patterns', 'document conventions', 'add coding guidelines', or after implementing features to document new patterns, conventions, commands, or gotchas that should be added to AGENTS.md. Also triggers when noticing undocumented patterns, repeated gotchas, or missing workflow documentation. Use when this capability is needed.
- ▌ Imsg 12 · tomevault-io bundleiMessage/SMS CLI for listing chats, history, watch, and sending. Use when this capability is needed.
- ▌ Tmux 29 · tomevault-io bundleRemote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output. Use when this capability is needed.
- ▌ Next JS 2 · tomevault-io bundleBuild Next.js applications with App Router, server components, caching strategies, and deployment patterns. Use when this capability is needed.
- ▌ Fix Issue 5 · tomevault-io bundleFix a GitHub issue end-to-end. Use when given an issue number to fix, implementing bug fixes, or addressing reported problems. Use when this capability is needed.
- ▌ Deploy 19 · tomevault-io bundleDeploy the application or manage infrastructure. Handles Docker builds, CI/CD, and deployment workflows. Use when this capability is needed.
- ▌ Scope 2 · tomevault-io bundleConfigure claude-scope status line widgets for Claude Code. Use when user wants to customize widgets, change theme, reorder elements, or modify display style. Use when this capability is needed.
- ▌ Nuxt UI 5 · tomevault-io bundleBuild UIs with @nuxt/ui v4 — 125+ accessible Vue components with Tailwind CSS theming. Use when creating interfaces, customizing themes to match a brand, building forms, or composing layouts like dashboards, docs sites, and chat interfaces. Use when this capability is needed.
- ▌ Glmv Doc Based Writing 2 · tomevault-io bundleComprehend the given document(s) and write a textual content (paper/article/essay/report/review/post/brief/proposal/plan) according to your requirements using the ZhiPu GLM-V multimodal model. Use when this capability is needed.
- ▌ Zenml Backport 2 · tomevault-io bundleBackport docs/examples changes to a pre-existing ZenML release. Use when changes merged to `develop` need to be reflected in a live release version. Triggers include "backport", "cherry-pick to release", "update release docs", or when docs/examples changes need to be applied to an existing release branch. Use when this capability is needed.
- ▌ Vue Expert 2 · tomevault-io bundleExpert Vue specialist mastering Vue 3 with Composition API and ecosystem. Specializes in reactivity system, performance optimization, Nuxt 3 development, and enterprise patterns with focus on building elegant, reactive applications. Use when this capability is needed.