tomevault-io
- 62k skills
- 0 followers
- 2 days ago last updated
- ▌ Reddit Ads · tomevault-io bundleReddit Ads API - campaigns, targeting, conversions, agentic optimization Use when this capability is needed.
- ▌ Reddit API · tomevault-io bundleReddit API with PRAW (Python) and Snoowrap (Node.js) Use when this capability is needed.
- ▌ Monitor Experiment · tomevault-io bundleMonitor Beaker experiments until completion. Use when the user asks to monitor, check, or track a Beaker experiment. Use when this capability is needed.
- ▌ Agentic Loop · tomevault-io bundleReview .ralph/config.json against the actual project and fix mismatches. Use when this capability is needed.
- ▌ Agent Bootstrap · tomevault-io bundleUse when setting up or repairing repo agent instructions for Claude Code, Codex, or both. Proposes durable AGENTS.md, CLAUDE.md, and project memory changes before writing unless setup was explicitly requested.
- ▌ Aloisdeniel Skills Dev Flutter Init · tomevault-io bundleInitialize Flutter Development Environment
- ▌ Trading Manifold · tomevault-io bundlePlace bets on Manifold Markets using their REST API Use when this capability is needed.
- ▌ Dev Sync · tomevault-io bundleThis skill should be used when the user asks to "sync to VM", "rebuild VM", "test on VM", "dev-sync", "push changes to VM", or wants to iterate on NixOS configuration using a VM. Covers the dev-sync workflow for rapid VM development. Use when this capability is needed.
- ▌ Noctalia · tomevault-io bundleThis skill should be used when the user asks to "configure noctalia", "change noctalia settings", "debug noctalia", "restart noctalia", or mentions noctalia shell, quickshell, or noctalia IPC. Provides common patterns for working with noctalia shell in this NixOS config. Use when this capability is needed.
- ▌ Pr Packaging · tomevault-io bundlePackage changes into a well-documented pull request. Use before submitting PRs. Use when this capability is needed.
- ▌ Unit Test Skill · tomevault-io bundledescribe how to write unit tests or general tests for the codebase, use when you need to add or modify unit tests to the codebase Use when this capability is needed.
- ▌ Do Fixes · tomevault-io bundleApply fixes from a review. Detects the most recent review artifact and applies checked findings — currently supports code-review output. Verifies, commits, pushes, and posts the PR summary comment. Use when this capability is needed.
- ▌ Swiftui Skills · tomevault-io bundleApple-authored SwiftUI and platform guidance extracted from Xcode. Helps AI agents write idiomatic, Apple-native SwiftUI with reduced hallucinations. Use when this capability is needed.
- ▌
- ▌ Golang Concurrency · tomevault-io bundleGolang concurrency patterns. Use when writing or reviewing concurrent Go code involving goroutines, channels, select, locks, sync primitives, errgroup, singleflight, worker pools, or fan-out/fan-in pipelines. Also triggers when you detect goroutine leaks, race conditions, channel ownership issues, or need to choose between channels and mutexes. Use when this capability is needed.
- ▌ Golang Google Wire · tomevault-io bundleCompile-time dependency injection in Golang using google/wire — wire.NewSet, wire.Build, wire.Bind (interface→concrete), wire.Struct, wire.Value, wire.InterfaceValue, wire.FieldsOf, cleanup functions, //go:build wireinject injector files, and generated wire_gen.go. Apply when using or adopting google/wire, when the codebase imports `github.com/google/wire`, or when wiring an application graph at compile time via `wire.Build`. For runtime DI with reflection, see `samber/cc-skills-golang@golang-uber-dig` skill. Use when this capability is needed.
- ▌ Golang Performance · tomevault-io bundleGolang performance optimization patterns and methodology - if X bottleneck, then apply Y. Covers allocation reduction, CPU efficiency, memory layout, GC tuning, pooling, caching, and hot-path optimization. Use when profiling or benchmarks have identified a bottleneck and you need the right optimization pattern to fix it. Also use when performing performance code review to suggest improvements or benchmarks that could help identify quick performance gains. Not for measurement methodology (→ See `samber/cc-skills-golang@golang-benchmark` skill) or debugging workflow (→ See `samber/cc-skills-golang@golang-troubleshooting` skill). Use when this capability is needed.
- ▌ Golang Samber Oops · tomevault-io bundleStructured error handling in Golang with samber/oops — error builders, stack traces, error codes, error context, error wrapping, error attributes, user-facing vs developer messages, panic recovery, and logger integration. Apply when using or adopting samber/oops, or when the codebase already imports github.com/samber/oops. Use when this capability is needed.
- ▌ Golang Samber Slog · tomevault-io bundleStructured logging extensions for Golang using samber/slog-**** packages — multi-handler pipelines (slog-multi), log sampling (slog-sampling), attribute formatting (slog-formatter), HTTP middleware (slog-fiber, slog-gin, slog-chi, slog-echo), and backend routing (slog-datadog, slog-sentry, slog-loki, slog-syslog, slog-logstash, slog-graylog...). Apply when using or adopting slog, or when the codebase already imports any github.com/samber/slog-* package. Use when this capability is needed.
- ▌ Golang Spf13 Cobra · tomevault-io bundleGolang CLI command tree library using spf13/cobra — cobra.Command, RunE vs Run, PersistentPreRunE hook chain, Args validators (NoArgs, ExactArgs, MatchAll, custom), persistent vs local flags, command groups, ValidArgsFunction, RegisterFlagCompletionFunc, ShellCompDirective, usage/help template customization, man-page and markdown doc generation, and testing with SetArgs/SetOut/SetErr. Apply when using or adopting spf13/cobra, or when the codebase imports `github.com/spf13/cobra`. For configuration layering alongside cobra, see the `samber/cc-skills-golang@golang-spf13-viper` skill. For general CLI architecture (project layout, exit codes, signal handling, I/O patterns), see `samber/cc-skills-golang@golang-cli`. Use when this capability is needed.
- ▌ Golang Spf13 Viper · tomevault-io bundleGolang configuration library using spf13/viper — layered precedence (flag > env > file > KV > default), BindPFlag/BindPFlags, SetEnvPrefix + SetEnvKeyReplacer + AutomaticEnv, ReadInConfig + ConfigFileNotFoundError, Unmarshal + mapstructure struct tags, Sub for sub-trees, WatchConfig + OnConfigChange for hot reload, viper.New() for test isolation, and remote KV integration. Apply when using or adopting spf13/viper, or when the codebase imports `github.com/spf13/viper`. For CLI command structure alongside viper, see the `samber/cc-skills-golang@golang-spf13-cobra` skill. For general CLI architecture, see `samber/cc-skills-golang@golang-cli`. Use when this capability is needed.
- ▌ Kubit Eliciting Spec · tomevault-io bundleUse when discussing, expanding, or designing any subsystem in SPEC.md. Use when user asks about goals, API shape, edge cases, or configuration for HTTP, Router, ORM, Queue, Mail, Views, or other framework subsystems.
- ▌
- ▌
- ▌
- ▌ Doc Gen · tomevault-io bundleAutomated documentation generation and auditing. Use when extracting comments, generating READMEs, or finding undocumented code. Use when this capability is needed.
- ▌
- ▌ Appwrite Dart · tomevault-io bundleAppwrite Dart SDK skill. Use when building Flutter apps (mobile, web, desktop) or server-side Dart applications with Appwrite. Covers client-side auth (email, OAuth), database queries, file uploads with native file handling, real-time subscriptions, and server-side admin via API keys for user management, database administration, storage, and functions. Use when this capability is needed.
- ▌ Appwrite Ruby · tomevault-io bundleAppwrite Ruby SDK skill. Use when building server-side Ruby applications with Appwrite, including Rails and Sinatra integrations. Covers user management, database/table CRUD, file storage, and functions via API keys. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ Data Engineer · tomevault-io bundleHandles data collection, ingestion, cleaning, and pipeline design
- ▌ Email Compose · tomevault-io bundleCompose and send emails with safety controls, draft-review-approve workflow, and SMTP delivery Use when this capability is needed.
- ▌ Intent Author · tomevault-io bundleTeaches agents how to publish well-structured intents for Convergent's intent graph — schema, quality criteria, and authoring patterns Use when this capability is needed.
- ▌
- ▌ Openclaw Native · tomevault-io bundleBuild and operate OpenClaw Native decision tracking in this ClawCommit repository. Use when implementing or running OpenClaw-specific SDK/MCP/schema APIs, PR+merge onchain automation, redacted PR link posting, or artifact-based reveal/replay workflows. Use when this capability is needed.
- ▌ Deliverable Review · tomevault-io bundleReview AIKnowSys deliverables (skills, stack templates, documentation) using Context7 MCP for current framework documentation. Use for monthly quality reviews, pre-release validation, or when frameworks release major versions. Use when this capability is needed.
- ▌ Dependency Updates · tomevault-io bundleSafe dependency update workflow for gnwebsite fullstack Django/Vue project. Use when updating packages, upgrading dependencies, fixing vulnerabilities, or when user asks to update dependencies. Covers backend Python (pyproject.toml), frontend npm packages, vulnerability audits, testing requirements, and rollback procedures. Ensures updates maintain compatibility and don't break existing functionality. Use when this capability is needed.
- ▌ Create Theme · tomevault-io bundleThis skill should be used when the user asks to "create a theme", "set up theme tokens", "configure design tokens", "add colors/spacing/typography", "build a theme config", or wants help structuring a Seams theme configuration. Use when this capability is needed.
- ▌ Qwen Image Edit · tomevault-io bundleBuild Qwen Image Edit workflows — model loading, conditioning, LoRAs, prompt patterns, and XY plot testing Use when this capability is needed.
- ▌ Junshi Fazheng · tomevault-io bundleUse only when junshi is already active in the current thread and 法正 has been explicitly delegated by junshi; never trigger from a direct end-user request alone. 法正 is the single-seat review, test, submit-readiness, and commit-handling role in the junshi system. Use when this capability is needed.
- ▌ Watcher Creator · tomevault-io bundleGuide for creating agent-deck watchers conversationally. This skill should be used when users want to set up a new watcher (webhook, ntfy, github, slack, gmail) to route events to a conductor. It walks the user through selecting an adapter type, gathering required settings, generating watcher.toml and clients.json entries, and emits the exact `agent-deck watcher create` command to run. Use when this capability is needed.
- ▌ Rendering Strategy Expert · tomevault-io bundleMaster of React Server Components, SSR, and Hydration. Use when this capability is needed.
- ▌ Hermes Vault Access · tomevault-io bundleUse Hermes Vault as the canonical credential broker for Hermes and persistent sub-agents. Use when this capability is needed.
- ▌ Latex Check · tomevault-io bundleComprehensive LaTeX/TikZ/Beamer auditor. Validates document structure, package configuration, cross-references, bibliography setup, TikZ externalization, and Beamer presentations. Produces standards-backed reports with MWEs and compilation guidance. Use when this capability is needed.
- ▌ Asyncreview · tomevault-io bundleAI-powered GitHub PR/Issue reviews with agentic codebase access. Use when the user needs to review pull requests, analyze code changes, ask questions about PRs, or get AI feedback on GitHub issues. Use when this capability is needed.
- ▌ Openapi Overlay · tomevault-io bundleCreate and apply OpenAPI Overlay Specification documents. Use when working with OpenAPI/Swagger files and needing to apply repeatable transformations such as adding metadata, filtering endpoints, translating descriptions, or modifying API specifications without editing the source. Use when this capability is needed.
- ▌ Perigon Angular · tomevault-io bundleAngular 21+ standalone/Material/signal conventions for Perigon WebApp Use when this capability is needed.
- ▌ Perigon Backend · tomevault-io bundlePerigon ASP.NET Core + EF Core + Aspire conventions Use when this capability is needed.
- ▌ Do Issue · tomevault-io bundleParallel subagent execution with code review gates between task batches for issue resolution Use when this capability is needed.
- ▌ War Room · tomevault-io bundleConvene a multi-LLM expert panel to pressure-test high-stakes decisions and build consensus through structured deliberation. Use when this capability is needed.
- ▌ Devdebug · tomevault-io bundleAnalyser et résoudre une erreur (message simple ou stack trace) Use when this capability is needed.
- ▌ Setup Ralph · tomevault-io bundleSetup the Ralph autonomous AI coding loop - ships features while you sleep Use when this capability is needed.
- ▌ Flutter Patterns · tomevault-io bundleModern Flutter and Dart patterns, production-grade standards, and iOS-optimized practices Use when this capability is needed.
- ▌ Scrum Dashboard · tomevault-io bundleMaintain scrum.ts dashboard following Agentic Scrum principles. Use when reading and editing scrum.ts, updating sprint status, or managing Product Backlog. Use when this capability is needed.
- ▌ Auth0 Quickstart · tomevault-io bundleUse when adding authentication or login to any app - detects your stack (React, Next.js, Vue, Nuxt, Angular, Express, Fastify, React Native), sets up an Auth0 account if needed, and routes to the correct SDK setup workflow.
- ▌ Eve Lab Topology Validation · tomevault-io bundleValidate EVE-NG topology designs and enforce final delivery structure. Use when reviewing a design, checking build readiness, producing the final design output, building an implementation plan, or running topology QA before implementation. Use when this capability is needed.
- ▌ Lark Todo · tomevault-io bundle飞书全平台待办扫描:IM 消息、会议纪要、日程、文档评论、待办审批、我发起的审批、邮件、已有任务八源并行采集,按优先级排序后支持直接处理或建任务。多企业账号自动发现并并行扫描,跨企业合并。用户说'有啥待办'、'@我的消息'、'扫一圈'、'收工检查'、'今天还差啥'、'morning standup'、'daily review' 时触发,连随口'忙不忙'、'有人找我吗'也应触发。同时覆盖多企业 profile 管理(添加/查看/删除)。依赖 lark-cli。 Use when this capability is needed.
- ▌ Generating Skills · tomevault-io bundleCreate new agent skills following SKILL.md best practices. Use when creating, validating, or improving skill files for AI agent consumption. Use when this capability is needed.
- ▌
- ▌ Gen2 Migration · tomevault-io bundleDevelopment guidance for the Amplify Gen1-to-Gen2 migration tooling — architecture, commands, testing, and snapshot workflows Use when this capability is needed.
- ▌ Amazon Location Service · tomevault-io bundleIntegrates Amazon Location Service APIs for AWS applications. Use this skill when users want to add maps (interactive MapLibre or static images); geocode addresses to coordinates or reverse geocode coordinates to addresses; calculate routes, travel times, or service areas; find places and businesses through text search, nearby search, or autocomplete suggestions; retrieve detailed place information including hours, contacts, and addresses; monitor geographical boundaries with geofences; or track device locations. Covers authentication, SDK integration, and all Amazon Location Service capabilities.
- ▌
- ▌
- ▌ Asim Parser Creator Orchestrator · tomevault-io bundleOrchestrates the creation and validation of a new ASIM schema parser. Use this skill when asked to create a new ASIM parser. Use when this capability is needed.
- ▌ Apim Terraform · tomevault-io bundleGuide for creating Terraform files for Azure API Management (APIM) and related Azure services. Use when users want to create, modify, or understand Terraform configurations for APIM instances, APIs, backends, subscriptions, policies, products, loggers, diagnostics, and supporting infrastructure using the azurerm provider. This skill provides HCL syntax, resource definitions, and patterns from the Terraform Registry and this repository. Use when this capability is needed.
- ▌ Apim Bicep · tomevault-io bundleGuide for building Bicep files for Azure API Management (APIM) and related Azure services. Use when users want to create, modify, or understand Bicep templates for APIM instances, APIs, backends, subscriptions, policies, products, loggers, diagnostics, and MCP servers. This skill provides Bicep syntax, patterns from Azure Verified Modules, and examples from this repository. Use when this capability is needed.
- ▌
- ▌ Read Feed · tomevault-io bundleThis skill should be used when the user asks to "read the Clawbook feed", "browse Clawbook posts", "check what's happening on Clawbook", "get posts from a channel", "search Clawbook", or needs to consume content from the Clawbook Network. Use when this capability is needed.
- ▌ Locating Code · tomevault-io bundleFinds specific code elements (functions, classes, patterns) using multiple search strategies. Use when searching for implementations, dependencies, or code requiring modification. Use when this capability is needed.
- ▌ Monthly · tomevault-io bundleMonthly review and planning. Roll up weekly reviews, check quarterly milestones, set next month's focus. Use at end of month or start of new month. Use when this capability is needed.
- ▌ Dotnet Aspire · tomevault-io bundleAdds .NET Aspire cloud-native orchestration to existing .NET solutions. Analyzes solution structure to identify services (APIs, web apps, workers), creates AppHost and ServiceDefaults projects, configures service discovery, adds NuGet packages, and sets up distributed application orchestration. Use when adding Aspire to .NET solutions or creating new cloud-ready distributed applications. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌ Expert Rust Skill · tomevault-io bundleInstructions, patterns, and best practices for writing idiomatic, high-performance, and safe Rust code. Use when this capability is needed.
- ▌ Rake · tomevault-io bundleThis skill should be used when the user asks about "Rake", "rake tasks", "Rakefile", "task dependencies", "rake namespace", "rake desc", "rake file tasks", "invoke", "execute", "task arguments", or needs guidance on creating and managing Rake tasks. Use when this capability is needed.
- ▌
- ▌
- ▌
- ▌ Glm Basics · tomevault-io bundleBasic usage of the General Lake Model (GLM) for lake temperature simulation. Use when you need to run GLM, understand input files, or modify configuration parameters. Use when this capability is needed.
- ▌ Glm Output · tomevault-io bundleRead and process GLM output files. Use when you need to extract temperature data from NetCDF output, convert depth coordinates, or calculate RMSE against observations. Use when this capability is needed.
- ▌ Jax Skills · tomevault-io bundleHigh-performance numerical computing and machine learning workflows using JAX. Supports array operations, automatic differentiation, JIT compilation, RNN-style scans, map/reduce operations, and gradient computations. Ideal for scientific computing, ML models, and dynamic array transformations. Use when this capability is needed.
- ▌ Openai Tts · tomevault-io bundleOpenAI Text-to-Speech API for high-quality speech synthesis. Use for generating natural-sounding audio from text with customizable voices and tones. Use when this capability is needed.
- ▌
- ▌ Exa Research · tomevault-io bundleUse when the user mentions Exa research OR when the workflow benefits from complex, multi-step research and other exa-ai approaches are not yielding satisfactory results.
- ▌ Unity Scene · tomevault-io bundleManage Unity scenes — create, load (single/additive), save, unload, switch the active scene, and get scene info/hierarchy. Use when opening or saving scenes, loading additively, switching the active scene, or querying scene contents, even if the user just says "打开场景" or "切场景". 管理 Unity 场景(创建、加载、叠加加载、保存、卸载、切换活动场景、获取场景信息与层级);当用户要打开或保存场景、叠加加载、切换活动场景、或查询场景内容时使用。 Use when this capability is needed.
- ▌ Code Risk Analyzer · tomevault-io bundle深度分析 NoMoreDay 的底层技术风险。专注于 UB、UAF、线程竞争、GPU 资源泄漏及极端情况下的性能瓶颈。在涉及多线程、Shader 或复杂内存管理时必选。 Use when this capability is needed.
- ▌ All Marketing · tomevault-io bundleFull-spectrum marketing and SEO skill library with 160+ specialist skills. Use for any marketing task — SEO (technical, on-page, content, off-page, local, programmatic, entity), content creation, paid ads (Google, Meta, LinkedIn, TikTok, YouTube, Reddit, CTV, display, native), web pages (landing, pricing, homepage, blog, docs, features, FAQ, legal, utility), web components (hero, nav, CTA, testimonials, popups, breadcrumb), channels (email, affiliate, influencer, referral, PR, community), platforms (Reddit, LinkedIn, TikTok, YouTube, X, Medium, GitHub), strategies (GTM, cold start, product launch, branding, PMF, retention, growth funnel, pricing, localization, GEO), and analytics (GA4, Search Console, rank tracking). Use whenever user mentions robots.txt, sitemap, canonical, Core Web Vitals, schema markup, keyword research, link building, copywriting, landing page, cold start, Product Hunt, SEO audit, content strategy, social media, or any marketing/SEO topic. Use when this capability is needed.
- ▌ Formatter Development · tomevault-io bundleGuide for implementing formatting rules using Biome's IR-based formatter infrastructure. Use when implementing formatting for new syntax nodes, handling comments in formatted output, or comparing Biome's formatting against Prettier for JavaScript, CSS, JSON, HTML, or other languages. Use when this capability is needed.
- ▌ Lint Rule Development · tomevault-io bundleStep-by-step guide for creating and implementing lint rules in Biome's analyzer. Use when implementing rules like noVar, useConst, or any custom lint/assist rule, adding code actions to fix diagnostics, implementing semantic analysis for binding references, or adding configurable options to rules. Use when this capability is needed.
- ▌ Deploy Verify · tomevault-io bundleDeploy with deterministic preflight, verification, and optional rollback automation using the configured deploy adapter. Use when this capability is needed.
- ▌ Agent Access · tomevault-io bundleRetrieve login credentials, API keys, and secrets (username, password, TOTP) from the user's Bitwarden vault via aac. Use when you need credentials to sign into a website or service, or need an API key. Use when this capability is needed.
- ▌ Progression Design · tomevault-io bundleExtract progression entities from narrative text. Use when analyzing skills, perks, attributes, experience, level-ups, talent trees, mastery systems, and character advancement. Use when this capability is needed.
- ▌ Unified Search · tomevault-io bundleGemini CLI、Codex CLI、WebSearch を並列実行して結果を統合。複数ソースからの徹底調査に最適。 Use when this capability is needed.
- ▌ Potatoverse App · tomevault-io bundleStandard workflow for generating a Potatoverse app with migrations and seeding. Use when this capability is needed.
- ▌ Kirby Headless API · tomevault-io bundleExposes Kirby content to headless clients using the API, KQL, and JSON representations. Use when building API endpoints, KQL queries, or headless frontends. Use when this capability is needed.