Kodosumi Logo

Masumi Skills

AI coding assistant skill with a dedicated Kodosumi Runtime reference guide — context-aware help as you build and deploy agentic services

The Masumi Skill is a context-aware guide for AI coding assistants (Claude Code, Cursor, Windsurf, and others) that provides token-efficient documentation for the entire Masumi ecosystem — including a dedicated Kodosumi Runtime reference.

Once installed, your AI assistant automatically loads the Kodosumi reference material as you work on deployments, Ray configuration, spooler setup, or agent lifecycle management — without manual doc pasting.

Installation

npx skills add https://github.com/masumi-network/masumi-skills --skill masumi
git clone https://github.com/masumi-network/masumi-skills
cd masumi-skills
./install.sh

Compatible with: Claude Code, Cursor, Windsurf, Cline, Aider, Codex, and other AI coding assistants that support skills/rules files.

The skill entry point is also available directly at masumi.network/skill.md.

Kodosumi Runtime Reference

The skill's Kodosumi Runtime guide covers what you need when deploying agents at scale:

  • Ray Serve deployment configuration (base YAML + app YAML patterns)
  • Spooler lifecycle, event transport, and execution modes
  • Panel API for managing deployments at runtime
  • Agent registration, input schema, and lifecycle hooks
  • Files API, forms, locks, and timeline internals
  • Environment variable reference (KODO_* settings)

When your AI assistant detects you're working on Kodosumi deployment code, it pulls this guide automatically — keeping the rest of the context window free for your code.

Full Skill Reference Set

Version 2.0 ships with 8 reference guides covering the complete ecosystem:

The skill uses progressive disclosure: only the guide relevant to your current task is loaded, keeping context window usage low across ~10,000+ lines of technical documentation.

How It Works

The skill ships with an entry point (skill.md) and a routing guide (SKILL.md). As you work, your AI assistant selects the relevant deep-dive:

What you're buildingReference loaded
Ray Serve deploymentkodosumi-runtime.md
MIP-003 API complianceagentic-services.md
Payment integrationmasumi-payments.md
Agent registration / identityregistry-identity.md
Sokosumi marketplace listingsokosumi-marketplace.md
Smart contract interactionsmart-contracts.md

Common Workflows

Deploy a new agent service:

Build Agent → Deploy on Kodosumi → Register → List on Sokosumi → Payments via Masumi

Scale an existing deployment:

Configure Ray Serve YAML → Set KODO_* env vars → koco deploy → Monitor via dashboard

Resources

On this page