tomevault-io
- 62k skills
- 0 followers
- 4 days ago last updated
- ▌ Indie Saas Validation Master · tomevault-io bundleGuide the complete 18-month solo SaaS journey from validation to scaling decision point with phase-specific tactics, success metrics, and risk mitigation. Use when starting a new SaaS venture or planning any phase of the indie SaaS journey. Use when this capability is needed.
- ▌
- ▌ AI Agent Implementation Workflow · tomevault-io bundleImplement agentic behaviors safely with clear tool boundaries, deterministic contracts, and incremental verification across prompts, tools, and orchestration code. Use when this capability is needed.
- ▌ Deployment Sop · tomevault-io bundleDeployment workflows, pre-deploy validation, and smoke testing patterns. Use when deploying to staging or production, running smoke tests, or validating deployments. Use when this capability is needed.
- ▌
- ▌ Gpt Image Slide Render · tomevault-io bundleRender slide images sequentially from DESIGN.md and slide prompt JSON using Codex native image generation, saving each output into the workspace with page-number filenames. Use when this capability is needed.
- ▌ Designing Frontend · tomevault-io bundleBuild distinctive, production-grade frontend interfaces with memorable aesthetics. Use when creating web components, pages, or applications. Prioritizes creative, context-specific design over generic patterns. Use when this capability is needed.
- ▌ Create New Skill · tomevault-io bundleSpecialized skill for creating new Antigravity agent skills. Follows a Research -> Create -> Deploy workflow where the Agent directly creates the necessary files. Use when this capability is needed.
- ▌ Map Vs Territory · tomevault-io bundleEmpiricism and Reality Checking. Prioritizing runtime truth over documentation. Use when debugging discrepancies, validating APIs, or when code comments might be outdated. Use when this capability is needed.
- ▌
- ▌
- ▌ Camilooscargbaptista Cto Toolkit GRAPHQL Review · tomevault-io bundleGraphQL Design & Security Review
- ▌ Cannobserv Watcher Shipping Work Python Fastapi · tomevault-io bundle<!-- forked from gregoryfoster-skills@d5d2b30 -->
- ▌ Analogdevices · tomevault-io bundleAnalog Devices MPN encoding patterns, suffix decoding, and handler guidance. Use when working with AD components or AnalogDevicesHandler. Use when this capability is needed.
- ▌ Protekdevices · tomevault-io bundleProTek Devices MPN encoding patterns, TVS diode and ESD protection decoding, and handler guidance. Use when working with ProTek circuit protection components (TVS, GBLC, PSM, ULC, SMD series). Use when this capability is needed.
- ▌ Semiconductor · tomevault-io bundleUse when working with discrete semiconductor components - diodes, transistors, MOSFETs, IGBTs. Includes adding patterns, parsing MPNs, extracting voltage/current ratings, and package codes.
- ▌ Example Mobile Patterns · tomevault-io bundleTEMPLATE - Mobile development patterns. Copy and customize for your mobile framework (React Native, Flutter, Swift, Kotlin, etc.) Use when this capability is needed.
- ▌ Comment Block · tomevault-io bundleInsert structured START/END code comment blocks around features, sections, logical blocks, TODOs, bugfixes, refactors, or notes. Use when a user asks for Comment Block, says "use comment-block", "comment-block:", "comment-block manual", "comment-block config", or wants an AI agent to add standardized code comments directly into source files across HTML, Vue, React JSX/TSX, JavaScript, TypeScript, CSS, PHP, Python, Shell, Ruby, JSONC, and similar codebases. Use when this capability is needed.
- ▌ Youtube Tools · tomevault-io bundleFree YouTube video downloading, transcript extraction, and metadata retrieval using yt-dlp. Use this skill for downloading YouTube videos (single or bulk), extracting transcripts/subtitles, getting video metadata, or downloading audio-only. This is FREE (no API keys) unlike Apify. Triggers on YouTube download requests, transcript extraction, video metadata, or bulk video downloads. Use when this capability is needed.
- ▌ Analyze With File · tomevault-io bundleInteractive collaborative analysis with documented discussions, inline exploration, and evolving understanding. Use when this capability is needed.
- ▌ Workflow Test Fix · tomevault-io bundleUnified test-fix pipeline combining test generation (session, context, analysis, task gen) with iterative test-cycle execution (adaptive strategy, progressive testing, CLI fallback). Triggers on "workflow-test-fix", "test fix workflow". Use when this capability is needed.
- ▌ Social Content Creation · tomevault-io bundleTransform newsletters, articles, and podcasts into platform-optimized social posts using 180+ proven templates. This skill uses the framework fitting method to extract standalone concepts, match them to proven formats, generate volume, and multiply winners. Use for repurposing long-form content to LinkedIn, Twitter/X, Facebook, and Instagram. Use when this capability is needed.
- ▌ Image Prompt Generator · tomevault-io bundleGenerate AI images using Gemini image generation API. Use this skill when content needs images - thumbnails, social posts, blog headers, or creative visuals. Follows an iterative workflow - brainstorm concepts, select direction, generate in multiple styles, then produce via API. Use when this capability is needed.
- ▌ Handoff Log Condense · tomevault-io bundleCreate a short summary of recent handoff log entries without modifying the append-only log. Use when this capability is needed.
- ▌
- ▌ Cesiumgs Cesium AI Integrations Cesium Context7 · tomevault-io bundleContext7 for Cesium Development
- ▌ Sqlalchemy Postgres · tomevault-io bundleExpert guidance for SQLAlchemy 2.0 + Pydantic + PostgreSQL. Use when setting up database layers, defining models, creating migrations, or any database-related work. Automatically activated for DB tasks. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌
- ▌ Django Simplifier · tomevault-io bundleSimplify overly complex Django code and detect Django-specific anti-patterns. Use when user asks to simplify, refactor, or improve Django code, find N+1 queries, detect Django anti-patterns, optimize QuerySets, or analyze Django project architecture. Triggers on requests involving Django models, views, QuerySets, ORM optimization, serializers, forms, signals, middleware, or Django best practices. For general Python analysis, use the python-simplifier skill instead. Use when this capability is needed.
- ▌ Axiom App Store Submission · tomevault-io bundleUse when preparing ANY app for App Store submission, responding to App Review rejections, or running a pre-submission audit. Covers privacy manifests, metadata requirements, IAP review, account deletion, SIWA, age ratings, export compliance, first-time developer setup.
- ▌ Axiom Networking Migration · tomevault-io bundleNetwork framework migration guides. Use when migrating from BSD sockets to NWConnection, NWConnection to NetworkConnection (iOS 26+), or URLSession StreamTask to NetworkConnection. Use when this capability is needed.
- ▌ Axiom Now Playing Musickit · tomevault-io bundleMusicKit Now Playing integration patterns. Use when playing Apple Music content with ApplicationMusicPlayer and understanding automatic vs manual Now Playing info updates. Use when this capability is needed.
- ▌ Axiom Sqlitedata Migration · tomevault-io bundleUse when migrating from SwiftData to SQLiteData — decision guide, pattern equivalents, code examples, CloudKit sharing (SwiftData can't), performance benchmarks, gradual migration strategy
- ▌ Axiom Swiftui Architecture · tomevault-io bundleUse when separating logic from SwiftUI views, choosing architecture patterns, refactoring view files, or asking 'where should this code go', 'how do I organize my SwiftUI app', 'MVVM vs TCA vs vanilla SwiftUI', 'how do I make SwiftUI testable' - comprehensive architecture patterns with refactoring workflows for iOS 26+
- ▌ Template Skill Cn · tomevault-io bundleSkill 模板(中文增强版):演示如何编写自定义 Skill(YAML frontmatter + SKILL.md 主体 + scripts/reference 资源),用于学习 Progressive Disclosure 的工作方式。 Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Gosourcemapper Guide · tomevault-io bundleGuidelines for Go (Gin) and React (Vite) development in the gosourcemapper project. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌ Lustre Scratch Troubleshooting · tomevault-io bundleDiagnose and fix Lustre scratch "disk full" errors on /global/scratch when filesystem space appears available. Use for failed downloads/writes in scratch, TMPDIR issues, OST/MDT saturation, quota checks, and re-striping temp paths to healthy pools. Use when this capability is needed.
- ▌
- ▌ Claude Dev Suite Claude Dev Suite Java Security · tomevault-io bundleJava Security - Quick Reference
- ▌
- ▌ Claude Dev Suite Claude Dev Suite Load Balancer · tomevault-io bundleLoad Balancing: Nginx & HAProxy Core Knowledge
- ▌
- ▌ Claude Dev Suite Claude Dev Suite Rust Security · tomevault-io bundleRust Security - Quick Reference
- ▌ Dc Analysis Config · tomevault-io bundleCreate and configure AnalysisConfig objects for query, funnel, and flow analysis modes in Drizzle Cube dashboards. Use when this capability is needed.
- ▌ Dc Cube Definition · tomevault-io bundleCreate and configure Drizzle Cube semantic layer cube definitions with proper security context, measures, dimensions, and joins. Use when this capability is needed.
- ▌ Update Architecture Docs · tomevault-io bundleコード変更に伴い、アーキテクチャドキュメントと図を更新するためのガイドラインです。 Use when this capability is needed.
- ▌
- ▌ Monetize Service · tomevault-io bundleBuild and deploy a paid API that other agents can pay to use via x402. Use when you or the user want to monetize an API, make money, earn money, offer a service, sell a service to other agents, charge for endpoints, create a paid endpoint, or set up a paid service. Covers "make money by offering an endpoint", "sell a service", "monetize your data", "create a paid API". Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌ Baml Integration · tomevault-io bundleGeneric BAML patterns for type-safe LLM prompting. Covers schema design, DTO generation, client wrappers, and cross-language codegen. Framework-agnostic. Use when this capability is needed.
- ▌ Project Research · tomevault-io bundleResearch workflow patterns specific to {project}. Covers research agent coordination, source management, and synthesis strategies. Use when this capability is needed.
- ▌ Schema Alignment · tomevault-io bundleDetect and report drift between database schema and code data models. Works with SQLAlchemy, Django ORM, Prisma, TypeORM, and other ORMs. Generic across any project. Use when this capability is needed.
- ▌ Test Scaffolding · tomevault-io bundleGenerate test file scaffolds from source analysis with language-appropriate templates. Use when this capability is needed.
- ▌ Gmail Classify · tomevault-io bundleAI-powered email classification using intelligent content analysis. Categorizes emails into Newsletter, Shopping, Work, Personal, Notifications, Receipts, and Promotions. Use for smart inbox organization beyond simple pattern matching. Use when this capability is needed.
- ▌ Product Management For Wordpress · tomevault-io bundleProduct management frameworks for WordPress plugins — persona creation, Jobs to Be Done, feature hypothesis testing, positioning, problem framing, and user stories. Use when this capability is needed.
- ▌ Prompt Engineering Technical Writing · tomevault-io bundleCraft effective AI prompts and technical blog posts. Covers prompt structure, cross-platform compatibility, token optimization, anti-patterns, and WordPress publishing workflows. Use when this capability is needed.
- ▌ Wordpress Security · tomevault-io bundleUse when working with the WordPress Security Trinity — sanitize input, validate data, escape output. Covers nonces, capabilities, database queries, XSS, CSRF, SQL injection prevention, and penetration testing methodology.
- ▌
- ▌ CLI Dashboard Testing · tomevault-io bundleTest and validate the Textual-based CLI dashboard components. Use when building or debugging CLI interface components. Use when this capability is needed.
- ▌ Playwright Bdd Analyzer · tomevault-io bundleBDD test quality analyzer - detects flaky patterns, coverage gaps, and maintainability issues in Playwright-BDD/Cucumber tests Use when this capability is needed.
- ▌ Code Necromancer · tomevault-io bundleSystematic framework for resurrecting and modernizing legacy codebases through archaeology, resurrection, and rejuvenation phases. Activate on "legacy code", "inherited codebase", "no documentation", Use when this capability is needed.
- ▌ Design Archivist · tomevault-io bundleLong-running design anthropologist that builds comprehensive visual databases from 500-1000 real-world examples, extracting color palettes, typography patterns, layout systems, and interaction Use when this capability is needed.
- ▌
- ▌ Feature Manifest · tomevault-io bundleManage feature manifests for code traceability — create features, validate manifest health, map features to code, update changelogs. Activates for 'feature manifest', 'feature tracking', 'code Use when this capability is needed.
- ▌ Research Analyst · tomevault-io bundleConducts thorough landscape research, competitive analysis, best practices evaluation, and evidence-based recommendations. Expert in market research and trend analysis. Use when this capability is needed.
- ▌
- ▌ Claude Code Viewer · tomevault-io bundleFix session log schema parse errors and create a pull request Use when this capability is needed.
- ▌ Build Compile · tomevault-io bundleBuild Rust code with proper error handling and optimization for development, testing, and production Use when this capability is needed.
- ▌ Episode Start · tomevault-io bundleStart a new learning episode in the self-learning memory system with proper context. Use this skill when beginning a new task that should be tracked for learning from execution patterns. Use when this capability is needed.
- ▌ Release Guard · tomevault-io bundleSTRICT GitHub release gatekeeper. Blocks premature releases (from develop, incomplete CI). Verifies PR merged to main + ALL CI passed before allowing tag/release. Triggers on "release", "tag", "publish", "deploy", "version". Use when this capability is needed.
- ▌ Migration Refactoring · tomevault-io bundleAutomate complex code migrations and refactorings with safety patterns. Use when upgrading dependencies, migrating frameworks (React class→hooks, Flask→FastAPI), modernizing languages (Python 2→3), or performing large-scale refactories. Includes breaking change analysis, automated fix application, rollback strategies, and cross-file dependency tracking. Use when this capability is needed.
- ▌ Shell Script Quality · tomevault-io bundleLint and test shell scripts using ShellCheck and BATS. Use when checking bash/sh scripts for errors, writing shell script tests, fixing ShellCheck warnings, setting up CI/CD for shell scripts, or improving bash code quality. Use when this capability is needed.
- ▌ Dark Matter Analyzer · tomevault-io bundleAnalyze repositories to reveal unseen patterns, strategic drift, and organizational health. Use when assessing repository coherence, diagnosing project issues, identifying documentation inflation, or understanding why a codebase feels misaligned with its stated goals. Use when this capability is needed.
- ▌ Go To Market Planner · tomevault-io bundlePlan product launches and go-to-market strategy. Use when launching products, entering new markets, or planning marketing campaigns. Covers positioning, channels, messaging, and launch execution. Use when this capability is needed.
- ▌ System Diagnostician · tomevault-io bundlePerforms Codex-assisted project health diagnostics, identifies capability gaps, and produces prioritized improvement plans. Use when this capability is needed.
- ▌ Documentation From Code · tomevault-io bundleGenerate documentation from source code including README, API docs, and inline comments Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌