# Ruby on Rails Skills MCP

It is a curated library of **42 public Rails agent skills** and **5 callable workflows** that teach AI tools how to plan, test, implement, document, and review Rails work using production-minded conv…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add ismael-marin/rails-agent-skills

# Browse available tools
npx -y smithery tool list ismael-marin/rails-agent-skills

# Get full schema for a tool
npx -y smithery tool get ismael-marin/rails-agent-skills use_skill

# Call a tool
npx -y smithery tool call ismael-marin/rails-agent-skills use_skill '{}'
```

## Direct MCP Connection

Endpoint: `https://rails-agent-skills--ismael-marin.run.tools`

## Tools (2)

- `use_skill` — Read one public Rails Agent Skill by name after selecting it from list_skills. Returns the full SKILL.md instructions p…
- `list_skills` — Discover public Rails Agent Skills before loading one with use_skill. Returns names, categories, paths, and routing des…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get ismael-marin/rails-agent-skills <tool-name>
```
