tomevault-io
- 62k skills
- 0 followers
- 2 days ago last updated
- ▌ Backend Audit Orchestrator · tomevault-io bundleOrchestrate 3 read-only backend audits in parallel and merge results. No file modifications. Use when this capability is needed.
- ▌ Mashharuki Midnight Sample Fullstack App Midnight Deploy · tomevault-io bundleMidnight Deploy Guide
- ▌ Gemini Tool Orchestrator · tomevault-io bundleNatural-language orchestration of security tools through Gemini. Translates intent ("scan this scope for exposed admin panels") into safe, parameterized tool pipelines using nmap, masscan, naabu, httpx, nuclei, ffuf, gobuster, subfinder, amass, dnsx, katana, gau, semgrep, trivy, checkov, gitleaks, syft, grype, and custom scripts. Use when the user wants Gemini to drive a chain of CLI tools end to end with guardrails. Use when this capability is needed.
- ▌ Skill Product Analysis · tomevault-io bundleGuidelines for creating and refining Product Vision and Strategy. Use when this capability is needed.
- ▌ Copilot Instruction Writer · tomevault-io bundleGenerates a ready-to-commit GitHub Copilot *.instructions.md file for a specific layer or area of a codebase. Use when a human asks to create, write, or generate a Copilot instruction file, a .instructions.md file, or Copilot conventions for a specific part of their repo.
- ▌ Formatting Notion Pages · tomevault-io bundleApply rich formatting to Notion pages - toggles, callouts, headers, and styled text. Use when creating or formatting Notion documents via the Notion MCP server. Use when this capability is needed.
- ▌ Agentic Layer Audit · tomevault-io bundleAudit codebase for agentic layer coverage and identify gaps. Use when assessing agentic layer maturity, identifying investment opportunities, or evaluating primitive coverage. Use when this capability is needed.
- ▌ Audit Output Styles · tomevault-io bundleAudit Claude Code output styles for quality, compliance, and usability. Use when creating custom styles or validating existing ones. Use when this capability is needed.
- ▌ Automation Strategy · tomevault-io bundlePlan test automation strategies including ROI analysis, automation candidate selection, framework evaluation, and maintainable automation architecture. Use when this capability is needed.
- ▌
- ▌ Custom Agent Design · tomevault-io bundleDesign custom agents from scratch using Claude Agent SDK patterns. Use when building domain-specific agents, designing agents with full SDK control, or creating specialized agents with custom tools and prompts. Use when this capability is needed.
- ▌ Design Page Builder · tomevault-io bundleDesign a modular page composition system with components, slots, and layout zones. Supports block-based editing. Use when this capability is needed.
- ▌ Design Theme System · tomevault-io bundleDesign token and theming architecture for multi-site/multi-tenant CMS. Includes CSS variables, Tailwind, and design system integration. Use when this capability is needed.
- ▌ Devsecops Practices · tomevault-io bundleDevSecOps methodology guidance covering shift-left security, SAST/DAST/IAST integration, security gates in CI/CD pipelines, vulnerability management workflows, and security champions programs. Use when this capability is needed.
- ▌ Doctrine Assessment · tomevault-io bundleAssess organizational doctrine and universally useful patterns Use when this capability is needed.
- ▌ Document Extraction · tomevault-io bundleExtract requirements from existing documents including PDFs, Word docs, meeting transcripts, specifications, and web content. Identifies requirement candidates, categorizes them, and outputs in pre-canonical format. Use when this capability is needed.
- ▌ Enterprise Security · tomevault-io bundleCentral authority for Claude Code enterprise security. Covers enterprise managed policies (managed-settings.json), settings precedence hierarchy, policy file locations (macOS, Linux, Windows), unoverridable organizational policies, cloud execution security (isolated VMs, network access controls, credential protection), IDE security (VS Code, JetBrains), devcontainer security, and security best practices for teams. Assists with configuring enterprise policies, understanding precedence, and implementing organizational security standards. Delegates 100% to docs-management skill for official documentation. Use when this capability is needed.
- ▌ Gemini JSON Parsing · tomevault-io bundleParse Gemini CLI headless output (JSON and stream-JSON formats). Covers response extraction, stats interpretation, error handling, and tool call analysis. Use when processing Gemini CLI programmatic output. Use when this capability is needed.
- ▌ Headless API Design · tomevault-io bundleUse when designing content delivery APIs for headless CMS architectures. Covers REST and GraphQL API patterns, content preview endpoints, localization strategies, pagination, filtering, caching headers, and API versioning for multi-channel content delivery.
- ▌ Orchestrator Design · tomevault-io bundleDesign O-Agent systems for multi-agent fleet management. Use when building orchestrator agents, designing multi-agent architectures, or creating unified interfaces for agent fleet control. Use when this capability is needed.
- ▌ Resolve Failed Test · tomevault-io bundleAnalyze a failed test, fix the underlying issue, and verify the fix. Use after /test reports failures. Use when this capability is needed.
- ▌ Settings Management · tomevault-io bundleCentral authority for Claude Code configuration and settings. Covers settings.json files (user, project, enterprise), available settings, permission settings, sandbox settings, settings precedence, plugin configuration, environment variables, and tools available to Claude. Assists with configuring Claude Code behavior, managing permissions, setting up enterprise policies, and troubleshooting configuration issues. Delegates 100% to docs-management skill for official documentation. Use when this capability is needed.
- ▌ Social Intelligence · tomevault-io bundleTwitter/X social intelligence monitoring for the Claude Code ecosystem. Scans feeds from Anthropic/Claude Code team members, extracts actionable insights, tracks state, and produces reports. Uses claude-in-chrome MCP for browser automation. Use when this capability is needed.
- ▌ Test Pyramid Design · tomevault-io bundleDesign optimal test pyramids with unit/integration/E2E ratios. Identify anti-patterns and recommend architecture-specific testing strategies. Use when this capability is needed.
- ▌ Flowchart Creator · tomevault-io bundleCreate HTML flowcharts and process diagrams with decision trees, color-coded stages, arrows, and swimlanes. Use when users request flowcharts, process diagrams, workflow visualizations, or decision trees. Use when this capability is needed.
- ▌ Settings Precedence · tomevault-io bundleVS Code settings precedence rules and common pitfalls. Essential for any code that reads or writes settings. Covers getConfiguration scope, inspect() vs get(), and multi-workspace handling. Use when this capability is needed.
- ▌ Brand Messaging Architecture · tomevault-io bundleProvides brand messaging architecture, value proposition, and brand pillar development frameworks including Peep Laja's Message Layers, Osterwalder's Value Proposition Canvas, Geoffrey Moore positioning template, April Dunford's Five Components, StoryBrand SB7, Andy Raskin's Strategic Narrative, the Messaging House, and MECLABS quality tests. Auto-activates during messaging framework development, value proposition creation, and brand pillar definition. Use when discussing messaging architecture, value proposition, brand pillars, message layers, messaging house, messaging hierarchy, elevator pitch, Peep Laja, Geoffrey Moore, April Dunford, StoryBrand, Andy Raskin, or MECLABS.
- ▌
- ▌
- ▌ Linux Kernel Modules · tomevault-io bundleLinux kernel module skill for writing and debugging loadable kernel modules. Use when writing LKMs with Kbuild, adding module parameters, creating /proc and sysfs entries, implementing character devices, debugging with KGDB or ftrace, or handling module signing for Secure Boot. Activates on queries about Linux kernel modules, loadable modules, Kbuild, module parameters, /proc filesystem, sysfs, character devices, KGDB, or module signing. Use when this capability is needed.
- ▌ Investigate E2e Failure · tomevault-io bundleThis gives instructions on how to investigate end-to-end test failures. Use when this capability is needed.
- ▌ Component Design Study · tomevault-io bundle新規 Web コンポーネント開発時に、デザインスタディ(調査→仕様化→検証→作例→完成)を Step 1〜10 の循環で実行し、判断ログ付きで再現可能な形にする。Use when (1) 既存/新規のコンポーネントをデザインする前提検討が必要なとき, (2) 品質基準に沿う選定根拠を明文化したいとき, (3) 「どこまでが今回の範囲か」を短時間で合意したいとき。 Use when this capability is needed.
- ▌ Nextjs Devtools · tomevault-io bundleUse when working on Next.js applications, debugging routing, or inspecting app structure.
- ▌ MCP Protocol Development · tomevault-io bundleThis skill should be used when implementing MCP protocol integration, JSON-RPC communication, tool discovery, and MCP server lifecycle management with TypeScript and Node.js Use when this capability is needed.
- ▌
- ▌ Network Agent · tomevault-io bundleComprehensive network topology discovery, automated documentation generation, and root cause analysis for network issues using RouterCLI Pro. Use this skill when asked to map networks, discover device connections, create network documentation, troubleshoot connectivity issues, analyze network problems, or investigate network incidents. All workflows use the existing RouterCLI Pro CLI tool. Use when this capability is needed.
- ▌ Claude Code Router · tomevault-io bundleSet up or explain Claude Code Router for multi-model routing, provider switching, and cost optimization across Claude Code workflows. Activate when the user asks about model routing, OpenRouter, DeepSeek, Ollama, Gemini, background vs thinking models, or how to make Claude Code cheaper and more flexible without changing Anthropic''s CLI foundation. Use when this capability is needed.
- ▌ Nextlevelbuilder UI UX Pro Max Skill UI UX Pro Max Skill · tomevault-io bundleBanner Design - Multi-Format Creative Banner System
- ▌ Arxiv Pattern Discovery · tomevault-io bundleSearch arXiv for academic papers describing agentic AI patterns. Use when user asks to find new patterns from academic literature, search arXiv, discover patterns from papers, or review academic sources for pattern extraction. Use when this capability is needed.
- ▌ Performance Optimisation · tomevault-io bundleAnalyses and optimises performance across frontend, backend and database interactions. Identifies bottlenecks and implements solutions to enhance speed and efficiency. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Nobrainer Browser · tomevault-io bundleCross-platform installer that bootstraps four browser-automation tools — Webwright (Microsoft browser-agent framework), Playwright MCP (Microsoft MCP server for browser control), the Playwright CLI test framework, and Vercel Labs' agent-browser — and wires the MCP server into both Claude Code (`~/.claude.json`) and Codex CLI (`~/.codex/config.toml`) atomically. Every npm install pins to a version that has been on the registry for at least 7 days (supply-chain cooldown). Stdlib-only Python 3.10+, no personal data, runs on macOS, Windows, and Linux. Use when this capability is needed.
- ▌ Nobrainer Starter · tomevault-io bundleProject starter - creates AGENTS.md and CLAUDE.md with identical NoBrainer engineering standards and workflow rules. Both files get the same content so the project works with Claude Code, Codex, Kimi, Cursor, or any AI coding assistant. Use when starting a new project or bootstrapping an existing one. Trigger on "setup project", "init project", "nobrainer-starter", "create AGENTS.md", "bootstrap project standards". Use when this capability is needed.
- ▌ Altinity Expert Clickhouse Replication · tomevault-io bundleDiagnose ClickHouse replication health, Keeper connectivity, replica lag, and queue issues. Use for replication lag and readonly replica problems. Use when this capability is needed.
- ▌ Obsidian Official CLI · tomevault-io bundleWork with Obsidian 1.12+ via the official `obsidian` command line interface exposed by the desktop app. Use when the user wants to search, read, inspect backlinks/links, list tags or properties, inspect tasks, or automate a running Obsidian vault without vectorizing/importing notes. Prefer this skill over older `obsidian-cli` / NotesMD workflows when the machine already has the official Obsidian CLI enabled. Especially useful for OpenClaw / Claude Code / agent workflows that need transparent, verifiable retrieval from a live Obsidian vault. Use when this capability is needed.
- ▌ Ecc Claude Marketing Skill AI SEO · tomevault-io bundleOpenClaw bridge skill for marketing skill ai seo. Use when tasks match this specialized claude-skills capability and need OpenClaw-native execution with explicit verification. Use when this capability is needed.
- ▌ Using Python Package Principles · tomevault-io bundleThis skill should be used when the user asks "which Python packaging skill should I use", "show me all Python package principles", "help me set up a Python project", or at the start of any Python package creation, review, or modernization task. Provides the index of all 12 principle skills. Use when this capability is needed.
- ▌
- ▌ Olehsvyrydov AI Development Team Native Mobile Developer · tomevault-io bundleNative Mobile Developer (/ios · /android)
- ▌ Tidewave Integration · tomevault-io bundleTidewave MCP runtime tools — debugging, smoke testing, live state inspection, SQL queries, hex docs. Use when evaluating code in a running Phoenix app. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Python Packaging Source Finder · tomevault-io bundleLocate source code repositories for Python packages by analyzing PyPI metadata, project URLs, and code hosting platforms like GitHub, GitLab, and Bitbucket. Provides deterministic results with confidence levels. Use when this capability is needed.
- ▌ Enc1101 Curriculum Designer · tomevault-io bundleDesign and generate curriculum materials for college composition courses (ENC1101 and similar). Use when creating syllabi, assignment prompts, rubrics, lesson plans, scaffolded writing sequences, peer review guides, or D2L/LMS-formatted content. Triggers on requests for composition pedagogy, writing assignment design, grading criteria, or freshman writing course materials. Use when this capability is needed.
- ▌ Github Repository Standards · tomevault-io bundleEnforces the "Minimal Root" philosophy for repository organization and implements "World-Class README" standards. Moves config clutter to `.config/` and creates high-conversion documentation. Use when this capability is needed.
- ▌ Incident Response Commander · tomevault-io bundleGuides teams through IT outages and security incidents, providing structured workflows for detection, containment, eradication, and post-mortem analysis. Use when this capability is needed.
- ▌ Recursive Systems Architect · tomevault-io bundleDesigns self-referential and recursive systems that examine, modify, or generate themselves, including metacognitive architectures and strange loops. Use when this capability is needed.
- ▌ REST API Pipeline Workflow · tomevault-io bundleALWAYS read and follow this skill before acting. New ingestion pipeline Use when this capability is needed.
- ▌ Pablo Lozano Gil Battletested Agent Skills Skill Creator · tomevault-io bundleWhen to Create a Skill
- ▌ Orchestrator Planner · tomevault-io bundleProduct Planner for Claude Orchestrator. Creates planning documents with product vision, features, user flows, and requirements. Use when asked to plan a task or create a planning document for the orchestrator. Use when this capability is needed.
- ▌
- ▌ Prerequisites · tomevault-io bundleCLI tool prerequisites validation and setup Use when this capability is needed.
- ▌ Effect Patterns Error Handling · tomevault-io bundleEffect-TS patterns for Error Handling. Use when working with error handling in Effect-TS applications. Use when this capability is needed.
- ▌ Effect Patterns Value Handling · tomevault-io bundleEffect-TS patterns for Value Handling. Use when working with value handling in Effect-TS applications. Use when this capability is needed.
- ▌
- ▌ Peterbamuhigire Skills Web Dev AI Agent Tooling And Hitl · tomevault-io bundleAI Agent Tooling And HITL
- ▌ Plebann Eastron Sdm Ha Integration Ha Modbus Integration · tomevault-io bundleHA Modbus Integration
- ▌ Premmodhaofficial Nfr Pipeline Python Sdk Config Pattern · tomevault-io bundlepython-sdk-config-pattern (v1.0.0)
- ▌ Implementation Lokstra Create Migrations · tomevault-io bundleCreate SQL migration files for database schema. Generate .up.sql and .down.sql files using Lokstra CLI. Supports single and multi-database setups with migration.yaml configuration. Use when this capability is needed.
- ▌ Sfdipot Product Factors · tomevault-io bundleJames Bach's HTSM Product Factors (SFDIPOT) analysis for comprehensive test strategy generation. Use when analyzing requirements, epics, or user stories to generate prioritized test ideas across Structure, Function, Data, Interfaces, Platform, Operations, and Time dimensions. Use when this capability is needed.
- ▌ Visual Testing Advanced · tomevault-io bundleAdvanced visual regression testing with pixel-perfect comparison, AI-powered diff analysis, responsive design validation, and cross-browser visual consistency. Use when detecting UI regressions, validating designs, or ensuring visual consistency. Use when this capability is needed.
- ▌ Napcat Qq · tomevault-io bundle为 openclaw 发送 QQ 消息(含图片/语音等媒体)时,强制使用 napcat 插件 API,并按照私聊/群聊规则生成与校验 sessionKey。适用于“发送QQ消息”“发群消息”“发QQ私聊”“发QQ图片”“发QQ语音”等请求。 Use when this capability is needed.
- ▌ Generate Copilot Instructions · tomevault-io bundleAnalyze a repository and generate cross-compatible instruction files Use when this capability is needed.
- ▌ Raishin Vanguard Frontier Agentic Kubernetes Rbac Review · tomevault-io bundleKubernetes RBAC Review
- ▌ Ctx Planning · tomevault-io bundleGenerate daily and weekly planning reports from backlog and carryover state, applying WIP limits and priority rules from BaseContext.yaml, with automatic git commit/push. Use when this capability is needed.
- ▌ Temporal Testing Dotnet · tomevault-io bundleTesting strategies for Temporal .NET workflows and activities, emphasizing time-skipping and deterministic assertions. Use when this capability is needed.
- ▌ Mailbox For Laravel · tomevault-io bundleUse this skill when working with the redberry/mailbox-for-laravel package — capturing, inspecting, or asserting against outgoing mail in development. Activates when writing tests that use the InteractsWithMailbox trait or Mailbox facade (assertSent, assertSentTo, assertNothingSent, firstSent and per-message assertions like assertHasSubject, assertSeeInHtml, assertHasAttachment); when configuring the mailbox transport in config/mailbox.php; when picking a storage driver (sqlite/database/file) or pairing message and attachment stores; when extending MessageStore (10 methods) or AttachmentStore (8 methods) contracts with a custom driver via config('mailbox.store.resolvers'); when adding routes/middleware behind the viewMailbox gate; when building UI inside the self-contained Vue 3 dashboard under resources/js (no Inertia — standalone Vue app talking to JSON endpoints); when running mailbox:install, mailbox:clear, mailbox:dev-link, or mailbox:upgrade; or when troubleshooting captured mail, CID-rewritten inline im
- ▌ Init Laser Harp · tomevault-io bundleInitialize the Camera Laser Harp MVP project with React, TypeScript, Vite, MediaPipe Hands, and Tone.js. Use when starting the project from scratch. Use when this capability is needed.
- ▌ Remotion Resemble AI · tomevault-io bundleCreate professional AI-narrated videos with Remotion and Resemble.ai - from educational tutorials to product launches Use when this capability is needed.
- ▌ Ebook Concept Development · tomevault-io bundleTake ONE ebook idea and develop it into a structured concept ready for Use when this capability is needed.