tomevault-io
- 62k skills
- 0 followers
- 2 hours ago last updated
- ▌ Pr Review Anti Patterns · tomevault-io bundleAdd or remove entries in .agents/references/pr-review-anti-patterns/. Use when the user wants to document a review miss from one or more merged PRs, or remove a stale anti-pattern entry. Use when this capability is needed.
- ▌ Prp Pr · tomevault-io bundleCreate a GitHub pull request from the current branch — validates preconditions, discovers PR templates, analyzes commits and file diffs, references PRP artifacts (prds/plans/reports), pushes, and creates the PR via gh. Lightweight sibling of /ycc:git-workflow --pr; use this when you only need the PR, not the commit+docs orchestration. Adapted from PRPs-agentic-eng by Wirasm. Use when this capability is needed.
- ▌ Python Styleguide · tomevault-io bundleComprehensive Python coding conventions and style guidelines (PEP 8, type hints, docstrings) Use when this capability is needed.
- ▌
- ▌ Auth Bypass · tomevault-io bundle认证绕过漏洞检测与利用。当目标存在登录功能、权限控制、JWT/Session 认证时使用。包括 IDOR、越权访问等。 Use when this capability is needed.
- ▌ Sdd Implement · tomevault-io bundleImplementation guidelines for SDD workflow. Use when implementing features, applying TDD, checking security, or ensuring code quality. Invoked via /sdd-implement <feature-name>. Use when this capability is needed.
- ▌
- ▌ Lattice · tomevault-io bundleAnalyze large files (>500 lines) using handle-based Nucleus queries for 97% token savings. Use when you need to search, filter, aggregate, or explore documents too large for direct context. Use when this capability is needed.
- ▌ Training Mlps · tomevault-io bundleUse when working with a skill for defining and training Multi-Layer Perceptrons (MLPs) using Flax NNX.
- ▌
- ▌
- ▌ Code Pilot · tomevault-io bundleUse for any development task. Always starts with brainstorming to clarify requirements. Frontend tasks then go through design-first workflow (Visual Companion sketch → ui-ux-pro-max design system → writing-plans → execute → verification). Non-frontend tasks go directly to superpowers standard workflow (writing-plans → execute → verification). Use when this capability is needed.
- ▌ Setup Opencode · tomevault-io bundleSet up Open Code agent as an alternative to Claude Code. Supports OpenRouter, Gemini, and OpenAI providers. Triggers on "setup opencode", "setup open code", "use opencode", "switch to opencode". Use when this capability is needed.
- ▌
- ▌ Devloop Audit · tomevault-io bundleAudit devloop against Claude Code updates to identify integration opportunities. Use after Claude Code releases, monthly maintenance, or when exploring new features. Use when this capability is needed.
- ▌ Git Workflows · tomevault-io bundleThis skill should be used for branching strategies, conventional commits, PR workflows, and release management, git flow, trunk-based development, merge strategies Use when this capability is needed.
- ▌ Java Patterns · tomevault-io bundleThis skill should be used for Java/Spring patterns, dependency injection, streams, Optional, Kotlin, Spring Boot, Maven, Gradle, JVM backend Use when this capability is needed.
- ▌ Hyper Auto · tomevault-io bundleUse when plan-harden → implement-harden should chain in one gesture — hyper-plan-loop produces a clean plan, then hyper-implement-loop executes and hardens it. Also when the user invokes /hyperclaude:hyper-auto. For manual control between phases use /hyperclaude:hyper-plan-loop, inspect the plan, then /hyperclaude:hyper-implement-loop. Inherits both loops' agent-teams requirement (`CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1`).
- ▌
- ▌ Rails Aimailers · tomevault-io bundleUse when sending emails - ActionMailer with async delivery via SolidQueue, templates, previews, and testing
- ▌ Rails Aistyling · tomevault-io bundleUse when styling Rails views - Tailwind CSS utility-first framework and DaisyUI component library with theming
- ▌ Create Pr Description · tomevault-io bundleCreates comprehensive PR descriptions by analyzing commits, code changes, and gathering context from issues. Use when asked to write, generate, or create a PR description, or when preparing a pull request for review.
- ▌ Zhy Article Illustrator · tomevault-io bundle上传成功的 CDN URL 列表(仅 upload=true 时有值) Use when this capability is needed.
- ▌ Gen Mdpt · tomevault-io bundleGenerate an MDPT-compatible markdown presentation from a topic, description, or document. Use this when the user wants to create slides for mdpt. Use when this capability is needed.
- ▌ Adr Format Nygard · tomevault-io bundleThis skill should be used when the user asks about "Nygard format", "Nygard Use when this capability is needed.
- ▌ Project Plan · tomevault-io bundleGenerate a comprehensive master project plan with executive summary, current state analysis, phased approach, financial ROI, and actionable next steps. Use after domain research is complete. Use when this capability is needed.
- ▌ Trend Analysis · tomevault-io bundleThis skill should be used when the user asks to "identify trends", "analyze market trends", "trend forecasting", "macro trends", "micro trends", "emerging patterns", "future projections", "industry trends", or needs guidance on trend identification, pattern recognition, or market forecasting methodologies. Use when this capability is needed.
- ▌ Trend Modeling · tomevault-io bundleThis skill should be used when the user asks to "model trends with limited data", "three-valued logic analysis", "scenario generation", "transitional graphs", "qualitative trend analysis", "uncertain data analysis", "minimal-information modeling", or needs guidance on trend-based modeling using INC/DEC/CONST logic, scenario planning with limited quantitative data, or generating transitional scenario graphs. Use when this capability is needed.
- ▌ Deck LLM · tomevault-io bundleMachine learning for deck analysis using PyTorch neural networks Use when this capability is needed.
- ▌ Gemit Workflow · tomevault-io bundleUse when working with a color-coded, AI-enhanced Git workflow assistant that guides users through staging, analyzing, committing, and syncing code with safety checks. Use this when you need a standardized Git workflow.
- ▌ Release Preparation · tomevault-io bundleSteps to verify code quality and functionality before releasing. Use when this capability is needed.
- ▌
- ▌ Scheduler · tomevault-io bundleUse when user wants to schedule tasks for future, recurring, or interval execution. Manages one-time, cron, and interval tasks dispatched via C4 comm-bridge.
- ▌ Skillless · tomevault-io bundleInstall Claude Code skills from various sources. Use when this capability is needed.
- ▌ Optimize Protocol · tomevault-io bundleAutonomous framework engineer — reads VibeHQ post-run analysis, understands root causes of multi-agent coordination failures, then designs and implements real code changes (new features, refactors, architectural improvements) to fix them. Not parameter tuning — actual engineering. Use when this capability is needed.
- ▌ Vue Constraints · tomevault-io bundleHard stack and toolchain constraints for frontend projects — the default stack is unified as Vue 3 + TypeScript + Vite + Tailwind CSS; bun is the default package manager (mandatory for new projects), while existing projects with another lockfile (e.g. package-lock.json) keep their current manager without forced migration. TRIGGER when creating a frontend project, editing package.json / vite.config.* / tailwind.config.* / tsconfig.json / .vue / .ts / .tsx, running a frontend build or install command, or the user mentions frontend / vue / vite / tailwind / npm install / yarn add / pnpm. | 前端项目技术栈与工具链强制约束——默认技术栈统一为 Vue 3 + TypeScript + Vite + Tailwind CSS;包管理器默认 bun(新项目强制),既有项目若已存在其它 lockfile(如 package-lock.json)则跟随现有工具,不强制迁移。TRIGGER when:新建前端项目、编辑 package.json / vite.config.* / tailwind.config.* / tsconfig.json / .vue / .ts / .tsx 文件、运行前端构建或安装命令、用户提到"前端"/"vue"/"vite"/"tailwind"/"npm install"/"yarn add"/"pnpm" 等场景。 Use when this capability is needed.
- ▌
- ▌ Pytest Recording · tomevault-io bundlepytest-recording - use when working on related tasks Use when this capability is needed.
- ▌ 1692775560 Paperclaw Paperclaw · tomevault-io bundleResearchClaw — Autonomous Research Pipeline Skill
- ▌
- ▌ Translate New Strings · tomevault-io bundleUse this when there are new strings in the UI that need translation
- ▌
- ▌ Daily News · tomevault-io bundleDaily news and hot topics via the 6551 API. Supports news categories, hot news articles, and trending tweets by category. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌ Write To Doc · tomevault-io bundleAutomatically invoked when writing formal documentation (specs, ADRs, reviews, plans). Ensures consistent structure, appropriate detail level, and proper file location. Use when this capability is needed.
- ▌ Schema Update · tomevault-io bundleUse when updating the SDK GraphQL schema from a local or staging API server
- ▌ Ably Ably Flutter Ably Flutter · tomevault-io bundleRead the current version from `pubspec.yaml` (the `version` property).
- ▌ Pb Mapper Client CLI Deploy · tomevault-io bundleDeploy or upgrade `pb-mapper-client-cli` on a remote Linux host through SSH, install it as a managed `systemd` tunnel service, and verify the exposed API path end-to-end. Use when users ask to operationalize a client tunnel for a service key (download locally, upload remotely, run as service, and health-check). Use when this capability is needed.
- ▌ Implement Design · tomevault-io bundleThis skill provides a structured workflow for translating Figma designs into Use when this capability is needed.
- ▌ Vercel Seat Saver · tomevault-io bundleSet up GitHub Actions to deploy Vercel apps via postagent. Uses postagent as the unified tool for both local setup and CI deployment — no Vercel CLI or GitHub CLI required. Use when this capability is needed.
- ▌ Node API Endpoint · tomevault-io bundleCreate Express.js API endpoint with controller, service, validation Use when this capability is needed.
- ▌ MCP Testing · tomevault-io bundleMCP Testing Strategies with Vitest, Inspector, and Integration Tests Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌ Ship Learn Next · tomevault-io bundleTransform learning content (like YouTube transcripts, articles, tutorials) into actionable implementation plans using the Ship-Learn-Next framework. Use when user wants to turn advice, lessons, or educational content into concrete action steps, reps, or a learning quest. Use when this capability is needed.
- ▌ Find Test Content · tomevault-io bundleSearch for existing content pages containing a specific block in AEM Edge Delivery Services. Reports URLs with occurrences and variants to help identify test content during development. Use when this capability is needed.
- ▌ Noui Generate MCP · tomevault-io bundleUse this skill when the user wants to start, stop, check, or list generated NoUI MCP servers, or connect a server to Claude Code. Triggers on "start the MCP server", "run noui mcp", "connect to Claude Code", "add to mcpServers", "noui mcp start", "noui mcp list", "noui mcp status", "how do I use the generated server", or "I want to call this tool from Claude".
- ▌
- ▌ Pathling Python · tomevault-io bundleComprehensive cheat sheet for using the Pathling Python API. Use this skill when working with FHIR data in Python, running SQL on FHIR queries, using terminology functions, encoding FHIR resources, or any other Pathling Python operations. Trigger keywords include "pathling", "pathling python", "fhir encoding", "sql on fhir python", "terminology functions", "member_of", "translate", "subsumes", "PathlingContext". Use when this capability is needed.
- ▌ Frontend Patterns · tomevault-io bundleReact, Next.js, 상태 관리, 성능 최적화 및 UI 모범 사례를 위한 프론트엔드 개발 패턴. Use when this capability is needed.
- ▌ React Performance · tomevault-io bundleReact and Next.js performance optimization patterns adapted from Vercel Engineering's React Best Practices (https://github.com/vercel-labs/agent-skills). Organizes 70+ rules across 8 priority categories — waterfalls, bundle size, server-side, client fetching, re-render, rendering, JS micro-perf, advanced. Use when writing, reviewing, or refactoring React/Next.js code for performance. Use when this capability is needed.
- ▌ GRAPHQL Design · tomevault-io bundle【GraphQL设计】设计 GraphQL Schema,包含类型定义、查询/变更设计、分页方案、错误处理、性能优化(N+1防护)。 Use when this capability is needed.
- ▌
- ▌ Format Converter · tomevault-io bundleConvert files between formats. Use for Document conversion, Image format conversion, and Audio/Video format conversion. Use when this capability is needed.
- ▌ Anp Multilang Release · tomevault-io bundle在 ANP SDK 仓库里统一发布 Go、Python、Rust 三个 SDK。用于同时更新 pyproject.toml、anp/__init__.py、uv.lock、rust/Cargo.toml、rust/Cargo.lock、golang/version.go,执行 uv/cargo/go 校验,发布 PyPI 与 crates.io,并按 Go 子目录 module 规则推送 golang/vX.Y.Z tag。用户提到 Go/Python/Rust 一起发版、统一版本号、固定发布 0.7.2、下一版自动 +1、保持版本段为一位数时使用此 skill。 Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌ Jj Version Control · tomevault-io bundleHow to use `jj`, the Jujutsu version control system Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌ Excel Processor · tomevault-io bundleRead, write, analyze, and format Excel spreadsheets (.xlsx). Use when the user needs to create Excel files, extract data from spreadsheets, apply formulas, format cells, or generate Excel reports from data. Supports multiple sheets, charts, and conditional formatting. Use when this capability is needed.
- ▌
- ▌ Rk Binary Image Decoder · tomevault-io bundle当用户提到"解码"、"把文件转图片"、"帮我看看这个 bin/raw/yuv 文件"、"decode this image"、"这个文件是什么图片"、"把这张照片打开"等,或用户发送了 .bin、.raw、.yuv 扩展名的文件时,**必须优先使用此技能进行解码**,禁止使用read读取.bin/raw/yuv文件。禁止跳过此技能直接使用第三方工具(如 acp)!只有当此技能执行失败后,才能考虑使用其他工具。不管是否已经读过,必须重读文档,每次调用rk-binary-image-decoder不管如何必须重读文档。禁止假设不需要对新文件执行toolcall。 Use when this capability is needed.
- ▌ Code Refactor · tomevault-io bundleRefatorar código, refactoring, modernizar código legado, melhorar qualidade, atualizar padrões, converter componente Angular para standalone, converter para signals, substituir constructor injection por inject(), corrigir TypeScript strict, melhorar código Express Node.js, padronizar validação Zod, melhorar SCSS responsivo. Use when asked to refactor, modernize, clean up, or improve any code in this project. Use when this capability is needed.
- ▌ Go Backend · tomevault-io bundleGo backend development best practices for LLMProxy. Use when writing Go code, handlers, middleware, or backend services. Use when this capability is needed.
- ▌ Speckit Require · tomevault-io bundleGitHub Spec Kit (https://github.com/github/spec-kit) を使って要件定義や仕様作成(仕様策定・仕様書作成・仕様設計を含む)を新規作成または既存仕様へ追記し、spec.md/plan.md/tasks.mdまで生成・更新する。要件定義、要件追加/変更、TDD前提の要件整理、仕様の明文化、Spec Kitのspecify/clarify/plan/tasksフロー実行が求められるときに使用。 Use when this capability is needed.
- ▌ Repo Docs · tomevault-io bundleUpdate and maintain core repository documentation files (README.md, CHANGELOG.md, LICENSE, CONTRIBUTING.md) before commits or releases. Use when users need to update documentation to reflect code changes, prepare for releases, or ensure documentation consistency. Use when this capability is needed.
- ▌ Pytest Fixtures · tomevault-io bundlePytest com fixtures e parametrize, sem unittest.TestCase Use when this capability is needed.
- ▌ Workalot · tomevault-io bundleHigh-performance job queue system with multi-backend support and WebSocket distributed workers Use when this capability is needed.
- ▌
- ▌ Pixie Doctor · tomevault-io bundleDiagnoses Pixie ITSELF - server, database, ports, dashboard, .venv, Python and uv versions. Use when the user says Pixie won't start, the dashboard is broken, or tools aren't showing up. Do NOT use if one named tool is broken (debug-tool) or just checking status (pixie-status). Use when this capability is needed.
- ▌ Add Global · tomevault-io bundleCreate a reactive global variable that derives from atoms with subscription support Use when this capability is needed.
- ▌ Add Inject · tomevault-io bundleCreate a game UI injection that modifies existing game elements with proper cleanup Use when this capability is needed.
- ▌ Linqraft · tomevault-io bundleGenerates DTO classes from LINQ projection selectors at compile time. Reference when generating DTOs or when UseLinqraft() appears in code.
- ▌ Genesis Fmt · tomevault-io bundleRun the Genesis code formatter to enforce consistent style in Genesis programs, ensuring 4-space indentation and proper formatting Use when this capability is needed.
- ▌
- ▌ Web Scraping · tomevault-io bundleScrape web pages based on a provided URL using the scpr CLI app. Use when this capability is needed.
- ▌ Dependabot Pr Rollup · tomevault-io bundleFind open Dependabot PRs for the current GitHub repo, compare each PR head to its base branch, replay only the net dependency changes in a fresh worktree and branch, run npm validation, and optionally commit, push, and open a PR. Use when you want to batch or manually replicate active Dependabot updates. Use when this capability is needed.
- ▌ API Designer · tomevault-io bundleDesign RESTful APIs with best practices for consistency and usability Use when this capability is needed.
- ▌ Debug Helper · tomevault-io bundleSystematic debugging approach for identifying and fixing issues Use when this capability is needed.
- ▌
- ▌
- ▌ Foundry Reference Spec Audit · tomevault-io bundleAudit a Solidity reference implementation against a protocol whitepaper or public specification. Use when Codex needs to decide whether reference-model behavior, math, edge cases, or unsupported surfaces match the spec before creating or trusting Foundry differential tests. Use when this capability is needed.
- ▌ Devops Agent · tomevault-io bundleInfrastructure, deployment, and operations automation Use when this capability is needed.
- ▌ Writer Agent · tomevault-io bundleLong-form content creation with research and editing Use when this capability is needed.