Skip to content

feat: add launch-pod and serve-model prompts#5

Merged
dadaism merged 1 commit into
mainfrom
feat/launch-pod-serve-model
Feb 19, 2026
Merged

feat: add launch-pod and serve-model prompts#5
dadaism merged 1 commit into
mainfrom
feat/launch-pod-serve-model

Conversation

@dadaism

@dadaism dadaism commented Feb 19, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add launch-pod MCP prompt: guided pod creation from preset templates (pytorch, unsloth, skyrl, comfyui) with optional dev mode and storage sizing
  • Add serve-model MCP prompt: deploy models for inference via POD, ALB, QUEUE, or CUSTOM service modes with framework selection (vLLM, TGI, Triton, custom)
  • Add both skills as sections in the consolidated SKILL.md for native agent discovery

Test plan

  • TypeScript compiles cleanly (tsc --noEmit)
  • All 6 prompt registration tests pass (3 individual + 1 aggregate)
  • Verify launch-pod prompt renders correctly for each template
  • Verify serve-model prompt switches between pod_create and endpoint_create output based on serviceMode

🤖 Generated with Claude Code

Add two new MCP prompts for guided workflows:
- launch-pod: configure GPU pods from preset templates (pytorch, unsloth, skyrl, comfyui)
- serve-model: deploy models for inference via pod or serverless endpoint (POD/ALB/QUEUE/CUSTOM)

Both prompts also added as sections in the consolidated SKILL.md.
@dadaism dadaism merged commit 52748b0 into main Feb 19, 2026
1 check passed
@dadaism dadaism deleted the feat/launch-pod-serve-model branch February 19, 2026 06:27
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.

1 participant