{"id":49484445,"url":"https://github.com/multiversx/mx-ai-skills","last_synced_at":"2026-05-01T00:03:39.633Z","repository":{"id":335061431,"uuid":"1144009420","full_name":"multiversx/mx-ai-skills","owner":"multiversx","description":"Keeping AI skills, guides, rules, knowledge set. Helping developing better products safer and faster.","archived":false,"fork":false,"pushed_at":"2026-04-16T16:49:36.000Z","size":449,"stargazers_count":11,"open_issues_count":3,"forks_count":4,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-16T17:20:34.081Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/multiversx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-28T07:17:36.000Z","updated_at":"2026-04-14T11:13:09.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/multiversx/mx-ai-skills","commit_stats":null,"previous_names":["multiversx/mx-ai-skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/multiversx/mx-ai-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multiversx%2Fmx-ai-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multiversx%2Fmx-ai-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multiversx%2Fmx-ai-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multiversx%2Fmx-ai-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/multiversx","download_url":"https://codeload.github.com/multiversx/mx-ai-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/multiversx%2Fmx-ai-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32480557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-01T00:03:39.002Z","updated_at":"2026-05-01T00:03:39.624Z","avatar_url":"https://github.com/multiversx.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# MultiversX AI Skills (mx-ai-skills)\n\n\u003e **Empowering AI Agents with specialized knowledge, roles, and workflows for the MultiversX ecosystem.**\n\nThis repository is a central hub for **MultiversX AI Expertise**. It provides a structured collection of specialized \"Skills\", \"Global Workflows\" (Roles), and \"Documentation\" designed to \"equip\" AI agents (like Antigravity) with the deep technical knowledge required to build, audit, and optimize on MultiversX.\n\n---\n\n## 🚀 Overview\n\u003e **AI Agents with specialized knowledge, roles, and workflows for the MultiversX ecosystem.**\n\nThis repository is a central hub for **MultiversX AI Expertise**. It provides a structured collection of specialized \"Skills\", \"Global Workflows\" (Roles), and \"Documentation\" designed to equip AI agents with the deep technical knowledge required to build, audit, and optimize on MultiversX.\n\n---\n\n## Quick Install\n\nInstall skills for any AI coding agent (Cursor, Windsurf, Codex, etc.):\n\n```bash\nnpx openskills install multiversx/mx-ai-skills\n```\n\nOr using Vercel's skills CLI:\n\n```bash\nnpx skills install multiversx/mx-ai-skills\n```\n\n---\n\n## Overview\n\nDeveloping on MultiversX requires specific expertise in Rust (via `multiversx-sc`), WASM optimization, sharding awareness, and unique token standards (ESDT). This repository formalizes that expertise into machine-readable and agent-executable modules.\n\n### Core Value Props:\n-   **Role-Based Execution**: Instantiate specialized agents like *MultiversX Smart Contract Developer* or *Full Stack Auditor*.\n-   **Granular Skills**: Provide specific toolsets for tasks like *Gas Optimization*, *Static Analysis*, or *Mandos Scenario Testing*.\n-   **Security First**: Built-in rules for arithmetic safety, reentrancy protection, and MultiversX-specific \"sharp edges\".\n-   **Documentation Engine**: A curated library of protocol specs and best practices.\n\n---\n\n## 🛠 Repository Structure\n\nThe core logic resides in the `antigravity/` directory, structured for easy ingestion by AI agents:\n\n```text\n.\n├── antigravity/\n│   ├── global_workflows/    # Specialized Agent Roles (Roleplay instructions)\n│   │   ├── rust-sc.md       # Expert Smart Contract Engineer\n│   │   ├── mvx-auditor.md   # Full Stack Security Auditor\n│   │   └── ...              # 20+ other specific roles\n│   ├── skills/              # Targeted Technical Capabilities\n│   │   ├── mvx_sc_best_practices/ # Optimization \u0026 Security guidelines\n│   │   ├── mvx_sharp_edges/      # Known pitfalls and WASM behaviors\n│   │   └── ...              # 19+ granular skills\n│   ├── mvx_docs/            # Curated Protocol Documentation\n│   └── GEMINI.md            # Global Workspace Rules \u0026 Core AI Personality\n└── README.md                # You are here\n```\n\n---\n\n## 🧩 Core Components\n\n### 1. Global Workflows (Roles)\nRoles defined in `antigravity/global_workflows/` provide the \"Persona\" and \"Protocol\" for specific tasks. \n-   **`/mvx-smart-contract-developer`**: Focused on idiomatic Rust, gas efficiency, and storage mappers.\n-   **`/mvx-auditor`**: A rigorous framework for vulnerability research and system flow verification.\n-   **`/mvx-dapp-architect`**: Expert in React integration, `sdk-dapp`, and frontend security.\n\n### 2. Specialized Skills\nSkills in `antigravity/skills/` are sets of instructions and checklists for specific activities:\n-   **`mvx_static_analysis`**: Patterns for finding unsafe code or floating-point arithmetic.\n-   **`consult_mvx_docs`**: High-speed lookup for MultiversX API and framework details.\n-   **`mvx_testing_handbook`**: Guidelines for Mandos scenarios and RustVM unit tests.\n\n### 3. Global Rules (`GEMINI.md`)\nThe `GEMINI.md` file defines the **fundamental behavioral constraints** for AI agents in this workspace, ensuring they:\n-   Never hallucinate (Always ask for clarification).\n-   Prioritize arithmetic safety (Checked operations only).\n-   Follow the Checks-Effects-Interactions pattern strictly.\n\n---\n\n## 📖 How to Use\n\n### For AI Agents (like Antigravity)\nThese skills are automatically mapped to your workspace. You can invoke specific roles or skills using the `@` symbol or by referencing the workflow name in your tasks.\n\n### For Developers\n1.  **Read the Rules**: Familiarize yourself with `GEMINI.md` to understand the standard of code expected.\n2.  **Explore Skills**: If you are performing a specific task (e.g., auditing), read the corresponding skill (e.g., `antigravity/skills/mvx_dapp_audit/SKILL.md`).\n3.  **Invoke Roles**: Use the slash commands defined in the workflows (e.g., `/mvx-auditor`) to guide the AI's behavior for complex tasks.\n\n---\n\n## 📜 Principles \u0026 Standards\n\n-   **Code is Law**: We prioritize security over convenience.\n-   **Gas Efficiency**: Every storage write is analyzed.\n-   **Reproducibility**: All builds and tests must be traceable and repeatable.\n-   **Anti-Hallucination**: If the documentation is missing, the agent MUST ask for data rather than guessing.\n\n---\n\n## 📄 License\n- **Universal Compatibility**: Works with 30+ AI coding agents via OpenSkills standard\n- **Role-Based Execution**: Instantiate specialized agents like *MultiversX Smart Contract Developer* or *Full Stack Auditor*\n- **Granular Skills**: Specific toolsets for *Security Auditing*, *Static Analysis*, *Property Testing*, and more\n- **Security First**: Built-in rules for arithmetic safety, reentrancy protection, and MultiversX-specific \"sharp edges\"\n\n---\n\n## Repository Structure\n\n```text\nmx-ai-skills/\n├── skills/                     # Universal Skills (OpenSkills compatible)\n│   ├── multiversx-smart-contracts/\n│   ├── multiversx-dapp-frontend/\n│   ├── multiversx-audit-context/\n│   ├── multiversx-static-analysis/\n│   └── ... (18 total skills)\n│\n├── antigravity/                # Antigravity-specific (legacy format)\n│   ├── global_workflows/       # Agent Roles/Personas\n│   ├── skills/                 # Original skills (underscore naming)\n│   ├── mvx_docs/               # Curated documentation\n│   └── GEMINI.md               # Global rules\n│\n├── README.md\n└── LICENSE\n```\n\n---\n\n## Available Skills\n\n### Development\n| Skill | Description |\n|-------|-------------|\n| `multiversx-smart-contracts` | Build, test, deploy smart contracts with Rust |\n| `multiversx-dapp-frontend` | React dApp integration with sdk-dapp |\n\n### Security \u0026 Auditing\n| Skill | Description |\n|-------|-------------|\n| `multiversx-audit-context` | Build mental models before security audits |\n| `multiversx-entry-points` | Map contract attack surface |\n| `multiversx-diff-review` | Review changes between contract versions |\n| `multiversx-fix-verification` | Verify vulnerability fixes |\n| `multiversx-dapp-audit` | Audit frontend security |\n| `multiversx-static-analysis` | Manual and automated code analysis |\n| `multiversx-constant-time` | Verify timing-safe crypto operations |\n| `multiversx-variant-analysis` | Find similar bugs after initial discovery |\n\n### Testing \u0026 Quality\n| Skill | Description |\n|-------|-------------|\n| `multiversx-property-testing` | Fuzzing and property-based testing |\n| `multiversx-spec-compliance` | Verify implementations match specs |\n| `multiversx-project-culture` | Assess codebase quality and maturity |\n\n### Tooling \u0026 Reference\n| Skill | Description |\n|-------|-------------|\n| `multiversx-semgrep-creator` | Create custom security scanning rules |\n| `multiversx-wasm-debug` | Debug and optimize WASM binaries |\n| `multiversx-sharp-edges` | Platform-specific gotchas catalog |\n| `multiversx-protocol-experts` | Deep protocol knowledge (sharding, ESDT) |\n| `multiversx-clarification-expert` | Ask targeted clarifying questions |\n\n---\n\n## Usage\n\n### For Any AI Coding Agent (Recommended)\n\n```bash\n# Install globally\nnpx openskills install multiversx/mx-ai-skills -g\n\n# Or install in current project\nnpx openskills install multiversx/mx-ai-skills\n```\n\n### For Antigravity\n\nUse the original format in `antigravity/skills/` with underscore naming:\n```\nantigravity/skills/mvx_static_analysis/SKILL.md\n```\n\n### Manual Installation\n\n```bash\n# Clone to your project\ngit clone https://github.com/multiversx/mx-ai-skills.git .ai-skills\n\n# Copy skills to your agent's expected location\ncp -r .ai-skills/skills ~/.cursor/skills/        # Cursor\ncp -r .ai-skills/skills ~/.agent/skills/         # Generic\n```\n\n---\n\n## Principles \u0026 Standards\n\n- **Never Hallucinate**: Always ask for clarification when uncertain\n- **Security First**: Checked arithmetic, input validation, CEI pattern\n- **Gas Efficiency**: Minimize storage writes, optimize WASM size\n- **Reproducibility**: All builds and tests must be traceable\n\n---\n\n## Contributing\n\n1. Add new skills to `skills/\u003cskill-name\u003e/SKILL.md`\n2. Follow the YAML frontmatter format:\n   ```yaml\n   ---\n   name: skill-name\n   description: Brief description. Use when [trigger conditions].\n   ---\n   ```\n3. Use kebab-case for skill names\n4. Include practical code examples and checklists\n\n---\n\n## License\n\nThis repository is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultiversx%2Fmx-ai-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmultiversx%2Fmx-ai-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmultiversx%2Fmx-ai-skills/lists"}