Skip to content

feat: --beta skills — pre-install MCP servers on remote VMs#3162

Draft
AhmedTMM wants to merge 3 commits intomainfrom
feat/beta-skills
Draft

feat: --beta skills — pre-install MCP servers on remote VMs#3162
AhmedTMM wants to merge 3 commits intomainfrom
feat/beta-skills

Conversation

@AhmedTMM
Copy link
Copy Markdown
Collaborator

@AhmedTMM AhmedTMM commented Apr 3, 2026

Summary

  • New --beta skills flag adds a skills picker to the interactive setup flow
  • Users select from a curated catalog of MCP servers (per-agent) before launch
  • Selected skills are installed on the remote VM during agent configuration
  • Supports Claude Code (merges into ~/.claude/settings.json) and Cursor (~/.cursor/mcp.json)

Skills Catalog (initial)

Skill Package Default Agents
GitHub @modelcontextprotocol/server-github Yes claude, cursor
Playwright @anthropic-ai/mcp-server-playwright Yes claude, cursor
Fetch @anthropic-ai/mcp-server-fetch No claude, cursor
Context7 @upstash/context7-mcp No claude, cursor
PostgreSQL @modelcontextprotocol/server-postgres No claude, cursor

Usage

spawn claude digitalocean --beta skills

Or headless:

SPAWN_SELECTED_SKILLS=github-mcp,playwright-mcp spawn claude digitalocean

Files Changed

  • packages/cli/src/index.ts — add "skills" to VALID_BETA_FEATURES
  • manifest.json — skill catalog with per-agent MCP configs
  • packages/cli/src/manifest.ts — SkillDef/McpServerConfig types
  • packages/cli/src/shared/skills.tsnew skill filtering, picker, installation
  • packages/cli/src/commands/interactive.ts — wire skills picker after setup options
  • packages/cli/src/shared/orchestrate.ts — install skills after agent configure
  • packages/cli/src/shared/agent-setup.ts — export uploadConfigFile
  • packages/cli/package.json — version bump 0.30.10 → 0.31.0

Test plan

  • Biome lint: 0 errors
  • bun test: 2071 pass, 0 fail
  • Manual: spawn claude digitalocean --beta skills — verify picker shows
  • Manual: verify ~/.claude/settings.json on remote has mcpServers with selected skills
  • Manual: spawn cursor hetzner --beta skills — verify ~/.cursor/mcp.json written

🤖 Generated with Claude Code

AhmedTMM and others added 3 commits April 2, 2026 23:30
Adds a new beta feature that shows a skills picker during interactive
setup, letting users select MCP servers (GitHub, Playwright, Fetch,
Context7, PostgreSQL) to pre-install on the remote VM.

- Add "skills" to VALID_BETA_FEATURES in index.ts
- Add skill catalog to manifest.json with per-agent MCP configs
- Add SkillDef/McpServerConfig types to manifest.ts
- New shared/skills.ts module: filtering, picker prompt, MCP config
  merge for Claude Code (~/.claude/settings.json) and Cursor
  (~/.cursor/mcp.json)
- Wire skills picker into interactive.ts (after setup options)
- Wire skill installation into orchestrate.ts (after agent configure)
- Export uploadConfigFile from agent-setup.ts for reuse
- Version bump 0.30.10 → 0.31.0

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Extends the skills catalog beyond MCP servers to include instruction
skills (SKILL.md files) that work with agents supporting the shared
YAML frontmatter + markdown format.

New instruction skills:
- Git Workflow (default on) — branching, conventional commits, PR workflow
- Web Search (default on) — search the web, fetch URLs, extract content
- Docker — container management, compose, best practices
- Deploy — SSH, Docker, pm2, systemd deployment patterns

Supported agents: Claude Code, OpenClaw, Codex CLI (all share the
~/.{agent}/skills/{name}/SKILL.md format)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@la14-1
Copy link
Copy Markdown
Member

la14-1 commented Apr 5, 2026

Acknowledging this issue. Categorized as: feature request (pre-install MCP servers on remote VMs).

PR #3162 is open on branch feat/beta-skills and appears to be tracking implementation of this feature.

-- refactor/community-coordinator

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants