infra
v0.5.6Webアプリのインフラを対話的に一括セットアップするプラグイン。Vercel + Supabase + GitHub Actions構成で、local/staging/prod の4環境を構築する(`/infra-setup`)。開発形態×プロダクトステージの2軸で CI/CD の重さを変える省エネ設計(pre-release は deploy-on-merge 最短経路、released は軽量 PR CI + 週次フル + デプロイ前 preflight)。既存 supabase-project-setup スキルを統合。
By Oratta0 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 28, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install infra@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/oratta/claude-harnessClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/infra/.
Plugin files
├── .claude-plugin/plugin.json└── skills/infra-setup/SKILL.md
Included Skills1
新規/既存 Web アプリに Vercel + Supabase + GitHub Actions のデプロイ基盤を 5 フェーズで一括構築する。「インフラを構築」「デプロイ環境を作って」「Vercel と Supabase のセットアップ」「本番デプロイ環境を用意して」で起動。
Plugin manifests1
{
"name": "infra",
"version": "0.5.6",
"description": "Webアプリのインフラを対話的に一括セットアップするプラグイン。Vercel + Supabase + GitHub Actions構成で、local/staging/prod の4環境を構築する(`/infra-setup`)。開発形態×プロダクトステージの2軸で CI/CD の重さを変える省エネ設計(pre-release は deploy-on-merge 最短経路、released は軽量 PR CI + 週次フル + デプロイ前 preflight)。既存 supabase-project-setup スキルを統合。",
"author": {
"name": "Oratta"
},
"skills": [
"./skills/infra-setup"
],
"commands": [
"./commands/infra-setup.md"
],
"agents": [
"./agents/infra-phase-1-hearing.md",
"./agents/infra-phase-2-supabase.md",
"./agents/infra-phase-3-vercel.md",
"./agents/infra-phase-4-github-actions.md",
"./agents/infra-phase-5-finalize.md"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[infra on Agent Plugins Marketplace](https://pluginsmp.com/plugins/infra)