Skills Library

Pre-built workflow templates to accelerate your development

15 structured operating patterns
๐Ÿ’ป

Onboarding

Interactive setup

Use the official entry point to detect your project and open the command hub.

npx ccjk
Silent setup

Standardize CI or bulk-machine setup with the current official automation path.

export ANTHROPIC_API_KEY="sk-ant-..." && npx ccjk init --silent
Workspace optimize

Apply the next-step environment optimization after onboarding.

npx ccjk boost
๐Ÿงช

Environment

Permission preset

Apply a safer, repeatable permission profile instead of hand-tuning every machine.

ccjk zc --preset dev
Persistent memory

Keep long-term project context available across sessions.

ccjk memory
Remote control

Extend the environment across devices and remote workflows.

ccjk remote setup
๐Ÿ“

Automation

Agent Teams

Enable parallel work for larger delivery tasks.

ccjk agent-teams --on
MCP install

Install MCP services without manual config sprawl.

ccjk mcp install filesystem puppeteer postgres
Browser automation

Run browser workflows as part of your coding environment.

ccjk browser start https://example.com
๐Ÿš€

Provider Intelligence

Official-source baseline

Check whether a provider page is built from real first-party sources.

Open provider detail page
Operating model

Classify whether a provider is first-party, aggregator, relay, or resale channel.

Review operating model section
Config export

Export env/curl/OpenAI-compatible templates only after the integration verdict is clear.

curl -fsSL "https://www.claudehome.cn/api/providers/<slug>/config?format=env"
๐Ÿ”’

Content Operations

Official snapshot sync

Refresh npm, release, and README facts from upstream sources.

npm run ccjk:sync-official
Link audit

Catch broken or legacy internal links before publishing.

npm run links:audit
Production build

Verify that content, routing, and metadata still render cleanly.

npm run build

Create Custom Skills

Build your own skills with simple YAML configuration

Skill content template
goal: Help the user decide and execute
stage: provider-evaluation
inputs:
  - official sources
  - operating model
  - integration recommendation
outputs:
  - verdict
  - next action
  - safe config export path
Start from the official docs + snapshot flow

Explore All Skills

Browse and install skills from the community

npm run ccjk:sync-officialnpm run links:audit