tomevault-io
- 62k skills
- 0 followers
- 1 day ago last updated
- ▌ Architecture Paradigm Microservices · tomevault-io bundleApply microservices for independent deployment and per-service scaling. Use when bounded contexts are clear. Use when this capability is needed.
- ▌ Architecture Paradigm Service Based · tomevault-io bundleDesign coarse-grained service architecture for deployment independence without microservices complexity and overhead. Use when this capability is needed.
- ▌ Designing Hexagonal Architecture · tomevault-io bundleGuides the design and analysis of hexagonal architecture (Ports & Adapters) for backend systems. Use when structuring modular applications with clean separation between business logic and infrastructure. Use when this capability is needed.
- ▌ Word Documents · tomevault-io bundleCreate, modify, and manage Word documents. Use when this capability is needed.
- ▌ Troubleshooting Gpt Oss And Vllm Errors · tomevault-io bundleUse when diagnosing openai_harmony.HarmonyError or gpt-oss tool calling issues with vLLM. Identifies error sources (vLLM server vs client), maps specific error messages to known GitHub issues, and provides configuration fixes for tool calling problems with gpt-oss models.
- ▌ Nlp Research Repo Package Installment · tomevault-io bundleAlign Python version and repo-declared dependencies (requirements.txt / environment.yml) before installing packages for NLP research code reproduction. Use when this capability is needed.
- ▌ Album Art Director · tomevault-io bundleCreates visual concepts for album artwork and generates AI art prompts. Use during planning for concept discussion, or after all tracks are Final for actual artwork generation.
- ▌ Mastering Engineer · tomevault-io bundleGuides audio mastering for streaming platforms including loudness optimization and tonal balance. Use when the user has approved tracks and wants to master audio files. Use when this capability is needed.
- ▌ Plagiarism Checker · tomevault-io bundleScans lyrics for phrases that may match existing songs using web search and LLM knowledge. Use before release to check for unintentional borrowing. Use when this capability is needed.
- ▌ Project R Skill Maintenance · tomevault-io bundleCreate, update, and validate Codex skills under /Users/nolarose/.codex/skills and /Users/nolarose/Projects/.agents/skills. Use when maintaining SKILL.md content, aligning agents/openai.yaml metadata, or tightening trigger/workflow quality. Use when this capability is needed.
- ▌ Harness Engineering Playbook · tomevault-io bundleImplement OpenAI Harness Engineering practices in any repository. Use when setting up or refactoring agent-first workflows, writing or upgrading AGENTS.md and PLANS.md, creating deterministic smoke/test/lint/typecheck harness commands, defining strict architecture boundaries and data-shape contracts, wiring observability from day 1, and adding entropy-control checks plus CI automation for reliable autonomous runs. Use when this capability is needed.
- ▌ Byronwilliamscpa Cookiecutter Python Template Project Planni · tomevault-io bundleProject Planning Skill
- ▌ Building Agents · tomevault-io bundleExpert at creating and modifying Claude Code agents. Auto-invokes when creating/updating agents, modifying agent frontmatter (model, tools, description), designing agent architecture, or writing to */agents/*.md files. Use when this capability is needed.
- ▌ Building Skills · tomevault-io bundleExpert at creating and modifying Claude Code skills. Auto-invokes when creating/updating skills, modifying skill frontmatter (allowed-tools, description), designing skill architecture, or writing to */skills/*/SKILL.md files. Use when this capability is needed.
- ▌ C0ntr0lledcha0s Claude Code Plugin Automations Migrating To · tomevault-io bundleMigrating to Logseq DB
- ▌
- ▌ Langchain Skill · tomevault-io bundleLangChain is a python library that built around modular components that can be chained together (hence the name "LangChain") to create complex workflows. Use this skill to orchestrate the supervisor agent that routes between take_order, answer_menu_question, and get_error_response tools for the fast food order bot. Use when this capability is needed.
- ▌
- ▌ Configuring Console App Di · tomevault-io bundleImplements dependency injection using GenericHost in .NET Console Applications. Use when building console applications that require DI, hosted services, or background tasks. Use when this capability is needed.
- ▌ Formatting Wpf Csharp Code · tomevault-io bundleFormats WPF XAML and C# code using XamlStyler and dotnet format. Generates Settings.XamlStyler and .editorconfig files automatically. Use when code formatting or style cleanup is needed. Use when this capability is needed.
- ▌ Global Setup Assistant · tomevault-io bundleGuides users through one-time machine setup for claude-config-template. Auto-activates when users ask about installation, global settings, MCP setup, or first-time configuration. Reduces setup friction and validates installation. Use when this capability is needed.
- ▌ Chumleesockson Power Apps Code Apps Skill Power Apps Code Ap · tomevault-io bundlePower Apps Code Apps
- ▌ Alicloud AI Misc Crawl And Skill Test · tomevault-io bundleMinimal validation for crawl-and-skill workflow readiness. Use when this capability is needed.
- ▌ Claude Code Community Ireland Claude Code Resources AI Produ · tomevault-io bundleAI Product Development
- ▌ Bash Linux · tomevault-io bundleBash/Linux terminal patterns. Critical commands, piping, error handling, scripting. Use when working on macOS or Linux systems. Use when this capability is needed.
- ▌ Claude Code Community Ireland Claude Code Resources Clerk Au · tomevault-io bundleClerk Authentication
- ▌ Hybrid Memory · tomevault-io bundleRecalls past conversations, retrieves stored facts, and searches documents using OpenClaw QMD vector memory and Graphiti temporal knowledge graph. Use when the user asks to remember something, recall a previous discussion, look up what was said before, find prior context, check conversation history, or retrieve a stored fact or document. Use when this capability is needed.
- ▌ Create Doc · tomevault-io bundleCreate or improve documentation based on the current conversation. Use this when a plan has been created and changes were requested because it didn’t follow the repository’s conventions. Use when this capability is needed.
- ▌ Codewithpassion Cwp Claude Marketplace Senior Backend Engine · tomevault-io bundleSenior Backend Engineer
- ▌ Github Actions Pipeline Builder · tomevault-io bundleBuild production CI/CD pipelines with GitHub Actions. Implements matrix builds, caching, deployments, testing, security scanning. Use for automated testing, deployments, release workflows. Use when this capability is needed.
- ▌ Playwright Screenshot Inspector · tomevault-io bundleLLM-powered visual testing expert for automated screenshot capture, analysis, and UI verification using Playwright with multimodal AI inspection. Use when this capability is needed.
- ▌ Langchain Agents Middleware · tomevault-io bundleUse when building or productionising any agent — adding retries, fallbacks, summarization, human-in-the-loop, PII redaction, call limits, or custom hooks. Middleware is THE composition primitive for modern LangChain agents (v1+); covers built-ins plus the custom middleware authoring API.
- ▌ Kubernetes Containers · tomevault-io bundleKubernetes and Helm best practices for container orchestration. Covers deployments, services, RBAC, resource management, Helm charts, Podtrace runtime debugging, and production patterns. Use when working with Kubernetes manifests, Helm charts, kubectl commands, Podtrace, or when asking about container orchestration, pod configuration, or cluster management. Use when this capability is needed.
- ▌ Typescript Javascript · tomevault-io bundleTypeScript and JavaScript development standards for modern web and Node.js development. Covers strict TypeScript configuration, type safety patterns, ESM modules, async/await, testing with Jest/Vitest, and security best practices. Use when working with .ts, .tsx, .js, .mjs files, package.json, tsconfig.json, or when asking about TypeScript/JavaScript best practices. Use when this capability is needed.
- ▌ Terminal Bench Strategies · tomevault-io bundleComprehensive strategies and patterns for maximizing Terminal-Bench 2.0 task completion. Contains battle-tested approaches from top-performing agents. Use when this capability is needed.
- ▌ Install Advanced · tomevault-io bundleInstall the optional advanced security-audit layer on top of the core AV set — Lynis (system hardening audit), chkrootkit (second-opinion rootkit scanner), AIDE (file integrity DB), debsecan (Debian/Ubuntu CVE scanner). Lets the user pick a subset; doesn't force the full stack. Triggers on "install lynis", "add advanced AV tools", "install rootkit/audit tools". Use when this capability is needed.
- ▌ Docstring Generator Skill · tomevault-io bundleGenerate language-specific docstrings for C#, Java, Python, and TypeScript following industry standards (PEP 257, Javadoc, JSDoc, XML documentation) Use when this capability is needed.
- ▌ Databricks App Python · tomevault-io bundleBuilds Python-based Databricks applications using Dash, Streamlit, Gradio, Flask, FastAPI, or Reflex. Handles OAuth authorization (app and user auth), app resources, SQL warehouse and Lakebase connectivity, model serving integration, and deployment. Use when building Python web apps, dashboards, ML demos, or REST APIs for Databricks, or when the user mentions Streamlit, Dash, Gradio, Flask, FastAPI, Reflex, or Databricks app.
- ▌ Backend To Frontend Handoff Docs · tomevault-io bundleCreate API handoff documentation for frontend developers. Use when backend work is complete and needs to be documented for frontend integration, or user says 'create handoff', 'document API', 'frontend handoff', or 'API documentation'. Use when this capability is needed.
- ▌ Long Context · tomevault-io bundleExtend context windows of transformer models using RoPE, YaRN, ALiBi, and position interpolation techniques. Use when processing long documents (32k-128k+ tokens), extending pre-trained models beyond original context limits, or implementing efficient positional encodings. Covers rotary embeddings, attention biases, interpolation methods, and extrapolation strategies for LLMs. Use when this capability is needed.
- ▌ Evaluating Llms Harness · tomevault-io bundleEvaluates LLMs across 60+ academic benchmarks (MMLU, HumanEval, GSM8K, TruthfulQA, HellaSwag). Use when benchmarking model quality, comparing models, reporting academic results, or tracking training progress. Industry standard used by EleutherAI, HuggingFace, and major labs. Supports HuggingFace, vLLM, APIs. Use when this capability is needed.
- ▌ Frontend To Backend Requirements · tomevault-io bundleDocument frontend data needs for backend developers. Use when frontend needs to communicate API requirements to backend, or user says 'backend requirements', 'what data do I need', 'API requirements', or is describing data needs for a UI. Use when this capability is needed.
- ▌ Nemo Guardrails · tomevault-ioNVIDIA's runtime safety framework for LLM applications. Features jailbreak detection, input/output validation, fact-checking, hallucination detection, PII filtering, toxicity detection. Uses Colang 2.0 DSL for programmable rails. Production-ready, runs on T4 GPU.
- ▌ Kubernetes Hardening Podsecurity Exploit · tomevault-io bundlePod Security Standards (PSS) define three levels of security policies -- Privileged, Baseline, and Restricted -- enforced by the Pod Security Admission (PSA) controller built into Kubernetes 1.25+. PS Use when this capability is needed.
- ▌ Demerzels Lab Elsamultiskillagent Deliberate Frontend Redesi · tomevault-io bundleActivation Criteria
- ▌ X Followers Followings Teneo · tomevault-io bundleUse when working with an agent that helps you extract followers and followings from X profiles.
- ▌ Digital Defense Institute Ddi Cc Plugins Velociraptor Artifa · tomevault-io bundleVelociraptor Artifact Development Assistant
- ▌ Create Chain Of Responsibility · tomevault-io bundleGenerates Chain of Responsibility pattern for PHP 8.4. Creates handler chains for request processing with middleware-style composition. Includes unit tests.
- ▌ Docker Orchestration Knowledge · tomevault-io bundleDocker orchestration knowledge base. Provides patterns for Swarm, Kubernetes basics, service scaling, and load balancing for PHP. Use when this capability is needed.
- ▌ Eoa Developer Communication · tomevault-io bundleTrigger with developer communication needs. Use when communicating with human developers in code reviews, issues, technical discussions, and status updates. Covers effective communication patterns. Use when this capability is needed.
- ▌ Bootstrap Qcow2 Check Pr Feedback · tomevault-io bundleFetch and summarize GitHub PR feedback for bootstrap-qcow2 (issue comments, review comments, and reviews) using Bootstrap::GitHubUtils, to manually check for new review notes after someone completes a PR review. Use when this capability is needed.
- ▌ Code Recon · tomevault-io bundleThis skill provides a structured methodology for building that context efficiently. Use when this capability is needed.
- ▌ Code Fragment Extractor · tomevault-io bundle仔细彻底阅读探索用户提供的代码目录/文件,分析拆解出对应的代码片段以供参考,颗粒度细到功能级别,只做片段提取不改变代码内容和页面布局结构,提取到./fragment-extractor目录下,按照指定模板格式生成代码片段模板文件,确保功能完整性和代码片段的实际性。 Use when this capability is needed.
- ▌ Langchain Vector Stores · tomevault-io bundleLangChain 向量存储集成使用指南,包括 Chroma、Pinecone、FAISS 和内存向量存储 Use when this capability is needed.
- ▌ Obra Receiving Code Review · tomevault-io bundleUse when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
- ▌ Dev Multiplayer Prediction Movement · tomevault-io bundleMovement prediction with server reconciliation for WASD controls. Use when implementing player movement. Use when this capability is needed.
- ▌ Dev Performance Mobile Optimization · tomevault-io bundleMobile-specific optimization for R3F/Three.js. Use when targeting mobile devices. Use when this capability is needed.
- ▌ Flutter Navigator V1 Imperative · tomevault-io bundleStandard Flutter navigation using Navigator 1.0 (push/pop). Use when this capability is needed.
- ▌ Firebase Swift Best Practices · tomevault-io bundleExpert patterns for Firebase (Auth, Firestore, Cloud Functions) using modern Swift Concurrency (Actors, Async/Await) and Observation (@Observable). Use when this capability is needed.
- ▌ What Not To Do As Product Manager · tomevault-io bundleUse when working with a comprehensive guide outlining common mistakes and counterproductive behaviors that product managers should avoid. Understanding these pitfalls helps PMs build better relationships with teams and create more effective working environments.
- ▌ Services Extension Consumption · tomevault-io bundleGuidelines for consuming salesforcedx-vscode-services extension API. Use when working with extensions that have extensionDependency on salesforcedx-vscode-services, registering commands, using Workspace/Connection/Project/Settings/FS/Channel/Media services, quickpick/quickInput, or implementing file/config watchers. Use when this capability is needed.
- ▌ Webapp Playwright Testing · tomevault-io bundleBrowser automation toolkit using Playwright MCP for testing web applications. Use when asked to navigate pages, click elements, fill forms, take screenshots, verify UI components, check console logs, debug frontend issues, or validate responsive design. Supports live browser interaction and accessibility snapshots. Use when this capability is needed.
- ▌ Repomap Codebase Retrieval · tomevault-io bundleUse Augment context engine codebase-retrieval for semantic code search and architecture understanding before editing or refactoring. Use when this capability is needed.
- ▌
- ▌ AWS Cloudformation Bedrock · tomevault-io bundleProvides AWS CloudFormation patterns for Amazon Bedrock resources including agents, knowledge bases, data sources, guardrails, prompts, flows, and inference profiles. Use when creating Bedrock agents with action groups, implementing RAG with knowledge bases, configuring vector stores, setting up content moderation guardrails, managing prompts, orchestrating workflows with flows, and configuring inference profiles for model optimization.
- ▌ Typescript Security Review · tomevault-io bundleProvides security review capability for TypeScript/Node.js applications, validates code against XSS, injection, CSRF, JWT/OAuth2 flaws, dependency CVEs, and secrets exposure. Use when performing security audits, before deployment, reviewing authentication/authorization implementations, or ensuring OWASP compliance for Express, NestJS, and Next.js. Triggers on "security review", "check for security issues", "TypeScript security audit".
- ▌ Unit Test Controller Layer · tomevault-io bundleProvides patterns for unit testing REST controllers using MockMvc and @WebMvcTest. Generates controller tests that validates request/response mapping, validation, exception handling, and HTTP status codes. Use when testing web layer endpoints in isolation for API endpoint testing, Spring MVC tests, mock HTTP requests, or controller layer unit tests.
- ▌ Solidity Function Audit Team · tomevault-io bundleAgent team variant of solidity-function-audit with human-in-the-loop review. Uses agent teams for inter-agent messaging, shared task list with dependencies, plus interactive design decision capture (Stage 0), findings review (Stage 4), and dispute re-evaluation (Stage 5). Requires CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1. Use when this capability is needed.
- ▌ Golang Security Auditor · tomevault-io bundleGolang Security Auditor Use when this capability is needed.
- ▌ Zhuoyu Workshop · tomevault-io bundleStudent project delivery and packaging workflow for Codex. Use when the user needs help with Chinese university student projects, course projects, innovation training projects, competitions, capstones, graduation projects, project defense decks, closing reports, README/GitHub showcase materials, software copyright materials, paper/report polishing, or AI-assisted coding tasks that must become credible, verifiable student deliverables. Use when this capability is needed.
- ▌ Decision Trees · tomevault-io bundleUse when designing branching logic, eligibility rules, and fallback paths.
- ▌ Heimeshoff Fsharp Full Stack Blueprint Fsharp Backend · tomevault-io bundleF# Backend Implementation
- ▌ Heimeshoff Fsharp Full Stack Blueprint Fsharp Feature · tomevault-io bundleF# Full-Stack Feature Development
- ▌ Helixdevelopment Helixagent Adk Deployment Specialist · tomevault-io bundleAdk Deployment Specialist
- ▌ Analyzing Network Latency · tomevault-io bundleAnalyze network latency and optimize request patterns for faster communication. Use when diagnosing slow network performance or optimizing API calls. Trigger with phrases like "analyze network latency", "optimize API calls", or "reduce network delays". Use when this capability is needed.
- ▌ Helixdevelopment Helixagent Building Automl Pipelines · tomevault-io bundleBuilding Automl Pipelines
- ▌
- ▌ Helixdevelopment Helixagent Building Websocket Server · tomevault-io bundleBuilding Websocket Server
- ▌ Helixdevelopment Helixagent Cursor Composer Workflows · tomevault-io bundleCursor Composer Workflows
- ▌ Helixdevelopment Helixagent Klingai Compliance Review · tomevault-io bundleKlingai Compliance Review
- ▌ Helixdevelopment Helixagent Klingai Upgrade Migration · tomevault-io bundleKlingai Upgrade Migration
- ▌ Helixdevelopment Helixagent Langchain Core Workflow A · tomevault-io bundleLangChain Core Workflow A: Chains & Prompts
- ▌ Helixdevelopment Helixagent Langchain Core Workflow B · tomevault-io bundleLangChain Core Workflow B: Agents & Tools
- ▌ Helixdevelopment Helixagent Langchain Enterprise Rbac · tomevault-io bundleLangChain Enterprise RBAC
- ▌ Helixdevelopment Helixagent Langchain Multi Env Setup · tomevault-io bundleLangChain Multi-Environment Setup
- ▌ Helixdevelopment Helixagent Langchain Security Basics · tomevault-io bundleLangChain Security Basics
- ▌ Helixdevelopment Helixagent Langchain Webhooks Events · tomevault-io bundleLangChain Webhooks & Events
- ▌ Helixdevelopment Helixagent Openrouter Prod Checklist · tomevault-io bundleOpenrouter Prod Checklist
- ▌
- ▌ Helixdevelopment Helixagent Testing Visual Regression · tomevault-io bundleVisual Regression Tester
- ▌
- ▌ Helixdevelopment Helixagent Vercel Deploy Integration · tomevault-io bundleVercel Deploy Integration
- ▌ Helixdevelopment Helixagent Windsurf Flows Automation · tomevault-io bundleWindsurf Flows Automation
- ▌ Helixdevelopment Helixagent Windsurf Incident Runbook · tomevault-io bundleWindsurf Incident Runbook
- ▌ Apm Integration · tomevault-io bundleThis skill generates the AGENTS.md guardrails file by installing APM packages and synthesizing engineering standards. Use when this capability is needed.
- ▌ Rapid Prototyping · tomevault-io bundleEmbrace vibe coding for rapid UI exploration. Covers when to iterate vs refine, ephemeral app patterns, and the art of fast, disposable prototyping with AI-assisted development. Use when this capability is needed.
- ▌ UI Agent Patterns · tomevault-io bundlePatterns for delegating UI work to specialized agents. Covers synthesis-master vs specialized agents, multi-agent UI generation workflows, and orchestration strategies for complex UI tasks. Use when this capability is needed.
- ▌ Heroashacker Wechat Content Pipeline Wechat Formatter · tomevault-io bundle微信公众号排版工具 (wechat-formatter v3.0)
- ▌ Higashi Kota LLM Internal RAG Chat Senior UI Designer · tomevault-io bundleSenior UI Designer Skill
- ▌ Android E2e Testing Setup · tomevault-io bundleSetup UI Automator 2.4 smoke test for validating app launches (works with debug and release builds) Use when this capability is needed.