oh-my-ag-mcp-integration

oh-my-ag MCP Integration

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "oh-my-ag-mcp-integration" with this command: npx skills add supercent-io/skills-template/supercent-io-skills-template-oh-my-ag-mcp-integration

oh-my-ag MCP Integration

When to use this skill

  • You want to use oh-my-ag through MCP in a ulw workflow

  • You need a reproducible installation/setup sequence

  • You need bridge mode between stdio and HTTP/SSE

  • You need quick verification for MCP readiness

Instructions

Step 1: Install prerequisites

  • Install bun

  • Install uv

  • Authenticate at least one CLI (gemini , claude , codex , or qwen )

Step 2: Install oh-my-ag in the target project

bunx oh-my-ag

This installs .agent/skills , .agent/workflows , and default config for the target workspace.

Step 3: Run setup workflow

In your agent chat:

/setup

Setup checks CLI availability and MCP connection status.

Step 4: Configure transport mode

Use one of:

  • Command mode: MCP server runs per session

  • SSE mode: MCP server shared via URL

If your IDE path requires bridging, run:

bunx oh-my-ag bridge http://localhost:12341/sse

Step 5: Verify health

bunx oh-my-ag doctor

Pass criteria:

  • Required CLI is detected

  • MCP target is reachable/configured

  • No critical setup warnings

Output format

Provide:

  • Installation commands executed

  • Selected MCP mode (command or SSE)

  • Verification result from doctor

  • Any blocking issue and exact fix command

Constraints

MUST

  • Run install from project root

  • Use /setup before execution workloads

  • Run doctor after configuration

MUST NOT

  • Do not skip MCP verification

  • Do not assume bridge mode is always required

References

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

web-accessibility

Web Accessibility (A11y)

Repository Source
General

database-schema-design

Database Schema Design

Repository Source
General

api-documentation

When to use this skill

Repository Source
General

backend-testing

When to use this skill

Repository Source