xvirobotics

30 mods across 2 repositories, 1.0k stars between them.

doubao-tts

01

xvirobotics/metabot

Skill Claude CodeCodex

Generate high-quality speech audio using Doubao (豆包/Volcengine) TTS API. Use this skill when the user asks to generate audio, podcasts, voiceovers, or text-to-speech output.

971 24d ago A 48 tokens original MIT

frontend-design

02

xvirobotics/metabot

Skill Claude CodeCodex

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

971 24d ago A 43 tokens copy · 91% MIT

metabot AGENTS.md

03

xvirobotics/metabot

Instructions file CodexOpenCode

Instructions for xvirobotics/metabot, covering metabot personal edition workspace, core cli, working principles, durable state and public boundary.

971 24d ago A 649 tokens original MIT

metabot CLAUDE.md

04

xvirobotics/metabot

Instructions file

Instructions for xvirobotics/metabot: The canonical project instructions are in AGENTS.md. Follow that file for this repository. This compatibility file exists for Claude Code; MetaBot install/update does not deploy or replace workspace instruction files.

971 24d ago A 51 tokens original MIT

metabot-team

05

xvirobotics/metabot

Skill Claude CodeCodex

Use for the MetaBot Agent Teams CLI: create and inspect durable Teams, spawn teammates, exchange messages, and manage Tasks and Runs across Sessions.

971 24d ago A 33 tokens original MIT

metabot

06

xvirobotics/metabot

Skill Claude CodeCodex

Unified MetaBot CLI for personal Memory, Skill Hub, agent registry and inbox relay, Agent Teams, T5T, scheduling, and bridge runtime operations.

971 24d ago A 34 tokens original MIT

metaschedule

07

xvirobotics/metabot

Skill Claude CodeCodex

MetaBot's persistent server-side scheduler (cron + one-shot). Optional skill — not installed by default. Use when the user wants tasks that survive Claude session restarts, are visible to other bots, or need to run in MetaBot's PM2 process rather than this Claude session.

971 24d ago A 61 tokens original MIT

metaskill

08

xvirobotics/metabot

Skill Claude CodeCodex

The meta-skill: create AI agent teams, individual agents, or custom skills for any project. Use when the user wants to generate a complete agent team, create a single agent, or create a single skill for Claude Code, Kimi, or Codex.

971 24d ago A 57 tokens original MIT

analyst

09

xvirobotics/metaskill

Agent Claude Code

Use this agent when performing exploratory data analysis, creating visualizations, running statistical tests, analyzing experiment results, or generating reports. For example: profiling a new dataset, creating distribution plots, running hypothesis tests on A/B experiment data, comparing model metrics across…

67 6mo ago A 73 tokens original MIT

code-reviewer

10

xvirobotics/metaskill

Agent Claude Code

Use this agent when code changes need review before completion. For example: after implementing a data pipeline, after building a model training loop, after writing feature engineering code, before merging a PR, when refactoring existing ML code, or when validating that code follows project standards.

67 6mo ago A 58 tokens original MIT

data-engineer

11

xvirobotics/metaskill

Agent Claude Code

Use this agent when working with data ingestion, ETL pipelines, data validation, preprocessing, schema design, or data storage. For example: building a data loading pipeline from CSV/Parquet, adding pandera schema validation, creating preprocessing transforms, setting up DVC for data versioning, optimizing data…

67 6mo ago A 76 tokens original MIT

ml-engineer

12

xvirobotics/metaskill

Agent Claude Code

Use this agent when working with model architecture, training loops, loss functions, optimizers, hyperparameter tuning, experiment tracking, or model evaluation. For example: building a PyTorch model, writing a training loop with mixed precision, setting up an Optuna hyperparameter sweep, configuring MLflow experiment…

67 6mo ago A 81 tokens original MIT

tech-lead

13

xvirobotics/metaskill

Agent Claude Code

Use this agent when a complex task needs to be broken down, when multiple agents need coordination, or when the best approach for an ML/data science task is unclear. For example: implementing a new model training pipeline, planning a data preprocessing overhaul, triaging a model performance regression, coordinating a…

67 6mo ago A 70 tokens original MIT

evaluate-model

14

xvirobotics/metaskill

Skill Claude CodeCodex

Load the latest model checkpoint, run evaluation on the test set, and generate a metrics report with confusion matrix. Use this after training to assess model performance or to re-evaluate a specific checkpoint.

67 6mo ago A 42 tokens original MIT

generate-report

15

xvirobotics/metaskill

Skill Claude CodeCodex

Generate a comprehensive summary report of the latest experiment including metrics, plots, and comparison with baseline. Use this after training and evaluation to create a shareable experiment summary.

67 6mo ago A 36 tokens original MIT

run-pipeline

16

xvirobotics/metaskill

Skill Claude CodeCodex

Run the full data science pipeline: validate raw data, preprocess, engineer features, train model, and evaluate. Use this when you want to execute the end-to-end ML pipeline or re-run it after data or code changes.

67 6mo ago A 49 tokens original MIT

context7

17

xvirobotics/metaskill

MCP server Claude CodeCodexCursor +2

Gives the agent up-to-date documentation and code examples for libraries and frameworks, fetched on demand so answers are not stuck at the model's training cutoff. Runs locally from the @upstash/context7-mcp npm package.

67 6mo ago A tokens not measured copy · 88% MIT

sequential-thinking

18

xvirobotics/metaskill

MCP server Claude CodeCodexCursor +2

Adds a structured step-by-step reasoning tool the agent can call to break a problem into revisable thoughts. Runs locally from the @modelcontextprotocol/server-sequential-thinking npm package.

67 6mo ago A tokens not measured copy · 88% MIT

memory

19

xvirobotics/metaskill

MCP server Claude CodeCodexCursor +2

Gives the agent a persistent knowledge graph it can write facts to and recall across sessions. Runs locally from the @modelcontextprotocol/server-memory npm package.

67 6mo ago A tokens not measured original MIT

backend-engineer

20

xvirobotics/metaskill

Agent Claude Code

Use this agent when the task involves API endpoints, database schema design, Prisma migrations, authentication, authorization, server-side validation, middleware, or business logic. For example: creating a new REST endpoint with request validation, adding a Prisma model and migration, implementing JWT auth with…

67 6mo ago A 76 tokens original MIT

devops-engineer

21

xvirobotics/metaskill

Agent Claude Code

Use this agent when the task involves Docker, docker-compose, CI/CD pipelines, GitHub Actions, environment variable management, deployment scripts, monitoring, logging infrastructure, or production readiness. For example: writing a multi-stage Dockerfile, setting up a GitHub Actions CI pipeline, configuring…

67 6mo ago A 77 tokens original MIT

frontend-engineer

22

xvirobotics/metaskill

Agent Claude Code

Use this agent when the task involves React components, pages, hooks, client-side routing, styling with Tailwind CSS, form handling, client-side state management, or accessibility. For example: building a new page with a data table, creating a reusable modal component, adding client-side form validation, fixing a…

67 6mo ago A 77 tokens original MIT

api-test

23

xvirobotics/metaskill

Skill Claude CodeCodex

Run API integration tests against the running backend, verify endpoints return expected responses and status codes. Use after deploying a preview or starting the dev server.

67 6mo ago A 32 tokens original MIT

build-and-test

24

xvirobotics/metaskill

Skill Claude CodeCodex

Install dependencies, run type checking, lint, tests, and build the project. Use after making code changes to verify nothing is broken.

67 6mo ago A 31 tokens original MIT