tomevault-io
- 62k skills
- 0 followers
- 6 hours ago last updated
- ▌ Git Workflow 133 · tomevault-io bundleEnforce structured git workflow with conventional commits, feature branches, semver versioning, and work logging. Use for all code changes to prevent work loss and maintain history. Use when this capability is needed.
- ▌ Unit Testing 4 · tomevault-io bundleWrite unit tests for JavaScript files using Node.js native test runner. Use when creating new scripts, fixing bugs, or when prompted about missing tests. Use when this capability is needed.
- ▌ Product Management 4 · tomevault-io bundleExpertise in product management lifecycle, from ideation to launch. Covers requirements gathering, user story creation, prioritization, and product strategy. Use this skill for product planning, writing PRDs, defining MVPs, or competitive analysis. Use when this capability is needed.
- ▌ Python Development 3 · tomevault-io bundleProfessional Python development skill covering modern Python 3.10+, FastAPI, Django, Flask, async programming, data processing, and best practices. Use this skill when developing Python web applications, building FastAPI/Django projects, implementing async programming, or need guidance on Python architecture design and performance optimization. Use when this capability is needed.
- ▌ Pytest Coverage 4 · tomevault-io bundleRun coverage.py with pytest to measure Python source code execution (line and branch coverage). Use ONLY when asked to run coverage.py, check which Python lines/branches are executed, or generate a coverage.py HTML report. Do NOT use for tracking which toolkit tools have YAML test cases — use coverage-calculator for that. Use when this capability is needed.
- ▌ Using Superpowers 6 · tomevault-io bundleUse when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
- ▌ Skill Creation 2 · tomevault-io bundlePlan and create Claude Code skills/commands/agents with guided wizards and background agents aligned to v0.5 guidelines. Use when this capability is needed.
- ▌ Deslop 3 · tomevault-io bundleRemove AI-generated code slop from the current branch by analyzing diffs against main and cleaning up unnecessary comments, defensive code, and style inconsistencies. Use when this capability is needed.
- ▌ Atomic Commits 3 · tomevault-io bundlePlan and create atomic git commits with clear Conventional Commits messages. Use when the user asks to "organize commits", "plan commits", "make atomic commits", or commit current work cleanly (without pushing). Analyze diffs, propose a commit plan for confirmation, run repo-appropriate checks (pre-commit/pytest and/or frontend lint/typecheck/tests), then stage and commit each group. Use when this capability is needed.
- ▌ Task Management 3 · tomevault-io bundleTask management CLI for tracking and managing feature subtasks with status, dependencies, and validation Use when this capability is needed.
- ▌ Swift Expert 4 · tomevault-io bundleUse when building iOS/macOS applications with Swift 5.9+, SwiftUI, or async/await concurrency. Invoke for protocol-oriented programming, SwiftUI state management, actors, server-side Swift.
- ▌ Run Agmente Codex E2e 2 · tomevault-io bundleRun Agmente iOS end-to-end tests against a local Codex app-server endpoint, validate Codex thread/turn protocol flow, and perform mandatory cleanup. Use when this capability is needed.
- ▌ GRAPHQL 17 · tomevault-io bundleGraphQL gives clients exactly the data they need - no more, no Use when this capability is needed.
- ▌ Systematic Debugging 7 · tomevault-io bundleUse when encountering any bug, test failure, or unexpected behavior, before proposing fixes
- ▌ Typescript Expert 5 · tomevault-io bundleTypeScript expert for type system, generics, utility types, and strict mode patterns Use when this capability is needed.
- ▌ Design 15 · tomevault-io bundleEnforces precise, minimal design for dashboards and admin interfaces. Use when building SaaS UIs, data-heavy interfaces, or any product needing Jony Ive-level craft. Use when this capability is needed.
- ▌ Writer 2 · tomevault-io bundleWriting style and tone guide for human-sounding content. Use when writing documentation, READMEs, commit messages, PR descriptions, blog posts, or any user-facing content. Use when this capability is needed.
- ▌ Handoff 5 · tomevault-io bundleCreate structured documents that enable seamless continuity across Claude Use when this capability is needed.
- ▌ Tauri Development 2 · tomevault-io bundleTauri development guidelines for building cross-platform desktop applications with TypeScript, Rust, and modern web technologies Use when this capability is needed.
- ▌ K8S Gitops 2 · tomevault-io bundleManage GitOps workflows with Flux and ArgoCD. Use for sync status, reconciliation, app management, source management, and GitOps troubleshooting. Use when this capability is needed.
- ▌ Reddit Commenter 2 · tomevault-io bundleUse when working with a skill for writing natural and valuable comments on Reddit communities. Includes the complete workflow from subreddit exploration, comment writing, review, posting, to tracking.
- ▌ Worktree 7 · tomevault-io bundleCreate git worktree with automatic sync of gitignored files (configs, .env, IDE settings). Use when setting up parallel development environments or working on multiple branches simultaneously. Use when this capability is needed.
- ▌ IOS Development 4 · tomevault-io bundleComprehensive iOS development guidance including Swift best practices, SwiftUI patterns, UI/UX review against HIG, and app planning. Use for iOS code review, best practices, accessibility audits, or planning new iOS apps. Use when this capability is needed.
- ▌ Code Quality 17 · tomevault-io bundleMaintain code quality using Biome linting, formatting, and git hooks. Use this when the user asks about linting errors, code formatting, Biome configuration, fixing code style issues, organizing imports, or ensuring code quality standards before commits. Use when this capability is needed.
- ▌ Frontend Patterns 3 · tomevault-io bundleReact、Next.js、状態管理、パフォーマンス最適化、UI ベストプラクティスのためのフロントエンド開発パターン Use when this capability is needed.
- ▌ Verification Loop 3 · tomevault-io bundleClaude Codeセッションのための包括的な検証システム。変更後にビルド・テスト・リントを実行し、品質を保証する。 Use when this capability is needed.
- ▌ K8S Deploy 2 · tomevault-io bundleHelm and Kubernetes deployment operations for ACR/AKS production, KIND local development, and resource management. Use for deploying charts, managing pods/services, configuring ingress, and troubleshooting K8s workloads. Use when this capability is needed.
- ▌ Rust Best Practices 2 · tomevault-io bundleRust coding best practices for cc-audit development. Use when writing new Rust code, reviewing code, or refactoring. Covers error handling, safety, performance, and idiomatic patterns. Use when this capability is needed.
- ▌ Browser Use 5 · tomevault-io bundleAI-driven browser automation via Model Context Protocol Use when this capability is needed.
- ▌ Golang Swagger 2 · tomevault-io bundleGolang OpenAPI/Swagger documentation with swaggo/swag — annotation comments (@Summary, @Param, @Success, @Router, @Security), swag init code generation, framework integrations (gin, echo, fiber, chi, net/http), security definitions (Bearer/JWT, OAuth2, API key), and struct tags (swaggertype, enums, example, swaggerignore). Apply when adding or maintaining Swagger/OpenAPI docs in a Go project, or when the codebase imports github.com/swaggo/swag, github.com/swaggo/gin-swagger, github.com/swaggo/echo-swagger, github.com/swaggo/http-swagger, or github.com/swaggo/files. Use when this capability is needed.
- ▌ Golang Testing 13 · 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.
- ▌ Coding Standards 12 · tomevault-io bundleCode standards for the site. Consult when implementing features, reviewing code, refactoring, or answering questions about project conventions. Extends CLAUDE.md with type discipline, naming conventions, Astro patterns, and review checklists. Use when this capability is needed.
- ▌ Skill Finder 3 · tomevault-io bundleMulti-source skill discovery for OpenClaw, Claude Code, Codex, Cursor, Windsurf, and more. Search ClawHub, GitHub, and npm — then install to every AI platform you use in one command. Use when this capability is needed.
- ▌
- ▌ Create An Edge App 2 · tomevault-io bundleUse when working with the recommended way to create an Edge App
- ▌ Jest Generator 2 · tomevault-io bundleGenerate Jest unit tests for JavaScript/TypeScript with mocking, coverage. Use for JS/TS modules, React components, test generation, or encountering missing coverage, improper mocking, test structure errors. Use when this capability is needed.
- ▌ Tanstack Query 4 · tomevault-io bundleTanStack Query v5 (React Query) server state management. Use for data fetching, caching, mutations, or encountering v4 migration, stale data, invalidation errors. Use when this capability is needed.
- ▌ Vitest Testing 3 · tomevault-io bundleModern TypeScript/JavaScript testing with Vitest. Fast unit and integration tests, native ESM support, Vite-powered HMR, and comprehensive mocking. Use for testing TS/JS projects. Use when this capability is needed.
- ▌ Fastapi Patterns 7 · tomevault-io bundleFastAPI + SQLModel + Neon PostgreSQL 後端開發最佳實踐。適用於 Render 部署的 API 服務。涵蓋路由設計、資料庫操作、錯誤處理、認證授權。 Use when this capability is needed.
- ▌ Interface Design 2 · tomevault-io bundleThis skill is for interface design — dashboards, admin panels, apps, tools, and interactive products. NOT for marketing design (landing pages, marketing sites, campaigns). Use when this capability is needed.
- ▌ Pinocchio Development 2 · tomevault-io bundleComprehensive guide for building high-performance Solana programs using Pinocchio - the zero-dependency, zero-copy framework. Covers account validation, CPI patterns, optimization techniques, and migration from Anchor. Use when this capability is needed.
- ▌ Video Frames 14 · tomevault-io bundleExtract frames or short clips from videos using ffmpeg. Use when this capability is needed.
- ▌ Generate Tests 2 · tomevault-io bundleGenerate test files from acceptance criteria or existing code. Supports criteria-driven mode (from specs/tasks) and code-analysis mode (from source files). Auto-detects test framework and spawns test-writer agents for parallel generation. Use when this capability is needed.
- ▌ Vue Best Practices 15 · tomevault-io bundleUse when working with a collection of best practices and tips for developing applications using Vue.js. This skill MUST be apply when developing, refactoring or reviewing Vue.js or Nuxt projects.
- ▌ Class 2 · tomevault-io bundleUse this skill when creating a new class or asking how to model a new class in ShapeCrawler.
- ▌ Skill Judge 2 · tomevault-io bundleEvaluate Agent Skill design quality against official specifications and best practices. Use when reviewing, auditing, or improving SKILL.md files and skill packages. Provides multi-dimensional scoring and actionable improvement suggestions. Use when this capability is needed.
- ▌ Golang Patterns 11 · tomevault-io bundleIdiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications. Use when this capability is needed.
- ▌ Git Commit 33 · tomevault-io bundleCreate git commits with succinct technical messages. Activates when user requests git commit creation. Use when this capability is needed.
- ▌ AI Tutor 2 · tomevault-io bundleUse when user asks to explain, break down, or help understand technical concepts (AI, ML, or other technical topics). Makes complex ideas accessible through plain English and narrative structure.
- ▌ Django Celery 3 · tomevault-io bundleDjango + Celery async task patterns — configuration, task design, beat scheduling, retries, canvas workflows, monitoring, and testing. Use when adding background jobs, scheduled tasks, or async processing to a Django app. Use when this capability is needed.
- ▌ Android Architecture 2 · tomevault-io bundleExpert guidance on setting up and maintaining a modern Android application architecture using Clean Architecture and Hilt. Use this when asked about project structure, module setup, or dependency injection. Use when this capability is needed.
- ▌ Component Development 2 · tomevault-io bundleCreating components (inline/docker). Dynamic ports, retry policies, PTY patterns, IsolatedContainerVolume. Use when this capability is needed.
- ▌ Using Git Worktrees 9 · 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
- ▌ Diagnose 4 · tomevault-io bundleInvestigate and diagnose problems using structured evidence gathering and hypothesis testing. Use whenever something is broken, failing, or behaving unexpectedly — build errors, test failures, runtime exceptions, deployment issues, or performance problems. Use when this capability is needed.
- ▌ Skill Creator 171 · tomevault-io bundleCreate or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets. Use when this capability is needed.
- ▌ Backend Engineer 2 · tomevault-io bundleBuild robust backend systems with modern technologies (Node.js, Python, Go, Rust), frameworks (NestJS, FastAPI, Django), databases (PostgreSQL, MongoDB, Redis), APIs (REST, GraphQL, gRPC), authentication (OAuth 2.1, JWT), testing strategies, security best practices (OWASP Top 10), performance optimization, scalability patterns (microservices, caching, sharding), DevOps practices (Docker, Kubernetes, CI/CD), and monitoring. Use when designing APIs, implementing authentication, optimizing database queries, setting up CI/CD pipelines, handling security vulnerabilities, building microservices, or developing production-ready backend systems. Use when this capability is needed.
- ▌ Create Agents Md 3 · tomevault-io bundleCreate AGENTS.md files for project-specific inline rules. Use when adding small, project-specific instructions that should be committed in repos. Use when this capability is needed.
- ▌ Research 33 · tomevault-io bundleThis skill should be used when the user asks to "research technology", "investigate best practices", "analyze external dependencies", "evaluate architecture patterns", or "gather technical information". Conducts comprehensive technology research using WebSearch/WebFetch. Use when this capability is needed.
- ▌ Microsoft Typescript 2 · tomevault-io bundleTypeScript is a language for application scale JavaScript development. ALWAYS use when editing or working with *.ts, *.tsx, *.mts, *.cts files or code importing \"typescript\". Consult for debugging, best practices, or modifying typescript, TypeScript. Use when this capability is needed.
- ▌ Prompt Optimizer 3 · tomevault-io bundleAnalyze and optimize user prompts for clarity, specificity, and completeness using interactive questionnaires or direct analysis. Use this skill when user requests are vague, ambiguous, incomplete, or lack necessary details. Supports two modes - Interactive Mode (uses AskUserQuestion tool for guided clarification) and Direct Analysis Mode (provides optimization suggestions). Triggers on prompts containing vague language like "something", "thing", "stuff", "it", or when requests lack context, technical specifications, success criteria, or examples. When user requests interactive/questionnaire mode, use AskUserQuestion to guide them through structured questions. Helps transform unclear requests into well-structured, actionable prompts. Use when this capability is needed.
- ▌ Audit Spec 2 · tomevault-io bundleAudit a checkpoint specification for realism and design decision forcing. Reviews specs to remove hand-holding, hidden corner cases, and architectural giveaways. Invoke with /audit-spec <problem> <checkpoint>. Use when this capability is needed.
- ▌ Terraform Modules 4 · tomevault-io bundleModules with Terraform. modules. Use when this capability is needed.
- ▌ Skill Creator 172 · tomevault-io bundleCreate new AI agent skills for Claude Code, Codex, and Cursor. Use when asked to create a skill, add a new agent capability, or set up a slash command. Use when this capability is needed.
- ▌ Refactor Pass 3 · 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.
- ▌ Frontend Design 71 · tomevault-io bundleCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics. Use when this capability is needed.
- ▌ Oracle 19 · tomevault-io bundleBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns). Use when this capability is needed.
- ▌ Verification Before Completion 12 · 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
- ▌ Openspec New Change 7 · tomevault-io bundleStart a new OpenSpec change using the experimental artifact workflow. Use when the user wants to create a new feature, fix, or modification with a structured step-by-step approach. Use when this capability is needed.
- ▌ Mermaid Diagrams 6 · tomevault-io bundleEffective Mermaid diagrams. Use when creating markdown documents with human audiences. Use when this capability is needed.
- ▌ Performance 9 · tomevault-io bundleReact performance patterns — memoization, code splitting, RTK Query cache tuning, Core Web Vitals. Use when working with React.memo, useMemo, useCallback, lazy loading, or optimizing render performance. Use when this capability is needed.
- ▌ Context Instructions 2 · tomevault-io bundleGenerate Copilot instructions with enterprise context, tool references, and cross-tool workflows Use when this capability is needed.
- ▌ Mlops 3 · tomevault-io bundleOperationalize machine learning models with reproducible training pipelines, model registry, deployment patterns, monitoring, and drift detection. Use when productionizing ML, setting up training/serving infrastructure, or hardening an existing ML system. Use when this capability is needed.
- ▌ Docker 13 · tomevault-io bundleDocker Composeでの本番デプロイ、PostgreSQL設定、LDAP認証設定。本番環境構築、デプロイ作業時に使用。 Use when this capability is needed.
- ▌ Investigation 2 · tomevault-io bundleScaffolds a template for a small investigation for empirical experimentation. Use when the user asks for an investigation, experiment or research to support making design decisions, assess performance or try out a new idea that requires data or an MVP. Use when this capability is needed.
- ▌ Github Copilot 2 · tomevault-io bundleTari Ootle development instructions for GitHub Copilot Use when this capability is needed.
- ▌ Git Commit Helper 3 · tomevault-io bundleAutomated git workflow management for enterprise projects. Use for Conventional Commits formatting, CHANGELOG generation, commit validation, pre-commit hooks, release versioning, and semantic commits. CRITICAL - NO AI ATTRIBUTION IN COMMITS. Use when this capability is needed.
- ▌ Codex Review 4 · tomevault-io bundleProfessional code review with auto CHANGELOG generation, integrated with Codex AI Use when this capability is needed.
- ▌ Copy Editing 2 · tomevault-io bundleWhen the user wants to edit, review, or improve existing marketing copy. Also use when the user mentions 'edit this copy,' 'review my copy,' 'copy feedback,' 'proofread,' 'polish this,' 'make this ... Use when this capability is needed.
- ▌ Dx Optimizer 2 · tomevault-io bundleDeveloper Experience specialist. Improves tooling, setup, and workflows. Use PROACTIVELY when setting up new projects, after team feedback, or when development friction is noticed. Use when this capability is needed.
- ▌ Scikit Learn 7 · tomevault-io bundleMachine learning in Python with scikit-learn. Use for classification, regression, clustering, model evaluation, and ML pipelines. Use when this capability is needed.
- ▌ Shopify Apps 3 · tomevault-io bundleExpert patterns for Shopify app development including Remix/React Router apps, embedded apps with App Bridge, webhook handling, GraphQL Admin API, Polaris components, billing, and app extensions. U... Use when this capability is needed.
- ▌ Voice Agents 2 · tomevault-io bundleVoice agents represent the frontier of AI interaction - humans speaking naturally with AI systems. The challenge isn't just speech recognition and synthesis, it's achieving natural conversation flo... Use when this capability is needed.
- ▌ Web3 Testing 4 · tomevault-io bundleTest smart contracts comprehensively using Hardhat and Foundry with unit tests, integration tests, and mainnet forking. Use when testing Solidity contracts, setting up blockchain test suites, or va... Use when this capability is needed.
- ▌ Context Loader 2 · tomevault-io bundleLoad project context efficiently for Conductor workflows. Use when starting work on a track, implementing features, or needing project context without consuming excessive tokens. Use when this capability is needed.
- ▌ Git Gh Sandbox 2 · tomevault-io bundleUse when executing git or gh commands that require network access. Explains sandbox restrictions for git push, pull, fetch, clone, and all gh commands.
- ▌ Review 47 · tomevault-io bundleReview code quality, security, and maintainability before committing. Use when reviewing code changes, checking code quality, performing security review, or validating changes before commit. Use when this capability is needed.
- ▌ Testing 64 · tomevault-io bundleTDD/BDD testing principles. Use when writing tests, reviewing test coverage, setting up testing, or discussing test strategy and test architecture. Use when this capability is needed.
- ▌ Bear Notes 14 · tomevault-io bundleCreate, search, and manage Bear notes via grizzly CLI. Use when this capability is needed.
- ▌ Things Mac 15 · 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 Rebootix to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags. Use when this capability is needed.
- ▌ Init Project 3 · tomevault-io bundleFull project initialization workflow from API key setup to GitHub repo creation and issue creation Use when this capability is needed.
- ▌ Implement 15 · tomevault-io bundleFull implementation mode - end-to-end feature implementation with parallel agent orchestration Use when this capability is needed.
- ▌ Conventional Commits 3 · tomevault-io bundleUse when creating git commits, writing commit messages, or following version control workflows
- ▌ Agent Teams 13 · tomevault-io bundleCoordinate multi-agent teamwork with shared task lists, mailbox messaging, and long-lived teammates. Use when the user asks to spawn workers, delegate tasks, work in parallel with agents, or manage a team of workers. Use when this capability is needed.
- ▌ Debugger 4 · tomevault-io bundleVerify frontend changes by running flows in browser using Playwright MCP. Checks console logs, captures snapshots, and validates user interactions work correctly. Use when this capability is needed.
- ▌ Design Philosophy 2 · tomevault-io bundleDeep design principles for Towns Protocol smart contracts. Use when creating new facets, major refactoring, reviewing architecture decisions, or designing new abstractions. Use when this capability is needed.
- ▌ Frontend Design 72 · 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.
- ▌ Frontend Expert 2 · tomevault-io bundleExpert in Modern React, TailwindCSS, and Aesthetic UI Design. Use for React components, styling, state management, and frontend architecture. Use when this capability is needed.
- ▌ Agent Creator 9 · tomevault-io bundleInterview-based system for creating specialized Claude Code agents. Use when users want to create a Claude Code agent, need help defining agent roles and responsibilities, mention "create an agent" or "build an agent", or want to generate a CLAUDE.md file for agentic coding workflows. Guides through interactive interview to gather requirements and generates complete agent configurations following Claude Code best practices. Use when this capability is needed.
- ▌ Oracle 20 · tomevault-io bundleSystem architect and design expert - provides strategic technical guidance Use when this capability is needed.
- ▌ Tester 4 · tomevault-io bundleQuality assurance expert - writes comprehensive tests Use when this capability is needed.