Usage & Features
Adding Knowledge
On this page
Chain Hub supports registry skills, GitHub packs, and content you author in the hub.
Skills
- Protected core (14): Hub operations skills ship under
core/skills/on everychain init. They cover setup, validation, sync, Learn, registry hygiene, and more. - Authoring pack (9, optional):
chain init --with-authoringor install individual slugs withchain add. Removable withchain remove. - Registry & marketplace:
chain add <slug>copies from the generatedregistry/index.yaml. Usechain searchto discover slugs. - GitHub packs:
chain add github:owner/repo --packregisters skills under thepacksbucket and refreshes together onchain update. Protected core slugs in a pack are skipped automatically. - Manual copies & editor sync: If a skill folder lands in
skills/withoutchain add, runchain setuporchain validate --fix— Chain Hub registers it inskills-registry.yamlso the dashboard shows the correct bucket (Personal or Community), not Unknown.
Deactivation
If you want to temporarily hide certain skills, rules, or entire packs from your IDE adapters without deleting them, you can deactivate them.
- Deactivating an asset renames its folder to
.deactivated-<slug>(for skills) on your filesystem and registers the state inskills-registry.yaml. - The CLI automatically skips creating symlinks for any deactivated content during
chain setup. - You can toggle activation status at any time from the asset’s detail page or pack card in the dashboard.
Private repositories: Set GITHUB_TOKEN or GH_TOKEN, or run gh auth login, before installing packs from private GitHub repositories.
Chain Hub Pro pack
Purchasing Solo or Team Pro gives you a Hub Pro license — it does not copy skills onto disk automatically. The pack layers onto your existing hub: design direction, shipping checklists, stack workflows, and Brain in the dashboard — one library, no duplicate tree.
You need three steps:
- Purchase or request access — Checkout or early-access request; copy your
CHAIN-…key from Account or your welcome email after approval. See Account docs. - Activate — Unlock Brain (Memory + Pipeline) with an active license.
- Install pack — Download skills, agents, workflows, and rules into
~/chain-hubwhile the license is active.
In chain hub, paste your key under Settings → Pro, then use Install Chain Hub Pro pack on the Dashboard or the same Settings section when Pro is active.
Refresh an installed pack with chain pro refresh-pack or chain update (when the pack is registered in skills-registry.yaml).
HTTPS artifact delivery (default when configured): the CLI downloads manifest.json and a versioned tarball from a release host (for example packages.chainhub.one/pro-pack/). No GitHub collaborator invite required. Maintainers can override with chain config set pro_pack_manifest_url <url>.
Legacy GitHub delivery: private chain-hub-pro repo collaborator plus chain add github:<org>/chain-hub-pro --pack (requires gh auth login or GITHUB_TOKEN).
See Chain Hub Pro for account sign-in, Design System tiers, and CLI reference. Marketing overview: chainhub.one/pro.
Other content types
- Workflows —
~/chain-hub/workflows/orchain workflows new <slug> --content "…". - Rules —
~/chain-hub/rules/orchain rules new <slug> --content "…". - Agents —
~/chain-hub/agents/orchain agents new <slug> --content "…".
Tip: After adding files or installing skills, run chain setup so editors pick up symlinks, then chain validate to confirm registry and layout integrity.