tomevault-io
- 62k skills
- 0 followers
- 4 days ago last updated
- ▌ Usernametron Claude Code Kickstart Agent Factory · tomevault-io bundleAgent Factory — Development Team Agent Generator
- ▌ Research Workflow Management · tomevault-io bundleStructured AI-enabled research workflows for software development. Covers the six-phase workflow (Research, Plan, Iterate Plan, Experiment, Implement, Validate) with templates for each phase. Use when this capability is needed.
- ▌
- ▌ Shadcn Primitives Wrappers · tomevault-io bundleEstablish a two-layer UI model (primitives vs product wrappers) for ShadCN components. Use when importing or modifying ShadCN components, deciding whether to adapt primitives or create wrappers, or when aligning typography/tokens with the design system. Use when this capability is needed.
- ▌ Tailwind Shadcn Adaptation · tomevault-io bundleWhen importing a ShadCN component into a UI components directory (for example Use when this capability is needed.
- ▌ AI Tool Setup · tomevault-io bundleGenerates or updates AI tool instruction files for GitHub Copilot (copilot-instructions.md), Claude (CLAUDE.md), and Cursor (.cursorrules) based on the detected project type and existing playbook policies. Use when the user wants to add, update, or synchronize AI tool configuration across multiple assistants. Do not use for writing new skills, building application code, or general documentation tasks.
- ▌ Vasilyu1983 AI Agents Public Ops Devops Platform · tomevault-io bundleDevOps Engineering — Quick Reference
- ▌ QA Testing Strategy · tomevault-io bundleRisk-based test strategy for software delivery. Use when defining coverage, setting CI gates, managing flaky tests, or establishing release criteria. Use when this capability is needed.
- ▌ Deep Gemini · tomevault-io bundleDeep technical documentation generation workflow using zen mcp's clink and docgen tools. First uses clink to launch gemini CLI in WSL for code analysis, then uses docgen for structured document generation with complexity analysis. Specializes in documents requiring deep understanding of code logic, model architecture, or performance bottleneck analysis. Use when user requests "use gemini for deep analysis", "generate architecture analysis document", "analyze performance bottlenecks", "deeply understand code logic", or similar deep analysis tasks. Default output is .md format. Use when this capability is needed.
- ▌ Main Router · tomevault-io bundleIntelligent skill router that analyzes user requests and automatically dispatches to the most appropriate skill(s) or zen-mcp tools. Routes to zen-chat for Q&A, zen-thinkdeep for deep problem investigation, codex-code-reviewer for code quality, simple-gemini for standard docs/tests, deep-gemini for deep analysis, or plan-down for planning. Use this skill proactively to interpret all user requests and determine the optimal execution path. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌ Fullstack Guide · tomevault-io bundle全栈开发规范百科全书 (React/TS/Node/Supabase). Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organization with features directory, performance optimization, and TypeScript best practices. Use when creating components, pages, features, fetching data, styling, routing, or working with frontend/backend code. Use when this capability is needed.
- ▌ Skills Managing · tomevault-io bundleCreate and manage ASE skills following best practices. Use when creating new skills, importing skills, understanding the Registry V3.1 structure, or debugging skill activation. Use when this capability is needed.
- ▌
- ▌ Security Hardening Audit · tomevault-io bundleSystematic security audit workflow for hardening a codebase through structured multi-pass analysis. Composes four skills across five phases — threat surface mapping with attack vector identification (risk-management), security-focused code review targeting OWASP and language-specific vulnerabilities (code-review), boundary condition and validation gap analysis (edge-case-coverage), and security test suite construction with fuzzing and property-based tests (testing-framework). Use when hardening an existing codebase before launch, after a security incident, during compliance preparation, or for periodic security reviews. Use when you want a structured audit rather than ad-hoc scanning. NOT for real-time intrusion detection or incident response — use your SIEM. NOT for infrastructure/network security — this covers application code only. Use when this capability is needed.
- ▌ Glab Changelog · tomevault-io bundleGenerate changelogs from GitLab releases, tags, and commits. Use when creating release notes, generating changelog files, or documenting version history. Triggers on changelog, release notes, version history, generate changelog. Use when this capability is needed.
- ▌ React Plugin Implementation · tomevault-io bundleReact 기반 @canard/schema-form 플러그인 구현 패턴 전문가. 비제어 컴포넌트 패턴, test 조건 작성, 성능 최적화(useMemo, useHandle), 플러그인 구조 설계를 안내합니다. Use when this capability is needed.
- ▌ Senior Developer · tomevault-io bundleSenior developer agent for the Pulse JS framework. Use this skill to implement features, fix bugs, write production code, and refactor modules. Strictly follows the software architect's decisions (ADRs, design principles, API conventions). Handles runtime modules, compiler code, CLI commands, and build tool integrations with emphasis on code quality, performance, and framework consistency. Use when this capability is needed.
- ▌
- ▌ Consistency Principle · tomevault-io bundleComportamientos y apariencias consistentes mejoran la usabilidad. Use cuando establezca patrones de diseño, defina guidelines, o evalúe coherencia del sistema.
- ▌ Hardening Interviewer · tomevault-io bundleRealizas entrevistas de feedback post-MVP especializadas en identificar Use when this capability is needed.
- ▌ Analyzing Crypto Weakness · tomevault-io bundleIdentifies weak cryptographic algorithms, hardcoded keys, and insecure key management practices in binary code. Use when analyzing encryption/decryption, authentication mechanisms, or reviewing cryptographic implementations. Use when this capability is needed.
- ▌ Detecting Arbitrary Write · tomevault-io bundleDetects arbitrary write vulnerabilities by identifying unchecked array indexing and out-of-bounds memory writes. Use when analyzing memory write operations, pointer arithmetic, or investigating code execution vulnerabilities. Use when this capability is needed.
- ▌
- ▌ Writing Skill · tomevault-io bundleWrite or refactor an Agent Skill / SKILL.md (agentskills.io spec; portable across Cursor, Claude Code, etc.). Use when user asks to 写/create/refactor/audit/优化 a skill or SKILL.md, or asks why a skill 没触发/太长. Do NOT use for Cursor Rules, CLAUDE.md, AGENTS.md, MCP server. Use when this capability is needed.
- ▌ Pywayne Cv Geometric Hull Calculator · tomevault-io bundleGeometric hull calculator for 2D point sets supporting convex hull, concave hull (concave-hull, alphashape), and minimum bounding rectangle. Use when working with pywayne.cv.geometric_hull_calculator module to compute geometric hulls, visualize results with OpenCV or matplotlib, and generate random test point sets. Use when this capability is needed.
- ▌
- ▌ Fabric Warehouse · tomevault-io bundleUse for T-SQL against Fabric Warehouse (NOT Fabric SQL Database — see fabric-database). Covers unsupported types (nvarchar/datetime/money/xml/tinyint/hierarchyid) and replacements, unsupported features (FOR XML, recursive CTEs, triggers, CREATE USER, ALTER COLUMN, cursors, MERGE-preview), schema evolution (ADD nullable / DROP COLUMN / sp_rename April 2025+, IDENTITY preview, transactional ALTER TABLE GA April 2026, CTAS workaround for type changes), PK/UNIQUE/FK NONCLUSTERED+NOT ENFORCED only, 8060-byte row limit, CTAS Synapse-vs-Fabric rules (no DISTRIBUTION/CCI/explicit columns/variables), COPY INTO with AUTO_CREATE_TABLE (PARQUET/CSV/JSONL), OPENROWSET surface, snapshot-only isolation (24556/24706 retry pattern), DDL inside transactions (CREATE/DROP/TRUNCATE/CTAS/sp_rename/ALTER TABLE — Sch-M lock blocks reads), Time Travel (UTC, single per SELECT) + Warehouse Snapshots (GA, REST/portal not T-SQL), pipeline integration via Script activity (NOT Stored Procedure). Use when this capability is needed.
- ▌ Lighthouse Optimization · tomevault-io bundleOptimize web applications to achieve 95%+ Lighthouse scores across all categories. Use when optimizing performance, accessibility, best practices, or SEO for web applications. Use when this capability is needed.
- ▌ Golang Aip Pr Review · tomevault-io bundleUse this skill when asked to review a GitHub Pull Request for compliance with Google AIP (API Improvement Proposals) standards in Go code. Triggers include "review this PR for AIP compliance", "check if this PR follows AIP standards", "AIP review", or any request to audit Go API code against Google's API design guidelines. Requires the GitHub MCP connector to be active.
- ▌
- ▌ Skyline Scroll API · tomevault-io bundleSkyline 滚动控制 API 技能。涵盖 ScrollViewContext(程序化下拉刷新、下拉二级、滚动定位)、DraggableSheetContext(半屏面板程序化滚动)、worklet.scrollViewContext(UI 线程直接控制滚动)。适用于程序化触发刷新/二级、控制 DraggableSheet 位置、在 worklet 中操作滚动。触发关键词:ScrollViewContext、DraggableSheetContext、scrollTo、triggerRefresh、triggerTwoLevel、下拉刷新API、下拉二级API、滚动API、worklet scrollViewContext。 Use when this capability is needed.
- ▌ Creator Profile Enrichment · tomevault-io bundleEnrich creator profiles and onchain reputation by aggregating Talent Protocol, Guild.xyz, Basenames, Zora, and DeBank portfolio signals. Use when the user mentions creator discovery/ranking, onchain reputation, Talent API, Guild roles, Basename/ENS data, Zora profiles, or DeBank/portfolio activity. Use when this capability is needed.
- ▌ Wentong2022 Arch Flowforge Skill Flowforge Skill · tomevault-io bundleFlowForge — Draw.io Diagram Skill
- ▌
- ▌ Lmstudio Orchestrator · tomevault-io bundleDeterministic multi-agent orchestration system for LMStudio enabling constraint-driven agent composition, semantic field navigation, and thermodynamic resource allocation. Use when orchestrating local LLM swarms, building multi-agent systems with validation, implementing constraint-based configurations, or requiring deterministic agent composition from discovered model states. Use when this capability is needed.
- ▌ Wheels Documentation Generator · tomevault-io bundleGenerate documentation comments, README files, and API documentation for Wheels applications. Use when documenting code, creating project READMEs, or generating API docs. Use when this capability is needed.
- ▌
- ▌
- ▌ Apply Frontend UI Guidelines · tomevault-io bundleApply cross-cutting frontend UI patterns across components, hooks, routing, data fetching, styling, and user-visible states. Use when this capability is needed.
- ▌ Manage Backend Configuration · tomevault-io bundleManage backend configuration safely with typed, validated settings and clear separation between defaults and secrets. Use when this capability is needed.
- ▌ Willyu1007 Skill Template Basic Test Web Cypress · tomevault-io bundleCypress Web UI Automation (workflow)
- ▌
- ▌
- ▌ Winmin Kernel Vuln Analyzer Kernel Vuln Analyzer · tomevault-io bundleKernel Vulnerability Analyzer
- ▌ Feishu Doc Webify · tomevault-io bundleTurn Feishu/Lark docs and Wiki knowledge bases into polished static websites. Use when the user provides a Feishu docx/doc/wiki URL and asks to make it webpage-like, webify it, publish it, turn a heavy knowledge base into a beautiful website, improve Feishu document layout beyond Feishu's native formatting, or generate a GitHub Pages site from Feishu document content. Use when this capability is needed.
- ▌ Markdown Segment Translator · tomevault-io bundle长文档Markdown分段翻译技能(Agent自己翻译) Use when this capability is needed.
- ▌ Hanx Youtube Researcher · tomevault-io bundleSpecialized YouTube video analysis with domain-specific templates (general, trading strategy, framework/tool). Extends youtube-video-analysis with structured analysis prompts from hanx YouTube Researcher Agent. Use when this capability is needed.
- ▌ Flutter Riverpod Architecture · tomevault-io bundleClean Architecture patterns for Flutter with Riverpod state management. Use when building or reviewing Flutter apps with layered architecture (Domain, Data, Application, Presentation). Use when this capability is needed.
- ▌ Creating Inline Actions · tomevault-io bundleInteractive button-based UI for XMTP agents following XIP-67. Use when creating menus, confirmation dialogs, selection options, or any button-based interaction. Triggers on inline actions, buttons, menus, or ActionBuilder. Use when this capability is needed.
- ▌ Tdd Kata Workflow · tomevault-io bundleThis skill should be used when the user asks to "practice TDD", "start a kata", "code kata", "test-driven development", "red green refactor", mentions "object calisthenics" constraints, or when agents in the tdd-kata plugin need TDD cycle guidance. Provides comprehensive TDD best practices and kata workflow orchestration. Use when this capability is needed.
- ▌ Macos App Scaffold Enhance · tomevault-io bundleAdd features to an existing macOS app — CI/CD, auto-update, logging, SwiftLint, localization, Launch at Login, and more Use when this capability is needed.
- ▌
- ▌ Grepai Storage Qdrant · tomevault-io bundleConfigure Qdrant vector database for GrepAI. Use this skill for high-performance vector search. Use when this capability is needed.
- ▌ Ph Hunter Finder · tomevault-io bundleFind and approach top Product Hunt hunters. Use this skill to identify potential hunters for your product, evaluate if you need one, and craft effective outreach. Use when this capability is needed.
- ▌ Ph Launch Offers · tomevault-io bundleCreate compelling launch offers for Product Hunt. Use this skill to design exclusive discounts, lifetime deals, and promotional offers that drive conversions while staying compliant with guidelines. Use when this capability is needed.
- ▌ Ph Maker Comment · tomevault-io bundleCreate authentic and engaging maker comments for Product Hunt launches. Use this skill to write the crucial first comment that appears on your launch, builds trust, and encourages community engagement. Use when this capability is needed.
- ▌ X Ipe Tool Tracing Instrumentation · tomevault-io bundleAdd @x_ipe_tracing decorators to Python functions. Analyzes code, suggests levels (INFO/DEBUG), detects sensitive params for redaction, and applies decorators in batch. Triggers on "add tracing to", "instrument for tracing", "trace functions in". Use when this capability is needed.
- ▌ Skill Maintenance Skill · tomevault-io bundleMonthly skill library maintenance with audit scripts and gap detection. Use when auditing skills for 'Use when' patterns, checking activation rates, or maintaining skill quality. Use when this capability is needed.
- ▌ Dbt Helpers Nullable Testing · tomevault-io bundleImplement and use Nullable Infrastructure adapters for mock-free testing. Use when writing unit tests for core logic, implementing infrastructure adapters, or setting up test fixtures. Use when this capability is needed.
- ▌ Formax Semantics Parity Workflow · tomevault-io bundleUse when implementing or modifying behavior that must stay consistent across TUI and Web (mode/input/tool/replay/order). Require canonical semantics first, then TUI/Web adapters, then renderer-specific UI.
- ▌ Compound Autolearn Compoundspec · tomevault-io bundleGenerate a CompoundSpec v2 JSON-only autolearn proposal from git diffstat + existing skills, while respecting strict file-scope constraints. Use when this capability is needed.
- ▌ Subagent · tomevault-io bundleExecution skill for delegated tasks. Use this skill when you are a subagent that has been delegated a task by the tech lead. You must be diligent, hygienic, and deliver work that is "done" and "stable" according to the specification. Use when this capability is needed.
- ▌ Nextjs Tailwind Guidelines · tomevault-io bundleNext.js 15 + Tailwind CSS development guidelines. Modern patterns including App Router, Server/Client Components, Suspense, lazy loading, file organization, Tailwind CSS styling, performance optimization, and TypeScript best practices. Use when creating components, pages, features, styling, routing, or working with Next.js code. Use when this capability is needed.
- ▌ Zfifteen Emergent Doom Engine Behavior Simulator · tomevault-io bundleEmergent Behavior Simulator Skill
- ▌ Auto Evolution · tomevault-io bundleMemory-driven self-evolution layer for Agent Skills. Captures usage patterns, learns from errors, and automatically generates reusable knowledge. Use when you want your agent to learn from experience, track skill effectiveness, or generate improvement suggestions. Use when this capability is needed.
- ▌
- ▌ Spawn Backends · tomevault-io bundleConfigure how teammate agents run including in-process, tmux, and iTerm2 backends. Use when choosing a display mode, setting up split panes, troubleshooting backend issues, or configuring teammateMode. Use when this capability is needed.
- ▌ Electron Cdp Debug · tomevault-io bundleDebug Electron/Chromium desktop apps via Chrome DevTools Protocol. Connect to running Electron processes, execute JavaScript on live pages, capture runtime errors, and perform E2E UI interaction tests. Use when debugging Electron app behavior, capturing console/runtime errors from plugins, testing UI flows programmatically, or inspecting DOM structure of Electron windows. Use when this capability is needed.
- ▌ Adapting Claude Pipeline · tomevault-io bundleUse when adapting the generic .claude pipeline folder to a specific codebase - adjusting skills, agents, hooks, scripts, prompts, and settings for the target project's tech stack and workflows
- ▌ Pm Claude Code Setup · tomevault-io bundleActivate on "analyze competitor", "competitive analysis", "compare us to [company]". Use when this capability is needed.
- ▌ Devscode Review · tomevault-io bundleComprehensive code review guidance for quality, performance, and architecture across all programming languages. Use when (1) User explicitly requests code review, (2) After writing significant code changes, (3) Before commits/PRs, (4) Reviewing existing codebases, (5) Analyzing code quality, (6) Detecting performance issues, (7) Identifying architectural problems, (8) Finding code smells. Provides automated analysis scripts and manual review checklists for thorough code evaluation. Use when this capability is needed.
- ▌
- ▌ Akka Net Testing Patterns · tomevault-io bundleWrite unit and integration tests for Akka.NET actors using modern Akka.Hosting.TestKit patterns. Covers dependency injection, TestProbes, persistence testing, and actor interaction verification. Includes guidance on when to use traditional TestKit. Use when this capability is needed.
- ▌ Playwright CI Caching · tomevault-io bundleCache Playwright browser binaries in CI/CD pipelines (GitHub Actions, Azure DevOps) to avoid 1-2 minute download overhead on every build. Use when this capability is needed.
- ▌ Skills Index Snippets · tomevault-io bundleCreate and maintain AGENTS.md / CLAUDE.md snippet indexes that route tasks to the correct dotnet-skills skills and agents (including compressed Vercel-style indexes). Use when this capability is needed.
- ▌
- ▌ Abdullahmalik17 Digital Fte Fetching Library Docs · tomevault-io bundleContext7 Efficient Documentation Fetcher
- ▌ Krammetexthumanize · tomevault-io bundleRemove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Use when this capability is needed.
- ▌ Networking Management · tomevault-io bundleUse when designing OCI networks, troubleshooting connectivity, optimizing egress costs, or configuring VCN security. Covers Service Gateway cost savings, VCN CIDR immutability, Security List vs NSG tradeoffs, VCN peering limitations, and Load Balancer subnet requirements.
- ▌ Adding Mod Parsers · tomevault-io bundleUse when adding new mod parsers to convert game mod strings to typed Mod objects - guides the template-based parsing pattern (project)
- ▌ Pit Tax Reporter · tomevault-io bundleImplement and refactor Polish PIT tax reporters and related parsing/aggregation logic. Use when adding or modifying reporters in polish_pit_calculator/tax_reporters/, normalizing broker exports, adjusting exchange-rate usage/caching, or updating tests to assert full report outputs. Use when this capability is needed.
- ▌ Skill Practicing · tomevault-io bundleCreate or update agent instructions and local skills for this repository. Use when asked to modify AGENTS.md, add or refine skills under skills/, audit README/CHANGELOG/SECURITY/CONTRIBUTING/pyproject.toml for stale guidance, or perform no-secrets documentation hygiene checks. Use when this capability is needed.
- ▌
- ▌
- ▌ Local QA · tomevault-io bundlePlan and run auditable local QA for web apps, Obsidian plugins, or both. Use when the user says "QA this locally", "test this in Obsidian", "browser QA", "full app QA", "manual QA", "taste test this", or asks for reviewable product QA evidence. Use when this capability is needed.
- ▌
- ▌ Langextract · tomevault-io bundleExtract structured information from unstructured text using LLMs with source grounding. Use when extracting entities from documents, medical notes, clinical reports, or any text requiring precise, traceable extraction. Supports Gemini, OpenAI, and local models (Ollama). Includes visualization and long document processing. Use when this capability is needed.
- ▌ Affaan M Everything Claude Code Frontend Patterns · tomevault-io bundleFrontend Development Patterns
- ▌ CSV Data Visualizer · tomevault-io bundleThis skill should be used when working with CSV files to create interactive data visualizations, generate statistical plots, analyze data distributions, create dashboards, or perform automatic data profiling. It provides comprehensive tools for exploratory data analysis using Plotly for interactive visualizations. Use when this capability is needed.
- ▌ API Analytics Posthog Analytics · tomevault-io bundlePostHog event tracking, user identification, group analytics for B2B, GDPR consent patterns. Use when implementing product analytics, tracking user behavior, setting up funnels, or configuring privacy-compliant tracking. Use when this capability is needed.
- ▌ Web Performance Web Performance · tomevault-io bundleBundle optimization, render performance, Core Web Vitals Use when this capability is needed.
- ▌ GRAPHQL Schema Analyzer · tomevault-io bundleAnalyzes GraphQL schemas using graphql-js introspection and @graphql-tools/utils. Maps type relationships, detects N+1 query patterns, and generates DataLoader batching recommendations.
- ▌
- ▌ GRAPHQL Schema Registry · tomevault-io bundleManages GraphQL schema evolution using graphql-inspector for breaking change detection and Apollo Rover CLI for schema composition. Validates schemas against custom ESLint rules via @graphql-eslint/eslint-plugin.
- ▌ GRAPHQL Schema Stitcher · tomevault-io bundleMerges multiple GraphQL schemas into a unified federated gateway using Apollo Federation v2 and graphql-tools stitchSchemas. Validates composed schemas with rover graph check. Use when this capability is needed.
- ▌ Rust Crate Docs Scanner · tomevault-io bundleScans Rust crate documentation using rustdoc JSON output and cargo-doc metadata. Indexes public API surfaces including traits, impls, and derive macros with cross-crate dependency linking via docs.rs integration. Use when this capability is needed.
- ▌ Rust Crates Io Explorer · tomevault-io bundleSearches the crates.io REST API for Rust crate metadata, version diffs, and feature flag documentation. Integrates with docs.rs API for inline rustdoc retrieval and lib.rs category browsing. Use when this capability is needed.