Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub os-tack/fcp --plugin fcpHow this skill is triggered — by the user, by Claude, or both
Slash command
/fcp:setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Check for required FCP dependencies and install any that are missing.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Breaks plans, specs, or PRDs into thin vertical-slice issues on the project issue tracker using tracer bullets. Useful for converting high-level work into grabbable implementation tickets.
Share bugs, ideas, or general feedback.
Check for required FCP dependencies and install any that are missing.
Check dependencies — run each check and collect results:
| Dependency | Check command | Needed for |
|---|---|---|
node | node --version | drawio |
uv | uv --version | midi, sheets, slides |
fcp-terraform | fcp-terraform --version | terraform |
Report status — show a table of what's installed and what's missing. If everything is present, say so and stop.
Install missing dependencies — for each missing dependency, offer to install it:
curl -LsSf https://astral.sh/uv/install.sh | shcurl -LsSf https://github.com/os-tack/fcp-terraform/releases/latest/download/install.sh | shAsk the user which missing dependencies they want to install. Install the selected ones.
Verify MCP servers — for each newly installed dependency, verify the MCP server can start:
npx -y @ostk-ai/fcp-drawio --help (or similar smoke test)uvx --refresh-package fcp-midi --python 3.13 fcp-midi --helpuvx --refresh-package fcp-sheets --python 3.13 fcp-sheets --helpfcp-terraform --helpSummary — report final status of all dependencies.