一键导入
mycosoft-mas
mycosoft-mas 收录了来自 MycosoftLabs 的 24 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Deploy or restart the MINDEX API service on VM 192.168.0.189. Use when updating MINDEX, restarting the database API, or deploying MINDEX changes.
Execute non-trivial work using plan-first, verify-first, and lessons-fed defaults. Use when running 3+ step tasks, architectural work, or anything that may require re-planning.
Deploy the Mycosoft website to the Sandbox VM (192.168.0.187). Use when the user asks to deploy, push to sandbox, rebuild the website container, or update the live site.
Integrate neuromorphic UI into a page. Use when converting Shadcn pages to neuromorphic design or adding neuromorphic styling.
Deploy or restart the MAS orchestrator service on VM 192.168.0.188. Use when updating the Multi-Agent System, restarting the orchestrator, or deploying MAS changes.
Start the Mycosoft website dev server on port 3010. Use when the user wants to run the dev server, start development, or test the website locally.
Create a new FastAPI router and endpoints for the MAS system. Use when adding new API endpoints, creating new routers, or extending the MAS API surface.
Create a new Next.js API route for the Mycosoft website. Use when adding backend API endpoints, proxy routes to MAS/MINDEX, or webhook handlers.
Create a new integration client module for the MAS system. Use when adding a new external service integration, API client, or third-party connector.
Create a new MAS agent following the BaseAgent pattern. Use when adding a new agent to the Multi-Agent System, creating a specialized agent, or extending agent capabilities.
Create a new Next.js App Router page for the Mycosoft website. Use when adding a new page, route, or section to the website.
Create a React component following Mycosoft patterns with Shadcn UI, Radix, and Tailwind CSS. Use when building new UI components, widgets, or interactive elements.
Create and apply database migrations for the MINDEX PostgreSQL database. Use when modifying database schema, adding tables, or changing columns.
Debug Docker container issues including crashes, OOM kills, daemon failures, and build errors. Use when containers won't start, keep restarting, or Docker daemon is unresponsive.
Run comprehensive system tests across MAS, VMs, and APIs. Use when verifying system health, after deployments, or before releases.
Run a security audit on the Mycosoft codebase. Use when checking for exposed secrets, validating authentication, auditing API keys, or before releases.
Configure .env.local with correct VM URLs and API keys for the Mycosoft website. Use when setting up the dev environment, fixing API connection issues, or after VM changes.
Update Mycosoft system registries after code changes. Use after adding agents, API endpoints, services, devices, or documentation.
Check health of all Mycosoft VMs (Sandbox, MAS, MINDEX). Use when verifying system status, debugging connectivity, or after deployments.
Create a new MAS agent with proper structure
Deploy code to VM environments via Docker
Handle security incidents and alerts
Run evaluation tests on agents
Debug topology visualization issues