tomevault-io
- 62k skills
- 0 followers
- 3 days ago last updated
- ▌
- ▌ Libgdx IOS Robovm · tomevault-io bundleUse when writing libGDX Java/Kotlin code targeting iOS via RoboVM — IOSApplication launcher, IOSApplicationConfiguration, robovm.xml, robovm.properties, RoboVM reflection limitations (forceLinkClasses), iOS lifecycle, file access on iOS, safe area insets for notch/Dynamic Island, screen density, haptics, or on-screen keyboard. Use when debugging classes missing at runtime on iOS, black screen on launch, or UI hidden behind the notch.
- ▌ Libgdx Networking · tomevault-io bundleUse when writing libGDX Java/Kotlin code involving HTTP requests, TCP sockets, or Gdx.net. Use when debugging cross-platform networking, response threading issues, or choosing between libGDX Net and third-party HTTP libraries.
- ▌ Libgdx Scene2d UI · tomevault-io bundleUse when writing libGDX Java/Kotlin code involving Scene2D UI — Stage, Table layout, Skin, widgets (Label, TextButton, TextField, CheckBox, Slider, SelectBox, ScrollPane, Dialog, Window), input handling (ClickListener, ChangeListener, InputListener), Actions animations, or InputMultiplexer. Use when debugging UI not responding to input, layout issues, or coordinate conversion problems.
- ▌ Agent Skills Nix · tomevault-io bundleReads from a shared dir at the source root. Use when this capability is needed.
- ▌
- ▌ Kebab Codebase Navigation · tomevault-io bundleNavigate and modify the Kebab CUDA codebase safely. Use when asked to locate GEMM, CuTe, CUDA baseline, benchmark, microbenchmark, profiling, or build logic in this repository, and when deciding where a change should be implemented. Use when this capability is needed.
- ▌ Kebab Microbench And Dump · tomevault-io bundleExecute Kebab microbenchmarks and generate PTX/SASS dumps for kernel-level analysis. Use when asked to run mbench targets, inspect assembly output, compare copy or MMA kernels, or analyze low-level code generation. Use when this capability is needed.
- ▌ Go Naming Convention · tomevault-io bundleReview and refactor Go naming conventions while preserving behavior. Use when the user asks to fix identifier casing, exported/unexported naming, acronyms, interface names, package/file naming, or naming-only refactors in Go code. Use when this capability is needed.
- ▌ Langgraph Workflows · tomevault-io bundleExpert guidance for designing LangGraph state machines and multi-agent workflows. Use when building workflows, connecting agents, or implementing complex control flow in LangConfig. Use when this capability is needed.
- ▌ Using Agent Setup · tomevault-io bundleWhen to use the agent-setup CLI to link a project's .agents/ declarations (skills, MCP servers, AGENTS.md) into every detected AI coding agent's native config format. Use this skill whenever a user asks how to install, sync, or share skills and MCP servers across Claude Code, Codex, Cursor, Gemini CLI, or OpenCode. Use when this capability is needed.
- ▌ Ast Grep Search · tomevault-io bundleFind and replace code patterns structurally using ast-grep. Use when you need to match code by its AST structure (not just text), such as finding all functions with specific signatures, replacing API patterns across files, or detecting code anti-patterns that regex cannot reliably match. Use when this capability is needed.
- ▌ Laurigates Claude Plugins Clippy Advanced · tomevault-io bundleclippy-advanced - Advanced Clippy Configuration
- ▌ Fd File Finding · tomevault-io bundleFast file finding using fd command-line tool with smart defaults, gitignore awareness, and parallel execution. Use when searching for files by name, extension, or pattern across directories. Use when this capability is needed.
- ▌ Git CLI Agentic · tomevault-io bundleGit commands optimized for AI agent workflows with porcelain output and deterministic execution patterns. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌
- ▌ Laurigates Claude Plugins Project Distill · tomevault-io bundleLaurigates Claude Plugins Project Distill
- ▌
- ▌ Ruff Formatting · tomevault-io bundlePython code formatting with ruff format. Fast, Black-compatible formatting for consistent code style. Use when formatting Python files, enforcing style, or checking format compliance. Use when this capability is needed.
- ▌ Update Knowledge Base · tomevault-io bundleAnalyze code changes and update KNOWLEDGE_BASE.md with architectural and feature changes. Use when this capability is needed.
- ▌ Pnpm Monorepo Workflows · tomevault-io bundleUse this when installing dependencies, running dev servers, building packages, or running scripts in this pnpm monorepo.
- ▌ Create Storybook Docs · tomevault-io bundleCreate or update Storybook stories and documentation for a Spark UI component. Use when the user wants to add stories, update documentation, or improve component documentation in Storybook. Use when this capability is needed.
- ▌ Building Agent Skills · tomevault-io bundleAssists in creating Agent Skills of varying complexity levels (simple, moderate, complex). Use when the user wants to create, design, or build a new Agent Skill, or when they need guidance on skill architecture, workflow design, schema validation, or template structure.
- ▌ Gtasks Todo Manager · tomevault-io bundleManages to-do items across multiple Google accounts using the Google Tasks API. Use when the user needs to create, update, complete, or organize tasks in Google Tasks, manage task lists, or view tasks across multiple Google accounts. Supports personal Gmail, Google Workspace, and organization-provisioned accounts with secure OAuth authentication.
- ▌ Jest Testing Standards · tomevault-io bundleGuide for writing tests in this project. Use this whenever creating, editing, or reviewing test files for main-process or renderer code. Use when this capability is needed.
- ▌
- ▌ Nav Aide Build · tomevault-io bundleBuild or continue NAV AiDE in phased order. Use when asked to build NAV AiDE, continue the app, implement the next unfinished phase, work on a specific phase, scaffold the offline-first mobile app, or update the GitHub Pages site without violating the repository architecture. Use when this capability is needed.
- ▌ Concept Workflow · tomevault-io bundleEnd-to-end workflow for creating complete JavaScript concept documentation, orchestrating all skills from research to final review Use when this capability is needed.
- ▌ Ringdev Integration Testing · tomevault-io bundleIntegration tests pass Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌ Ringtest Driven Development · tomevault-io bundleTest must produce failure output before implementation Use when this capability is needed.
- ▌
- ▌
- ▌ Collaborative Design · tomevault-io bundleDesigns software features collaboratively through visual scenarios and iterative refinement. Use when designing features, tools, UIs, workflows, or any system before implementation. Use when this capability is needed.
- ▌ Infrastructure Validation · tomevault-io bundleUse when working with Terraform (.tf, .tfvars), Ansible (playbooks, roles, inventory), Docker (Dockerfile, docker-compose.yml), Kubernetes (manifests, Helm charts), CloudFormation, or any infrastructure-as-code files. Also use when running terraform plan/apply, building Docker images, writing Helm templates, or when IaC changes touch security groups, IAM policies, or secrets. Provides validation workflows, tool chains, and common mistake prevention.
- ▌ Data Structures · tomevault-io bundlePython data structure conventions for this codebase. Apply when choosing between Pydantic models, dataclasses, and other data containers or reviewing data structure design choices. Use when this capability is needed.
- ▌ Function Design · tomevault-io bundlePython function design conventions for this codebase. Apply when writing or reviewing functions including signatures, parameters, return types, and async patterns. Use when this capability is needed.
- ▌ Review Template · tomevault-io bundleCode review output templates with format specifications and severity guidance. Use when generating code reviews. Provides the review structure and quality bar. Use when this capability is needed.
- ▌ Drugbank Database · tomevault-io bundleAccess and analyze comprehensive drug information from the DrugBank database including drug properties, interactions, targets, pathways, chemical structures, and pharmacology data. This skill should be used when working with pharmaceutical data, drug discovery research, pharmacology studies, drug-drug interaction analysis, target identification, chemical similarity searches, ADMET predictions, or any task requiring detailed drug and drug target information from DrugBank. Use when this capability is needed.
- ▌ Omero Integration · tomevault-io bundleMicroscopy data management platform. Access images via Python, retrieve datasets, analyze pixels, manage ROIs/annotations, batch processing, for high-content screening and microscopy workflows. Use when this capability is needed.
- ▌ Codebase Review · tomevault-io bundleHolistic read-only codebase health review to find architecture drift, dead code, test gaps, and doc gaps. Use when this capability is needed.
- ▌
- ▌ Pseo Quality Guard · tomevault-io bundleValidate programmatic SEO pages against quality standards to prevent thin content, duplicate content, and keyword cannibalization. Use when auditing pSEO output quality, before deploying new pages, when Google Search Console reports issues, or when checking if generated pages meet quality thresholds. This skill can also be used automatically to validate changes made by other pseo-* skills. Use when this capability is needed.
- ▌ Manim Video Teacher · tomevault-io bundle专注于使用 Manim 生成动画教学视频的完整流程与专业建议。适用于用户用中文提示语让 Codex 生成脚本、分镜、Manim 代码、渲染命令或优化教学视频质量与节奏,并输出 MP4。 Use when this capability is needed.
- ▌ Context Verify · tomevault-io bundleValidates AI context file quality with 16 checks and 0-100 health scoring. Works on any platform — also available as a standalone CLI script (bin/context-verify.sh). Validates line budgets, AGENTS-to-bridge consistency, stale paths, MEMORY.md drift, plugin manifest, and modern Cursor (.cursor/rules/*.mdc) / Cline (.clinerules/) / Copilot (AGENTS.md native) layouts.
- ▌ CI Check · tomevault-io bundleRun CI checks locally before pushing. Runs linting, type checks, tests, build verification, and Docker build in sequence - matching the GitHub Actions CI pipeline. Use when this capability is needed.
- ▌ Docker Up · tomevault-io bundleStart the application in Docker with SQLite database Use when this capability is needed.
- ▌ Harness Eks Deployments · tomevault-io bundleAWS EKS deployment patterns via Harness CD - Native Helm, Kubernetes manifests, and GitOps strategies with rolling, canary, and blue-green deployments Use when this capability is needed.
- ▌ Smoke Suite Debugging · tomevault-io bundleUse this when smoke tests fail (binary/web assets, Playwright setup, server lifecycle, ports, env vars).
- ▌ Speckit Evaluate · tomevault-io bundleEvaluate feature spec against market research to identify features to add, remove, or modify. Use after /speckit.research to finalize spec before design. Use when this capability is needed.
- ▌ Docusaurus Upgrader · tomevault-io bundleUpgrades Docusaurus to latest version in vCluster documentation. Use when upgrading Docusaurus packages from older to newer versions. Handles package updates, compatibility fixes, testing, and rollback procedures. Use when this capability is needed.
- ▌ Discover Specs · tomevault-io bundleReverse-engineer specifications from source code Use when this capability is needed.
- ▌ Movie Maker · tomevault-io bundleDocs-first AgentSkill for generating 10-60s mini-movies locally. Provides rules for scripts, shotlists, timing, prompting, providers, rendering (ffmpeg/remotion), and sharing to clawtube. Use when this capability is needed.
- ▌ Website Development · tomevault-io bundleWebsite development patterns for the Beluga AI v2 documentation site. Use when building, styling, or adjusting website components, layouts, pages, and interactive elements — NOT for writing documentation content. Use when this capability is needed.
- ▌ Paw Rewind · tomevault-io bundleWorkflow rewind utility skill for PAW workflow. Rolls back workflow state to a previous stage or phase with safeguards and user confirmation. Use when this capability is needed.
- ▌ Paw Status · tomevault-io bundleWorkflow status activity skill for PAW workflow. Diagnoses workflow state, recommends next steps, explains PAW process, and optionally posts updates to Issues/PRs. Use when this capability is needed.
- ▌ Codebuddy Deploy · tomevault-io bundle部署与运维专家,负责把通过 Reviewer 与 QA 门禁的构建安全、可回滚、可观测地部署到服务器(PM2 三进程 + Nginx 反代 + 宝塔)。遵循零停机部署、健康检查、回滚≤3分钟、发布后冒烟的工程基线。处理部署编排、配置管理、流量管理、监控告警。适用于收到 Deploy 部门任务卡或需要发布上线时使用。 Use when this capability is needed.
- ▌ Ruff Linter Formatter · tomevault-io bundleRuff como linter e formatter padrão para Python (substitui Flake8, Black, isort) Use when this capability is needed.
- ▌ Convert To JSON · tomevault-io bundleConvert a markdown PRD document into Ralph's prd.json format for autonomous implementation Use when this capability is needed.
- ▌
- ▌ System Prompt Engineer · tomevault-io bundleAuthor and review system prompts for agent behavior control, instruction precedence, safety constraints, and output contracts. Use when defining or auditing operational prompts for reliability. Use when this capability is needed.
- ▌ Hexcore Binary Analysis · tomevault-io bundleSkill para analise de binarios com ferramentas HexCore integradas ao editor Use when this capability is needed.
- ▌
- ▌ Bunjs Architecture · tomevault-io bundleUse when implementing clean architecture (routes/controllers/services/repositories), establishing camelCase conventions, designing Prisma schemas, or planning structured workflows for Bun.js applications. See bunjs for basics, bunjs-production for deployment.
- ▌
- ▌ Linear Integration · tomevault-io bundleLinear API patterns and examples for autopilot. Includes authentication, webhooks, issue CRUD, state transitions, file attachments, and comment handling. Use when this capability is needed.
- ▌ Universal Patterns · tomevault-io bundleUse when implementing language-agnostic patterns like layered architecture, dependency injection, error handling, or code organization principles across any technology stack.
- ▌
- ▌ Symfonydaily Workflow · tomevault-io bundleApply production-grade Symfony architecture and execution workflows with controlled scope and clear checkpoints. Use for daily workflow tasks. Use when this capability is needed.
- ▌ Symfonyquality Checks · tomevault-io bundleApply production-grade Symfony architecture and execution workflows with controlled scope and clear checkpoints. Use for quality checks tasks. Use when this capability is needed.
- ▌ Symfonysymfony Voters · tomevault-io bundleStrengthen Symfony authorization and validation boundaries with explicit, test-backed enforcement. Use for symfony voters tasks. Use when this capability is needed.
- ▌ Fastapi Review · tomevault-io bundleDeep review of FastAPI applications — dependency injection, Pydantic validation, async patterns, middleware, security, and OpenAPI contract correctness. Use when this capability is needed.
- ▌ GRAPHQL Review · tomevault-io bundleDeep review of GraphQL implementations — query complexity, N+1 resolution, schema design, authorization, subscriptions, and common GraphQL-specific vulnerabilities. Use when this capability is needed.
- ▌ Batch File Converter · tomevault-io bundleBatch convert files between formats - images (HEIC/PNG/JPG/WebP), documents (Markdown/HTML), and more using Python and system tools. Use when this capability is needed.
- ▌
- ▌ Social Media Creator · tomevault-io bundleCreate platform-optimized social media content. Adapts tone, length, formatting, hashtags, and media suggestions for Twitter/X, LinkedIn, Instagram, Medium, and more. Use when this capability is needed.
- ▌ Windows Notification · tomevault-io bundleSend Windows system notifications using PowerShell and BurntToast module. Use when this capability is needed.
- ▌
- ▌
- ▌ DB Diagram · tomevault-io bundleGenerate database ER diagrams from schema for documentation Use when this capability is needed.
- ▌ Find Todos · tomevault-io bundleLocate development tasks and TODO comments across the codebase Use when this capability is needed.
- ▌ Git Bisect · tomevault-io bundleAutomated git bisect for bug hunting with test script execution Use when this capability is needed.
- ▌ Test Async · tomevault-io bundleAsync testing patterns with race condition and timing issue detection Use when this capability is needed.
- ▌ Resonance Marketing SEO · tomevault-io bundleSEO Specialist and Answer Engine Optimizer. Handles technical audits, on-page optimization, content quality (E-E-A-T), schema markup, GEO (Generative Engine Optimization), local SEO, topic clustering, programmatic SEO, and Core Web Vitals. Use when auditing a site for search visibility, optimizing a page for AI citation, building a topic cluster, diagnosing a ranking drop, or implementing schema markup. Use when this capability is needed.
- ▌ Sdd Orchestrator · tomevault-io bundleUse when the user is starting a project or wants to catch up on project progress - scans the specs/ folder, surfaces current status, proposes the next SDD phase, and routes to the appropriate workflow after confirmation.
- ▌ Implementation Phase · tomevault-io bundleExecutes implementation tasks using Test-Driven Development, prevents code duplication through anti-duplication checks, and maintains quality through continuous testing. Use when implementing features from tasks.md, during the /implement phase, or when the user requests TDD-based implementation. (project) Use when this capability is needed.
- ▌
- ▌ Plan Deployer · tomevault-io bundleExpertise in deploying the project to a target environment. Use when the user asks to "deploy", "release", or "push to prod". Use when this capability is needed.
- ▌ Plan Explorer · tomevault-io bundleExpertise in interactively explaining the codebase. Use when the user asks to "explain the project", "explore the code", or "how does this work". Use when this capability is needed.
- ▌ Jupyter Notebook Testing · tomevault-io bundleCreate and manage Jupyter notebooks for testing Adobe Edge Delivery Services (EDS) blocks interactively in the browser using the ipynb-viewer block. Interactive JavaScript execution, overlay previews with backdrop, direct ES6 imports. Use when creating notebooks, testing blocks with ipynb files in browser, generating overlay previews, or creating executable documentation. Use when this capability is needed.
- ▌ Five Whys Analysis · tomevault-io bundleConduct rigorous 5 Whys root cause analysis with guided questioning, quality scoring, and professional report generation. Use when performing root cause analysis, investigating problems, conducting 5 Whys sessions, troubleshooting recurring issues, or when user mentions "5 whys", "root cause", "why did this happen", "find the cause", or needs to identify underlying causes of defects, failures, or process problems. Includes validation tests, scoring rubric, and countermeasure development. Use when this capability is needed.
- ▌ Problem Definition · tomevault-io bundleGuide RCCA/8D problem definition using 5W2H and IS/IS NOT analysis. Transforms scattered failure data into precise, measurable problem statements that bound investigation scope without embedding cause or solution. Use when defining problems for root cause analysis, writing D2 sections of 8D reports, analyzing nonconformances, investigating failures, or when user mentions problem definition, problem statement, RCCA, 8D, failure analysis, or corrective action. Use when this capability is needed.
- ▌ Performance Smell Detection · tomevault-io bundleDetect potential code-level performance smells in Java - streams, collections, boxing, regex, object creation. Provides awareness, not absolutes - always measure before optimizing. For JPA/database performance, use jpa-patterns instead. Use when this capability is needed.
- ▌ Java Code Review · tomevault-io bundleSystematic code review for Java with null safety, exception handling, concurrency, and performance checks. Use when user says "review code", "check this PR", "code review", or before merging changes. Use when this capability is needed.
- ▌ Logging Patterns · tomevault-io bundleJava logging best practices with SLF4J, structured logging (JSON), and MDC for request tracing. Includes AI-friendly log formats for Claude Code debugging. Use when user asks about logging, debugging application flow, or analyzing logs. Use when this capability is needed.