Usage & Features
Chain Hub Pro
Early-access Pro license, account sign-in, Brain, Design System, and installing the Pro skill pack.
On this page
Chain Hub Pro is an optional add-on on top of the open-source hub. Your library still lives in one place — ~/chain-hub — with no second copy of skills on disk. Pro unlocks Brain (Memory + Pipeline), adds a private skill pack (design, shipping, and stack workflows), and extends Design System with Pro presets and generators.
See the Pro overview for pricing and early-access requests. This page covers activation, pack inventory, and what changes in the local dashboard. For magic-link sign-in and device management, see Account.
Three steps after purchase or approval
A license key alone does not install skills. Follow all three steps:
- Get your key — Checkout, beta approval, or Account after sign-in. Copy the
CHAIN-…key from the dashboard or welcome email. - Activate — Registers the license locally and unlocks Brain in the hub.
- Install pack — Downloads Pro skills, agents, workflows, and rules into
~/chain-hubwhile the license is active.
In chain hub: paste the key under Settings → Pro, confirm status, then use Install Chain Hub Pro pack on the Dashboard.
Early access: During beta, request access on Chain Hub Pro. After approval, sign in at Account to copy your key — skills are not installed until you activate and run install-pack.
What Pro adds in the hub
The sidebar groups Pro routes under a Pro label (after Workflows):
| Route | Without Pro | With active license |
|---|---|---|
#brain | Locked — upsell to activate | Memory tab (global + workspace rules) and Pipeline tab (capture → reflect → approve → apply) |
#design-system | Free presets, blank system, JSON import, full token/typography editor | Same, plus Generate with AI, Random system, and Pro presets |
Design System is not fully gated: you can build and export design tokens without Pro. Pro-only actions show an inline upsell when inactive.
Brain requires an active license. The open-source hub still includes chain capture and local learnings files; distillation and the approval UI live behind Pro.
Pro pack inventory
After chain pro install-pack, the pack delivers 44 skills, 15 agents, 19 workflows, and 1 team rule (pack 0.16.1) — structured playbooks with reference files and smoke prompts, from design direction through modern stack build to ship gates.
Full inventory for pack 0.16.1 (44 skills, 15 agents, 19 workflows, 1 team rule). Newer releases may add or rename slugs — run chain pro refresh-pack and chain list after upgrade.
Product routing & growth
| Skill | Summary |
|---|---|
| digital-product-lead | Route blog, marketing site, web app, or design-system work to the right stack and skill sequence. |
| content-architecture-adviser | IA direction — site inventory, navigation, URLs, entity naming. |
| content-architecture-adviser-specialist | Execution layer for IA direction with bundled datasets and handoff prompts. |
| growth-adviser | Conversion direction — page patterns, objections, CTAs, headlines. |
| growth-adviser-specialist | Execution layer for growth direction with severity-based anti-pattern checks. |
| onboarding-adviser | Activation direction — aha moments, empty states, onboarding metrics. |
| onboarding-adviser-specialist | Execution layer for onboarding direction with UI/copy handoffs. |
| web-copywriter-branche | Sector-aware web copy — headlines, CTAs, scannable structure. |
Design & UI
| Skill | Summary |
|---|---|
| design-adviser | Industry-aware UI direction — style, palette, typography, anti-patterns. |
| design-adviser-specialist | Execution layer for design direction with curated CSV datasets. |
| design-studio | Four-question wizard → `.chain/design/profile.json`. |
| design-studio-apply | Patch Tailwind @theme / shadcn CSS from profile.json. |
| ui-ux-designer | Senior UI implementation with design rationale and companion routing. |
| shadcn-ui | Accessible primitives, CSS variable theming, local component conventions. |
| tailwind-css | Tailwind v4 — @theme tokens, utilities, responsive layout. |
| verifying-responsiveness | Viewport matrix, overflow detection, touch targets. |
Modern stack
| Skill | Summary |
|---|---|
| astro | Content collections, islands, hybrid SSR — Context7 for live Astro APIs. |
| next-js-app | App Router, Server Components default, fetch caching. |
| react-patterns | React 19 composition, server/client boundaries, performance. |
Ship gates & quality
| Skill | Summary |
|---|---|
| code-review-and-quality | Five-axis merge-gate review — correctness, readability, security, performance, tests. |
| code-review-specialist | Pro merge-gate review with change sizing and ship verdict. |
| security-pass | Auth, secrets, input validation, dependencies before merge. |
| security-adviser | Threat surfaces, auth patterns, input boundaries. |
| security-adviser-specialist | Execution layer for security direction with threat datasets. |
| performance-pass | Core Web Vitals, bundle weight, hot paths — measure first. |
| performance-optimization | Profile, fix bottlenecks, verify, guard regressions. |
| maintainability-pass | Readability, naming, dead code, project rule compliance. |
| architecture-pass | DRY, modularity, layer boundaries, shallow modules. |
| api-contract-review | REST/GraphQL/CLI contract breaking-change review. |
| testing-strategy | Test pyramid balance, coverage gaps by risk, prioritized plan. |
| testing-execution | Unit and E2E tests — TDD, Arrange-Act-Assert, mocks. |
| release-checklist | Pre-release semver, changelog, CI, npm pack smoke, docs. |
Refactor & architecture
| Skill | Summary |
|---|---|
| finding-refactor-candidates | Exhaustive in-scope file matrix and wave plan. |
| improve-codebase-architecture | Depth/seam vocabulary for structural refactors. |
| refactor | Safe refactors — readability and DRY without behavior change. |
| refactor-specialist | Specialist execution for maintainability refactors. |
Workflows, agents & docs
| Skill | Summary |
|---|---|
| agent-teams-specialist | Parallel agents with explicit ownership and dependencies. |
| bug-fix-specialist | Reproduce, root cause, failing-test-first fixes. |
| commit-specialist | Conventional commits, verification summary. |
| documentation-specialist | API docs, READMEs, changelogs, architecture docs. |
| generate-tasks-specialist | PRD/spec → dependency-ordered task trees. |
| prompt-engineering-specialist | Structured prompts and multi-agent spawn blocks. |
| reflect-specialist | Reflection loops → concrete skill and rule improvements. |
| write-github-issue-specialist | Structured GitHub issues with acceptance criteria. |
Agents (15)
code-reviewer · design-adviser · release-captain · ui-ux-designer · workflow-agent-teams · workflow-bug-fix · workflow-commit · workflow-generate-tasks · workflow-pre-merge-review · workflow-prompt-engineering · workflow-quality-audit · workflow-refactor · workflow-reflect · workflow-security-audit · workflow-write-github-issue
Workflows (19)
workflow-agent-teams · workflow-bug-fix · workflow-commit · workflow-create-prd · workflow-generate-tasks · workflow-onboarding · workflow-pre-merge-review · workflow-pro-pack-sync-validate · workflow-pro-pre-release · workflow-prompt-engineering · workflow-quality-audit · workflow-refactor · workflow-refactor-prd · workflow-reflect · workflow-sdd-review · workflow-sdd-spec · workflow-sdd-task · workflow-security-audit · workflow-write-github-issue
Rules (1)
pro-team-standards — synced team standards under ~/chain-hub/rules/ after install.
Refresh and delivery
- Refresh pack:
chain pro refresh-packorchain updatewhen the pack is registered inskills-registry.yaml - HTTPS delivery (default): manifest + tarball from the configured release host (for example
packages.chainhub.one/pro-pack/) — no GitHub collaborator invite - Override manifest URL:
chain config set pro_pack_manifest_url <url> - Legacy GitHub delivery: private
chain-hub-prorepo +chain add github:<org>/chain-hub-pro --pack(requiresgh auth loginorGITHUB_TOKEN)
CLI reference
| Command | Purpose |
|---|---|
chain pro activate <key> | Register license locally; unlock Brain |
chain pro status | Show active/inactive state and device registration |
chain pro deactivate | Remove local license registration |
chain pro install-pack | Download and install Pro content (license must be active) |
chain pro refresh-pack | Re-fetch pack artifacts for the installed version |
Maintainers issue keys via the license API or chain pro issue-key — see Troubleshooting for verification errors.