tomevault-io
- 62k skills
- 0 followers
- 16 hours ago last updated
- ▌ Doc Generator · tomevault-io bundleGenerates and updates project documentation including CLAUDE.md, rules, and hooks. Use when the user asks about documentation, project setup, CLAUDE.md, or when detecting that documentation is missing or outdated.
- ▌ Agricidaniel Claude Email Email · tomevault-io bundleEmail -- Universal Email Management & Marketing Skill
- ▌
- ▌ Fastapi Entity · tomevault-io bundleCreate a new entity with model, schemas, repository, service, router, dependencies, and filters Use when this capability is needed.
- ▌ Compose Navigation · tomevault-io bundleImplement navigation in Jetpack Compose using Navigation Compose. Use when asked to set up navigation, pass arguments between screens, handle deep links, or structure multi-screen apps. Use when this capability is needed.
- ▌ Ahonn Dotfiles Repomix Explorer · tomevault-io bundleYou are an expert code analyst specializing in repository exploration using Repomix CLI. Your role is to help users understand codebases by running repomix commands, then reading and analyzing the generated output files.
- ▌ Perf Regression · tomevault-io bundleUse when modifying hot-path code in coordination or scanner engine, before merging performance-sensitive changes, or when CI benchmarks flag a regression. Performance regression testing with before/after comparison.
- ▌ Review Dispatch · tomevault-io bundleUse when preparing to merge a feature branch, after completing a significant implementation, or when critical code paths need deeper review than a single pass. Six parallel specialist agents plus ranked synthesis.
- ▌ Adding Testing · tomevault-io bundleAdds testing & polish phases to existing tasks. Analyzes task phases, identifies frontend-touching work, generates test scenarios from success criteria, inserts testing-polish phases. Use when this capability is needed.
- ▌ Creating Tasks · tomevault-io bundleCreates structured task plans in docs/tasks/ with PRD and parallel phase enrichment. Use when user asks to "create a task" or "plan a feature". Auto-detects difficulty - simple tasks get inline enrichment, hard tasks get parallel agent enrichment.
- ▌ Cuj Guardian · tomevault-io bundleRun and triage AI Atelie's Critical User Journey (CUJ) for every PR — the single end-to-end test that proves a user can open the app, create a project, drive the Claude Code agent, and see the canvas render. Before running, gate by inspecting the PR diff for changes that plausibly affect the journey (routes, onboarding, canvas, chat, selectors). On failure, walk a five-step triage to decide "broken feature" vs "stale test" before touching either. Use whenever the user says "run the CUJ", "validate the canonical flow", "ship-readiness check", or before approving any PR. Use when this capability is needed.
- ▌ Update API · tomevault-io bundleFetches the latest OpenAPI spec from a backend service at /doc/swagger/openapi.yaml and syncs frontend API modules under src/api/. When API docs change, all consuming modules and pages must be updated to stay globally consistent. Use when the user says "帮我更新 API" or "帮我更新 api", or when asked to update API requests to match the backend. Use when this capability is needed.
- ▌ Animation Best Practices · tomevault-io bundleCSS and UI animation patterns for responsive, polished interfaces. Use when implementing hover effects, tooltips, button feedback, transitions, or fixing animation issues like flicker and shakiness. Use when this capability is needed.
- ▌ HTTP Patterns · tomevault-io bundleHTTP handler patterns for Go 1.22+. Covers ServeMux method routing, path parameters, middleware, ResponseWriter wrapping, request context, graceful shutdown, error responses, handler naming conventions. Use when this capability is needed.
- ▌ Datasheets · tomevault-io bundleExtract structured specifications from electronic component datasheet PDFs — pinouts, electrical characteristics, peripherals, topology, and features. Cache extractions per project for consumption by schematic and PCB analyzers. Primary consumer infrastructure for `kicad`, `emc`, `spice`, and `thermal` analyzers. Use this skill whenever the user asks to extract, verify, or read specs from a component datasheet; when analyzers need verified IC knowledge (EN pin thresholds, PG presence, USB peripheral speed); or when a review mentions datasheet coverage, extraction quality, or per-MPN specifications. Also triggers on "extract this datasheet", "what are the specs for MPN X", "verify datasheet extraction", or "check pin functions for part Y". Use when this capability is needed.
- ▌ Django Fat Model · tomevault-io bundleLógica de negócio no model ou em services; views finas Use when this capability is needed.
- ▌ Vue Security · tomevault-io bundleVue.js security analysis, auditing, and hardening using the OWASP Top 10. Trigger for XSS, v-html, CSTI, Vue Router access control, JWT/session storage, CSP, CORS, source maps, npm audit, supply-chain, Vite plugins, or any Vue.js security audit. Use when this capability is needed.
- ▌ Skill Audit · tomevault-io bundleAudits a Claude Code / Agent SDK skill (or folder of skills) against 10 QA Use when this capability is needed.
- ▌ Alexklibisz Elastiknn Elastiknn · tomevault-io bundleUpgrade Elasticsearch to the version specified by the user. If no version is specified, run `gh release list --repo elastic/elasticsearch --limit 60` and pick the closest available version to the current one (i.e., the next patch or minor release — minimize the version jump). Follow these steps in order, fixing any issues before moving to the next step:
- ▌ Troubleshoot Sandbox · tomevault-io bundleTroubleshoot OpenSandbox issues by running diagnostics (logs, inspect, events, summary) via CLI or HTTP API to diagnose sandbox failures like OOM, crash, image pull errors, network problems, etc. Use when this capability is needed.
- ▌ UI Web · tomevault-io bundleWeb UI - glassmorphism, Tailwind, dark mode, accessibility Use when this capability is needed.
- ▌ Repo Code Review · tomevault-io bundleProvide a focused code review checklist for repository changes. Use when this capability is needed.
- ▌ Project Development · tomevault-io bundleUse standardized scripts to manage the project environment, testing, and linting. Use when this capability is needed.
- ▌ Gh Release · tomevault-io bundleAutomates version bumping in pyproject.toml and creating GitHub releases. Use when releasing a new version of the project.
- ▌ Mijia Automation · tomevault-io bundle米家自动化极客版规则创建指南。当用户想要创建智能场景、设备联动、定时任务、条件触发等自动化规则时使用此skill。 Use when this capability is needed.
- ▌ Mexc Futures · tomevault-io bundleMEXC Futures trading with DB tracking (No KYC) Use when this capability is needed.
- ▌ Am2rican5spec Writer · tomevault-io bundleGuide creation of functional specifications with progressive detail elicitation. Produces structured specs with Given/When/Then acceptance criteria, edge cases, constraints, and rigor level annotation. Use when user says "write a spec", "create specification", "spec for", "define requirements", "acceptance criteria for", "specify behavior", or "what should this feature do". Do NOT use for implementing code from specs (use sdd-workflow) or validating implementation against specs (use spec-validator agent). Use when this capability is needed.
- ▌ CI Setup · tomevault-io bundleSet up pre-commit hooks and GitHub Actions workflows for testing, linting, security scanning, releases, and deployments. Supports Python, Node.js, Go, Rust, and multi-language projects. Use when this capability is needed.
- ▌ Cache Skill · tomevault-io bundledescribe how to write cache related code in the codebase, use when you need to add or modify cache related code or user ask to optimize the cache related code to the codebase Use when this capability is needed.
- ▌
- ▌ Psmv · tomevault-io bundleAccess and contribute to the Persistent Semantic Memory Vault. Use when you need to search the knowledge base, read crown jewels or residual stream entries, contribute new documents, or understand the dharmic research context. The PSMV contains 8000+ files of consciousness research, AI emergence documentation, mech-interp findings, and Akram Vignan wisdom. Use when this capability is needed.
- ▌ Golang Context · tomevault-io bundleIdiomatic context.Context usage in Golang — propagation through API boundaries, cancellation, timeouts and deadlines, request-scoped values, context.WithoutCancel for background work outliving requests. Apply when designing context propagation across layers, debugging leaked or unexpired contexts, choosing between context.Background/TODO/WithoutCancel, or storing values in context. Not for code that merely accepts ctx as first parameter. Use when this capability is needed.
- ▌ Golang GRAPHQL · tomevault-io bundleImplements GraphQL APIs in Golang using gqlgen or graphql-go. Apply when building GraphQL servers, designing schemas, writing resolvers, handling subscriptions, or integrating GraphQL with existing Go HTTP services. Also apply when the codebase imports `github.com/99designs/gqlgen` or `github.com/graph-gophers/graphql-go`. Use when this capability is needed.
- ▌ Golang Swagger · tomevault-io bundleGolang OpenAPI/Swagger documentation with swaggo/swag — annotation comments (@Summary, @Param, @Success, @Router, @Security), swag init code generation, framework integrations (gin, echo, fiber, chi, net/http), security definitions (Bearer/JWT, OAuth2, API key), and struct tags (swaggertype, enums, example, swaggerignore). Apply when adding or maintaining Swagger/OpenAPI docs in a Go project, or when the codebase imports github.com/swaggo/swag, github.com/swaggo/gin-swagger, github.com/swaggo/echo-swagger, github.com/swaggo/http-swagger, or github.com/swaggo/files. Use when this capability is needed.
- ▌ Golang Uber Fx · tomevault-io bundleGolang application framework using uber-go/fx — fx.New, fx.Provide, fx.Invoke, fx.Module, fx.Lifecycle hooks, fx.Annotate (name/group/As), fx.Decorate, fx.Supply, fx.Replace, fx.WithLogger, and signal-aware Run(). Apply when using or adopting uber-go/fx, when the codebase imports `go.uber.org/fx`, or when wiring services with fx.New. For raw DI without lifecycle, see `samber/cc-skills-golang@golang-uber-dig` skill. Use when this capability is needed.
- ▌ Clean Architecture Review · tomevault-io bundleReviews code for clean architecture compliance including component cohesion principles (REP, CRP, CCP), component coupling principles (ADP, SDP, SAP), and quality attributes (maintainability, extensibility, testability). Use when evaluating architectural soundness of new or modified code. Use when this capability is needed.
- ▌ Anomstack · tomevault-io bundleDebug the Anomstack demo instance on Fly.io - check schedules, jobs, LLM alerts, and PostHog tracking Use when this capability is needed.
- ▌ Angular New App · tomevault-io bundleCreates a new Angular app using the Angular CLI. This skill should be used whenever a user wants to create a new Angular application and contains important guidelines for how to effectively create a modern Angular application.
- ▌ Renormalize · tomevault-io bundleFull knowledge store renormalization — prunes stale entries, merges redundancies, rebalances category structure via orchestrated multi-agent flow Use when this capability is needed.
- ▌ Create Command · tomevault-io bundleCreate new commands for the code-forge application. Commands are stored as .md files in the <cwd>/.forge/commands directory with YAML frontmatter (name, description) and markdown body containing command steps. Use when users need to add new commands, modify existing commands, or understand the command file structure. Supports special command tags like <lint> and <test> for automated workflows. Use when this capability is needed.
- ▌
- ▌ MCP Python · tomevault-io bundleCreate and extend MCP (Model Context Protocol) servers in Python using FastMCP and the official SDK. Covers tools, resources, prompts, STDIO vs HTTP transports, logging rules for STDIO, and production best practices. Use when building or modifying MCP servers in Python, adding tools/resources/prompts, debugging MCP servers, or choosing transport and client config. Use when this capability is needed.
- ▌
- ▌ Gemini CLI CLI · tomevault-io bundleMigre la chaîne CLI de gemini-cli (bin/scripts/lockfile/sandbox docker/SEA) vers Bun — replace npm/cross-env/tsx/vitest, configure bin via bun build --compile, gère workspaces + Artifact Registry Use when this capability is needed.
- ▌ Gemini CLI Jsx · tomevault-io bundleMigre les 414 .tsx Ink/React de gemini-cli vers le runtime JSX natif de Bun — supprime esbuild/vitest-jsx, configure tsconfig + bunfig, gère les pièges Ink (raw mode TTY, useStdin, alt-screen) Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌ Streamlit · tomevault-io bundleStreamlit app patterns for layout, state management, data display, and deployment. Invoke with /streamlit. Use when this capability is needed.
- ▌ Chemgraph · tomevault-io bundleDevelop, test, and extend ChemGraph -- an agentic framework for automated molecular simulations using LLMs, LangGraph, ASE, and MCP servers Use when this capability is needed.
- ▌ Rule Validator · tomevault-io bundleValidate code compliance with Gemini mod rules (core, modules, features, UI, WebSocket, state) Use when this capability is needed.
- ▌ Programming Fundamental Oop · tomevault-io bundleUse when working with a skill for understanding and applying Object-Oriented Programming (OOP) concepts such as classes, inheritance, encapsulation, and polymorphism, with a focus on how they translate to JavaScript.
- ▌ Comfyui Frontend Extensions · tomevault-io bundleAuthoring ComfyUI v2 frontend extensions with @comfyorg/extension-api — defineNode/defineExtension/defineWidget, shell UI (sidebar tabs, commands, hotkeys), typed events, and handles. Use when writing or editing ComfyUI web-UI extension code (custom node JS, sidebar panels, widgets). Use when this capability is needed.
- ▌
- ▌
- ▌ Avalonia · tomevault-io bundleAvalonia UI AI workflow for project setup, migration prompts, MCP-assisted debugging, and safe code generation. Use for Avalonia XAML/MVVM tasks with Copilot/AI assistants. Use when this capability is needed.
- ▌
- ▌ Coding Assistant · tomevault-io bundleProvides coding assistance with best practices and code review
- ▌ Rust Programming · tomevault-io bundleRust programming style guide and conventions. Use this skill when writing, reviewing, or modifying Rust code. Covers string creation, type annotations, control flow, naming conventions, imports, error handling, and Rust-specific best practices. Use when this capability is needed.
- ▌ Auth0 Nextjs · tomevault-io bundleUse when adding authentication to Next.js applications (login, logout, protected pages, middleware, server components) - supports App Router and Pages Router with @auth0/nextjs-auth0 SDK.
- ▌ Simplify Code · tomevault-io bundleProactively simplify recently modified code while preserving exact behavior. Use when this capability is needed.
- ▌
- ▌
- ▌ File Processing · tomevault-io bundleData file processing utilities for CSV, JSON, and text files. Provides helpers for reading, transforming, and validating structured data. Use when this capability is needed.
- ▌ Zhihu CLI · tomevault-io bundle知乎 CLI (pyzhihu-cli):搜索、热榜、问题/回答/评论、推荐 Feed、用户资料、发想法/提问/文章、删自己的内容、点赞关注、收藏与通知。Agent 代执行 zhihu 命令,Cookie 仅存本地。 Use when this capability is needed.
- ▌ Odoo Backend · tomevault-io bundleUse when working on Odoo 19 server-side code or backend tests: Python models, ORM recordsets, fields/decorators, domains, SQL/cache, `__manifest__.py`, XML/CSV data, ACLs/rules, `sudo`, controllers, `@route`, `ir.cron`, JSON-2/XML-RPC, QWeb reports, `TransactionCase`, `HttpCase`, `Form`, tours, `start_tour`, or `--test-tags`. Not for web-client JS, Owl internals, Hoot, frontend assets, views, or widgets.
- ▌ Crawl4ai · tomevault-io bundleThis skill should be used when users need to scrape websites, extract structured data, handle JavaScript-heavy pages, crawl multiple URLs, or build automated web data pipelines. Includes optimized extraction patterns with schema generation for efficient, LLM-free extraction. Use when this capability is needed.
- ▌ DB Reset Local · tomevault-io bundleReset and seed the local database for Drasil. Use when this capability is needed.
- ▌ Code Annotations · tomevault-io bundleCode annotation requirements for pikru. Use when writing or porting Rust functions from C code. All ported functions must have cref comments. Use when this capability is needed.
- ▌ Stg Analyzing Competition · tomevault-io bundleMaps competitive landscape, identifies positioning gaps, and assesses competitor response capability for red-team input. Use when researching competition during BUILD phase 1 or feeding destruction phase. Use when this capability is needed.
- ▌ Dbmate · tomevault-io bundleSQL-first database migration tool that uses plain .sql files. Use whenever the user is managing database schema changes with dbmate (creating, running, or rolling back migrations), setting up dbmate in a new project, integrating dbmate with Docker or CI/CD, squashing migrations into a baseline, or adopting dbmate as their migration tool. Trigger on mentions of "dbmate", "schema_migrations table", ".sql migration files", "migrate:up", "migrate:down", "DBMATE_*" environment variables, or when the user wants plain SQL migrations decoupled from any ORM or framework. Use when this capability is needed.
- ▌ Ffmpeg Keyframe Extraction · tomevault-io bundleExtract key frames (I-frames) from video files using FFmpeg command line tool. Use this skill when the user needs to pull out keyframes, thumbnails, or important frames from MP4, MKV, AVI, or other video formats for analysis, previews, or processing. Use when this capability is needed.
- ▌
- ▌ Marker · tomevault-io bundleConvert PDF documents to Markdown using marker_single. Use when Claude needs to extract text content from PDFs while preserving LaTeX formulas, equations, and document structure. Ideal for academic papers and technical documents containing mathematical notation. Use when this capability is needed.
- ▌ Gitlabmerge Request · tomevault-io bundleWorking with GitLab merge requests via glab. Use when creating, updating, reviewing, or merging MRs. Use when this capability is needed.
- ▌ Githubnotifications · tomevault-io bundleManaging GitHub notifications inbox. Use when listing, filtering, or triaging notifications (mark read, done, unsubscribe). Use when this capability is needed.
- ▌
- ▌ Mlx Dev · tomevault-io bundleWrite correct, idiomatic Apple MLX code for Apple Silicon ML. Use when working with MLX arrays, neural networks, training loops, lazy evaluation, unified memory, mx.eval, mx.compile, Metal GPU, memory optimization, quantization, or Apple Silicon performance. Covers critical API differences from PyTorch/NumPy, array indexing gotchas (lists must be mx.array, slices create copies), NHWC format for Conv2d, __call__ not forward(), float64 CPU-only, mlx-lm integration, and debugging patterns. Use when this capability is needed.
- ▌ Gcmd · tomevault-io bundleExport and access Google Drive files (docs, sheets, meeting notes) Use when this capability is needed.
- ▌ Agentflow · tomevault-io bundleBuild and run multi-agent pipelines using AgentFlow. Use when the user wants to orchestrate codex, claude, or kimi agents in parallel, in sequence, or in iterative loops. Trigger when the user mentions multi-agent workflows, fan-out tasks, code review pipelines, iterative implementation loops, running agents on EC2/ECS, or any task that needs multiple AI agents coordinated together. Also trigger for "agentflow", "pipeline", "graph of agents", "fanout", "shard", or "run codex on remote". Use when this capability is needed.
- ▌ Add Strategy · tomevault-io bundleAdds a new trading strategy across 5 locations (mod.rs, routes, backtest, SDUI schema, frontend). Use when implementing a new strategy. Use when this capability is needed.
- ▌
- ▌
- ▌ Slack Gif Creator · tomevault-io bundleToolkit for creating animated GIFs optimized for Slack, with validators for size constraints and composable animation primitives. This skill applies when users request animated GIFs or emoji animations for Slack from descriptions like "make me a GIF for Slack of X doing Y". Use when this capability is needed.
- ▌ Helios Player · tomevault-io bundlePlayer API for embedding Helios compositions in web pages. Use when you need to display a composition with playback controls, enable client-side exporting, or support Picture-in-Picture. Use when this capability is needed.
- ▌
- ▌ Init Skill · tomevault-io bundleImported skill init_skill from anthropic Use when this capability is needed.
- ▌ Biology Design · tomevault-io bundleExtract biology entities from narrative text. Use when analyzing ecosystems, food chains, migration, hibernation, reproduction, extinction events, and evolution. Use when this capability is needed.
- ▌ Faction Design · tomevault-io bundleExtract faction entities from narrative text. Use when analyzing organizations, hierarchies, ideologies, territories, resources, leaders, banners, and inter-faction relationships. Use when this capability is needed.
- ▌ Agent Spec · tomevault-io bundleClaude Code プラグインの agent 仕様知識。サブエージェントの正しい形式、フロントマター、tools/model/skills フィールドを提供。Use when creating, updating, or maintaining agents, understanding agent structure, or implementing subagents. Also use when user says エージェント, サブエージェント, agents. Use when this capability is needed.
- ▌ Workers AI · tomevault-io bundleCloudflare Workers AI の完全ガイド。利用可能モデル(LLM、画像、音声、埋め込み)、Vectorize、AI Gateway の使い方と設定を提供。Use when user asks about Workers AI, AI models, Vectorize, AI Gateway, LLM, image generation, speech recognition, embeddings, or RAG. Also use when user says Workers AI, AI モデル, ベクトル検索, 埋め込み, RAG. Use when this capability is needed.
- ▌ Primr Strategy · tomevault-io bundleGenerate strategy documents from completed Primr research. Use when the user wants AI, CX, security, or data strategy deliverables from an existing report. Use when this capability is needed.
- ▌ Asc Privacy Nutrition Labels · tomevault-io bundleSet up App Store privacy nutrition labels (data collection declarations) for an app. Use when the user needs to declare what data their app collects, how it's used, and whether it's linked to the user. Handles both "no data collected" and full data collection declarations. Use when this capability is needed.
- ▌ Book Converter · tomevault-io bundleConvert EPUB books to high-quality formatted Markdown using pandoc and AI-assisted formatting. Use when the user provides an EPUB file path and wants to convert it to professionally formatted Markdown, similar to the Clean Code Collection formatting. This skill handles the complete workflow from EPUB extraction through AI-driven content formatting, including fixing PDF conversion artifacts, joining split paragraphs, correcting code blocks, standardizing headers, and creating proper Table of Contents. Use when this capability is needed.
- ▌ Golang CLI Cobra Viper · tomevault-io bundleBuilding production-quality CLI tools with Cobra command framework and Viper configuration management Use when this capability is needed.
- ▌ Hono Rpc · tomevault-io bundleHono RPC - end-to-end type-safe API client generation with hc client and TypeScript inference Use when this capability is needed.
- ▌ Nextjs V16 · tomevault-io bundleNext.js 16 migration guide (async request APIs, "use cache", Turbopack) Use when this capability is needed.
- ▌ Golang HTTP Frameworks · tomevault-io bundleGo HTTP API development with net/http, Chi, Gin, Echo, and Fiber frameworks Use when this capability is needed.
- ▌ Update Vulndb · tomevault-io bundleUpdate the embedded build platform vulnerability database from the CVE Project's cvelistV5 repository. Use when this capability is needed.
- ▌ Rust Wasm · tomevault-io bundleCompile Rust to WebAssembly for browser and Node.js environments. Use when building wasm modules with wasm-bindgen, creating JS interop, using web-sys/js-sys, optimizing wasm size, or deploying Rust+WASM to production. Use when this capability is needed.