Skills Library
Pre-built workflow templates to accelerate your development
Onboarding
Interactive setupUse the official entry point to detect your project and open the command hub.
npx ccjkSilent setupStandardize CI or bulk-machine setup with the current official automation path.
export ANTHROPIC_API_KEY="sk-ant-..." && npx ccjk init --silentWorkspace optimizeApply the next-step environment optimization after onboarding.
npx ccjk boostEnvironment
Permission presetApply a safer, repeatable permission profile instead of hand-tuning every machine.
ccjk zc --preset devPersistent memoryKeep long-term project context available across sessions.
ccjk memoryRemote controlExtend the environment across devices and remote workflows.
ccjk remote setupAutomation
Agent TeamsEnable parallel work for larger delivery tasks.
ccjk agent-teams --onMCP installInstall MCP services without manual config sprawl.
ccjk mcp install filesystem puppeteer postgresBrowser automationRun browser workflows as part of your coding environment.
ccjk browser start https://example.comProvider Intelligence
Official-source baselineCheck whether a provider page is built from real first-party sources.
Open provider detail pageOperating modelClassify whether a provider is first-party, aggregator, relay, or resale channel.
Review operating model sectionConfig exportExport 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 syncRefresh npm, release, and README facts from upstream sources.
npm run ccjk:sync-officialLink auditCatch broken or legacy internal links before publishing.
npm run links:auditProduction buildVerify that content, routing, and metadata still render cleanly.
npm run buildCreate Custom Skills
Build your own skills with simple YAML configuration
goal: Help the user decide and execute
stage: provider-evaluation
inputs:
- official sources
- operating model
- integration recommendation
outputs:
- verdict
- next action
- safe config export pathStart from the official docs + snapshot flowExplore All Skills
Browse and install skills from the community
npm run ccjk:sync-officialnpm run links:audit