Claude Code skills for the Facets Cloud platform. Two plugins available — choose based on your workflow.
| Plugin | Approach | Best for |
|---|---|---|
| facets-plugin-v2 | Natural language — describe what you want | Anyone, no CLI knowledge needed |
| facets-plugin | CLI-oriented — direct Raptor commands | Platform engineers who want fine-grained control |
# Add the marketplace (one-time)
/plugin marketplace add Facets-cloud/claude-plugin
# Install v2 (recommended) — natural language interface
/plugin install facets-plugin-v2@facets-marketplace
# OR install v1 — CLI-oriented interface
/plugin install facets-plugin@facets-marketplaceBoth plugins can be installed side-by-side.
MIT