スキルライブラリ

開発を加速する事前構築ワークフローテンプレート

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

カスタムスキルを作成

シンプルなYAML設定で独自のスキルを構築

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

すべてのスキルを探索

コミュニティからスキルを閲覧してインストール

npm run ccjk:sync-officialnpm run links:audit