xvirobotics
- 15 skills
- 0 followers
- 4 hours ago last updated
- ▌ Frontend Design · xviroboticsCreate 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.
- ▌ Build And Test 2 · xviroboticsInstall dependencies, run type checking, lint, tests, and build the project. Use after making code changes to verify nothing is broken.
- ▌ Metabot · xvirobotics bundleUnified MetaBot CLI for personal Memory, Skill Hub, durable Agent Bus messaging, agent registry, Agent Teams, T5T, scheduling, and bridge runtime operations.
- ▌ Metaschedule · xviroboticsMetaBot'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.
- ▌ Doubao Tts · xviroboticsGenerate 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.
- ▌ Metabot Team · xviroboticsUse for the MetaBot Agent Teams CLI: create and inspect durable Teams, spawn teammates, exchange messages, and manage Tasks and Runs across Sessions.
- ▌ Metaskill · xviroboticsThe meta-skill: create AI agent teams, individual agents, or custom skills for any project. Use when the user wants to generate a complete .claude/ agent team, create a single agent, or create a single skill.
- ▌
- ▌ Run Simulator · xviroboticsBuild and launch the app in the iOS Simulator. Automatically selects an appropriate simulator device, boots it if needed, and installs and launches the app.
- ▌ API Test · xviroboticsRun 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.
- ▌ Build And Test · xviroboticsBuild the Xcode project and run the full test suite. Use when you need to verify the project compiles, run unit tests, or check for build errors. Reports pass/fail results with detailed error output.
- ▌ Run Pipeline · xviroboticsRun 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.
- ▌ Evaluate Model · xviroboticsLoad 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.
- ▌ Generate Report · xviroboticsGenerate 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.
- ▌ Deploy Preview · xviroboticsBuild Docker images and launch a local preview environment with docker-compose. Use to test the full stack locally before merging.