tomevault-io
- 62k skills
- 0 followers
- 7 hours ago last updated
- ▌ Screenshot 7 · tomevault-io bundleVisual evidence capture workflow for reproducible screenshots in engineering and QA tasks. Use when bug reports, regression checks, or implementation proof require stable screenshot artifacts; do not use for design-source extraction or architecture documentation. Use when this capability is needed.
- ▌ CI CD Pipeline 11 · tomevault-io bundleUse when setting up or improving CI/CD pipelines - GitHub Actions, automated testing, deployment, release automation
- ▌ Deployment 10 · tomevault-io bundleImplements CI/CD pipelines and DevOps practices for Power BI. Use for automated validation, testing, and deployment of PBIP projects. Use when this capability is needed.
- ▌ Command Executor 2 · tomevault-io bundleExecute system commands and manage processes using Effect's ChildProcess module from effect/unstable/process. Use this skill when spawning child processes, running shell commands, capturing command output, or managing long-running processes with cleanup. Use when this capability is needed.
- ▌ React Dev 5 · tomevault-io bundleThis skill should be used when building React components with TypeScript, typing hooks, handling events, or when React TypeScript, React 19, Server Components are mentioned. Covers type-safe patterns for React 18-19 including generic components, proper event typing, and routing integration (TanStack Router, React Router). Use when this capability is needed.
- ▌ Documentation Standards 3 · tomevault-io bundleStandards for Kubebuilder documentation in docs/book/src/. Use when writing or reviewing documentation, tutorials, guides, or plugin docs. Use when this capability is needed.
- ▌ Blueprint 4 · tomevault-io bundle장황한 자연어 요청을 구조화된 이중언어 문서로 변환 (한글 검토용 + 영어 AI 프롬프트용). 복잡한 요청을 구현 전에 명확히 구조화할 때 사용. Use when this capability is needed.
- ▌ Review Pr 23 · tomevault-io bundleGitHub Pull Request 리뷰 및 미해결 리뷰 코멘트 분석 Use when this capability is needed.
- ▌ Logging Best Practices 2 · tomevault-io bundle日志最佳实践,强调宽事件(canonical log lines),便于调试与分析。 Use when this capability is needed.
- ▌ Design Tokens 2 · tomevault-io bundleCSS custom property architecture, theme systems, design token organization, and component library integration. Use when implementing design systems, theme switching, dark mode, or when the user mentions tokens, CSS variables, theming, or design system setup. Use when this capability is needed.
- ▌ Gemini 36 · tomevault-io bundleUse Google Gemini API for text generation, multimodal analysis, image generation (Nano Banana), function calling, and search grounding. Invoke when user wants to use Gemini, ask Gemini, generate images with Gemini, or analyze content with Gemini. Use when this capability is needed.
- ▌ Check 7 · tomevault-io bundleLoad `dev/checking.md` for detailed guidance on fixing errors. Use when this capability is needed.
- ▌ Next JS App Router 2 · tomevault-io bundleUse when working with a component or module was extracted from a page to a separate file, but the extracted file is still 300+ LOC. This just moved the god file — it did not solve the modularity problem. After extraction, split further into focused sub-components.
- ▌ Kubernetes 28 · tomevault-io bundleKubernetes operations expert for kubectl, pods, deployments, and debugging Use when this capability is needed.
- ▌ Gitops Workflow 3 · tomevault-io bundleImplement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments with continuous reconciliation. Use when implementing GitOps practices, automating Kubernetes deployments, or setting up declarative infrastructure management. Use when this capability is needed.
- ▌ Ship Learn Next 2 · tomevault-io bundleTransform learning content (like YouTube transcripts, articles, tutorials) into actionable implementation plans using the Ship-Learn-Next framework. Use when user wants to turn advice, lessons, or educational content into concrete action steps, reps, or a learning quest. Use when this capability is needed.
- ▌ Spec Writing 6 · tomevault-io bundleThis skill should be used when the user wants to create project specifications, feature specifications, design system documentation, or update existing specs. Triggers on "create spec", "plan project", "design system", "plan feature", "write specification", "generate SPEC.md", "document my project", "scaffold a spec", "plan my app", "spec out a feature", "create a project plan", "create a CLAUDE.md", "document architecture", "set up my project", "bootstrap a new app", "help me plan", "redesign my UI", "audit my design", "update my spec", or "revise the spec". Covers interview-based specification workflow with codebase analysis, tech stack recommendations, gap analysis, design audit, and optional SPEC/ supplements. Use when this capability is needed.
- ▌ Github 59 · tomevault-io bundleUse when interacting with GitHub (issues, PRs, projects, repo exploration)
- ▌ Pytest Coverage 5 · tomevault-io bundle執行 pytest 測試並產生覆蓋率報告,找出缺少覆蓋率的程式碼行,並將覆蓋率提高到 100%。 Use when this capability is needed.
- ▌ Vibe Coding 3 · tomevault-io bundleTurn an idea into a demo-ready prototype using AI-assisted vibe coding. Use when this capability is needed.
- ▌ Deploy 29 · tomevault-io bundleDeploy the application to staging or production. Validates, builds, pushes Docker image, deploys via Helm, and runs smoke tests. Use when this capability is needed.
- ▌ Notebooklm 7 · tomevault-io bundleUse this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.
- ▌ Fastapi Observability 2 · tomevault-io bundleThis skill should be used when the user asks to "add logging", "implement metrics", "add tracing", "configure Prometheus", "setup OpenTelemetry", "add health checks", "monitor API", or mentions observability, APM, monitoring, structured logging, distributed tracing, or Grafana. Provides comprehensive observability patterns. Use when this capability is needed.
- ▌ Code Execution 2 · tomevault-io bundleEnabling Gemini's native sandboxed Python runtime, capturing code outputs, and mathematical/scientific executions. Use when this capability is needed.
- ▌ Create Release 6 · tomevault-io bundleThis skill should be used when the user asks to "create a release", "tag a release", "publish a new version", "draft release notes", or "cut a release". Walks through version selection, release notes curation, changelog update, and tag creation. Use when this capability is needed.
- ▌ Migrate Component 2 · tomevault-io bundleMigrate a React-only component to the shared core/React/Vue architecture Use when this capability is needed.
- ▌ Golang Lint 5 · tomevault-io bundleProvides linting best practices and golangci-lint configuration for Go projects. Covers running linters, configuring .golangci.yml, suppressing warnings with nolint directives, interpreting lint output, and managing linter settings. Use this skill whenever the user runs linters, configures golangci-lint, asks about lint warnings or suppressions, sets up code quality tooling, or asks which linters to enable for a Go project. Also use when the user mentions golangci-lint, go vet, staticcheck, revive, or any Go linting tool.
- ▌ React Typescript 2 · tomevault-io bundleModern React 19+ patterns with TypeScript including function components, hooks, state management, TanStack Query integration, form handling with Zod, error boundaries, and performance optimization. Use when building React applications, implementing components, or setting up state management. Use when this capability is needed.
- ▌ Auto Optimize 2 · tomevault-io bundle使用 auto-run-agent 对目标项目进行自动化分析、评估、设计和优化。完整流程包括:探索项目现状 → 识别问题 → 设计任务列表 → 创建 runner 环境 → 启动自主执行。适用于任何需要批量优化的项目。 Use when this capability is needed.
- ▌ Openai Whisper API 16 · tomevault-io bundleTranscribe audio via OpenAI Audio Transcriptions API (Whisper). Use when this capability is needed.
- ▌ API Mock 2 · tomevault-io bundleGenerate API mocks and stub servers from OpenAPI specs or code analysis Use when this capability is needed.
- ▌ CI Setup 2 · tomevault-io bundleConfigure CI/CD pipelines for GitHub Actions, GitLab CI, CircleCI with best practices Use when this capability is needed.
- ▌ Refactor 33 · tomevault-io bundleStructured code restructuring preserving functionality with continuous validation Use when this capability is needed.
- ▌ Vue 51 · tomevault-io bundleVue 3 standards — Composition API, script setup, composables, reactivity, and TypeScript patterns. Load when working with Vue 3. Use when this capability is needed.
- ▌ User Onboarding 2 · tomevault-io bundleDesign and improve product user onboarding (first-time user experience) to drive activation and early retention. Produces an Onboarding & Activation Pack (aha moment spec, first 30 seconds + first mile plan, onboarding journey map, experiment backlog, measurement plan). Use for Growth teams. Use when this capability is needed.
- ▌ UI Designer 3 · tomevault-io bundleExpert UI/UX designer for React applications with shadcn/ui and Tailwind CSS. **ALWAYS use when creating UI components, implementing responsive layouts, or designing interfaces.** Use when user needs component creation, design implementation, responsive layouts, accessibility improvements, dark mode support, or design system architecture. Examples - "create a custom card component", "build a responsive navigation", "setup shadcn/ui button", "implement dark mode", "make this accessible", "design a form layout". Use when this capability is needed.
- ▌ Frontend Design 76 · tomevault-io bundleBuild web interfaces with genuine design quality, not AI slop. Use for any frontend work - landing pages, web apps, dashboards, admin panels, components, interactive experiences. Activates for both greenfield builds and modifications to existing applications. Detects existing design systems and respects them. Covers composition, typography, color, motion, and copy. Verifies results via screenshots before declaring done. Use when this capability is needed.
- ▌ UI Designer 4 · tomevault-io bundleDesign intuitive, accessible, and visually coherent interfaces aligned with brand and product goals. Use when this capability is needed.
- ▌ Artifacts Builder 2 · tomevault-io bundleSuite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts. Use when this capability is needed.
- ▌ Brand Guidelines 11 · tomevault-io bundleApplies Notion Avatar's hand-drawn minimalist style to any artifact that may benefit from having the project's look-and-feel. Use it when brand colors, style guidelines, visual formatting, or design standards apply. Use when this capability is needed.
- ▌ Help 13 · tomevault-io bundleGuide on using oh-my-claudecode plugin Use when this capability is needed.
- ▌ CI CD Pipeline 12 · tomevault-io bundleUse when designing or reviewing CI/CD pipelines or GitHub Actions workflows; when auditing CI for security or quality gaps; when picking tools (gitleaks, semgrep, trivy, osv-scanner, etc.); when deciding what should fail-the-build vs warn; when shipping AI-generated code that needs harder gates than human code; when a PR slipped through with secrets, hallucinated APIs, broken migrations, or uncovered branches.
- ▌ Collaboration 3 · tomevault-io bundleExpert at facilitating team collaboration on documentation in Meldoc. Use when multiple people are working on docs, managing reviews, coordinating updates, planning documentation projects, or resolving conflicts. Use when this capability is needed.
- ▌ Debugging 14 · tomevault-io bundleProvides systematic debugging workflow that finds root cause before fixing. Fix phase uses @tdd to write a failing test reproducing the bug, then fix. Searches EC for prior issues and stores learnings. Use when encountering bugs, test failures, or unexpected behavior.
- ▌ Status 7 · tomevault-io bundleShow status of all active ClickUp agents and worktrees Use when this capability is needed.
- ▌ Update 2 · tomevault-io bundleUpdate a ClickUp task based on natural language prompt - comment, tag, edit fields Use when this capability is needed.
- ▌ Project Docs 2 · tomevault-io bundleComma-separated list of docs to generate (e.g., 'readme,license,contributing'). If omitted, you will be asked. Use when this capability is needed.
- ▌ Project Init 4 · tomevault-io bundleInitialize or upgrade a TypeScript project to comply with the mission-critical coding standard Use when this capability is needed.
- ▌ Playwright CLI 17 · tomevault-io bundleAutomate browser interactions, test web pages and work with Playwright tests. Use when this capability is needed.
- ▌ Build Docs 3 · tomevault-io bundleGuide for building documentation and validating docstrings. Use this when asked to build docs, check docstrings, or validate documentation. Use when this capability is needed.
- ▌ Code Style 4 · tomevault-io bundleGuide for running code style linters and formatters. Use this when asked to check code style, run linters, or fix formatting issues. Use when this capability is needed.
- ▌ Pr Review 24 · tomevault-io bundleMulti-dimensional review of a PR or feature branch in microsoft/win-dev-skills. Activate on "review my PR / changes / branch", "vet before pushing", "PR review", "is this ready to merge". Fans out parallel sub-agents over skill content, the skill-vs-tool boundary (solution hierarchy), tool correctness, payload/provenance/tests, docs & manifest sync, plus a multi-model cross-check. Reports findings to stdout. Does NOT apply fixes. Use when this capability is needed.
- ▌ Receiving Code Review 4 · tomevault-io bundleUse when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
- ▌ Backend 2 · tomevault-io bundleBackend development with Node.js, Express, NestJS, and server patterns Use when this capability is needed.
- ▌ Implement 16 · tomevault-io bundle多 Agent 監督式實作框架 - TDD 驅動、即時審查、品質守護 Use when this capability is needed.
- ▌ Documentation Structure 2 · tomevault-io bundleDocumentation architecture for this repository. Use when creating, updating, or reviewing README.md, CONTRIBUTING.md, or docs/ files. Covers separation of concerns, vendor documentation standards, cross-references, and validation. Use when this capability is needed.
- ▌ Deepchem 3 · tomevault-io bundleMolecular machine learning toolkit. Property prediction (ADMET, toxicity), GNNs (GCN, MPNN), MoleculeNet benchmarks, pretrained models, featurization, for drug discovery ML. Use when this capability is needed.
- ▌ Code Quality 19 · tomevault-io bundleInstructions for running code quality checks and maintaining standards in the Python-Template project. Use when this capability is needed.
- ▌ Deep Research 12 · tomevault-io bundleUse when a task requires broad evidence gathering, parallel research streams, or synthesis across multiple sources before writing specs or plans. Invoke for multi-domain analysis, requirements extraction, or competitive research. Not for single-file or focused code analysis.
- ▌ Performance Patterns 2 · tomevault-io bundleReact performance optimization including memoization, code splitting, and lazy loading. Use when optimizing React applications. Use when this capability is needed.
- ▌ PDF 41 · 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.
- ▌ Openai Whisper 9 · tomevault-io bundleLocal speech-to-text with the Whisper CLI (no API key). Use when this capability is needed.
- ▌ Code Quality 20 · tomevault-io bundleCode quality guidelines. ALWAYS use skill for ANY code changes. Use when this capability is needed.
- ▌ Git Workflow 141 · tomevault-io bundleGit workflow best practices for commits, rebasing, conflict resolution, and branch management. Use when working with git operations, creating commits, resolving conflicts, or managing branches. Use when this capability is needed.
- ▌ Typescript Ecosystem 2 · tomevault-io bundleThis skill should be used when the user asks to "write typescript", "typescript config", "tsconfig", "type definition", "generics", "utility types", or works with TypeScript language patterns and configuration. Provides comprehensive TypeScript ecosystem patterns and best practices. Use when this capability is needed.
- ▌ Golang Testing 15 · 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.
- ▌ Frontend Design 77 · 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.
- ▌ Golang Data Structures 2 · tomevault-io bundleGolang data structures — slices (internals, capacity growth, preallocation, slices package), maps (internals, hash buckets, maps package), arrays, container/list/heap/ring, strings.Builder vs bytes.Buffer, generic collections, pointers (unsafe.Pointer, weak.Pointer), and copy semantics. Use when choosing or optimizing Go data structures, implementing generic containers, using container/ packages, unsafe or weak pointers, or questioning slice/map internals. Use when this capability is needed.
- ▌ Golang Design Patterns 2 · tomevault-io bundleIdiomatic Golang design patterns — functional options, constructors, error flow and cascading, resource management and lifecycle, graceful shutdown, resilience, architecture, dependency injection, data handling, and streaming. Apply when designing Go APIs, structuring applications, choosing between patterns, making design decisions, architectural choices, or production hardening. Use when this capability is needed.
- ▌ Technical Writer 7 · tomevault-io bundleGenerate technical documentation including READMEs, specifications, architecture documents, and runbooks. Use when creating or updating any technical documentation. Use when this capability is needed.
- ▌ Next Best Practices 16 · 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.
- ▌ Skill Builder 9 · tomevault-io bundleCreate, structure, and optimize FTC skills for the marketplace. Use when creating a new skill, improving an existing skill, scaffolding a plugin, or needing guidance on skill design patterns, triggers, frontmatter, progressive disclosure, or skill testing. Use when this capability is needed.
- ▌ Eval Harness 3 · tomevault-io bundleFormal evaluation framework for Codex Agentic Code sessions implementing eval-driven development (EDD) principles Use when this capability is needed.
- ▌ Excalidraw 8 · tomevault-io bundleGenerate Excalidraw JSON format diagrams for documentation, architecture diagrams, flowcharts, entity relationships, and visual explanations. Use when users request Excalidraw diagrams, .excalidraw files, visual diagrams for docs, architecture visualizations, flowcharts, or when converting ASCII art/placeholder diagrams to proper Excalidraw format. Use when this capability is needed.
- ▌ Acestep 2 · tomevault-io bundleUse ACE-Step API to generate music from text descriptions and lyrics. Supports text-to-music, lyrics generation, audio continuation, and audio repainting. Use this skill when users mention generating music, creating songs, music production, remix, or audio continuation. Use when this capability is needed.
- ▌ API Designer 9 · tomevault-io bundleDesigns RESTful APIs with endpoint naming, versioning strategies (URL path, header-based), pagination (offset and cursor), error response schemas, and OpenAPI conventions. Use when the user asks about REST API design, creating endpoints, URL structure, API versioning, status codes, Swagger, or OpenAPI specs. Use when this capability is needed.
- ▌ Git Workflow 142 · tomevault-io bundleToken-efficient git operations with security scanning and auto-split commits Use when this capability is needed.
- ▌ React Expert 7 · tomevault-io bundleReact gotchas and decision criteria covering stale closure bugs in useEffect, conditional rendering traps (falsy 0/empty string), state management selection (useState vs Context vs Zustand vs TanStack Query), and hooks rules. Use when writing React components, debugging re-renders, choosing state management, or encountering useEffect infinite loops. Use when this capability is needed.
- ▌ Self Improve 2 · tomevault-io bundleApply learned improvements to the Aura Frog plugin. Updates rules, adjusts agent routing, modifies workflow configurations, and generates knowledge base entries. Use when this capability is needed.
- ▌ Product Strategy 3 · tomevault-io bundleProduct vision, roadmap development, and go-to-market execution with structured prioritization frameworks. Use when evaluating features, planning product direction, or assessing market fit. Use when this capability is needed.
- ▌ Quality Gates 6 · tomevault-io bundleThis skill should be used when the user wants to run code quality checks (linting, formatting, type checking, tests) on the lazyopencode project. Use this skill when asked to "run quality gates", "check the code", "run tests", "lint the code", or verify code quality before committing. Use when this capability is needed.
- ▌ Code Review 246 · tomevault-io bundleReview the code changes mentioned in the thread. Comment on readability, correctness, edge cases, and naming conventions. Use when this capability is needed.
- ▌ Github Issues 11 · tomevault-io bundleCreate, triage, label, assign GitHub issues via gh or REST. Use when this capability is needed.
- ▌ Requesting Code Review 7 · tomevault-io bundleUse when completing tasks, implementing major features, or before merging to verify work meets requirements
- ▌ Webapp Testing 21 · 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 42 · 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.
- ▌ Langchain 13 · tomevault-io bundleUse when building LLM applications with LangChain, implementing chains, agents, tools, memory, prompts, and retrieval systems. Includes best practices for prompt engineering, tool integration, and agent development. Based on LangChain/LangGraph official documentation and agent development best practices.
- ▌ Skill Creator 179 · 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.
- ▌ Sync With Swift 2 · tomevault-io bundleGuide for syncing with upstream Swift compiler demangling changes Use when this capability is needed.
- ▌ Skill Creator 180 · 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.
- ▌ Codereview Roasted 2 · tomevault-io bundleBrutally honest code review in the style of Linus Torvalds, focusing on data structures, simplicity, and pragmatism. Use when you want critical, no-nonsense feedback that prioritizes engineering fundamentals over style preferences. Use when this capability is needed.
- ▌ Apple Notes 19 · tomevault-io bundleManage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders. Use when this capability is needed.
- ▌ Healthcheck 13 · tomevault-io bundleHost security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS). Use when this capability is needed.
- ▌ Github Issues 12 · tomevault-io bundleManage GitHub issues using the GitHub CLI (gh) Use when this capability is needed.
- ▌ Using Git Worktrees 10 · tomevault-io bundleUse when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
- ▌ Nosql Expert 2 · tomevault-io bundleExpert guidance for distributed NoSQL databases (Cassandra, DynamoDB). Focuses on mental models, query-first modeling, single-table design, and avoiding hot partitions in high-scale systems. Use when this capability is needed.
- ▌ Feature Discovery 2 · tomevault-io bundleConduct feature discovery and planning for new game features. Use when designing new features, planning implementations, analyzing requirements, breaking down complex features into tasks, or conducting feasibility studies for the TripleDerby racing game. Use when this capability is needed.
- ▌ Terraform Validator 2 · tomevault-io bundleComprehensive toolkit for validating, linting, testing, and automating Terraform configurations and HCL files. Use this skill when working with Terraform files (.tf, .tfvars), validating infrastructure-as-code, debugging Terraform configurations, performing dry-run testing with terraform plan, or working with custom providers and modules. Use when this capability is needed.
- ▌ Readme Generator 4 · tomevault-io bundleGenerates comprehensive README files with badges, installation, usage, API docs, and contribution guidelines. Use when users request "README", "project documentation", "readme template", "documentation generator", or "project setup docs".
- ▌ Git Workflow 143 · tomevault-io bundleExecute git workflow operations including branch creation, commits, and pull requests Use when this capability is needed.