← all publishers

tomevault-io

@tomevault-io source repo

62255 published skills · page 292 of 623

  1. ▌
    Usernametron Claude Code Kickstart Agent Factory · tomevault-io bundle
    Agent Factory — Development Team Agent Generator
    0 installs
  2. ▌
    Research Workflow Management · tomevault-io bundle
    Structured 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.
    0 installs
  3. ▌
    Valorvie Custom Skills Custom Skills Doc Updater · tomevault-io bundle
    Documentation Updater
    0 installs
  4. ▌
    Shadcn Primitives Wrappers · tomevault-io bundle
    Establish 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.
    0 installs
  5. ▌
    Tailwind Shadcn Adaptation · tomevault-io bundle
    When importing a ShadCN component into a UI components directory (for example Use when this capability is needed.
    0 installs
  6. ▌
    AI Tool Setup · tomevault-io bundle
    Generates 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.
    0 installs
  7. ▌
    Vasilyu1983 AI Agents Public Ops Devops Platform · tomevault-io bundle
    DevOps Engineering — Quick Reference
    0 installs
  8. ▌
    QA Testing Strategy · tomevault-io bundle
    Risk-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.
    0 installs
  9. ▌
    Deep Gemini · tomevault-io bundle
    Deep 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.
    0 installs
  10. ▌
    Main Router · tomevault-io bundle
    Intelligent 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.
    0 installs
  11. ▌
    Vendelieu Telegram Bot Add Telegram Update Field · tomevault-io bundle
    Add Telegram Update Field
    0 installs
  12. ▌
    Versoxbt Claude Initial Setup Django Orm Mastery · tomevault-io bundle
    Django ORM Mastery
    0 installs
  13. ▌
    Verygoodplugins Claude Plugins Memory Management · tomevault-io bundle
    Memory Management Skill
    0 installs
  14. ▌
    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.
    0 installs
  15. ▌
    Skills Managing · tomevault-io bundle
    Create 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.
    0 installs
  16. ▌
    Viktorbezdek Skillstack Documentation Discipline · tomevault-io bundle
    Documentation Discipline
    0 installs
  17. ▌
    Security Hardening Audit · tomevault-io bundle
    Systematic 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.
    0 installs
  18. ▌
    Glab Changelog · tomevault-io bundle
    Generate 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.
    0 installs
  19. ▌
    React Plugin Implementation · tomevault-io bundle
    React 기반 @canard/schema-form 플러그인 구현 패턴 전문가. 비제어 컴포넌트 패턴, test 조건 작성, 성능 최적화(useMemo, useHandle), 플러그인 구조 설계를 안내합니다. Use when this capability is needed.
    0 installs
  20. ▌
    Senior Developer · tomevault-io bundle
    Senior 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.
    0 installs
  21. ▌
    Vitalyvorobyev Ringgrid Tests Synthetic Fixtures · tomevault-io bundle
    ---
    0 installs
  22. ▌
    Consistency Principle · tomevault-io bundle
    Comportamientos y apariencias consistentes mejoran la usabilidad. Use cuando establezca patrones de diseño, defina guidelines, o evalúe coherencia del sistema.
    0 installs
  23. ▌
    Hardening Interviewer · tomevault-io bundle
    Realizas entrevistas de feedback post-MVP especializadas en identificar Use when this capability is needed.
    0 installs
  24. ▌
    Analyzing Crypto Weakness · tomevault-io bundle
    Identifies 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.
    0 installs
  25. ▌
    Detecting Arbitrary Write · tomevault-io bundle
    Detects 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.
    0 installs
  26. ▌
    Walkerhi11 Mediabuy Plugins Storyboard Generator · tomevault-io bundle
    ---
    0 installs
  27. ▌
    Writing Skill · tomevault-io bundle
    Write 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.
    0 installs
  28. ▌
    Pywayne Cv Geometric Hull Calculator · tomevault-io bundle
    Geometric 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.
    0 installs
  29. ▌
    Wankimmy Bossku AI Bosskuai Greptile Review Loop · tomevault-io bundle
    Greploop
    0 installs
  30. ▌
    Fabric Warehouse · tomevault-io bundle
    Use 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.
    0 installs
  31. ▌
    Lighthouse Optimization · tomevault-io bundle
    Optimize 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.
    0 installs
  32. ▌
    Golang Aip Pr Review · tomevault-io bundle
    Use 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.
    0 installs
  33. ▌
    Web Infra Dev Midscene Skills Android Automation · tomevault-io bundle
    Android Device Automation
    0 installs
  34. ▌
    Skyline Scroll API · tomevault-io bundle
    Skyline 滚动控制 API 技能。涵盖 ScrollViewContext(程序化下拉刷新、下拉二级、滚动定位)、DraggableSheetContext(半屏面板程序化滚动)、worklet.scrollViewContext(UI 线程直接控制滚动)。适用于程序化触发刷新/二级、控制 DraggableSheet 位置、在 worklet 中操作滚动。触发关键词:ScrollViewContext、DraggableSheetContext、scrollTo、triggerRefresh、triggerTwoLevel、下拉刷新API、下拉二级API、滚动API、worklet scrollViewContext。 Use when this capability is needed.
    0 installs
  35. ▌
    Creator Profile Enrichment · tomevault-io bundle
    Enrich 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.
    0 installs
  36. ▌
    Wentong2022 Arch Flowforge Skill Flowforge Skill · tomevault-io bundle
    FlowForge — Draw.io Diagram Skill
    0 installs
  37. ▌
    Whatifwedigdeeper MCP Deep Learning Course Learn · tomevault-io bundle
    Learn from Conversation
    0 installs
  38. ▌
    Lmstudio Orchestrator · tomevault-io bundle
    Deterministic 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.
    0 installs
  39. ▌
    Wheels Documentation Generator · tomevault-io bundle
    Generate 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.
    0 installs
  40. ▌
    Git Committer · tomevault-io bundle
    Git提交专家,规范化提交信息和分主题提交。 Use when this capability is needed.
    0 installs
  41. ▌
    Willyu1007 AI First Template Auth Route Debugger · tomevault-io bundle
    Auth Route Debugger
    0 installs
  42. ▌
    Apply Frontend UI Guidelines · tomevault-io bundle
    Apply cross-cutting frontend UI patterns across components, hooks, routing, data fetching, styling, and user-visible states. Use when this capability is needed.
    0 installs
  43. ▌
    Manage Backend Configuration · tomevault-io bundle
    Manage backend configuration safely with typed, validated settings and clear separation between defaults and secrets. Use when this capability is needed.
    0 installs
  44. ▌
    Willyu1007 Skill Template Basic Test Web Cypress · tomevault-io bundle
    Cypress Web UI Automation (workflow)
    0 installs
  45. ▌
    Winbda Claude Skills Collection AI Agent Builder · tomevault-io bundle
    ai-agent-builder
    0 installs
  46. ▌
    Winbda Claude Skills Collection Terraform Module · tomevault-io bundle
    terraform-module
    0 installs
  47. ▌
    Winmin Kernel Vuln Analyzer Kernel Vuln Analyzer · tomevault-io bundle
    Kernel Vulnerability Analyzer
    0 installs
  48. ▌
    Feishu Doc Webify · tomevault-io bundle
    Turn 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.
    0 installs
  49. ▌
    Markdown Segment Translator · tomevault-io bundle
    长文档Markdown分段翻译技能(Agent自己翻译) Use when this capability is needed.
    0 installs
  50. ▌
    Hanx Youtube Researcher · tomevault-io bundle
    Specialized 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.
    0 installs
  51. ▌
    Flutter Riverpod Architecture · tomevault-io bundle
    Clean 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.
    0 installs
  52. ▌
    Creating Inline Actions · tomevault-io bundle
    Interactive 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.
    0 installs
  53. ▌
    Tdd Kata Workflow · tomevault-io bundle
    This 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.
    0 installs
  54. ▌
    Macos App Scaffold Enhance · tomevault-io bundle
    Add features to an existing macOS app — CI/CD, auto-update, logging, SwiftLint, localization, Launch at Login, and more Use when this capability is needed.
    0 installs
  55. ▌
    Yixin0829 Semantic Obsidian Assimilate Knowledge · tomevault-io bundle
    Assimilate Knowledge
    0 installs
  56. ▌
    Grepai Storage Qdrant · tomevault-io bundle
    Configure Qdrant vector database for GrepAI. Use this skill for high-performance vector search. Use when this capability is needed.
    0 installs
  57. ▌
    Ph Hunter Finder · tomevault-io bundle
    Find 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.
    0 installs
  58. ▌
    Ph Launch Offers · tomevault-io bundle
    Create 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.
    0 installs
  59. ▌
    Ph Maker Comment · tomevault-io bundle
    Create 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.
    0 installs
  60. ▌
    X Ipe Tool Tracing Instrumentation · tomevault-io bundle
    Add @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.
    0 installs
  61. ▌
    Skill Maintenance Skill · tomevault-io bundle
    Monthly 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.
    0 installs
  62. ▌
    Dbt Helpers Nullable Testing · tomevault-io bundle
    Implement 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.
    0 installs
  63. ▌
    Formax Semantics Parity Workflow · tomevault-io bundle
    Use 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.
    0 installs
  64. ▌
    Compound Autolearn Compoundspec · tomevault-io bundle
    Generate a CompoundSpec v2 JSON-only autolearn proposal from git diffstat + existing skills, while respecting strict file-scope constraints. Use when this capability is needed.
    0 installs
  65. ▌
    Subagent · tomevault-io bundle
    Execution 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.
    0 installs
  66. ▌
    Nextjs Tailwind Guidelines · tomevault-io bundle
    Next.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.
    0 installs
  67. ▌
    Zfifteen Emergent Doom Engine Behavior Simulator · tomevault-io bundle
    Emergent Behavior Simulator Skill
    0 installs
  68. ▌
    Auto Evolution · tomevault-io bundle
    Memory-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.
    0 installs
  69. ▌
    Zhanlincui Auto Evolution Agent Skills Templates · tomevault-io bundle
    [Skill Name]
    0 installs
  70. ▌
    Spawn Backends · tomevault-io bundle
    Configure 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.
    0 installs
  71. ▌
    Electron Cdp Debug · tomevault-io bundle
    Debug 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.
    0 installs
  72. ▌
    Adapting Claude Pipeline · tomevault-io bundle
    Use 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
    0 installs
  73. ▌
    Pm Claude Code Setup · tomevault-io bundle
    Activate on "analyze competitor", "competitive analysis", "compare us to [company]". Use when this capability is needed.
    0 installs
  74. ▌
    Devscode Review · tomevault-io bundle
    Comprehensive 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.
    0 installs
  75. ▌
    Aaronbassett Aaronbassett Marketplace Python Core · tomevault-io bundle
    Python Core Development
    0 installs
  76. ▌
    Akka Net Testing Patterns · tomevault-io bundle
    Write 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.
    0 installs
  77. ▌
    Playwright CI Caching · tomevault-io bundle
    Cache 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.
    0 installs
  78. ▌
    Skills Index Snippets · tomevault-io bundle
    Create 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.
    0 installs
  79. ▌
    Abdullahmalik17 Digital Fte Building Chat Widgets · tomevault-io bundle
    Building Chat Widgets
    0 installs
  80. ▌
    Abdullahmalik17 Digital Fte Fetching Library Docs · tomevault-io bundle
    Context7 Efficient Documentation Fetcher
    0 installs
  81. ▌
    Krammetexthumanize · tomevault-io bundle
    Remove 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.
    0 installs
  82. ▌
    Networking Management · tomevault-io bundle
    Use 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.
    0 installs
  83. ▌
    Adding Mod Parsers · tomevault-io bundle
    Use when adding new mod parsers to convert game mod strings to typed Mod objects - guides the template-based parsing pattern (project)
    0 installs
  84. ▌
    Pit Tax Reporter · tomevault-io bundle
    Implement 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.
    0 installs
  85. ▌
    Skill Practicing · tomevault-io bundle
    Create 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.
    0 installs
  86. ▌
    Adaptyvbio Protein Design Skills Campaign Manager · tomevault-io bundle
    Campaign Manager
    0 installs
  87. ▌
    Adelabdelgawad Rust Fullstack Agents Rust Testing · tomevault-io bundle
    Test Writing (Rust)
    0 installs
  88. ▌
    Local QA · tomevault-io bundle
    Plan 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.
    0 installs
  89. ▌
    Aedev Tools Adobe Agent Skills Adobe Agent Skills · tomevault-io bundle
    Overview
    0 installs
  90. ▌
    Langextract · tomevault-io bundle
    Extract 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.
    0 installs
  91. ▌
    Affaan M Everything Claude Code Frontend Patterns · tomevault-io bundle
    Frontend Development Patterns
    0 installs
  92. ▌
    CSV Data Visualizer · tomevault-io bundle
    This 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.
    0 installs
  93. ▌
    API Analytics Posthog Analytics · tomevault-io bundle
    PostHog 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.
    0 installs
  94. ▌
    Web Performance Web Performance · tomevault-io bundle
    Bundle optimization, render performance, Core Web Vitals Use when this capability is needed.
    0 installs
  95. ▌
    GRAPHQL Schema Analyzer · tomevault-io bundle
    Analyzes GraphQL schemas using graphql-js introspection and @graphql-tools/utils. Maps type relationships, detects N+1 query patterns, and generates DataLoader batching recommendations.
    0 installs
  96. ▌
    Agentskillexchange Skills GRAPHQL Schema Explorer · tomevault-io bundle
    GraphQL Schema Explorer
    0 installs
  97. ▌
    GRAPHQL Schema Registry · tomevault-io bundle
    Manages 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.
    0 installs
  98. ▌
    GRAPHQL Schema Stitcher · tomevault-io bundle
    Merges 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.
    0 installs
  99. ▌
    Rust Crate Docs Scanner · tomevault-io bundle
    Scans 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.
    0 installs
  100. ▌
    Rust Crates Io Explorer · tomevault-io bundle
    Searches 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.
    0 installs