Marketplace & Plugins¶
The Sartiq Marketplace bundles 31 skills, 5 agents, 4 MCP servers, 2 LSP servers, and 2 hooks into four installable plugins. Most developers only need one command to get started: /plugin install sq-dev@sartiq-marketplace.
Extension Hierarchy¶
| Extension Type | Purpose | Determinism |
|---|---|---|
| Skills | Teach Claude how to do tasks | Model-invoked (Claude decides when) |
| Plugins | Bundle skills, agents, hooks, MCPs | Mixed |
| Hooks | Automated shell commands | Fully deterministic |
| MCPs | Connect to external tools/APIs | Tool-based |
Key insight: Skills teach Claude how, MCPs give Claude access, and Hooks guarantee execution.
Guides¶
- Marketplace Overview — Plugin catalog, role-based recommendations, environment tokens, contributing
- Using Skills — How skills work, invocation methods, debugging
- Creating Extensions — Build your own SKILL.md, test and publish to the marketplace
- Code Review Pipeline — The multi-dimensional review system in sq-dev (
full-review,code-check,code-review,simplify-review)