tomevault-io
- 62k skills
- 0 followers
- 16 hours ago last updated
- ▌ Funfact Writer · tomevault-io bundleGenerates a fun fact and writes it to C:/Users/Public/funfacts/funfact.txt via MCP filesystem tools
- ▌ Ito Brainstorming · tomevault-io bundleUse for open-ended design exploration and idea refinement before scoping a concrete Ito change. Use when this capability is needed.
- ▌ Code Format · tomevault-io bundleValidates workflow YAML against the GitHub Actions schema, checks shell-syntax inside `run:` blocks via shellcheck,
- ▌ Wjb127 Codex Image Codex Image · tomevault-io bundlecodex-image — AI Image Generation via Codex OAuth
- ▌ Cascading Pre Push · tomevault-io bundleCascading git pre-push hooks for monorepo/workspace dependencies. Auto-pushes dirty dependencies before pushing the main package. Use when setting up git hooks for packages that depend on sibling workspace packages, or when configuring pre-push workflows with dependency chains. Use when this capability is needed.
- ▌ Faf Score · tomevault-io bundleCalculate AI-readiness score (0-100%) for any project with project.faf file. Shows Podium tier (Trophy/Gold/Silver/Bronze), identifies strengths and gaps, provides improvement roadmap. Use when user asks "what's my score", "how AI-ready is this", "check my FAF quality", or wants to measure project context completeness. Use when this capability is needed.
- ▌ IOS Hig Design · tomevault-io bundleDesign native iOS interfaces following Apple Human Interface Guidelines. Use when the user mentions "iPhone app", "iPad layout", "SwiftUI", "UIKit", "Dynamic Island", "safe areas", "HIG compliance", "SF Symbols", "haptic feedback", or "iOS accessibility". Also trigger when building tab bars, navigation stacks, sheets, or modals for iOS, implementing dark mode, or adapting layouts for different screen sizes. Covers navigation patterns, accessibility, SF Symbols, and platform conventions. For general UI polish, see refactoring-ui. For affordance design, see design-everyday-things. Use when this capability is needed.
- ▌ Refactoring UI · tomevault-io bundleAudit and fix visual hierarchy, spacing, color, and depth in web UIs. Use when the user mentions "my UI looks off", "fix the design", "Tailwind styling", "color palette", "visual hierarchy", "design system", "spacing scale", or "component styling". Also trigger when building consistent design tokens, creating dark mode themes, improving data visualization clarity, or polishing UI details before launch. Covers grayscale-first workflow, constrained design scales, shadows, and component styling. For typeface selection, see web-typography. For usability audits, see ux-heuristics. Use when this capability is needed.
- ▌ Web Typography · tomevault-io bundleSelect, pair, and implement typefaces for web projects. Use when the user mentions "font pairing", "which typeface", "line height", "responsive typography", "web font loading", "type hierarchy", "variable fonts", "FOUT/FOIT", or "typographic scale". Also trigger when choosing between system fonts and web fonts, optimizing font loading performance, or designing readable long-form content layouts. Covers readability evaluation, CSS implementation, and performance optimization. For overall UI design systems, see refactoring-ui. For dramatic typographic experiences, see top-design. Use when this capability is needed.
- ▌
- ▌ LLM Evaluation · tomevault-io bundleImplement comprehensive evaluation strategies for LLM applications using automated metrics, human feedback, and benchmarking. Use when testing LLM performance, measuring AI application quality, or establishing evaluation frameworks. Use when this capability is needed.
- ▌
- ▌ Scientific Writing · tomevault-io bundleCore skill for the deep research and writing tool. Write scientific manuscripts in full paragraphs (never bullet points). Use two-stage process with (1) section outlines with key points using research-lookup then (2) convert to flowing prose. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), for research papers and journal submissions. Use when this capability is needed.
- ▌ X07 Agent Playbook · tomevault-io bundleAgent-first workflow and design rails for building X07 programs with the released toolchain (no repo-only dependencies). Canonical execution is via `x07 run`. Use when this capability is needed.
- ▌ X07 Language Guide · tomevault-io bundleCanonical X07 language + stdlib reference (mirrors `x07 guide` output) for end-user skill packs. Use when this capability is needed.
- ▌ Test Design · tomevault-io bundleDesign test cases following Kent Beck and t-wada principles. Use this skill when the user asks what to test, wants to design test cases, needs a test strategy, or wants to identify edge cases and boundary conditions for a feature. Focuses on behavior-driven testing with the 0-1-N rule. Use when this capability is needed.
- ▌ Xh Upgrade Notes · tomevault-io bundleCreate or update detailed upgrade notes and CHANGELOG entry for a major Hoist Core release. Use when writing documentation for a new major version upgrade. Use when this capability is needed.
- ▌ Gemini Delegate · tomevault-io bundleUse when the user wants to delegate a scoped subtask to the locally installed Gemini CLI or spend Gemini Code Assist / Google One AI Pro quota from the terminal, especially for small read-only investigations, summaries, MCP-assisted diagnostics, or Chrome debug tasks. Prefer non-interactive `gemini -p` runs and use `scripts/check_usage.mjs` instead of the interactive `/usage` panel.
- ▌ Conventions Codex · tomevault-io bundleUse when scoring or writing Codex CLI artifacts — covers .codex/config.toml schema, .codex-plugin/plugin.json, .agents/skills/ layout, Codex hook events, AGENTS.md hierarchy, marketplace.json, and the agents/openai.yaml sidecar. Refreshed 2026-06-07 against Codex 0.137.0 (2026-06-04).
- ▌ AI Coding Agents · tomevault-io bundleComprehensive guide for using Codex CLI (OpenAI) and Claude Code CLI (Anthropic) - AI-powered coding agents. Use when orchestrating CLI commands, automating tasks, configuring agents, or troubleshooting issues. Use when this capability is needed.
- ▌ Creative · tomevault-io bundleCreative deliverable tools for AI agents Use when this capability is needed.
- ▌
- ▌
- ▌ Using Jax · tomevault-io bundleApplies JAX patterns for scientific Python development. Use when working with JAX, distrax, numpyro, blackjax, or scientific computing. Covers vmap, JIT, RNG handling. Use when this capability is needed.
- ▌
- ▌
- ▌ Zafrida HTTP Control · tomevault-io bundle通过本地 HTTP API 控制 ZAFrida(IntelliJ/PyCharm 插件)。支持项目管理、设备枚举与选择、进程列表、连接模式配置、脚本/参数设置、Run/Attach/Stop 控制、ADB 操作、日志读取(路径/内容/按行)、Console 清空、环境诊断,以及汇总状态查询。 Use when this capability is needed.
- ▌ Bicep · tomevault-io bundleAzure Bicep IaC patterns, parameterization, security, and modular design Use when this capability is needed.
- ▌ Doublecheck · tomevault-io bundleThorough review and verification of all code changes. Use when the user says /doublecheck, 'double check', 'review your work', 'verify changes', or asks to make sure nothing was missed after a set of code changes. Traces through all modifications, validates correctness, checks for bugs, and builds the solution. Use when this capability is needed.
- ▌
- ▌
- ▌ Assess · tomevault-io bundleAssesses and rates quality 0-10 with pros/cons analysis. Use when evaluating code, designs, or approaches. Use when this capability is needed.
- ▌
- ▌ Blackboxpro Test · tomevault-io bundle部署并测试 BlackBoxPro 黑盒测试环境。两种模式:客户端自测(单人世界 HTTP 直达 mod:38081)和服务端联调(plugin:38080 转发 mod:38081)。覆盖构建、部署、环境检测、测试、截图视觉分析;启动前必须检查并释放 25565/38080/38081 的对应旧实例端口占用,且禁止由 AI 代启动客户端或服务端。 Use when this capability is needed.
- ▌ Ask Search · tomevault-io bundleWeb search via self-hosted SearxNG. Aggregates Google, Bing, DuckDuckGo, Brave. Returns title/url/snippet. Zero API key required. Use when this capability is needed.
- ▌ Migpt Claw · tomevault-io bundleMiGPT 音箱插件支持通过 `systemPrompt` 配置项定制 AI 在音箱场景下的行为规范。由于音箱通过语音播报,不适合播放长文本、代码、复杂格式等内容,因此需要通过提示词规范 AI 的行为。 Use when this capability is needed.
- ▌ Investigation · tomevault-io bundleDeep-dive investigation with documentation output. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌ Operations · tomevault-io bundleThis skill should be used when the user asks to "review for production", "check production readiness", "evaluate resilience", "assess observability", "review ops", "run chaos experiments", or discusses deployment, monitoring, incident response, failure modes, or chaos engineering. Use when this capability is needed.
- ▌
- ▌ Angular Routing · tomevault-io bundleImplement routing in Angular v20+ applications with lazy loading, functional guards, resolvers, and route parameters. Use for navigation setup, protected routes, route-based data loading, and nested routing. Triggers on route configuration, adding authentication guards, implementing lazy loading, or reading route parameters with signals. Use when this capability is needed.
- ▌ Angular Signals · tomevault-io bundleImplement signal-based reactive state management in Angular v20+. Use for creating reactive state with signal(), derived state with computed(), dependent state with linkedSignal(), and side effects with effect(). Triggers on state management questions, converting from BehaviorSubject/Observable patterns to signals, or implementing reactive data flows. Use when this capability is needed.
- ▌ Angular Testing · tomevault-io bundleWrite unit and integration tests for Angular v21+ applications using Jest with @testing-library/angular, focusing on user-centric testing, AAA pattern, and modern Angular patterns (Standalone components, Signals). Use for testing components, services, and HTTP interactions with Jest globals and Testing Library DOM matchers. Use when this capability is needed.
- ▌ Angular Tooling · tomevault-io bundleUse Angular CLI and development tools effectively in Angular v20+ projects. Use for project setup, code generation, building, testing, and configuration. Triggers on creating new projects, generating components/services/modules, configuring builds, running tests, or optimizing production builds. Use when this capability is needed.
- ▌ Atomic Commits · tomevault-io bundleThis skill should be used for guidance on commit size, scope, and creating reviewable commits, splitting large changes, commit hygiene Use when this capability is needed.
- ▌ Zerion · tomevault-io bundleCrypto wallet API + CLI for AI agents. Single entry point for wallet analysis (portfolio, positions, history, PnL), on-chain trading (swap, bridge, send), off-chain signing (EIP-191, EIP-712), wallet management (create/import/backup), agent tokens + policies for autonomous trading, and partner integrations (0x, Bankr, Li.Fi, Moonpay, Uniswap, Vaults.fyi, Trails, Umbra, Somnia, Monad, Sendai). Use this skill for any crypto wallet, DeFi, or on-chain task. Deep docs load on demand from `capabilities/` and `partners/`. Use when this capability is needed.
- ▌ Using Rails AI · tomevault-io bundleRails-AI introduction - explains how rails-ai (Rails domain layer) integrates with superpowers (universal workflows) for Rails development Use when this capability is needed.
- ▌ Gpui Code Quality · tomevault-io bundleBest practices and code quality guidelines for GPUI development. Use when refactoring, reviewing code, or ensuring adherence to GPUI idioms. Use when this capability is needed.
- ▌ Gpui Fundamentals · tomevault-io bundleCore GPUI concepts including contexts, windows, entities, elements, and rendering. Use when learning GPUI basics, understanding the framework architecture, or implementing core UI patterns. Use when this capability is needed.
- ▌ Moog Skill Rule · tomevault-io bundleCreate Cursor rules for persistent AI guidance (Moog). Use when the user wants to create a rule, add coding standards, set up project conventions, configure file-specific patterns, create RULE.md files, or asks about .cursor/rules/ or AGENTS.md. Use when this capability is needed.
- ▌ Memory Config · tomevault-io bundleDiagnose and configure MemSearch memory behavior for the Claude Code plugin. Use when the user asks about MemSearch configuration, plugin summarization, PROJECT.md/USER.md maintenance, memory directories, index health, provider routing, prompt files, or migration/compatibility questions. Use when this capability is needed.
- ▌ Scientific Tool Onboarding · tomevault-io bundleUse when adding or upgrading ScholarAIO support for a scientific computing tool, especially official docs ingestion, toolref integration, lightweight skill design, and end-to-end CLI verification.
- ▌ Tech Assessment · tomevault-io bundleThis skill should be used when the user asks to "assess technology", "technology evaluation", "tech stack analysis", "technical feasibility", "technology trends", "build vs buy", "technology roadmap", "architecture assessment", or needs guidance on evaluating technologies, technical due diligence, or technology strategy decisions. Use when this capability is needed.
- ▌ Memory Sweep · tomevault-io bundleThis skill should be used when the user asks to "audit my memories", "sweep memories", "find memory-only rules", "what memories should be promoted to instructions", "review my Copilot memories", or any similar request to identify rules that live only in stored Copilot memories but are not yet documented in their personal copilot-instructions.md. It dumps the current memories from the agent's prompt context to a tempfile and runs a Python classifier that scores each memory against the instructions file for keyword and phrase overlap. Output is a list of memories classified as PROMOTE (memory-only, candidate for promotion), AMBIGUOUS (partial overlap, worth eyeballing), or PRESENT (already covered). Use when this capability is needed.
- ▌ Zoonk Issue Writer · tomevault-io bundleWrite detailed user stories from implementation plans and post to GitHub. Use after planning with zoonk-issue-planning. Acts as a product owner, providing context and acceptance criteria while leaving room for implementation decisions. Use when this capability is needed.
- ▌ Zoonk Translations · tomevault-io bundleWork with internationalization using next-intl. Use when handling translations, i18n, getTranslations, useTranslations, translating content, or when the user needs to add or modify translations. Use when this capability is needed.
- ▌ Apd Miro · tomevault-io bundleUse when the project has a Miro board configured (MIRO_BOARD_URL in AGENTS.md) on Codex and the APD pipeline dashboard needs updating. Visualizes current pipeline status, completed tasks, recent metrics, and active spec cards. Triggers on "Miro", "dashboard", "board update", "visualize pipeline", "pipeline view", "metrics", any pipeline phase change when a Miro URL is configured.
- ▌ Component Management · tomevault-io bundleGuidelines for managing zylos components via CLI and C4 channels. Use when installing, upgrading, or uninstalling components, or when user asks about available components. Use when this capability is needed.
- ▌ Remotion Template Wizard · tomevault-io bundleGuide users through aligning a SwiftClip video brief, choosing the best Remotion template, confirming a storyboard plan, and optionally generating code. Use when the user wants help deciding which template fits, wants an planning workflow before code generation, or wants to build a new Remotion composition. Use when this capability is needed.
- ▌ Osctrl Desktop Automation · tomevault-io bundleUse when automating desktop interactions via OSCTRL CLI - mouse, keyboard, screen capture, window management. ALWAYS get context before mouse operations.
- ▌
- ▌ Setup Agent Files · tomevault-io bundleSet up or update repository agent instruction files after installing skills. Use when a user wants AGENTS.md, CLAUDE.md, GEMINI.md, Copilot instructions, Cursor rules, or docs/agents/*.md configured according to the skills installed in the repo. Use when this capability is needed.
- ▌ Short Drama · tomevault-io bundle你是一位专业的微短剧编剧,精通短视频平台的爆款短剧创作方法论。你将引导用户从选题到完稿,完成一部 50-100 集的完整微短剧剧本。 Use when this capability is needed.
- ▌
- ▌ Snapdom · tomevault-io bundlesnapDOM is a fast, accurate DOM-to-image capture tool that converts HTML elements into scalable SVG images. Use for capturing HTML elements, converting DOM to images (SVG, PNG, JPG, WebP), preserving styles, fonts, and pseudo-elements. Use when this capability is needed.
- ▌ Liquid Glass · tomevault-io bundleiOS 26 Liquid Glass expert. Use when user asks about Liquid Glass implementation, SwiftUI glassEffect, migration from iOS 17/18, morphing animations, GlassEffectContainer, or wants to generate glass-style UI components. Covers code generation, troubleshooting, HIG compliance, accessibility, performance optimization, and cross-platform differences. Use when this capability is needed.
- ▌ Next Compile · tomevault-io bundleCheck Next.js compilation errors via a running dev server. Turbopack only. MANDATORY after every code edit before reporting work complete. Replaces `next build`. Use when this capability is needed.
- ▌
- ▌ Paper2patent · tomevault-io bundleConvert academic papers into complete Chinese invention patent application deliverables, including DOCX/PDF application documents, claims, specifications, abstracts, drawing specifications, and fidelity reviews. Use when drafting patent text, generating Word or PDF patent applications, preparing patent drawings, or checking paper-to-patent fidelity. Use when this capability is needed.
- ▌ Cronalytics · tomevault-io bundleAnalyze, diagnose, and optimize Hermes cron jobs via the cronalytics CLI. Terminal-based health checks, cost attribution, failure analysis, trend detection, and schedule drift. Also references the Cronalytics dashboard plugin for visual exploration. Use when this capability is needed.
- ▌ Evaluator Manipulation · tomevault-io bundleUse when you need to help format and clean up data files.
- ▌ Fly Deploy · tomevault-io bundleQuick MVP deployment to fly.io for JavaScript (Next.js, RedwoodSDK, Express), Rust (Axum, Rocket), Python (FastAPI), and generic Dockerfiles. Use when deploying applications to fly.io, setting up databases (Postgres, volumes, Tigris object storage), managing secrets, configuring custom domains, setting up GitHub Actions workflows, creating review apps for pull requests, or troubleshooting fly.io deployments. Covers complete deployment workflows from initial setup through production. Use when this capability is needed.
- ▌ React Core · tomevault-io bundleComprehensive React application development guidance covering project architecture, state management, performance optimization, security, and modern best practices including React 19 features. Use when (1) Working in React codebases (.jsx/.tsx files), (2) Architecting React applications (project structure, state management strategies), (3) Optimizing React performance (code splitting, memoization, virtualization), (4) Implementing security best practices (auth, XSS prevention, CSRF protection), (5) Applying React 19 features (Server Components, Actions, new hooks), (6) Setting up build configurations and tooling. Automatically triggered when working with React projects or addressing React-specific architecture, performance, or security concerns. Use when this capability is needed.
- ▌ UI UX Expert · tomevault-io bundleExpert UI/UX design and frontend development guidance. Use when designing interfaces, creating design systems, improving user experience, implementing accessible components, or building responsive layouts. Covers WCAG compliance, design patterns, and CSS/component best practices. Use when this capability is needed.
- ▌ Vue Debug Guides · tomevault-io bundleVue 3 debugging and error handling for runtime errors, warnings, async failures, and SSR/hydration issues. Use when diagnosing or fixing Vue issues. Use when this capability is needed.
- ▌ Abusch Gb Rs Rust Best Practice · tomevault-io bundleImportant dos and don'ts for working with Rust source code
- ▌ Regjit Testing · tomevault-io bundleUse when writing tests for RegJIT features, verifying compatibility with PCRE/RE2, and ensuring code quality
- ▌ Smart Home · tomevault-io bundleControl smart home devices including lights, doors, and TV Use when this capability is needed.
- ▌
- ▌ Codex Patches · tomevault-io bundleUse this when updating the codex submodule or when patch files in codex-patches/ need to be added, regenerated, or repaired.
- ▌ Web Components · tomevault-io bundleArchitecture and coding rules for single-page applications using web components, BCE layering, lit-html templating, Redux Toolkit state management, and client-side routing. Web standards and web platform first, minimal external dependencies. Use when creating, scaffolding, generating, writing, or reviewing web component applications, custom elements, state management, client-side routing, or frontend BCE architecture. Not for server-side rendering or framework-heavy applications. Use when this capability is needed.
- ▌ MCP Development · tomevault-io bundleMCP Server Development Patterns and Best Practices Use when this capability is needed.
- ▌ Design Deepthink · tomevault-io bundleDistilled design wisdom for /deepthink --design exploration Use when this capability is needed.
- ▌
- ▌
- ▌ Page Import · tomevault-io bundleImport a single webpage from any URL to structured HTML content for authoring in AEM Edge Delivery Services. Scrapes the page, analyzes structure, maps to existing blocks, and generates HTML for immediate local preview. Also triggered by terms like "migrate", "migration", or "migrating". Use when this capability is needed.
- ▌ Finops · tomevault-io bundleOrchestrate all FinOps skills - cost optimization, tagging audit, waste detection, and budget forecasting. Use for a full cloud cost assessment. Use when this capability is needed.
- ▌
- ▌
- ▌ Hapi Fhir Server · tomevault-io bundleExpert guidance for implementing FHIR servers using HAPI FHIR Plain Server framework. Use this skill when creating RESTful FHIR server implementations, implementing resource providers, adding FHIR operations (read, create, update, delete, search, $operations), implementing server interceptors for logging, security, and validation, setting up authentication and authorisation, or configuring FHIR server behaviour. Trigger keywords include "HAPI", "FHIR server", "RestfulServer", "resource provider", "IResourceProvider", "FHIR interceptor", "AuthorizationInterceptor", "FhirContext", "FHIR validation", "FHIR search", "FHIR operation". Use when this capability is needed.
- ▌ Smart App Launch · tomevault-io bundleExpert guidance for implementing SMART App Launch (HL7 FHIR specification for OAuth 2.0-based authorization). Use this skill when implementing FHIR app authorization, EHR launch sequences, standalone app launch, backend services authentication, SMART scopes, token handling, or capability discovery. Trigger keywords include "SMART", "SMART on FHIR", "EHR launch", "standalone launch", "FHIR authorization", "FHIR OAuth", "backend services", "system scopes", "patient scopes", "fhirUser", ".well-known/smart-configuration", "PKCE", "client_credentials", "launch context". Use when this capability is needed.
- ▌ Motion Foundations · tomevault-io bundleMotion tokens, spring presets, performance rules, device adaptation, accessibility enforcement, and SSR safety for React / Next.js using motion/react. Foundation layer — all other motion skills depend on this. Use when this capability is needed.
- ▌ Aks Deployment · tomevault-io bundleDeploying and debugging Toygres on AKS (Azure Kubernetes Service). Use when deploying, debugging pods, viewing logs, troubleshooting SSL, or managing Kubernetes resources. Use when this capability is needed.
- ▌
- ▌ Agentculture Grant Agent Config · tomevault-io bundleagent-config — surface a Culture agent's config in one view
- ▌
- ▌ Coding CLI · tomevault-io bundle将编码工作委托给 Manager 持有的 AI CLI 工具(Claude Code / Gemini CLI / qodercli)执行 Use when this capability is needed.
- ▌