tomevault-io
- 62k skills
- 0 followers
- 3 days ago last updated
- ▌
- ▌ Axe IOS Simulator · tomevault-io bundleUse when automating iOS Simulator interactions, capturing screenshots/video, or inspecting accessibility via AXe CLI.
- ▌ Migrate Next Themes · tomevault-io bundleMigrate a Next.js App Router project from next-themes to ssr-themes. Use when replacing next-themes providers and hooks, removing mounted theme guards, and choosing between a minimal client-bootstrap migration and a maximal SSR-aware migration. Use when this capability is needed.
- ▌
- ▌ Self Improving Agent · tomevault-io bundleUse when working with a universal self-improving agent that learns from ALL skill experiences. Uses multi-memory architecture (semantic + episodic + working) to continuously evolve the codebase. Auto-triggers on skill completion/error with hooks-based self-correction.
- ▌
- ▌ Em Ship Feature · tomevault-io bundleUse when shipping a feature whose plan exists at docs/<feature-slug>/ — typically the artifact set produced by /superdev:em-feature-plan (tasks.md, engineer-*-tasks.md, engineering-standards.md, planning.md, and optionally allocations.md). Consumes the plan and ships it autonomously - one max-effort senior-engineer subagent per task in DAG-driven parallel waves, each senior delegates coding to codex → gemini → claude sonnet (run-wide quota fallback chain), per-task senior↔coder debate bounded to 2 rounds, single max-effort staff-engineer review across bugs · simplification · codebase style. If allocations.md is present (from em-feature-plan Phase 7), auto-detects it and attributes per-task ownership to named team members in commits (Co-Authored-By) and the execution-report.md Owner column; graceful fallback to slot-only if absent. Produces a live-updated docs/<feature-slug>/execution-report.md as the single deliverable. Requires /effort max and --dangerously-skip-permissions to be active, and a clean working
- ▌ Fastlanemobile CI CD · tomevault-io bundleAutomated mobile build, test, and deployment with Fastlane Use when this capability is needed.
- ▌ Python Sdk Specialist · tomevault-io bundlePython SDK development with async support and type hints Use when this capability is needed.
- ▌ Writing Agents · tomevault-io bundleUse when creating new agents, editing existing agents, or defining specialized subagent roles for the Task tool
- ▌ Init Local Tooling · tomevault-io bundleInitialize and configure local development tooling for TypeScript, Rust, and Python projects including monorepos. Use when setting up linting (ESLint, Biome, clippy, ruff), formatting (Prettier, rustfmt, ruff), type checking (tsc, mypy), testing (Vitest, Jest, cargo test, pytest), Git hooks (lefthook for commit-msg, pre-commit, pre-push), GitHub Actions workflows, package publishing (npm, crates.io, PyPI), version management (Changesets), and automated releases. Covers both single-language projects and multi-language monorepos using Nx + pnpm workspaces. Use when this capability is needed.
- ▌ Dotnet Local Tools · tomevault-io bundleManaging local .NET tools with dotnet-tools.json for consistent tooling across development environments and CI/CD pipelines. Use when this capability is needed.
- ▌ Codebase Argus · tomevault-io bundleOptional base64-encoded GitHub App private key. Use when this capability is needed.
- ▌ Go CLI Cobra · tomevault-io bundleCobra CLI best practices for command design, flags/config, error handling, output contracts, and architecture. Use when building or reviewing CLI commands in Harvx. Use when this capability is needed.
- ▌
- ▌ Acorn Installation · tomevault-io bundleInstall and set up the Acorn theorem prover CLI. Use when the environment doesn't have Acorn installed or when the user needs to set up Acorn for the first time. Use when this capability is needed.
- ▌ Nebula Component Creation · tomevault-io bundlePreview coverage requirements are delegated to `canvas-workbench` (see Use when this capability is needed.
- ▌ Swift Review · tomevault-io bundleThis skill should be used when the user asks to "review my Swift code", "analyze this macOS app", "find bugs in my Swift project", "check for memory leaks", "audit threading safety", "check accessibility compliance", "review my iOS app", or wants a comprehensive code review of a Swift macOS or iOS application. Launches parallel analysis agents to identify critical issues, state management bugs, UI/UX problems, and accessibility gaps. Use when this capability is needed.
- ▌ Skill Export · tomevault-io bundleExport Claude skills. Use to generate documentation of all available Claude Skills. Use when this capability is needed.
- ▌
- ▌ Block Collection And Party · tomevault-io bundleUse when working with the Block Collection and Block Party are repositories for existing AEM blocks, build tools, code snippets, integration patterns, plugins, and more. Use this skill anytime you are developing something and want to find a reference to use as a starting point.
- ▌ Content Driven Development · tomevault-io bundleApply a Content Driven Development process to AEM Edge Delivery Services development. Use for ALL code changes - new blocks, block modifications, CSS styling, bug fixes, core functionality (scripts.js, styles, etc.), or any JavaScript/CSS work that needs validation. Use when this capability is needed.
- ▌ Dataql Auto Issue · tomevault-io bundleAutomatically create GitHub issues when DataQL errors occur, with duplicate validation. Use when DataQL commands fail or produce unexpected errors. Use when this capability is needed.
- ▌ API Documenter · tomevault-io bundleGenerate API documentation from code endpoints. Use when APIs are added or changed to produce Markdown or OpenAPI docs. Use when this capability is needed.
- ▌
- ▌ Axolotl Federation · tomevault-io bundleAxolotl micro-federation architecture - config, schema merging, mergeAxolotls, cross-module dependencies, best practices, and troubleshooting Use when this capability is needed.
- ▌ Self Check · tomevault-io bundlePre-commit self-validation for code quality and security Use when this capability is needed.
- ▌ Create Page · tomevault-io bundleCreate a new tutorial/content page on agentconfig.org with proper file structure, routing, and registry entry. Use when adding a new top-level page like /skills, /agents, or /mcp. Use when this capability is needed.
- ▌ API Framework Express · tomevault-io bundleExpress.js routes, middleware, error handling, request/response patterns Use when this capability is needed.
- ▌ API Framework Fastify · tomevault-io bundleFastify routes, JSON Schema validation, plugin system, TypeScript type providers Use when this capability is needed.
- ▌ Mobile Framework Expo · tomevault-io bundleExpo managed workflow Use when this capability is needed.
- ▌ Web UI Tanstack Table · tomevault-io bundleTanStack Table v8 patterns - useReactTable, column definitions, sorting, filtering, pagination, row selection, virtual scrolling, server-side data Use when this capability is needed.
- ▌
- ▌
- ▌ Aget Escalate Issue · tomevault-io bundleEscalate issues to higher authority Use when this capability is needed.
- ▌ Fastapi Database Setup · tomevault-io bundleConfigure async SQLAlchemy 2.0 engine, session factory, and database dependency for FastAPI Use when this capability is needed.
- ▌
- ▌ Execute Review Findings · tomevault-io bundleUse when you have code review findings, PR comments, or review reports that need to be systematically addressed — especially when there are multiple findings across different files and severities
- ▌ Interface Design Review · tomevault-io bundleUse when designing new public APIs, adding trait methods, or refactoring type signatures to ensure they are easy to use correctly and hard to use incorrectly. Reviews Rust interfaces for misuse resistance.
- ▌ Flutter Skill · tomevault-io bundleAutomate and test Flutter applications — launch apps, inspect widgets, tap elements, enter text, scroll, swipe, take screenshots, validate state, and debug via Dart VM Service Protocol. Use when the user wants to run Flutter app tests, automate Flutter UI interactions, inspect widget trees, debug a running Flutter app, or perform gesture-based testing. Use when this capability is needed.
- ▌ Dap Protocol Guide · tomevault-io bundleComprehensive guide for working with Debug Adapter Protocol in AIDB Use when this capability is needed.
- ▌ Aic Auto Collect · tomevault-io bundleUse when running long AIC/aiconfigurator GPU perf auto-collection for a specific GPU/framework/framework_version, including draft-PR checkpoints, resumable collect_xx.py runs, framework-version/kernel preflight, collector fixes/skips, special runtime images, validation, and PR handoff.
- ▌ Learning New Tech · tomevault-io bundleUse when the user wants to learn a new programming language, framework, or platform via a hands-on, one-lesson-at-a-time curriculum — phrasings like "I want to learn Rust", "set up a learning plan for SwiftUI", "build a curriculum for Postgres", "help me learn Bun", "let's start a learning track for Elixir". Also fires when the user reports lesson completion ("lesson 03 done", "I finished the variables lesson") or asks for the next lesson in an existing `learning/` track ("what's next in my learning track", "ready for lesson 04").
- ▌ Atlas Agent Security · tomevault-io bundleSecurity audits, vulnerability analysis, and security best practices enforcement Use when this capability is needed.
- ▌ Sentry Debugger · tomevault-io bundleDebug and analyze {{PROJECT_NAME}} errors and exceptions. Use when investigating crashes, error patterns, performance issues, or understanding what went wrong in production. Covers error queries by agent, exception types, and common debugging scenarios. Use when this capability is needed.
- ▌ Safe SQL Execution · tomevault-io bundleSafely execute SQL queries against a user database without risking SQL injection or other security vulnerabilities. Use when this capability is needed.
- ▌
- ▌ Claude Opus 4 5 Migration · tomevault-io bundleMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5. Use when the user wants to update their codebase, prompts, or API calls to use Opus 4.5. Handles model string updates and prompt adjustments for known Opus 4.5 behavioral differences. Does NOT migrate Haiku 4.5. Use when this capability is needed.
- ▌
- ▌ Cinematic UI · tomevault-io bundleDesign and build websites with film-inspired visual systems, director-driven art direction, storyboard-first layout planning, and cinematic motion. Use when the user asks for a cinematic site, movie-style landing page, director-inspired UI, film-noir, sci-fi, romance, thriller, action, animation, or a movie-like website aesthetic, including requests phrased in Chinese. Do not use for generic web design unless the user explicitly wants a film or director reference. Use when this capability is needed.
- ▌ Benchmark Results Publisher · tomevault-io bundlePublishes benchmark result JSONs into README/docs safely. Use when updating README tables, using MacBook RGB results, preserving Pillow results for the website, running tools/update_docs.sh, or preventing pyperf raw JSON from polluting documentation. Use when this capability is needed.
- ▌ Audit Harness · tomevault-io bundleUse when auditing HARNESS.md, pre-commit hooks, pre-push hooks, architecture gates, or CI workflows for tunacode-cli. This skill treats any mismatch, skipped gate, or failing check as a critical failure and requires manual one-by-one execution rather than make targets, batch wrappers, or summary-only audits.
- ▌ Logics Indexer · tomevault-io bundleGenerate a consolidated index of Logics documents. Use when Codex should build or refresh `logics/INDEX.md` summarizing requests, backlog items, and tasks with titles and progress. Use when this capability is needed.
- ▌
- ▌ Feishu Doc Writer · tomevault-io bundle飞书文档写入。Markdown 转 Block、创建文档块、处理并发,支持 Mermaid 绘图块。 Use when this capability is needed.
- ▌ Android Kotlin · tomevault-io bundleAndroid Kotlin development with Coroutines, Jetpack Compose, Hilt, and MockK testing Use when this capability is needed.
- ▌ Azure Cosmosdb · tomevault-io bundleAzure Cosmos DB partition keys, consistency levels, change feed, SDK patterns Use when this capability is needed.
- ▌ A11Y Audit · tomevault-io bundleAccessibility audit skill for scanning, fixing, and verifying WCAG 2.2 Level A and AA compliance across React, Next.js, Vue, Angular, Svelte, and plain HTML codebases. Use when auditing accessibility, fixing a11y violations, checking color contrast, generating compliance reports, or integrating accessibility checks into CI/CD pipelines. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Noctalia Bar · tomevault-io bundleThis skill should be used when the user asks to "move a widget", "add widget to bar", "remove widget from bar", "configure bar layout", "change bar position", "customize noctalia bar", or mentions bar widgets like Launcher, Clock, SystemMonitor, Workspace. Use when this capability is needed.
- ▌ Security Writeup · tomevault-io bundleDocument security research, CTF solutions, and malware analysis. Includes REPORT.md and STATUS.md templates. Use when this capability is needed.
- ▌ Setup Claude Md · tomevault-io bundleCreate comprehensive CLAUDE.md files with tech stack, standard commands, repository structure, and boundaries to optimize repositories for AI-assisted development Use when this capability is needed.
- ▌ Placing Furniture · tomevault-io bundlePlaces furniture and decorates Minecraft interiors using JSON schematics. Use when furnishing rooms, placing tables, chairs, beds, lamps, decorations, or designing interior spaces. Reference furniture_catalog.md for 80+ ready-to-use designs. Use when this capability is needed.
- ▌ Obsidian Pkm · tomevault-io bundleComprehensive Personal Knowledge Management with Obsidian PLUS recursive infinite-context synthesis. Use when setting up vaults, creating PKM workflows (PARA, Zettelkasten, MOCs), generating templates, writing Dataview queries, OR when you need to synthesize across large vaults, analyze patterns across hundreds of notes, perform deep research across your entire knowledge base, or answer complex questions requiring cross-document analysis. Combines traditional PKM tooling with RLM (Recursive Language Model) perfect memory capabilities. Use when this capability is needed.
- ▌ E2e Test Generation · tomevault-io bundleCreate E2E tests for Chrome extension using Playwright Use when this capability is needed.
- ▌
- ▌ Agile Scrum · tomevault-io bundleAgile Scrum is an iterative framework for managing complex projects through Use when this capability is needed.
- ▌ LLM Serving · tomevault-io bundleThis is an **alias skill** so requirements/docs can reference `06-ai-ml-production/llm-serving`. Use when this capability is needed.
- ▌ Matchmaking · tomevault-io bundleMatchmaking pairs players for multiplayer games based on skill, latency, Use when this capability is needed.
- ▌ Pqc For Iot · tomevault-io bundlePost-Quantum Cryptography (PQC) for IoT prepares for the quantum computing Use when this capability is needed.
- ▌ Remote Work · tomevault-io bundleRemote work requires different practices than in-office work. Effective Use when this capability is needed.
- ▌ User Guides · tomevault-io bundleUser guides help end users understand how to use your product effectively. Use when this capability is needed.
- ▌ Wireframing · tomevault-io bundleWireframing is creating low-fidelity visual representations of user Use when this capability is needed.
- ▌ Eight Gates · tomevault-io bundleRun risky changes through 8 disciplined phases that map, build, fix, and verify — each unlocks more power only if work stays honest and resumable. Use when a spec or audit needs parallel discovery, lane execution, checkpoints surviving context loss, and a ship-or-die finale. Use when this capability is needed.
- ▌
- ▌
- ▌ Joplin Research · tomevault-io bundleComprehensive guidelines for formatting research artifacts, technical surveys, rundowns, book summaries, and documentation with proper markdown formatting for Joplin notes. This skill should be loaded and followed whenever Joplin is mentioned in a prompt. Use when this capability is needed.
- ▌ Golang Data Structures · tomevault-io bundleGolang data structures — slices (internals, capacity growth, preallocation, slices package), maps (internals, hash buckets, maps package), arrays, container/list/heap/ring, strings.Builder vs bytes.Buffer, generic collections, pointers (unsafe.Pointer, weak.Pointer), and copy semantics. Use when choosing or optimizing Go data structures, implementing generic containers, using container/ packages, unsafe or weak pointers, or questioning slice/map internals. Use when this capability is needed.
- ▌ Golang Design Patterns · tomevault-io bundleIdiomatic Golang design patterns — functional options, constructors, error flow and cascading, resource management and lifecycle, graceful shutdown, resilience, architecture, dependency injection, data handling, streaming, and more. Apply when explicitly choosing between architectural patterns, implementing functional options, designing constructor APIs, setting up graceful shutdown, applying resilience patterns, or asking which idiomatic Go pattern fits a specific problem. Use when this capability is needed.
- ▌ Golang Troubleshooting · tomevault-io bundleTroubleshoot Golang programs systematically - find and fix the root cause. Use when encountering bugs, crashes, deadlocks, or unexpected behavior in Go code. Covers debugging methodology, common Go pitfalls, test-driven debugging, pprof setup and capture, Delve debugger, race detection, GODEBUG tracing, and production debugging. Start here for any 'something is wrong' situation. Not for interpreting profiles or benchmarking (→ See `samber/cc-skills-golang@golang-benchmark` skill) or applying optimization patterns (→ See `samber/cc-skills-golang@golang-performance` skill). Use when this capability is needed.
- ▌ Code Review Fix · tomevault-io bundleFix bugs found in a code review Use when this capability is needed.
- ▌ AI Security Session · tomevault-io bundleInteractive Playwright session control for the Shaker Scan `/session` API. Use when asked to start or drive an AI security testing session, perform manual browser actions, or run BOLA/IDOR testing via session endpoints. Use when this capability is needed.
- ▌ Kubit Expanding Skeleton · tomevault-io bundleUse when adding new files, patterns, or examples to skeleton/. Use when creating new controller, model, job, mailable, migration, view, or component in the skeleton app.
- ▌ Research Paper · tomevault-io bundleEnterprise-grade autonomous research paper generation skill for AI coding agents — full papers, literature reviews, theses, whitepapers, surveys, policy briefs — with rigorous methodology, statistical validation, multi-style citations (Harvard / APA / IEEE / MLA / Chicago / Nature / arXiv-numeric), and rich visualizations. Activates on slash commands (`/research`, `/paper`, `/literature-review`, `/whitepaper`, `/thesis`, `/survey`, `/policy`) and on natural-language academic-writing requests. Runtime-neutral — works with Claude Code, OpenCode, Cursor, Cline, Codex, Aider, Amp, Antigravity, and 50+ agents via the `npx skills` installer. Use when this capability is needed.
- ▌
- ▌ Code Critic · tomevault-io bundleAutomated code review and quality checks. Use when you need to review changes, find TODOs, or identify complex files. Use when this capability is needed.
- ▌ Pulse Check · tomevault-io bundleDaily intelligent briefing skill. Compiles weather, calendar, pending messages, project status, and financial snapshot into one concise morning message. Runs via cron or on-demand via "pulse" command. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Posit Dev Skills Critical Code Reviewer · tomevault-io bundleYou are a senior engineer conducting PR reviews with zero tolerance for mediocrity and laziness. Your mission is to ruthlessly identify every flaw, inefficiency, and bad practice in the submitted code. Assume the worst intentions and the sloppiest habits. Your job is to protect the codebase from unchecked entropy.
- ▌ Quarto · tomevault-io bundleThis skill should be used when users need to create, configure, or render Quarto documents (.qmd files). Use this skill for generating reports, analysis documents, or presentations with HTML or Typst output formats, integrating code chunks (Python, R, Stata), and troubleshooting rendering issues. Use when this capability is needed.
- ▌ Dockerfile Optimise · tomevault-io bundleDockerfile optimization guidelines from official Docker documentation. This skill should be used when writing, reviewing, or refactoring Dockerfiles to ensure optimal build time, image size, security, and robustness. Triggers on tasks involving Dockerfile creation, Docker image builds, container optimization, multi-stage builds, build cache, or Docker security hardening. Use when this capability is needed.
- ▌ Nginx C Module Perf · tomevault-io bundlenginx C module performance optimization and reliability guidelines based on the official nginx development guide. This skill should be used when optimizing nginx C modules for throughput, latency, memory efficiency, and operational resilience. Triggers on tasks involving buffer optimization, connection tuning, shared memory contention, error recovery, timeout strategy, caching implementation, worker process tuning, or logging performance in nginx C modules. Use when this capability is needed.