tomevault-io
- 62k skills
- 0 followers
- 4 days ago last updated
- ▌ Rfp Analyzer · tomevault-io bundlePerforms structured analysis of RFP (Request for Proposal) or requirement documents, identifying stakeholders, functional modules, system constraints, and generating key clarification questions. This Skill focuses on 'analysis and decomposition' to prepare for subsequent User Story writing. Use when this capability is needed.
- ▌ Story Writer · tomevault-io bundleConverts RFP analysis results or functional requirements into high-quality, executable User Stories. Follows INVEST principles, produces complete Stories with acceptance criteria, and organizes output by functional modules.
- ▌ Fastapi Local Dev · tomevault-io bundleFastAPI dev/prod runbook (Uvicorn reload, Gunicorn) Use when this capability is needed.
- ▌ Media Transcoding · tomevault-io bundleFFmpeg-based media transcoding workflows with preset-driven conversions, batch processing, and safe backups for web/mobile/archive outputs. Use when this capability is needed.
- ▌ Software Patterns · tomevault-io bundleDecision framework for architectural patterns including DI, SOA, Repository, Domain Events, Circuit Breaker, and Anti-Corruption Layer. Use when designing systems, choosing patterns, or reviewing architecture. Use when this capability is needed.
- ▌ Validated Handler · tomevault-io bundleType-safe API route handler with automatic Zod validation for Next.js App Router... Use when this capability is needed.
- ▌ Fastapi Feature Delivery · tomevault-io bundleImplement or modify FastAPI features in 3DKenji, including endpoints, schemas, service wiring, and behavior tests. Use when adding API routes, changing request/response models, or updating business logic. Use when this capability is needed.
- ▌ Verify Code Convention · tomevault-io bundleVerifies PEP 8 naming, type hints, ruff compliance, import ordering, and project-specific conventions. Use after adding or modifying Python code. Use when this capability is needed.
- ▌ Verify Code Simplifier · tomevault-io bundleChecks if code could be simplified — redundant booleans, manual loops, verbose patterns, if-else chains replaceable by dict lookups. Use after adding or modifying Python code. Use when this capability is needed.
- ▌ API Design Audit · tomevault-io bundleUse when designing, reviewing, or auditing APIs — REST, GraphQL, RPC, WebSocket. Covers endpoint design, request/response contracts, versioning, error handling, pagination, rate limiting, and documentation.
- ▌
- ▌ Rust Closures Iterators · tomevault-io bundleMaster closures and iterators in Rust. Use when writing functional-style code, implementing custom iterators, using iterator adaptors, understanding Fn/FnMut/FnOnce traits, or optimizing iterator chains. Use when this capability is needed.
- ▌ Pydantic AI Agent Creation · tomevault-io bundleCreate PydanticAI agents with type-safe dependencies, structured outputs, and proper configuration. Use when building AI agents, creating chat systems, or integrating LLMs with Pydantic validation. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌ Merchant Issue Reproducer · tomevault-io bundleReproduces a merchant developer's reported issue with the Braintree Android SDK by scaffolding a minimal Demo app scenario that isolates the problem. Use when a merchant describes a bug, unexpected behavior, or integration question. Use when this capability is needed.
- ▌
- ▌ Brendadeeznuts1111 Tier 1380 Omega Claude API · tomevault-io bundleClaude API - Structured Outputs & Error Prevention Guide
- ▌ Brendadeeznuts1111 Tier 1380 Omega Clerk Auth · tomevault-io bundleClerk Auth - Breaking Changes & Error Prevention Guide
- ▌
- ▌
- ▌
- ▌ Setting Up A Project · tomevault-io bundleYou MUST use this skill when the user asks you to setup a claude code project. You should also suggest it if there is no CLAUDE.md or when starting work on an empty codebase. Use when this capability is needed.
- ▌ Generate Wrapper · tomevault-io bundleGenerate production-ready CLI wrapper code for an MCP server following progressive disclosure patterns Use when this capability is needed.
- ▌
- ▌
- ▌ Rls Patterns · tomevault-io bundleRow Level Security patterns for database operations. Use when writing Prisma/database code, creating API routes that access data, or implementing webhooks. Enforces withUserContext, withAdminContext, or withSystemContext helpers. NEVER use direct prisma calls. Use when this capability is needed.
- ▌
- ▌
- ▌ Rubber Ducking · tomevault-io bundleLogic validation by verbalization. Translate code to plain English to catch semantic errors. Use before running complex logic or when debugging "it should work" failures. Use when this capability is needed.
- ▌
- ▌ React Performance Review · tomevault-io bundleReview React applications for rendering inefficiency, unnecessary client work, bundle bloat, hydration cost, state placement problems, and slow interaction paths. Use when the user reports a slow React UI, wants a performance audit, or needs prioritized findings on what to fix before reaching for micro-optimizations. Use when this capability is needed.
- ▌ Generate Prompt · tomevault-io bundleGenerates reusable Prompt Template files (.github/prompts/*.prompt.md) with variable substitution for ad-hoc, high-frequency tasks. Use when the user needs quick, repeatable prompts for common operations (explain code, fix bug, add tests, refactor, document). Creates templates with handlebars variables, optimized context structure, and strict output constraints. Not for complex workflows (use skills) or persistent roles (use agents).
- ▌ Debug With File · tomevault-io bundleInteractive hypothesis-driven debugging with documented exploration, understanding evolution, and analysis-assisted correction. Use when this capability is needed.
- ▌ Team Brainstorm · tomevault-io bundleUnified team skill for brainstorming team. Uses team-worker agent architecture with role directories for domain logic. Coordinator orchestrates pipeline, workers are team-worker agents. Triggers on "team brainstorm". Use when this capability is needed.
- ▌
- ▌ Handoff Log Update · tomevault-io bundleAppend a structured entry to the handoff log when an agent completes work, is blocked, or needs to pass ownership. Use when this capability is needed.
- ▌ Docker Data · tomevault-io bundleDocker patterns for containerized data tools and local development. Use when this capability is needed.
- ▌ Consult Codex · tomevault-io bundleCompare OpenAI Codex GPT-5.3 and code-searcher responses for comprehensive dual-AI code analysis. Use when you need multiple AI perspectives on code questions. Use when this capability is needed.
- ▌ Code Reviewer Start · tomevault-io bundleNon-interactive multi-agent review of the current branch vs its base. Supports --delta (only new commits/changes since last review) and --full (whole branch). Runs Claude/Codex/Gemini/opencode in parallel, arbiter synthesises results, validates findings.json, appends the ledger, writes FINAL_REVIEW_RESULTS.md, and hands off to the main session with a structured menu. Use when this capability is needed.
- ▌ Ralph Convert Prd · tomevault-io bundleConverts Product Requirements Documents into prd.json format for the Ralph autonomous agent system. Use when preparing PRDs for Ralph execution, breaking down features into atomic user stories, or when the user mentions Ralph, prd.json, or autonomous agent workflows.
- ▌ Claude Pilot Standards · tomevault-io bundleAuthor reference for claude-pilot components. Skills, commands, agents, rules documentation patterns. VIBE coding compliance. Use when this capability is needed.
- ▌
- ▌ Axiom Accessibility Diag · tomevault-io bundleUse when fixing VoiceOver issues, Dynamic Type violations, color contrast failures, touch target problems, keyboard navigation gaps, or Reduce Motion support - comprehensive accessibility diagnostics with WCAG compliance, Accessibility Inspector workflows, and App Store Review preparation for iOS/macOS
- ▌ Axiom Camera Capture Ref · tomevault-io bundleReference — AVCaptureSession, AVCapturePhotoSettings, AVCapturePhotoOutput, RotationCoordinator, photoQualityPrioritization, deferred processing, AVCaptureMovieFileOutput, session presets, capture device APIs Use when this capability is needed.
- ▌ Axiom Core Location Diag · tomevault-io bundleUse for Core Location troubleshooting - no location updates, background location broken, authorization denied, geofence not triggering Use when this capability is needed.
- ▌ Axiom Core Spotlight Ref · tomevault-io bundleUse when indexing app content for Spotlight search, using NSUserActivity for prediction/handoff, or choosing between CSSearchableItem and IndexedEntity - covers Core Spotlight framework and NSUserActivity integration for iOS 9+
- ▌ Axiom Database Migration · tomevault-io bundleUse when adding/modifying database columns, encountering "FOREIGN KEY constraint failed", "no such column", "cannot add NOT NULL column" errors, or creating schema migrations for SQLite/GRDB/SQLiteData - prevents data loss with safe migration patterns and testing workflows for iOS/macOS apps
- ▌ Axiom Swiftui Layout Ref · tomevault-io bundleReference — Complete SwiftUI adaptive layout API guide covering ViewThatFits, AnyLayout, Layout protocol, onGeometryChange, GeometryReader, size classes, and iOS 26 window APIs Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌
- ▌ Orchestra Cross Agent Sync · tomevault-io bundleCoordinate consistent behavior across heterogeneous agents (Claude, Copilot, Codex, Cursor, Windsurf, Gemini, Antigravity) using a shared source-of-truth model. Use when this capability is needed.
- ▌
- ▌ Defense In Depth · tomevault-io bundleThis skill should be used when implementing "multi-layer validation", "comprehensive error handling", "input sanitization", "security testing", "data validation layers", "fault tolerance", or when building robust systems with multiple validation checkpoints. Use when this capability is needed.
- ▌
- ▌ Claude Dev Suite Claude Dev Suite Osv Scanner · tomevault-io bundleOSV-Scanner — Cross-Language Vuln Scanner
- ▌
- ▌
- ▌ Verifying Layer Documentation · tomevault-io bundleUse after layer analysis to detect gaps in documentation. Outputs a work list for completing-layer-documentation. Use when this capability is needed.
- ▌ Clipboardhealth Core Utils Learn From Session · tomevault-io bundleYou are reviewing the current Claude Code session. Your job is to surface the 2-3 most impactful findings — things that would actually change how the next session goes — not to produce an exhaustive report card.
- ▌ Designing Architecture · tomevault-io bundleGuides software architecture decisions, design patterns, and system design principles. Use when designing systems, choosing patterns, or making architectural decisions. Use when this capability is needed.
- ▌
- ▌ Generating Excalidraw Visuals · tomevault-io bundleGenerates hand-drawn style visuals from video scripts by creating Excalidraw JSON files programmatically, then importing into Excalidraw for visual validation. Use when creating diagrams, flowcharts, infographics, or illustrations for YouTube videos, educational content, or presentations.
- ▌ Setup Remote Repo Notes Dir · tomevault-io bundleCreate a structured notes directory for studying and documenting remote GitHub repositories. Use this skill when the user wants to set up a workspace for researching, analyzing, or taking notes on an external GitHub repository. Creates separate committed notes/ directory and gitignored code/ directory. Use when this capability is needed.
- ▌ Memory First Workflow · tomevault-io bundleWorkflow for checking memory before code exploration. Auto-loaded when answering questions about code, architecture, or patterns. Use when this capability is needed.
- ▌ Xiaoai Tts · tomevault-io bundleControl Xiaoai speaker via OpenXiaoAI Voice API for high-quality TTS playback. Use when the user wants to play voice notifications, announcements, or TTS through the Xiaoai speaker using the OpenXiaoAI HTTP API. Supports Doubao (ByteDance) TTS with emotions, voice types, and speed control. Triggers on queries like "小爱播报", "语音播报", "让小爱说", "读出来", "播报", "xiaoai-tts","tts", "TTS", "小爱音箱语音播报". Use when this capability is needed.
- ▌
- ▌ Next Intl Add Language · tomevault-io bundleAdd new language to a Next.js + next-intl application Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Simulator Workflows · tomevault-io bundleiOS Simulator device and app management with simctl. Use when managing simulator devices (boot, create, delete), installing/launching apps, or troubleshooting simulator issues. Covers device lifecycle, app lifecycle, and diagnostics. Use when this capability is needed.
- ▌ Docs Retrieval · tomevault-io bundleRetrieve documentation context from local ai-docs. Check here first when implementing features, debugging errors, or needing library information. Fall back to web search if topic not found locally. Use when this capability is needed.
- ▌ Post Impl Docs · tomevault-io bundleUpdate repository documentation after code implementation. Maintains README, CHANGELOG, docs/ folder, and inline docstrings based on changes made. Triggered by lane-executor after task completion. Use when this capability is needed.
- ▌ Stack Analyzer · tomevault-io bundleAnalyze project stack and recommend skills. Auto-detects frameworks, activates generic ai-dev-kit skills, and optionally scaffolds project-specific skills in the target repo. Use when this capability is needed.
- ▌ Directory Submissions · tomevault-io bundleWhen the user wants to submit their product to startup, SaaS, AI, agent, MCP, no-code, or review directories for backlinks, domain rating, and discovery. Also use when the user mentions "directory submissions," "submit to directories," "backlinks from directories," "list my product," "submit to Product Hunt," "BetaList," "TAAFT," "Futurepedia," "G2 listing," "Capterra listing," "AlternativeTo," "SaaSHub," "AI directories," "MCP registry," "agent directory," "dofollow backlinks," "launch directories," or "directory tracker." Use this whenever someone is planning the directory layer of a product launch or an ongoing backlink campaign. For the broader launch moment, see launch. For programmatic SEO pages that should live behind these backlinks, see programmatic-seo. For AI citation optimization, see ai-seo. Use when this capability is needed.
- ▌ Security Analyzer · tomevault-io bundleComprehensive security vulnerability analysis for codebases and infrastructure. Scans dependencies (npm, pip, gem, go, cargo), containers (Docker, Kubernetes), cloud IaC (Terraform, CloudFormation), and detects secrets exposure. Fetches live CVE data from OSV.dev, calculates risk scores, and generates phased remediation plans with TDD validation tests. Use when users mention security scan, vulnerability, CVE, exploit, security audit, penetration test, OWASP, hardening, dependency audit, container security, or want to improve security posture. Use when this capability is needed.
- ▌
- ▌ UX UI Developer · tomevault-io bundleAct as a UX/UI Developer to design user interfaces, build design systems, conduct usability reviews, and implement accessible, responsive front-end components. Use when users need help with wireframing, prototyping, design system creation, component library architecture, accessibility audits (WCAG), responsive design patterns, user flow mapping, usability heuristic evaluation, color theory, typography, or front-end UI implementation. Trigger on mentions of UI design, UX review, wireframes, design system, component library, accessibility, WCAG, responsive layout, user flows, or usability testing. Use when this capability is needed.
- ▌ Claude Specific · tomevault-io bundleClaude Code specific instructions for working with this CDK monorepo. General guidance on code generation, refactoring, and feature additions. Use when this capability is needed.
- ▌ Nodejs API Client Caching · tomevault-io bundlePattern for building Node.js API clients with TTL-based caching and no external dependencies Use when this capability is needed.
- ▌ Vscode Dashboard Webviews · tomevault-io bundlePatterns for building dashboard webviews with tabs and visualizations Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌ Commit Message Crafter · tomevault-io bundleGenerate best-practice git commit messages (Conventional Commits) by inspecting changes, choosing type/scope, and producing concise, high-signal summaries in English. Use when this capability is needed.
- ▌ Contrast Solver Helper · tomevault-io bundleImplement APCA/WCAG2 contrast requirements and solver behavior per src/planning/spec-v0.3.md and src/planning/roadmap-v0.3.md, with minimal tests. Use when this capability is needed.
- ▌ Curating Context · tomevault-io bundleProduces a public handoff document (committed, tone-firewalled, token-budgeted) and captures private context for future sessions. Use when wrapping up a session, switching focus, handing off to another agent or person, saving progress before context is lost, or when someone says "let's write a handoff". Use when this capability is needed.
- ▌ Editorial Review · tomevault-io bundleRuns deterministic quality gates (token count, readability, completeness via bito) and agent-based editorial judgment (conference-talk test, tone drift, assumed context) on documentation artifacts. Use before committing docs, when reviewing written artifacts for quality or tone, when checking if documentation is ready to ship, or as the final gate in any writing skill's workflow.
- ▌
- ▌
- ▌ Dc Chart Config · tomevault-io bundleConfigure chart axis mappings and display options for all chart types in Drizzle Cube. Use when this capability is needed.
- ▌ Conductornew Track · tomevault-io bundlePlans a track, generates spec and plan documents Use when this capability is needed.
- ▌ React Component Development · tomevault-io bundleGuide for creating React components using HeroUI in the DEVS platform. Use this when asked to create new UI components, pages, or modify existing React code. Use when this capability is needed.
- ▌ Golang Type Safety · tomevault-io bundlePrefer typed constants and named types over magic strings/numbers in Go. Use when writing function signatures, struct fields, switch statements, or passing enum-like values. Use when this capability is needed.