Miosa-osa

Miosa Skills — DevOps skill for Claude Code

DevOps community

Claude Code skills for MIOSA cloud infrastructure.

How to install Miosa Skills

This entry records only its repository, not the path inside it, so there is no exact command to give. Open Miosa-osa/miosa-skills and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Miosa Skills does

Claude Code skills for MIOSA cloud infrastructure.

Alternatives in DevOps

  • Appwrite — Appwrite® - complete cloud infrastructure for your web, mobile and AI apps 57.5k ★
  • Claude Code Router — Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interact with the m 30.1k ★
  • Render Deploy — Deploy applications to Render's cloud platform using Git-backed services 14.6k ★

README

MIOSA Skills for Claude Code

Five Claude Code skills that teach Claude how to drive MIOSA cloud infrastructure.

Skill Use for
miosa-mcp Universal entry — explains the 145-tool MCP surface and routes to specific skills
miosa-sandbox Headless code-execution VMs (Python, Node, builds, CI)
miosa-computer Desktop VMs (browser automation, GUI, computer-use)
miosa-deploy Git-backed web app hosting
miosa-data Managed databases, S3 storage, volumes, cron

Install

git clone https://github.com/Miosa-osa/miosa-skills.git ~/.claude/skills/miosa-skills
cp -r ~/.claude/skills/miosa-skills/miosa-* ~/.claude/skills/

Or per-project:

mkdir -p .claude/skills
cp -r path/to/miosa-skills/miosa-* .claude/skills/

Verify in Claude Code: `What skills are available?`

How they work

Skills follow the official [Agent Skills](https://agentskills.io) spec:

  • SKILL.md — under 100 lines, YAML frontmatter with description, when_to_use, allowed-tools
  • examples.md / reference.md — loaded on demand via progressive disclosure
  • Skills auto-activate from natural language; no /command required

Setup MIOSA first

npm install -g @miosa/cli
miosa login

Then configure the MCP server in `~/.claude/mcp.json`:

{
  "mcpServers": {
    "miosa": {
      "command": "miosa",
      "args": ["mcp", "serve"]
    }
  }
}

Files in this repo

  • miosa-*/ — the 5 skills
  • AGENTS.md — universal agent guide (any LLM, any MCP client)
  • CLAUDE.md — drop into project root for Claude Code project-specific guidance
  • LICENSE — MIT

Docs

https://miosa.ai/docs/guides/skills