amajorai/ryu

The composable integration layer for AI. Build and run AI agents without starting from scratch. Extend capability with plugins, or turn agents into apps.

38Stars on the repository
15Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

ryu-tools

01

amajorai/ryu

Skill Claude CodeCodex

Reference for the ryu MCP tools this plugin exposes and how to combine them to drive a Ryu node. Covers node health, models and engines, agents and teams, skills, workflows, the MCP bridge, RAG retrieval, and one-shot ask. Use when deciding which Ryu tool to call or how to chain them for a task.

38 2d ago A 74 tokens

setup-ryu

02

amajorai/ryu

Skill Claude CodeCodex

Get the user's Ryu Core node running and serving a local model so this plugin's ryu tools work. Covers what Ryu is, launching Core or the desktop app, verifying health on 127.0.0.1:7980, and activating a local model. The plugin already wires the MCP bridge, so this skips manual MCP config. Use when ryuhealth fails or…

38 2d ago A 98 tokens

ryu-app-ui

03

amajorai/ryu

Skill Claude CodeCodex

Build or migrate a Ryu Companion app with the fixed Ryu App UI v1 vocabulary. Use when an app needs buttons, forms, lists, detail panes, dashboards, empty states, or any visual polish shared with other Ryu apps.

38 2d ago A 54 tokens

ryu-author-skill

04

amajorai/ryu

Skill Claude CodeCodex

Author a new agent skill in the SKILL.md format used by this collection, so the Ryu skill ecosystem is self-extending. Covers the directory layout, the YAML frontmatter schema (name and description), writing skimmable instructional content, cross-referencing other skills, and validating the result. Use when adding a…

38 2d ago A 77 tokens

ryu-build-agent

05

amajorai/ryu

Skill Claude CodeCodex

Create and configure an agent on a Ryu node via Core's /api/agents REST surface. Covers listing, reading, creating, updating, and deleting agents, the full record schema (system prompt, engine, model, tools, skills allowlist, orchestrator and agent-creation toggles), and inspecting an agent's reachable tools. Use when…

38 2d ago A 87 tokens

ryu-local-model

06

amajorai/ryu

Skill Claude CodeCodex

Search, download, and serve a local GGUF model on a Ryu node via Core's models and engines REST surface. Covers catalog search and device-fit, installing a specific quantization, activating a model, and listing engines (the engine is derived from the model format). Use when a user wants to get a local model running on…

38 2d ago A 75 tokens

ryu-mcp

07

amajorai/ryu

Skill Claude CodeCodex

Drive a Ryu node through the apps/mcp MCP server. Covers configuring the stdio server with RYUCOREURL, the tools/list handshake, and every Ryu tool (ask Ryu, list/activate models, list agents and teams, run workflows, bridge to registered MCP servers, search RAG Spaces and skills). Use when an agent should operate a…

38 2d ago A 88 tokens