tomevault-io
- 62k skills
- 0 followers
- 3 days ago last updated
- ▌ Openai Image Gen 15 · tomevault-io bundleBatch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery. Use when this capability is needed.
- ▌ App Builder 5 · tomevault-io bundleMain application building orchestrator. Creates full-stack applications from natural language requests. Determines project type, selects tech stack, coordinates agents. Use when this capability is needed.
- ▌ MCP Builder 50 · tomevault-io bundleMCP (Model Context Protocol) server building principles. Tool design, resource patterns, best practices. Use when this capability is needed.
- ▌ Brainstorming 50 · tomevault-io bundleDesign-first methodology. Explore user intent, requirements and design before implementation. Turn ideas into fully formed specs through collaborative dialogue. Use when this capability is needed.
- ▌ Git Worktrees 12 · tomevault-io bundleCreate isolated git workspaces for feature development. Smart directory selection, safety verification, and cross-platform support (Windows/Unix). Use when this capability is needed.
- ▌ Git Commit Push 2 · tomevault-io bundleCommit all staged/unstaged changes and push to remote. Use proactively for committing and pushing changes. Use when this capability is needed.
- ▌ Performance 11 · tomevault-io bundleGuidelines for optimization, profiling, caching strategies, and performance budgets Use when this capability is needed.
- ▌ Documentation Writer 19 · tomevault-io bundleCreates clear, concise, and well-structured technical documentation, enforcing standards like markdownlint and using Mermaid for diagrams.
- ▌ Webapp Testing 28 · tomevault-io bundlePlaywright testing with autonomous test agents (planner, generator, healer) and visual regression testing Use when this capability is needed.
- ▌ Database Patterns 4 · tomevault-io bundleDatabase design and migration patterns for Alembic migrations, schema design (SQL/NoSQL), and database versioning. Use when creating migrations, designing schemas, normalizing data, managing database versions, or handling schema drift. Use when this capability is needed.
- ▌ Github Operations 4 · tomevault-io bundleGitHub CLI operations for issues, PRs, milestones, and Projects v2. Covers gh commands, REST API patterns, and automation scripts. Use when managing GitHub issues, PRs, milestones, or Projects with gh. Use when this capability is needed.
- ▌ Security Patterns 4 · tomevault-io bundleSecurity patterns for authentication, defense-in-depth, input validation, OWASP Top 10, LLM safety, and PII masking. Use when implementing auth flows, security layers, input sanitization, vulnerability prevention, prompt injection defense, or data redaction. Use when this capability is needed.
- ▌ Product Marketing Context 6 · tomevault-io bundleWhen the user wants to create or update their product marketing context document. Also use when the user mentions 'product context,' 'marketing context,' 'set up context,' 'positioning,' or wants to avoid repeating foundational information across marketing tasks. Creates `.claude/product-marketing-context.md` that other marketing skills reference. Use when this capability is needed.
- ▌ Vercel React Best Practices 38 · 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.
- ▌ Cuopt Server API Python 3 · tomevault-io bundlecuOpt REST server — start server, endpoints, Python/curl client examples. Use when the user is deploying or calling the REST API. Use when this capability is needed.
- ▌ GRAPHQL Architect 4 · tomevault-io bundleUse when designing GraphQL schemas, implementing Apollo Federation, or building real-time subscriptions. Invoke for schema design, resolvers with DataLoader, query optimization, federation directives.
- ▌ Systematic Debugging 13 · tomevault-io bundleUse when encountering any bug, test failure, or unexpected behavior, before proposing fixes
- ▌ Agent Browser 38 · tomevault-io bundleBrowser automation via the agent-browser CLI for navigation, interaction, snapshots, extraction, screenshots, network controls, storage, tabs, frames, and debugging. Use when tasks require automated web UI actions, form filling, scraping, state capture, or repeatable browser workflows. Use when this capability is needed.
- ▌ React Best Practices 7 · tomevault-io bundleUse when reading or writing React components (.tsx, .jsx files with React imports).
- ▌ Add Agent 3 · tomevault-io bundleGuides adding a new agent to OpenClaw Mission Control with explicit SOUL/HEARTBEAT and skill content. Use when adding a new agent role, seed roster member, or when updating agent defaults and skills. Use when this capability is needed.
- ▌ Cloudflare Browser 4 · tomevault-io bundleControl headless Chrome via Cloudflare Browser Rendering CDP WebSocket. Use for screenshots, page navigation, scraping, and video capture when browser automation is needed in a Cloudflare Workers environment. Requires CDP_SECRET env var and cdpUrl configured in browser.profiles. Use when this capability is needed.
- ▌ Convex Patterns 2 · tomevault-io bundleCode organization patterns and TypeScript best practices for Convex. Use when structuring a Convex project, writing helper functions, defining schemas, working with types like QueryCtx/MutationCtx/ActionCtx, or organizing code in a convex/model directory. Use when this capability is needed.
- ▌ Convex Realtime 2 · tomevault-io bundleRealtime subscriptions and optimistic updates in Convex. Use when implementing live data updates, optimistic UI, pagination with realtime, presence indicators, typing indicators, or any feature requiring instant data synchronization. Use when this capability is needed.
- ▌ Git Pr Workflow 2 · tomevault-io bundleReview branch diff, derive a descriptive commit message, run Go checks, then commit, push, and open a PR with gh. Use when this capability is needed.
- ▌ Internal Comms 8 · 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. Claude 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.).
- ▌ Memory Systems 2 · tomevault-io bundleDesign and implement memory architectures for agent systems. Use when building agents that need to persist state across sessions, maintain entity consistency, or reason over structured knowledge. Use when this capability is needed.
- ▌ Ask User Question 3 · tomevault-io bundleAsk users questions via the UI. Use when you need clarification, user preferences, or confirmation before proceeding. The user CANNOT see CLI output - this tool is the ONLY way to communicate with them. Use when this capability is needed.
- ▌ Best Practices 9 · tomevault-io bundleUse when architecting OCI solutions, migrating from AWS/Azure, designing multi-AD deployments, or avoiding common OCI anti-patterns. Covers VCN sizing mistakes, Cloud Guard gotchas, free tier specifics, OCI terminology confusion, and multi-AD patterns.
- ▌ Create Plan 6 · tomevault-io bundleCreate detailed, actionable implementation plans through an interactive, iterative process, leveraging Gemini CLI tools for research and documentation. Use when this capability is needed.
- ▌ Git Commit Helper 4 · tomevault-io bundleGenerate conventional commit messages from staged git changes. Use after staging files before committing. Use when this capability is needed.
- ▌ Performance Audit 5 · tomevault-io bundleAudit application code for performance issues including N+1 queries, bundle size, caching, lazy loading, and connection pooling. Use when this capability is needed.
- ▌ Agent Eval 16 · tomevault-io bundleHead-to-head comparison of coding agents (Claude Code, Aider, Codex, etc.) on custom tasks with pass rate, cost, time, and consistency metrics Use when this capability is needed.
- ▌ API Design 31 · tomevault-io bundleREST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs. Use when this capability is needed.
- ▌ Claude API 3 · tomevault-io bundleAnthropic Claude API patterns for Python and TypeScript. Covers Messages API, streaming, tool use, vision, extended thinking, batches, prompt caching, and Claude Agent SDK. Use when building applications with the Claude API or Anthropic SDKs. Use when this capability is needed.
- ▌ Add To Leaderboard 2 · tomevault-io bundleUse this skill when the user wants to add a new codec entry to the leaderboard, update leaderboard rankings, or mentions adding someone's compression results.
- ▌
- ▌ Creating Skills 10 · tomevault-io bundleUse when creating new Claude Code skills or improving existing ones - ensures skills are discoverable, scannable, and effective through proper structure, CSO optimization, and real examples
- ▌ Frontend Development 3 · tomevault-io bundleExpert skill for Next.js 16 frontend development with React, TypeScript, and TailwindCSS. Use when building UI components, implementing hooks, or debugging frontend issues. Use when this capability is needed.
- ▌ Design Tournament 2 · tomevault-io bundleRun a parallel diverge-then-converge design tournament — 3-5 independent agents explore a problem, then 2 ranking agents evaluate and stack-rank the results with confidence scores Use when this capability is needed.
- ▌ Security Reviewer 3 · tomevault-io bundleAudit memory safety and security in unsafe code blocks, buffer handling, and security-sensitive operations Use when this capability is needed.
- ▌ Next Best Practices 23 · 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.
- ▌ Tavily Search 2 · tomevault-io bundlesearch the web using Tavily API with a query as argument. Use this skill when the user asks to search for information on the web. Use when this capability is needed.
- ▌ Nuget Manager 4 · tomevault-io bundleThis skill ensures consistent and safe management of NuGet packages across .NET Use when this capability is needed.
- ▌ Setup 29 · tomevault-io bundleUse this skill to initialize the user profile by asking a series of questions.
- ▌ Code Reviewer 51 · tomevault-io bundleCode review automation for TypeScript, JavaScript, Python, Go, Swift, Kotlin. Analyzes PRs for complexity and risk, checks code quality for SOLID violations and code smells, generates review reports. Use when reviewing pull requests, analyzing code quality, identifying issues, generating review checklists. Use when this capability is needed.
- ▌ Senior Secops 2 · tomevault-io bundleSenior SecOps engineer skill for application security, vulnerability management, compliance verification, and secure development practices. Runs SAST/DAST scans, generates CVE remediation plans, checks dependency vulnerabilities, creates security policies, enforces secure coding patterns, and automates compliance checks against SOC2, PCI-DSS, HIPAA, and GDPR. Use when conducting a security review or audit, responding to a CVE or security incident, hardening infrastructure, implementing authentication or secrets management, running penetration test prep, checking OWASP Top 10 exposure, or enforcing security controls in CI/CD pipelines. Use when this capability is needed.
- ▌ Breaking Change 2 · tomevault-io bundleDecide whether a finding's suggested fix is a breaking change for top dependents. Reads the unified-diff fix on the finding, identifies the public API surface that changes (signatures, exports, removed fields, renamed types), and lists which top dependents are most likely to break. Static analysis on the diff and the dependent metadata from the scrutineer API; never executes dependent code. Use when this capability is needed.
- ▌ Skill Evaluator 3 · tomevault-io bundleEvaluate Agent Skills against agentskills.io specification with three progressive modes and smart visual reports. (1) Static Analysis - SKILL.md-only review for quality and spec compliance, outputs score /60. (2) Semi-Static Analysis - adds environment and user fit assessment without execution, outputs score /100. (3) Full Analysis - complete evaluation with security scanning, trigger testing, and dynamic verification, outputs score /130. Supports Bento-ready JSON report output for visual dashboards with auto-scaling blocks based on issue severity. Trigger phrases include "evaluate skill", "review skill", "audit skill", "is this skill good", "should I use/install this skill", "skill quality check", "rate this skill", "score this skill", "bento report", "visual report", "技能评估", "评测 skill", "审核 skill", "可视化报告". Use when this capability is needed.
- ▌ MCP Builder 51 · 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.
- ▌ Architecture Design 2 · tomevault-io bundleDesign system architecture with components, data flow, and boundaries. Use for non-trivial features. Use when this capability is needed.
- ▌ Agent Patterns 2 · tomevault-io bundleAI agents are autonomous systems that use Large Language Models (LLMs) Use when this capability is needed.
- ▌ Design Handoff 2 · tomevault-io bundleDesign handoff is the process of transferring designs from designers Use when this capability is needed.
- ▌ Design Systems 4 · tomevault-io bundleDesign systems are unified sets of design standards, reusable components, Use when this capability is needed.
- ▌ Error Handling 7 · tomevault-io bundleError Handling is a critical component of backend development that enables Use when this capability is needed.
- ▌ Event Sourcing 2 · tomevault-io bundleEvent Sourcing stores state changes as an immutable sequence of events. Use when this capability is needed.
- ▌ Knowledge Base 2 · tomevault-io bundleUse when working with a knowledge base provides self-service support by organizing articles,
- ▌ PDF Processing 6 · tomevault-io bundleComprehensive guide to PDF processing, manipulation, and extraction using Use when this capability is needed.
- ▌ Django Models 2 · tomevault-io bundleDjango model design patterns emphasizing fat models/thin views, QuerySet optimization, and domain logic encapsulation. Use when designing models, optimizing queries, implementing business logic, or working with the ORM. Use when this capability is needed.
- ▌ Kubit Researching Prior Art 2 · tomevault-io bundleUse when designing new subsystem, comparing implementation approaches, or user asks how other frameworks handle something. Use when researching Laravel, Rails, AdonisJS, Inertia.js, or similar framework patterns.
- ▌ Github Manager 2 · tomevault-io bundleManage GitHub issues, pull requests, and repository data. Use when you need to list, view, create, or update issues and PRs, or search through repository history and metadata using the `gh` CLI. Use when this capability is needed.
- ▌ Brainstorming 51 · tomevault-io bundleExplore ideas and create designs before implementation Use when this capability is needed.
- ▌ Writing Plans 29 · tomevault-io bundleUse when you have a spec or requirements for a multi-step task, before touching code
- ▌ Documentation Writer 20 · tomevault-io bundleCreates comprehensive documentation for code and systems
- ▌ Devops Deployment 2 · tomevault-io bundleCI/CD pipelines, containerization, Kubernetes, and infrastructure as code patterns Use when this capability is needed.
- ▌ Skill Authoring 10 · tomevault-io bundleGuide to creating Claude Code skills using TDD methodology and persuasion principles. Use for new skill development. Use when this capability is needed.
- ▌ Documentation 79 · tomevault-io bundleUse when the user invokes /documentation or asks to update the RedDragon project docs. Updates README, ADRs, IR lowering gaps, VM/IR design docs, frontend design docs, and HTML presentations to reflect current codebase state.
- ▌ Code Review Policy 2 · tomevault-io bundlePassive policy for LLM code review findings, severity taxonomy, and evidence format. Use when this capability is needed.
- ▌ Skill Creator 205 · 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.
- ▌ Golang Code Style 3 · tomevault-io bundleGolang code style, formatting and conventions. Use when writing Go code, reviewing style, configuring linters, writing comments, or establishing project standards. Use when this capability is needed.
- ▌ E2e Testing Patterns 2 · tomevault-io bundleMaster end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky tests, or establishing testing standards. Use when this capability is needed.
- ▌ Testing QA 2 · tomevault-io bundleComplete testing and quality assurance guide for Next.js applications including unit tests, integration tests, E2E tests, test patterns, and quality workflows. Use when writing tests, ensuring code quality, implementing test coverage, or setting up testing infrastructure. Use when this capability is needed.
- ▌ Typescript 25 · tomevault-io bundleComplete TypeScript best practices guide including type definitions, generics, utility types, patterns, type safety, and type inference strategies. Use when defining types, creating generic components, ensuring type safety, or implementing type patterns. Use when this capability is needed.
- ▌ Validate Changes 2 · tomevault-io bundleUse when working with a workflow to verify that code changes (refactoring, new features) didn't break the scraper or the build.
- ▌ Performance 12 · tomevault-io bundleThis skill should be used when the user asks about "Ruby performance", "optimization", "profiling", "benchmarking", "memory", "garbage collection", "GC", "benchmark-ips", "stackprof", "memory_profiler", "slow code", "speed up Ruby", or needs guidance on making Ruby code faster. Use when this capability is needed.
- ▌ Code Readability 2 · tomevault-io bundleWriting clean, understandable, and self-documenting code that is easy to review and maintain over time. Use when this capability is needed.
- ▌ Code Refactoring 5 · tomevault-io bundleUse when working with the practice of restructuring and simplifying code continuously – reducing complexity, improving design, and keeping codebases clean.
- ▌ Internal Comms 9 · 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. Claude 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.).
- ▌
- ▌ Remotion Best Practices 16 · tomevault-io bundleBest practices for Remotion - Video creation in React Use when this capability is needed.
- ▌ Kiro Skill 2 · tomevault-io bundleInteractive feature development workflow from idea to implementation. Creates requirements (EARS format), design documents, and implementation task lists. Use when creating feature specs, requirements documents, design documents, or implementation plans. Triggered by "kiro" or references to .kiro/specs/ directory. Use when this capability is needed.
- ▌ Performance Review 3 · tomevault-io bundleReview code changes for performance anti-patterns — N+1 queries, unbounded results, blocking ops. Use when this capability is needed.
- ▌ Test Driven Development 11 · tomevault-io bundleUse when implementing any feature or bugfix, before writing implementation code
- ▌ Github Actions 11 · tomevault-io bundleGitHub Actions CI/CD workflows for automating build, test, and deployment Use when this capability is needed.
- ▌ Tanstack Query 6 · tomevault-io bundleTanStack Query (React Query) for asynchronous server-state management with automatic caching, background refetching, optimistic updates, and pagination in React applications. Use when this capability is needed.
- ▌ Brainstorming 52 · tomevault-io bundleUse before any creative work — creating features, building components, adding functionality, or modifying behavior. Explores intent, requirements, and design before implementation. Use when this capability is needed.
- ▌ Writing Plans 30 · tomevault-io bundleUse when you have a spec or requirements for a multi-step task and need to create a detailed implementation plan before touching code.
- ▌ Pytest Recording 3 · tomevault-io bundleWork with pytest-recording (VCR.py) for recording and replaying HTTP interactions in tests. Use when writing VCR tests, managing cassettes, configuring VCR options, filtering sensitive data, or debugging recorded HTTP responses. Use when this capability is needed.
- ▌ Code Task Generator 2 · tomevault-io bundleThis sop generates structured code task files from rough descriptions, ideas, or PDD implementation plans. It automatically detects the input type and creates properly formatted code task files following Amazon's code task format specification. For PDD plans, it processes implementation steps one at a time to allow for learning and adaptation between steps. Use when this capability is needed.
- ▌ Vibe Check 2 · tomevault-io bundleAudit code for "vibe coding sins" — patterns that indicate AI-generated code was accepted without proper review. Produces a scored report card with fix suggestions. Use when this capability is needed.
- ▌ Vercel React Best Practices 39 · tomevault-ioUse when sequential user actions hit multiple endpoints needing the same data within seconds.
- ▌ Test Runner 11 · tomevault-io bundleRun tests intelligently and fix failures Use when this capability is needed.
- ▌ Kubernetes Specialist 6 · tomevault-io bundleExpert Kubernetes Specialist with deep expertise in container orchestration, cluster management, and cloud-native applications. Proficient in Kubernetes architecture, Helm charts, operators, and multi-cluster management across EKS, AKS, GKE, and on-premises deployments. Use when this capability is needed.
- ▌ Advanced Rendering 2 · tomevault-io bundleMaster high-performance rendering for large datasets with Datashader. Use this skill when working with datasets exceeding 100M+ points, optimizing visualization performance, or implementing efficient rendering strategies with rasterization and colormapping techniques. Use when this capability is needed.
- ▌ Data Visualization 5 · tomevault-io bundleMaster advanced declarative visualization with HoloViews. Use this skill when creating complex multi-dimensional visualizations, composing overlays and layouts, implementing interactive streams and selection, building network or hierarchical visualizations, or exploring data with dynamic maps and faceted displays. Use when this capability is needed.
- ▌ Using Git Worktrees 14 · tomevault-io bundleUse when developing multiple features in parallel. Isolated workspaces prevent conflicts and enable concurrent branches.
- ▌ Skill Validator 3 · tomevault-io bundleValidates Claude skill files for correct structure, YAML frontmatter, Python imports, naming conventions, and compliance with official documentation
- ▌ Literature Review 4 · tomevault-io bundleConduct systematic literature reviews using a structured workflow. Use when starting a new research project, surveying a field, or documenting related work for a paper. Use when this capability is needed.
- ▌ Theme Factory 15 · tomevault-io bundleThis skill should be used when implementing "professional styling", "theme systems", "brand consistency", "design tokens", "visual identity", "color schemes", "typography systems", or when creating cohesive visual themes for applications. Use when this capability is needed.
- ▌ Vercel Deploy 6 · tomevault-io bundleThis skill should be used when the user asks to "deploy to Vercel", "deploy frontend", "push to production", "deploy my app", "go live on Vercel", or mentions Vercel deployment workflows. Use when this capability is needed.
- ▌ Rust Error Handling 4 · tomevault-io bundleRustバックエンドにおけるエラーハンドリングの統一ルールと実装パターンです。 Use when this capability is needed.