tomevault-io
- 62k skills
- 0 followers
- 4 days ago last updated
- ▌ Axiom Foundation Models Ref · tomevault-io bundleReference — Complete Foundation Models framework guide covering LanguageModelSession, @Generable, @Guide, Tool protocol, streaming, dynamic schemas, built-in use cases, and all WWDC 2025 code examples Use when this capability is needed.
- ▌ Axiom Network Framework Ref · tomevault-io bundleReference — Comprehensive Network.framework guide covering NetworkConnection (iOS 26+), NWConnection (iOS 12-25), TLV framing, Coder protocol, NetworkListener, NetworkBrowser, Wi-Fi Aware discovery, and migration strategies Use when this capability is needed.
- ▌ Axiom Performance Profiling · tomevault-io bundleUse when app feels slow, memory grows over time, battery drains fast, or you want to profile proactively - decision trees to choose the right Instruments tool, deep workflows for Time Profiler/Allocations/Core Data, and pressure scenarios for misinterpreting results
- ▌ Axiom Swiftui Animation Ref · tomevault-io bundleUse when implementing SwiftUI animations, understanding VectorArithmetic, using @Animatable macro, zoom transitions, UIKit/AppKit animation bridging, choosing between spring and timing curve animations, or debugging animation behavior - comprehensive animation reference from iOS 13 through iOS 26
- ▌
- ▌ Jianghu Status View · tomevault-io bundle搜索与查看江湖任务、讨论、在线 Agent 等状态。用于「有哪些任务」「最近讨论是什么」「谁在线」等只读查看与检索,不涉及发消息或领任务。 Use when this capability is needed.
- ▌
- ▌
- ▌ Auto Scenarios · tomevault-io bundleAutomatically discovers coding standards from project files (CLAUDE.md, tsconfig.json, ESLint, etc.) and generates validation scenarios for the benchmarks framework. Use when user wants to generate test scenarios from their coding standards or bootstrap benchmarking for a project. Use when this capability is needed.
- ▌ Hs Init Project · tomevault-io bundleBootstrap Codex-oriented repository structure for both brand-new and already-existing projects. Use when Codex needs to initialize or retrofit root and local AGENTS.md files, a root-level `rule/` directory with `rule/index.md` and `rule/rules/*.md`, human-facing docs structure, a single source-root plus non-runtime boundary model, and GitHub repository workflow policy without guessing ambiguous structural decisions or destructively rewriting existing project contents. Use when this capability is needed.
- ▌
- ▌
- ▌ Claude Dev Suite Claude Dev Suite Testcontainers · tomevault-io bundleTestcontainers - Quick Reference
- ▌
- ▌ Color Pipeline Implementer · tomevault-io bundleImplement or adjust the core color pipeline (parse, normalize, scale, resolve) guided by src/planning/spec-v0.3.md and src/planning/roadmap-v0.3.md. Use when this capability is needed.
- ▌
- ▌ Cleanexpo Synthex Agentic Marketing Intelligence · tomevault-io bundleAgentic Marketing Intelligence 2026
- ▌ Run Linters · tomevault-io bundleRun linters, lint the code, check code style, or fix linting issues. Use when the user wants to lint, run linters, check code quality, verify code style, fix linting errors, or run code checks after completing code modifications. Use when this capability is needed.
- ▌ Ao Weekly Release · tomevault-io bundleGenerate the weekly Agent Orchestrator release notes. Runs every Thursday 10:00 IST from the bot cron, or on-demand. Queries the GitHub API for the latest release, merged PRs, commits, contributors, and star counts, and produces a publishable markdown post in the house style. Output is posted to Discord by the cron job after this skill returns. Use when this capability is needed.
- ▌ Browser Discovery · tomevault-io bundleBrowser automation for documentation discovery. Use when curl fails on JS-rendered sites, when detecting available browser tools, or when configuring browser-based documentation collection. Use when this capability is needed.
- ▌ Library Detection · tomevault-io bundleDetect project stack from package manifests (package.json, pyproject.toml, go.mod, Cargo.toml, pubspec.yaml, CMakeLists.txt). Auto-identify frameworks, test tools, and build systems for onboarding. Use when this capability is needed.
- ▌ Corezoid Simulator AI Plugin Simulator AI Plugin · tomevault-io bundle> **Curated tool names (v2 server).** Place/remove nodes & edges on a layer with `manageLayerActors`; read a layer's contents — prefer `getLayerActorsPaginated` (page nodes then edges; works for any size) or `getAllLayerPlacements`, falling back to `getLayerActors` only for small layers (it loads the whole layer in one call and is rejected with a "Layer is too large" 400 above the size cap); create nodes with `createActor` (one call each — there is no `createActors`); links with `createLink` / `massLink`; edge CRUD with `getEdge` / `updateEdge` / `deleteEdge` / `existLink` / `deleteEdgesByNodes`; edge types with `getEdgeTypes`. Traverse from an actor with `getRelatedActors` (type = linked | parents | children; hierarchy link type by default; paginated/filterable/sortable), `getLinkedActors` (directly-linked actors across edge types, with `edgeTypes`/`withSystem`/`pinned` filters), and `getActorLinks` (every edge of an actor). Layer ops: `layerStats` (node/edge counts), `existLayerElement` (is a node/edge on a
- ▌ Corvus Dotnet Corvus Jsonschema Reviewing Skills · tomevault-io bundleReviewing and Updating Skills
- ▌ Cui Javascript Unit Testing · tomevault-io bundleJest unit testing standards covering configuration, test structure, testing patterns, and coverage requirements Use when this capability is needed.
- ▌ Career Biographer · tomevault-io bundleAI-powered career biographer that conducts empathetic interviews, extracts structured career narratives, and transforms professional stories into portfolios, CVs, and personal brand assets. Use when this capability is needed.
- ▌ Chatbot Analytics · tomevault-io bundleImplement AI chatbot analytics and conversation monitoring. Use when adding conversation metrics, tracking AI usage, measuring user engagement with chat, or building conversation dashboards. Use when this capability is needed.
- ▌ Typography Expert · tomevault-io bundleMaster typographer specializing in font pairing, typographic hierarchy, OpenType features, variable fonts, and performance-optimized web typography. Use for font selection, type scales, web Use when this capability is needed.
- ▌ Vercel Deployment · tomevault-io bundleDeploy Next.js and React applications to Vercel — project setup, environment variables, edge functions, build troubleshooting, preview deployments, monorepo configuration. NOT for AWS/GCP/Azure Use when this capability is needed.
- ▌ Web Design Expert · tomevault-io bundleCreates unique web designs with brand identity, color palettes, typography, and modern UI/UX patterns. Use for brand identity development, visual design systems, layout composition, and responsive
- ▌ Web Wave Designer · tomevault-io bundleCreates realistic ocean and water wave effects for web using SVG filters (feTurbulence, feDisplacementMap), CSS animations, and layering techniques. Use for ocean backgrounds, underwater distortion,
- ▌
- ▌ Writing Useful Tests · tomevault-io bundleUse when writing tests, reviewing test code, or discussing testing strategy. Covers TDD workflow, test structure, mocking strategy, property-based testing, and pytest patterns.
- ▌ Analysis Swarm · tomevault-io bundleMulti-perspective code analysis using three AI personas (RYAN, FLASH, SOCRATES) for comprehensive decision-making. Use when complex code decisions need analysis from multiple viewpoints, or when avoiding single-perspective blind spots is critical. Use when this capability is needed.
- ▌ Do Memory CLI Ops · tomevault-io bundleExecute and troubleshoot do-memory-cli commands for episode management, pattern analysis, and storage operations. Use this skill when running CLI commands, debugging CLI issues, explaining command usage, or guiding users through CLI workflows. Use when this capability is needed.
- ▌ Dev Figma V3 Migration Plugin · tomevault-io bundleDevelop and maintain the Figma V3 migration plugin, including metadata extraction, mapping updates, and type-safe property conversion. Use when updating V2 to V3 migration mappings in tools/figma-v3-migration. Use when this capability is needed.
- ▌ Codex Review Workflow · tomevault-io bundleAutomated code review workflow using OpenAI Codex CLI. Implements iterative fix-and-review cycles until code passes validation or reaches iteration limit. Use when building features requiring automated code validation, security checks, or quality assurance through Codex CLI. Use when this capability is needed.
- ▌ Multi Agent Architect · tomevault-io bundleDesign and orchestrate multi-agent systems. Use when building complex AI systems requiring specialization, parallel processing, or collaborative problem-solving. Covers agent coordination, communication patterns, and task delegation strategies. Use when this capability is needed.
- ▌ Orchestration Planner · tomevault-io bundlePlan multi-step workflows using capability graph and Codex-powered goal decomposition with HTN-style hierarchical task planning. Use when this capability is needed.
- ▌ Testing Cicd · tomevault-io bundleComplete guide for testing patterns, test structure, CI pipeline, and development workflow for SE104_VLEAGUE Use when this capability is needed.
- ▌ Fiction Distiller · tomevault-io bundle短篇换元仿写器 - 从小说文本中提取叙事骨架,将人物/情节/设定/台词全部替换为原创内容,生成字数相近、风格神似、内容全新、可反检测的短篇小说 Use when this capability is needed.
- ▌
- ▌ Nushell Data Processing · tomevault-io bundleThis skill should be used when the user asks to "process data in Nushell", "use polars", "work with dataframes", "use lazyframes", "analyze CSV data", "transform large datasets", "aggregate data", "join tables", "pivot data", "melt dataframes", or mentions polars, dataframes, lazyframes, or high-performance data manipulation in Nushell. Use when this capability is needed.
- ▌ Medassist Doc Sync Guard · tomevault-io bundleEnsure MedAssist documentation stays aligned with behavior changes in APIs, configuration, setup, and operations, including equivalent requests phrased in German. Use when this capability is needed.
- ▌ Medassist UI Consistency · tomevault-io bundleEnforce non-negotiable MedAssist UI guardrails by reusing existing components, styles, and interaction patterns, including equivalent requests phrased in German. Use when this capability is needed.
- ▌
- ▌
- ▌ Smart Router Skill · tomevault-io bundleMovie character personality skill with configurable missions - choose your character and watch themed workflows unfold Use when this capability is needed.
- ▌ Codebase Mapper · tomevault-io bundleGenerate a deterministic architecture map of Python, C#, and TypeScript codebases using AST parsing. Outputs a token-efficient structure section for CLAUDE.md. Use when mapping a codebase, generating architecture documentation, updating claude.md structure, or onboarding to a new project. Use when this capability is needed.
- ▌ Statistical Software QA · tomevault-io bundleQuality assurance and testing protocols for statistical software Use when this capability is needed.
- ▌
- ▌ Network Monitoring · tomevault-io bundleMonitor UniFi network infrastructure including sites, devices, and system health. Diagnose connectivity issues, track device performance, and generate network diagnostics. Use when this capability is needed.
- ▌ Code Security Review · tomevault-io bundleConducts comprehensive security code reviews including vulnerability detection (OWASP Top 10, CWE), authentication/authorization flaws, injection attacks, cryptography issues, sensitive data exposure, API security, dependency vulnerabilities, security misconfigurations, and compliance validation (PCI-DSS, GDPR, HIPAA). Produces detailed security assessment reports with CVE references, CVSS scores, exploit scenarios, and remediation guidance. Use when reviewing code security, performing security audits, checking for vulnerabilities, validating security controls, assessing security risks, or when users mention "security review", "vulnerability scan", "security audit", "penetration test", "OWASP", "security assessment", "secure coding", or "security compliance". Use when this capability is needed.
- ▌ Googlesheets Automation · tomevault-io bundleAutomate Google Sheets operations (read, write, format, filter, manage spreadsheets) via Rube MCP (Composio). Read/write data, manage tabs, apply formatting, and search rows programmatically. Use when this capability is needed.
- ▌ Test Naming Standards · tomevault-io bundleEnforces test file and test case naming conventions. Use when writing tests, creating test files, or when code review requires proper test naming. Use when this capability is needed.
- ▌ Initialize For Dev · tomevault-io bundleInitialize a repo for AI-assisted development by cloning key dependency repos into ai_working/. Use this when this is the first time setting up this repo for development, or when an update/reset is needed. Use when this capability is needed.
- ▌ Davidortinau Maui Skills Maui Push Notifications · tomevault-io bundlePush Notifications — Gotchas & Best Practices
- ▌ Obsidian Theme Dev · tomevault-io bundleCSS/SCSS development patterns for Obsidian themes. Load when working with theme.css, SCSS variables, or CSS selectors. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌ Burp Suite Web Application Testing · tomevault-ioThis skill should be used when the user asks to "intercept HTTP traffic", "modify web requests", "use Burp Suite for testing", "perform web vulnerability scanning", "test with Burp Repeater", "analyze HTTP history", or "configure proxy for web testing". It provides comprehensive guidance for using Burp Suite's core features for web application security testing.
- ▌ Whisper · tomevault-io bundleOpenAI's general-purpose speech recognition model. Supports 99 languages, transcription, translation to English, and language identification. Six model sizes from tiny (39M params) to large (1550M params). Use for speech-to-text, podcast transcription, or multilingual audio processing. Best for robust, multilingual ASR. Use when this capability is needed.
- ▌ Verl Rl Training · tomevault-io bundleProvides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.
- ▌
- ▌
- ▌
- ▌ Wireshark Network Traffic Analysis · tomevault-io bundleThis skill should be used when the user asks to "analyze network traffic with Wireshark", "capture packets for troubleshooting", "filter PCAP files", "follow TCP/UDP streams", "detect network anomalies", "investigate suspicious traffic", or "perform protocol analysis". It provides comprehensive techniques for network packet capture, filtering, and analysis using Wireshark. Use when this capability is needed.
- ▌ Cross Site Scripting And HTML Injection Testing · tomevault-ioThis skill should be used when the user asks to "test for XSS vulnerabilities", "perform cross-site scripting attacks", "identify HTML injection flaws", "exploit client-side injection vulnerabilities", "steal cookies via XSS", or "bypass content security policies". It provides comprehensive techniques for detecting, exploiting, and understanding XSS and HTML injection attack vectors in web applications.
- ▌
- ▌ Reminders Management · tomevault-io bundleUse when managing Apple Reminders via MCP - covers list organization, reminder creation/updates, search patterns, and integration with other productivity workflows
- ▌
- ▌ Kubernetes Cloudkube Audit · tomevault-io bundleThis skill covers hardening managed Kubernetes clusters on EKS, AKS, and GKE by implementing Pod Security Standards, network policies, workload identity, RBAC scoping, image admission controls, and runtime security monitoring. It addresses cloud-specific security features including IRSA for EKS, Workload Identity for GKE, and Managed Identities for AKS. Use when this capability is needed.
- ▌ Binary Analysis · tomevault-io bundleAnalyze binary files (exe, dll, sys, bin, ocx, scr, cpl, drv, elf, so, macho, apk) to assess if they are malicious, perform decompilation, extract strings/imports/exports, detect malware, and provide threat assessment. Use this skill when user asks to analyze, examine, check, or assess any binary file, asks if a file is malicious/suspicious/safe, or provides a file path to a binary. Trigger for phrases like "Is [file] malicious?", "Analyze [file]", "What does [binary] do?", or any request involving binary file analysis. Use when this capability is needed.
- ▌ Authoring Constitution · tomevault-io bundleThis skill MUST be invoked when the user says "write principles", "define governance", "create constitution", or "write a constitution". SHOULD also invoke when user mentions "governance", "principles", "enforcement", or "amendment process". Core skill for greenfield projects. Use when this capability is needed.
- ▌ Authoring Requirements · tomevault-io bundleThis skill MUST be invoked when the user says "write requirements", "define success criteria", "identify edge cases", or "functional requirements". SHOULD also invoke when user mentions "FR-", "SC-", "RFC 2119", "MUST SHOULD MAY", or "edge cases". Produces technology-agnostic requirements in FR-XXX format with measurable success criteria. Use when this capability is needed.
- ▌ Repo B Control Center Ops · tomevault-io bundleOperate and debug <PRIVATE_REPO_B> Control Center and thin-waist service surfaces. Use when working on connector routing, Lighthouse checks, MCP/Agent Bridge endpoints, pose bridge, canonical desktop startup/restart behavior, shortcut ownership, or window lifecycle/state ownership. Use when this capability is needed.
- ▌ Repo B Preflight Doc Sync · tomevault-io bundleEnforce <PRIVATE_REPO_B> preflight gates and documentation lockstep. Use before PRs to run required validation profiles and keep README.md, docs/PROJECT_SCOPE.md, and docs/SCOPE_TRACKER.md synchronized with shipped behavior. Use when this capability is needed.
- ▌ Repo C Policy Schema Gate · tomevault-io bundleValidate Repo C policy files and schema contracts in <PRIVATE_REPO_C>. Use when editing policy manifests, schema files, policy validation CLI logic, or tests that rely on schema conformance. Use when this capability is needed.
- ▌ Skill Arbiter Release Ops · tomevault-io bundleRun release bump and PR release-hygiene workflow in skill-arbiter. Use when changes are release-impacting and require synchronized pyproject version, changelog entry, and CI release gate compliance. Use when this capability is needed.
- ▌ Skills Discovery Curation · tomevault-io bundleDiscover, triage, and prioritize Codex skills for a repository or workspace. Use for one-time audits and recurring curation runs after cross-repo MX3/shim drift scans. Use when this capability is needed.
- ▌ Creative Iteration Playbook · tomevault-io bundleFramework for briefing, testing, and scaling social creative variations. Use when this capability is needed.
- ▌ Experience System Blueprint · tomevault-io bundleDocumentation pattern for translating brand platforms into modular experience Use when this capability is needed.
- ▌ Regulatory Review Checklist · tomevault-io bundleStep-by-step checklist for routing healthcare marketing assets through Use when this capability is needed.
- ▌
- ▌
- ▌ Health Score Monitor · tomevault-io bundleDesign and maintain customer health scoring systems with automated alerts and trending analysis Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌
- ▌ Hack23 Blacktrigram Secure Development Lifecycle · tomevault-io bundle🛡️ Secure Development Lifecycle (SDLC) Skill
- ▌ Hack23 Blacktrigram Testing Strategy Enforcement · tomevault-io bundleTesting Strategy Enforcement Skill
- ▌ Data Pipeline Engineering · tomevault-io bundleETL workflow design, automated data fetching, version tracking, and pipeline orchestration expertise Use when this capability is needed.
- ▌ Prospective News Coverage · tomevault-io bundleFuture event coverage, agenda analysis, calendar tracking, predictive reporting for upcoming political developments Use when this capability is needed.
- ▌ Secure Development Policy · tomevault-io bundleComprehensive secure development lifecycle covering all SDLC phases, AI controls, testing, and security requirements per Hack23 ISMS Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌ Frontend LLM Output Handler · tomevault-io bundleGuide for enhancing frontend code with the capability to render AI/LLM outputs (Markdown, LaTeX, code blocks) securely and accurately in the UI. Use when this capability is needed.
- ▌ Cw Story Critique · tomevault-io bundleCreative writing skill for analyzing and critiquing story content. Use when the user requests feedback, critique, or analysis of their writing. Provides balanced feedback calibrated to intended audience. Use when this capability is needed.