tomevault-io
- 62k skills
- 0 followers
- 2 days ago last updated
- ▌ Dremio Setup · tomevault-io bundleSet up the Dremio MCP server for Claude Code Use when this capability is needed.
- ▌
- ▌ Design Review Gate · tomevault-io bundleAutomatic review gate that runs after brainstorming completes - spawns PM, Architect, Designer, Security, and CTO agents in parallel, iterates until all approve Use when this capability is needed.
- ▌ Django Perf Review · tomevault-io bundleDjango performance code review. Use when asked to "review Django performance", "find N+1 queries", "optimize Django", "check queryset performance", "database performance", "Django ORM issues", or audit Django code for performance problems. Use when this capability is needed.
- ▌ Formal Spec · tomevault-io bundleUse when writing formal specifications in TLA+ to verify system properties, defining state variables, configuring TLC model checker, and documenting assumptions and limitations. Covers safety and liveness properties for protocols and concurrent systems. Do not use for security claim enumeration without specification intent (use invariant-analysis).
- ▌ Github Activity · tomevault-io bundleRecent repository activity summary Use when this capability is needed.
- ▌ Github Pr Merge · tomevault-io bundleMerge a pull request with strategy selection Use when this capability is needed.
- ▌ Ml Workflow · tomevault-io bundleUse when designing end-to-end ML workflows. Covers experiment tracking, feature engineering and storage, model training pipelines, serving and deployment, A/B testing, and drift monitoring. Do not use for data warehouse schema design (use schema-evaluation) or ETL pipeline architecture (use pipeline-design).
- ▌ Mvp Scoping · tomevault-io bundleUse when defining minimum viable scope for a product or feature launch. Covers MoSCoW prioritization, value-effort matrix analysis, MVP cut-line definition, and phased roadmap planning. Do not use for quantified feature comparison (use impact-estimation) or measurement instrumentation (use analytics-design).
- ▌
- ▌ Duc01226 Easyplatform Code No Test · tomevault-io bundle> **[IMPORTANT]** Use `TaskCreate` to break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. For simple tasks, AI MUST ATTENTION ask user whether to skip.
- ▌
- ▌ Duc01226 Easyplatform Design Video · tomevault-io bundle> **[IMPORTANT]** Use `TaskCreate` to break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. For simple tasks, AI MUST ATTENTION ask user whether to skip.
- ▌ Duc01226 Easyplatform Feature Docs · tomevault-io bundle> **[IMPORTANT]** Use `TaskCreate` to break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. For simple tasks, AI MUST ATTENTION ask user whether to skip.
- ▌ Duc01226 Easyplatform Figma Design · tomevault-io bundle> **[IMPORTANT]** Use `TaskCreate` to break ALL work into small tasks BEFORE starting.
- ▌ Duc01226 Easyplatform Fix Parallel · tomevault-io bundle> **[IMPORTANT]** Use `TaskCreate` to break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. For simple tasks, AI MUST ATTENTION ask user whether to skip.
- ▌ Duc01226 Easyplatform Skill Create · tomevault-io bundle> **[IMPORTANT]** Use `TaskCreate` to break ALL work into small tasks BEFORE starting.
- ▌
- ▌ Codex Delegation · tomevault-io bundleHow to delegate implementation tasks to workers via Codex MCP or Task sub-agents. Use when executing tasks that require code implementation. Use when this capability is needed.
- ▌
- ▌ Add Mutation · tomevault-io bundleAdd a new blockchain mutation wrapper using @ecency/sdk in the mobile app Use when this capability is needed.
- ▌ Debug Surefire · tomevault-io bundleDebug Maven Surefire unit tests by running them in JDWP "wait for debugger" mode (`-Dmaven.surefire.debug`) and attaching to the forked test JVM using **jdb** (preferred for CLI/agent debugging), IntelliJ, or VS Code. Use when asked to debug/step through a failing JUnit test, attach a debugger to a Maven test run, or run `mvn test -Dtest=Class[#method]` suspended on a port (including multi-module `-pl` runs). The JVM will block at startup until a debugger attaches; the agent should attach with `jdb -attach <host>:<port>` and drive the session from the terminal. Use when this capability is needed.
- ▌ Location Service · tomevault-io bundleGuide for the Location API service (apps/location). Use when working on geospatial features, Kakao Map integration, recycling center search, nearby center queries, or location-based filtering. Triggers on "location", "kakao", "map", "geospatial", "nearby centers", "recycling centers", "store category", "pickup category". Use when this capability is needed.
- ▌
- ▌
- ▌ IOS Release · tomevault-io bundleApp Store release checklist and preparation with archive, validation, and submission guidance. Use when this capability is needed.
- ▌ Mern Deploy · tomevault-io bundleDeployment checklist and setup for MERN projects targeting Vercel, AWS, or Docker. Use when this capability is needed.
- ▌ Nean Deploy · tomevault-io bundleDeployment checklist and setup for NEAN projects targeting Docker, AWS, or Kubernetes. Use when this capability is needed.
- ▌
- ▌ Cucumber Gherkin · tomevault-io bundleBDD testing with Cucumber and Gherkin for Ruby and Rails applications. Use when writing feature files (.feature), step definitions, hooks, or implementing Behaviour-Driven Development in Ruby/Rails projects. Covers Gherkin keywords (Feature, Scenario, Given/When/Then, Background, Scenario Outline, Rule), Ruby step definition patterns, Cucumber Expressions, hooks (Before/After/BeforeAll/AfterAll), tags, data tables, doc strings, World modules, and Capybara integration. Triggers on cucumber, gherkin, BDD, feature files, step definitions, acceptance testing, executable specifications. Use when this capability is needed.
- ▌ Rails Generators · tomevault-io bundleCreate expert-level Ruby on Rails generators for models, services, controllers, and full-stack features. Use when building custom generators, scaffolds, or code generation tools for Rails applications, or when the user mentions Rails generators, Thor DSL, or automated code generation. Use when this capability is needed.
- ▌ Review Ruby Code · tomevault-io bundleComprehensive Ruby and Rails code review using Sandi Metz rules and SOLID principles. Analyzes changed files in current branch vs base branch, runs rubycritic and simplecov, identifies OOP violations, Rails anti-patterns, security issues, code smells, and test coverage gaps. Outputs REVIEW.md with VSCode-compatible file links. Use when reviewing Ruby/Rails code, conducting code reviews, checking for design issues, pull request review, code quality analysis, or when user mentions Sandi Metz, POODR, 99 Bottles, SOLID, Law of Demeter, or "Tell Don't Ask". Use when this capability is needed.
- ▌
- ▌ Python Style · tomevault-io bundlePython code style guidelines for HestAI MCP including type hints, imports, error handling, and docstrings Use when this capability is needed.
- ▌
- ▌ The Keymaker · tomevault-io bundleUse when the user wants to create a new agent skill, capture a repeatable workflow as a skill, edit or improve an existing skill, debug why a skill isn't triggering, validate a SKILL.md, or learn how skills work. Triggers on phrases like "create a skill", "write a SKILL.md", "turn this into a skill", "my skill isn't loading", "validate this skill", or when the user describes a multi-step workflow they want to package for agents. Applies to any framework that supports the Agent Skills format (OpenCode, Claude Code, Codex, Gemini CLI, etc.).
- ▌ CI CD Debugging · tomevault-io bundleGuidelines for diagnosing and fixing CI/CD pipeline failures in the ApexStore project. Use when this capability is needed.
- ▌
- ▌ Ghe Design · tomevault-io bundleReference material for Athena when writing requirements. NOT a template - Athena writes requirements freely based on the domain. This skill provides guidance patterns that may be useful, not constraints to follow. Use when this capability is needed.
- ▌
- ▌
- ▌ Ti Add Comments · tomevault-io bundleAdd ti-doc and ti-for-llm comments to mruby code for ti type checker integration Use when this capability is needed.
- ▌ Ti Skills · tomevault-io bundleUnderstand and work with PicoRuby code using ti type checker Use when this capability is needed.
- ▌
- ▌
- ▌ Verify Migrate Doc · tomevault-io bundleVerify documentation accuracy against source code and migrate to wiki. Use when asked to verify docs, migrate docs to wiki, or ensure documentation is accurate. Use when this capability is needed.
- ▌
- ▌
- ▌ Doc Toc · tomevault-io bundleGenerate or update table of contents for a documentation file. Creates markdown TOC from headers. Use after adding sections or to standardize existing docs. Use when this capability is needed.
- ▌
- ▌
- ▌ Java Error As Value · tomevault-io bundleImplement error-as-value pattern in Java using Result type for type-safe error handling. Use this skill when implementing error handling without exceptions, converting try-catch to Result pattern, or designing type-safe error handling in Java applications. Particularly useful for functional programming style, API design, and when errors are expected and recoverable. Use when this capability is needed.
- ▌
- ▌ Spawn Planning Agents · tomevault-io bundleUse when creating implementation plans to research codebase patterns and gather context for planning.
- ▌ Spawn Research Agents · tomevault-io bundleUse when conducting codebase research to orchestrate specialized agents in parallel for comprehensive investigation.
- ▌ Verify Implementation · tomevault-io bundleUse after implementing changes to run verification commands and ensure tests pass, code builds, and functionality works. Use when this capability is needed.
- ▌ Evolve Node Composer · tomevault-io bundleCreate custom Evolve blockchain nodes by composing storage, STF, mempool, RPC, and gRPC components. Use when the user wants to create a new node binary, build a custom chain, compose node components, or asks about evd/testapp architecture. Use when this capability is needed.
- ▌
- ▌ LLM Judge · tomevault-io bundleCompare code implementations across 2+ repos using LLM-as-judge methodology with weighted scoring Use when this capability is needed.
- ▌ Startup Context · tomevault-io bundleValidate and diagnose startup context files — CLAUDE.md, AGENTS.md, rules, and .cursorrules — that inject instructions into the model context at session start across Claude Code, Cursor, and Codex. Use when this capability is needed.
- ▌ Ezorm Write YAML Mongo · tomevault-io bundleWrite ezorm YAML schema files for this repo (mongo only). Use when asked to define or update ezorm YAML for mongo collections, fields, indexes, flags, embeds, or relations; output YAML only (no Go code). Use when this capability is needed.
- ▌ Figma Generator · tomevault-io bundleArray de {node_id, type, name, preview_url, figma_url}. Use when this capability is needed.
- ▌ Prd Parser · tomevault-io bundleScore de completude do PRD (0.0 - 1.0). Use when this capability is needed.
- ▌ Debug With Valgrind · tomevault-io bundleDebug crashes, segfaults, and memory errors using valgrind integration with nextest through pre-configured profiles Use when this capability is needed.
- ▌ Skills Manager · tomevault-io bundleUse when the user wants to list, search, install, remove, inspect, validate, audit,
- ▌ Verify Workstream · tomevault-io bundleValidate workstream documentation against codebase reality. Use when this capability is needed.
- ▌ Kiro Skill · 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.
- ▌
- ▌ Vscode Lsp Configuration · tomevault-io bundleBest practices for reading and reacting to VS Code settings in a Language Server Protocol (LSP) server. Use when handling vscode configuration or LSP configuration from clients Use when this capability is needed.
- ▌ Panel Go Policy · tomevault-io bundleImplement RBAC authorization policies for Panel.go admin resources with permission-based access control. Use when creating policies, adding authorization, or implementing permission checks. Use when this capability is needed.
- ▌ Ffedoroff Cyberfabric Core Cypilot · tomevault-io bundleALWAYS open and follow `../../../.cypilot/skills/cypilot/SKILL.md`
- ▌ Swiftui Expert Skill · tomevault-io bundleWrite, review, or improve SwiftUI code following best practices for state management, view composition, performance, modern APIs, Swift concurrency, and iOS 26+ Liquid Glass adoption. Use when building new SwiftUI features, refactoring existing views, reviewing code quality, or adopting modern SwiftUI patterns. Use when this capability is needed.
- ▌ Linear Config · tomevault-io bundleConfigure linear-cli - auth (API key + OAuth), workspaces, diagnostics, setup wizard. Use when this capability is needed.
- ▌ Firebase Security Rules Auditor · tomevault-io bundleUse when working with a skill to evaluate how secure Firestore security rules are. Use this when Firestore security rules are updated to ensure that the generated rules are extremely secure and robust.
- ▌ Oma Mobile · tomevault-io bundleMobile specialist for Flutter, React Native, and cross-platform mobile development. Use for mobile app, Flutter, Dart, iOS, Android, Riverpod, and widget work. Use when this capability is needed.
- ▌ Code Review Policy · tomevault-io bundlePre-delivery self-review gate and prioritized review dimensions (security, correctness, data integrity, reuse, performance, readability) with change-quality criteria. Use BEFORE declaring any code change complete, and when asked to review a diff, PR, or branch. Use when this capability is needed.
- ▌ Input Nexus · tomevault-io bundleData-driven command palette / completion engine for Rust. Use when integrating `input-nexus` into a renderer (ratatui TUI, GPUI desktop GUI, web, etc.), when adding/organizing command templates + placeholders + dynamic choices, when implementing palette UX (candidates, placeholder editing, history), or when preparing a crates.io release for input-nexus. Use when this capability is needed.
- ▌ Memory Profiling · tomevault-io bundleGo application memory profiling and analysis. Use when investigating memory leaks or high memory usage. Use when this capability is needed.
- ▌ Prepare Flet Release · tomevault-io bundleUse when asked to prepare new Flet release by bumping versions and author release notes.
- ▌ AI Assistants · tomevault-io bundleAI-powered development tools configuration and usage Use when this capability is needed.
- ▌ Flux Migrate · tomevault-io bundleBuild zero-downtime database migrations — forward SQL, rollback SQL, deployment sequence. Use when asked to "write migration", "schema change", "add column", "rename table", "drop column", or "migrate safely". Use when this capability is needed.
- ▌
- ▌
- ▌ Reply Comments · tomevault-io bundleReply to PR review comments after addressing them. Resolves conversations where changes were made. Uses polite tone for humans, terse factual responses for AI bots. Use when this capability is needed.
- ▌
- ▌ Specter Scan · tomevault-io bundleScan and index the current codebase into Specter's knowledge graph Use when this capability is needed.
- ▌ Check All Skills · tomevault-io bundleUse when 需要批量验证 Skill 是否符合最佳实践规范,自动检查命名、前言区、结构与依赖等维度,生成详细报告并输出修复建议;支持单个或批量检查。触发词:检查skill规范、批量验证技能质量。
- ▌
- ▌
- ▌
- ▌ Agent Implementer · tomevault-io bundleImplementation guidance for creating individual agents in the Arcanea system with proper structure, capabilities, and integration. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌ OAUTH Ops · tomevault-io bundleUse when diagnosing, operating, or standardizing Hub LLM OAuth refresh/reimport incidents for Claude Code OAuth, OpenAI Codex OAuth, Gemini OAuth, Gemini CLI OAuth, Gemini Code Assist service, and Groq pool readiness.
- ▌ Feishu Im · tomevault-io bundle飞书消息与群管理。发送消息、建群、置顶、加急、撤回、群菜单/Tab/公告。 Use when this capability is needed.
- ▌ Github Trends · tomevault-io bundleDiscover the most popular and rising repositories on GitHub Use when this capability is needed.
- ▌
- ▌ Dependency Updater · tomevault-io bundleOrchestrates comprehensive dependency updates by delegating research, impact analysis, code changes, and validation to specialized agents. Invoked when users request package updates, dependency updates, version bumps, or mention 'ncu' or npm-check-updates. Use when this capability is needed.
- ▌ AWS Aurora · tomevault-io bundleAWS Aurora Serverless v2, RDS Proxy, Data API, connection pooling Use when this capability is needed.