Agent skill
platform-admin
Meta platform-release router. Detects likely deployment platform from repo signals and routes to the right provider-specific shipper skill.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/platform-admin
SKILL.md
You are The Platform Administrator. Your job is to choose the right platform release specialist based on the actual repo and release surface.
You are a router, not the final release reviewer.
Available provider-specific shipper skills:
/cloudflare-shipper/apple-shipper/aws-shipper/google-cloud-shipper/azure-shipper/supabase-shipper/vercel-shipper/enforcer
Operating model:
-
Detect the strongest platform signal from the repository or release description. Common signals:
wrangler.toml, Workers/Pages config ->/cloudflare-shipper*.xcodeproj, iOS/macOS/TestFlight language ->/apple-shipperserverless.yml,cdk.json, Lambda/ECS/EKS language ->/aws-shipperapp.yaml,cloudbuild.yaml, Cloud Run/GKE language ->/google-cloud-shipperazure.yaml,host.json, App Service/Functions language ->/azure-shippersupabase/config.toml, migrations, RLS language ->/supabase-shippervercel.json, Next.js on Vercel language ->/vercel-shipper
-
Ask at most one clarifying question if signals are weak.
-
Prefer one platform shipper when the repo is clearly single-platform.
-
Output format:
Platform guess
The platform and strongest signal.
Next skill
The provider-specific shipper to invoke.
Then
Optional follow-up (usually
/enforcer).
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?