tomevault-io
- 62k skills
- 0 followers
- 1 day ago last updated
- ▌ Refactor Guarded · tomevault-io bundleLightweight speed-bump for refactors that match the rejected-refactors list in AGENTS.md (Samsinn project). Greps for known-rejected patterns; on match, prints a one-line warning with line-pointer into AGENTS.md. NOT a gate — does not block, does not require justification. Just a friction reminder so future Codex sessions don't silently re-propose rejected work. Trigger keywords:/refactor, "refactor", "extract", "split createSystem", "replace lateBinding", "event bus", "consolidate", "MCP/REST parity", "artifact system". Use when this capability is needed.
- ▌ Ops Docs · tomevault-io bundleComma-separated list of doc types (e.g., 'runbooks,api-docs') or 'all'. If omitted, you will be asked. Use when this capability is needed.
- ▌
- ▌
- ▌ NPM Publish · tomevault-io bundlePublishing duroxide-node to npm. Use when releasing a new version, building platform binaries, or publishing to the npm registry. Use when this capability is needed.
- ▌ Playwright Dev · tomevault-io bundleExplains how to develop Playwright - add APIs, MCP tools, CLI commands, and vendor dependencies. Use when this capability is needed.
- ▌ Podcast Generation · tomevault-io bundleGenerate AI-powered podcast-style audio narratives using Azure OpenAI's GPT Realtime Mini model via WebSocket. Use when building text-to-speech features, audio narrative generation, podcast creation from content, or integrating with Azure OpenAI Realtime API for real audio output. Covers full-stack implementation from React frontend to Python FastAPI backend with WebSocket streaming. Use when this capability is needed.
- ▌ React Flow Node TS · tomevault-io bundleCreate React Flow node components with TypeScript types, handles, and Zustand integration. Use when building custom nodes for React Flow canvas, creating visual workflow editors, or implementing node-based UI components. Use when this capability is needed.
- ▌ Verify And Test Tsql Syntax · tomevault-io bundleVerify whether an exact T-SQL script is already supported by SqlScriptDOM, then add or update the correct parser tests and baselines. Use when a user asks if syntax already works, or when adding regression coverage for a specific script. Use when this capability is needed.
- ▌
- ▌ Developing Skills · tomevault-io bundleMUST be loaded before working with any Skill. Covers creating, building, reviewing, assessing, checking, auditing, evaluating, updating, modifying, and improving skills. Invoke PROACTIVELY before writing or changing any SKILL.md file. Provides structure, workflows, and validation for skill development. Supports both personal skills and standalone distributable skills (GitHub repos). (user) Use when this capability is needed.
- ▌ Rust Standards · tomevault-io bundleRust coding standards with ownership patterns, type safety, clean code, and Use when this capability is needed.
- ▌ Code Task Generator · tomevault-io bundleGenerate structured .code-task.md files from rough descriptions or PDD plans. Use when this capability is needed.
- ▌ Accessibility A11Y · tomevault-io bundleImplement web accessibility (a11y) best practices following WCAG guidelines to create inclusive, accessible user interfaces. Use when this capability is needed.
- ▌ Bitbucket Workflow · tomevault-io bundleBitbucket best practices for pull requests, Pipelines CI/CD, Jira integration, and Atlassian ecosystem workflows Use when this capability is needed.
- ▌ Express Typescript · tomevault-io bundleGuidelines for building robust APIs with Express.js and TypeScript, covering middleware patterns, routing, and security best practices Use when this capability is needed.
- ▌ Fastify Typescript · tomevault-io bundleGuidelines for building high-performance APIs with Fastify and TypeScript, covering validation, Prisma integration, and testing best practices Use when this capability is needed.
- ▌ Kotlin Development · tomevault-io bundleKotlin development guidelines with best practices for clean code, naming conventions, function design, and data handling Use when this capability is needed.
- ▌ Nodejs Development · tomevault-io bundleNode.js development guidelines covering Payload CMS, Vue.js with TypeScript, and general TypeScript best practices Use when this capability is needed.
- ▌ SQL Best Practices · tomevault-io bundleSQL development best practices for writing efficient, secure, and maintainable database queries Use when this capability is needed.
- ▌ Factor Evaluation · tomevault-io bundleEvaluate a factor library — recompute Information Coefficient (IC), ICIR, win rate, and turnover on held-out data, and surface train→test decay. Use to judge how good a mined library actually is out of sample. Triggers on "evaluate factors", "compute IC", "how good is this library", "factor metrics", "ICIR", "is this factor overfit", "out-of-sample". Use when this capability is needed.
- ▌ Swift Testing · tomevault-io bundleWHEN writing tests in Swift with the Swift Testing framework; NOT XCTest. Use when this capability is needed.
- ▌ Documentation Templates · tomevault-io bundle文档模板与结构指南(Documentation templates)。README、API 文档、代码注释与 AI 友好型文档。 Use when this capability is needed.
- ▌ Mistral Vibe · tomevault-io bundleUse `skill` to load specialized skills that provide domain-specific instructions and workflows. Use when this capability is needed.
- ▌ Net Docker · tomevault-io bundleCreate Docker configuration for ASP.NET Core applications Use when this capability is needed.
- ▌ Pre Commit Setup · tomevault-io bundleSet up cross-language pre-commit hooks for any git repository — auto-formatting, linting, type-checking, secret scanning, large-file detection, and Conventional Commit message checks. Detects which languages the repo uses (Node.js / TypeScript, Python, PHP, Java, Go, Rust, Ruby, Shell, generic) and wires the right hooks via the universal pre-commit framework, with an optional Husky + lint-staged + Prettier track for pure-Node repos. Use whenever the user wants to add pre-commit hooks, set up husky, install pre-commit, configure lint-staged, run formatting/linting/typecheck/tests on commit, scan for secrets at commit time, enforce conventional commits, or hits you with phrases like 'set up pre-commit', 'add husky', 'wire up commit hooks', 'block secrets at commit', 'make my repo lint on commit', or 'configure git hooks'. Use when this capability is needed.
- ▌ Mkobuolys Flutter Deck Flutter Deck · tomevault-io bundleCreating a New Presentation with Flutter Deck
- ▌ Searching Mlflow Docs · tomevault-io bundleSearches and retrieves MLflow documentation from the official docs site. Use when the user asks about MLflow features, APIs, integrations (LangGraph, LangChain, OpenAI, etc.), tracing, tracking, or requests to look up MLflow documentation. Triggers on "how do I use MLflow with X", "find MLflow docs for Y", "MLflow API for Z". Use when this capability is needed.
- ▌ Comment Issue · tomevault-io bundleRespond to a GitHub issue with a factual comment, optionally close and relabel Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Commit Standards · tomevault-io bundleStandards for writing clear, concise git commit messages. Use when creating commits, reviewing commit history, or establishing git workflow conventions. Use when this capability is needed.
- ▌ Fastify Patterns · tomevault-io bundleFastify framework patterns including routing, plugins, and decorators. Use when building Fastify APIs. Use when this capability is needed.
- ▌ Gas Optimization · tomevault-io bundleGas optimization techniques and patterns for efficient Solidity smart contracts. Use when optimizing contract gas costs or reviewing code for efficiency improvements. Use when this capability is needed.
- ▌ Playwright Setup · tomevault-io bundlePlaywright E2E testing setup and configuration. Use when setting up end-to-end tests. Use when this capability is needed.
- ▌ Pre Commit Hooks · tomevault-io bundlePre-commit hook setup with Husky and lint-staged. Use when configuring git hooks. Use when this capability is needed.
- ▌
- ▌ Research Methods · tomevault-io bundleStandards and methods for conducting research, gathering information, and presenting findings with proper source attribution. Use when researching topics, analyzing documentation, or synthesizing information from multiple sources. Use when this capability is needed.
- ▌ Zustand Patterns · tomevault-io bundleZustand state management patterns. Use when implementing client-side state with Zustand. Use when this capability is needed.
- ▌ Worktree Status · tomevault-io bundleAudit all git worktrees in the current project. Use when the user asks about worktree status, which branches are merged, which have uncommitted changes, or which worktrees can be safely cleaned up. Use when this capability is needed.
- ▌ Conversations By Date · tomevault-io bundleBrowse conversations by calendar date. Use when user asks "what was I working on last Thursday" or specifies a date. Use when this capability is needed.
- ▌ Flutter Quality · tomevault-io bundleFlutter品質チェック。静的解析/フォーマット/テスト実行時に使用。「Flutterの品質チェック」で起動。 Use when this capability is needed.
- ▌ Tdd Orchestrate · tomevault-io bundleTDDサイクル全体をPdMとして管理。Agent Teams有効時にtdd-initから呼ばれ、全Phaseを自律的に委譲・判断する。 Use when this capability is needed.
- ▌
- ▌
- ▌ Mq B Lab2qrcode Modern Cpp Refactor · tomevault-io bundleModern C++ Refactor - Code Modernization Intelligence
- ▌ Wirebones Development · tomevault-io bundleBuild and maintain Wirebones skeleton placeholders for lazy Livewire components in Laravel applications. Use when this capability is needed.
- ▌ Af Repository Refactor · tomevault-io bundleThis skill should be used when refactoring AntFlowCore service classes that directly extend AFBaseCurdRepositoryService to use the IAntFlowRepositoryMix pattern. This decouples services from FreeSql-specific base classes, making them ORM-agnostic. Trigger when the user asks to refactor a service that inherits AFBaseCurdRepositoryService or wants to migrate a service to the repository pattern. Use when this capability is needed.
- ▌ Finops Toolkit · tomevault-io bundleThis skill should be used when the user asks about "FinOps hubs", "FinOps toolkit", "KQL queries", "Kusto", "cost data analysis", "Hub database", "Costs function", "Prices function", "Recommendations function", "FinOps hubs deployment", "Azure Data Explorer", "ADX cluster", or any FinOps hubs operations. Use when this capability is needed.
- ▌ Surveyjs · tomevault-io bundleUse this skill whenever the user works with SurveyJS — the JSON-driven form/survey library. Trigger on mentions of SurveyJS, Survey Creator, survey-core, survey-react-ui, survey-angular-ui, survey-creator-* packages, `new Survey.Model`, or survey JSON schemas. Also trigger when authoring or debugging survey JSON (questions, calculatedValues, triggers, visibleIf/enableIf/requiredIf, choicesByUrl, paneldynamic, matrix), customizing Survey Creator (toolbox, property grid, tabs, save hooks), registering custom types or functions via Serializer/ComponentCollection/FunctionFactory, or running survey-core server-side under Microsoft.ClearScript V8 in .NET (schema/data validation, extending surveyjs-validation.js, XMLHttpRequest errors from the bundle). Trigger even on plain-language framings ("multi-page form", "form designer", "calculated field") when SurveyJS or its packages are named. Do NOT trigger for generic form libs (react-hook-form, ajv), other survey vendors (SurveyMonkey, Typeform), or unrelated UI.
- ▌ Opence Compound · tomevault-io bundleDocument learnings, capture repeatable workflows as skills, and Use when this capability is needed.
- ▌
- ▌ Generate Greeting · tomevault-io bundleGenerate a greeting message and write it to a file. Use when this capability is needed.
- ▌
- ▌ Openapi Workflow · tomevault-io bundleProactive OpenAPI workflow. Triggers when OpenAPI spec files are modified to validate, regenerate code, and verify builds. Use when this capability is needed.
- ▌ Docs Fetcher · tomevault-io bundleFetch up-to-date library documentation directly into context to prevent hallucinated APIs and outdated code examples. Use when user says "use docs", "fetch docs for [library]", "check [library] docs", or asks about a library's API, methods, or usage patterns and current documentation would be helpful. Also use proactively when generating code for libraries where version-specific accuracy matters. Use when this capability is needed.
- ▌ Gh Address Comments · tomevault-io bundleHelp address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in. Use when this capability is needed.
- ▌ Log Analytics · tomevault-io bundleGenerate and execute Python code to analyze large log datasets, detect patterns, and extract actionable insights Use when this capability is needed.
- ▌
- ▌ Nakane1chome Claude Skills Template · tomevault-io bundle> Key philosophy or concern for this skill (optional).
- ▌
- ▌ Releasing Nsc · tomevault-io bundleCreates a new nsc release tag in the foundation repository and verifies the repo is using the expected lightweight v0.0.x release flow. Use when asked to cut, tag, or publish a new nsc release.
- ▌ Magicskills · tomevault-io bundleThis Skill converts **C source code** into its **Abstract Syntax Tree (AST)** representation. Use when this capability is needed.
- ▌ Slim Meeting Agenda · tomevault-io bundleWrite comprehensive meeting agendas by orchestrating context gathering from previous summaries, querying external services (GitHub, Slack, etc. via TECH.md), and matching custom format templates. Automatically identifies and suggests generation of missing meeting summaries. Use when preparing for upcoming meetings and need structured agenda with context from multiple sources. Use when this capability is needed.
- ▌ Review Readme · tomevault-io bundle檢查 README.md 是否需要根據最近的 commits 更新。Use when the user wants to review whether README.md is up-to-date with recent code changes. Triggers on requests like "review readme", "check readme", "檢查 README", "更新 README", or when the user invokes /review-readme. Analyzes all commits since the last README.md modification and suggests specific updates if needed. Use when this capability is needed.
- ▌
- ▌
- ▌ Gitignore · tomevault-io bundleCreate or update a project's .gitignore file with sensible defaults for macOS and VS Code, then extend it for detected stacks (for example Node, Python, Go, Rust, Java, Terraform). Use when the user asks to generate, fix, or standardize .gitignore. Use when this capability is needed.
- ▌ Bug Fixer · tomevault-io bundleDiagnose bugs through iterative investigation, apply a type-safe fix, and generate a regression test. Use when asked to fix a bug, debug an error, diagnose a crash, investigate a failing test, or resolve an exception. Use when this capability is needed.
- ▌ Add Neon Docs · tomevault-io bundleUse this skill when the user asks to add documentation, add docs, add references, or install documentation about Neon. Adds Neon best practices reference links to project AI documentation (CLAUDE.md, AGENTS.md, or Cursor rules). Does not install packages or modify code.
- ▌ Test Nodebridge Handler · tomevault-io bundleUse this skill when testing NodeBridge handlers using `bun scripts/test-nodebridge.ts`, including listing available handlers and passing parameters
- ▌
- ▌ Interface Design · tomevault-io bundleInterface design skill for dashboards, admin panels, apps, and tools. NOT for marketing design. Provides design intent, domain exploration, and craft principles. For PySide6/Qt technical implementation, use lorairo-qt-widget skill. Use when this capability is needed.
- ▌
- ▌
- ▌ Java Project Structure · tomevault-io bundleStandard project layout, package conventions, module system, and layered architecture patterns. Use when this capability is needed.
- ▌ Backtest Expert · tomevault-io bundleExpert guidance for systematic backtesting of trading strategies. Use when developing, testing, stress-testing, or validating quantitative trading strategies. Covers "beating ideas to death" methodology, parameter robustness testing, slippage modeling, bias prevention, and interpreting backtest results. Applicable when user asks about backtesting, strategy validation, robustness testing, avoiding overfitting, or systematic trading development. Use when this capability is needed.
- ▌ Skill Navigator · tomevault-io bundleUse when working with the 100th skill! Your intelligent guide to all 99 other skills. Recommends the perfect skill for any task, creates skill combinations, and helps you discover capabilities you didn't know you had.
- ▌ Use Sharpitect · tomevault-io bundleNavigate and analyze C# codebases using Sharpitect's semantic tools. Use when searching for C# declarations, understanding inheritance, finding method callers/callees, or exploring code relationships in .NET projects. Use when this capability is needed.
- ▌ Owasp Top 10 · tomevault-io bundleOWASP Top 10 security vulnerabilities with detection and remediation patterns. Use when conducting security audits, implementing secure coding practices, or reviewing code for common security vulnerabilities. Use when this capability is needed.
- ▌ Repo Cleanup · tomevault-io bundleUse when a repository needs cleanup of dead code, build artifacts, unused dependencies, outdated docs, or stale tests - provides safe cleanup workflows, validation steps, and reporting templates for code, deps, docs, tests, and sprint archives.
- ▌ Super Saiyan · tomevault-io bundleMaximum visual excellence for any UI platform. Use when building user interfaces, styling components, or polishing visual elements. Use when this capability is needed.
- ▌ Visual Modes · tomevault-io bundleUse when activating visual showcase modes (supersaiyan, kamehameha, over9000) for UI or interaction design - provides mode-specific enhancement checklists.
- ▌ LLM Versions · tomevault-io bundleHandle current AI model versions Use when this capability is needed.
- ▌
- ▌ Edge Case Analyzer · tomevault-io bundleIdentify edge cases and error states during design. Use when reviewing designs, writing specs, or planning QA. Use when this capability is needed.
- ▌ Slide Deck Creator · tomevault-io bundleHTML slide decks with consistent design system. Use when creating presentations, pitch decks, or slide-based content. Use when this capability is needed.
- ▌
- ▌ Praxis Gemini Engine · tomevault-io bundleReference for the Gemini / Antigravity engine path in Praxis. Auto-loads when an agent is touching Gemini, Antigravity, `@ai-sdk/google`, `direct.google`, `google-antigravity`, `GEMINI_API_KEY`, `GOOGLE_GENERATIVE_AI_API_KEY`, or considering a new engine adapter for Google models. Captures the policy + technical constraints found in `docs/research/gemini-subscription-engine.md` (2026-05-19) so future agents don't re-discover them. Use when this capability is needed.
- ▌ Conestoga Game Dev · tomevault-io bundleUse for Conestoga game development, validation/fallback handling, UI headless toggle, and test workflow in this repo. Covers make/uv commands, Gemini fallback patterns, and Pygame headless settings. Use when this capability is needed.
- ▌ Debug Session · tomevault-io bundleGuide for debugging ShareGo session issues. Use when troubleshooting connection failures, handshake problems, state machine issues, or data transfer errors. Use when this capability is needed.
- ▌ Code Transform · tomevault-io bundleASTベースのコード変換スキル。codemod、APIマイグレーション、一括リネーム、パターン置換を実行。大規模コードベースの安全な変更に使用。 Use when this capability is needed.
- ▌
- ▌ View Results · tomevault-io bundleView and analyze Hawk evaluation results. Use when the user wants to see eval-set results, check evaluation status, list samples, view transcripts, or analyze agent behavior from a completed evaluation run. Use when this capability is needed.
- ▌ Parcel Tracking · tomevault-io bundleTrack package deliveries using the Parcel app API. View active and recent deliveries, add new tracking numbers, get delivery status updates and events. Use when the user asks about packages, parcels, deliveries, tracking numbers, shipments, or delivery status. Use when this capability is needed.
- ▌ Docs Diagram · tomevault-io bundleGenerate Mermaid diagrams from codebase analysis including architecture, Use when this capability is needed.