zcc
A lightweight Claude Code framework to set up multi-agent workflows, common repetitive tasks, and manage long-running projects
File Explorer
- mode.md
- ticket.md
- zcc.md
- settings.local.json
- claude-code-review.yml
- claude.yml
- comprehensive-pr-review.md
- .metadata.json
- manifest.json
- systematic-debugging.md
- .metadata.json
- manifest.json
- technical-writer.md
- .metadata.json
- manifest.json
- react-specialist.md
- .metadata.json
- manifest.json
- full-stack-developer.md
- .metadata.json
- manifest.json
- acronym-expander.json
- git-context-loader.json
- project-overview.json
- zcc-routing.json
- acronym-expander.sh
- git-context-loader.sh
- project-overview.sh
- zcc-routing.sh
- ai-debt-maintainer.md
- architect.md
- autonomous-project-manager.md
- engineer.md
- reviewer.md
- debugging.manifest.json
- essentials.manifest.json
- list-modes.sh
- mode-switch.sh
- record-session.sh
- ticket-context.sh
- trust-policy.json
- trust-records.json
- trusted-sources.json
- openmemory-setup.md
- review.md
- summarize.md
- systematic-debugging.md
- acronyms.json
- config.json
- config.yaml
- file-registry.json
- file-registry.json.backup
- manifest.json
- packs.json
- sources.json
- API.md
- external-packs.md
- HOOKS_GUIDE.md
- QUICK_START.md
- TROUBLESHOOTING.md
- commit-tag-and-publish.sh
- prepare-release-context.sh
- build.js
- generate-metadata.js
- mode-switch.sh
- refactor-packs.sh
- test-metadata.js
- validate-dependencies.js
- execa.ts
- inquirer.ts
- tar.ts
- cli-help.test.ts
- acronym.test.ts
- config-validate.test.ts
- config.test.ts
- init.test.ts
- ticket-basic.test.ts
- ticket.test.ts
- acronym.ts
- config.ts
- doctor.ts
- hook.ts
- init.ts
- pack.ts
- search.ts
- source.ts
- ticket.ts
- BuiltinComponentProvider.test.ts
- commandGenerator.test.ts
- configManager.test.ts
- configSchema.test.ts
- context.test.ts
- contracts.test.ts
- customCommandsIntegration.test.ts
- directoryManager.test.ts
- fuzzyMatcher.test.ts
- interactiveSetup.test.ts
- logger.test.ts
- metadata.test.ts
- modeHeadingConformity.test.ts
- ScriptExecutor.test.ts
- SimpleCache.test.ts
- StarterPackManager.astgrep.test.ts
- StarterPackManager.test.ts
- ticketDetection.test.ts
- ticketManager.security.test.ts
- ticketManager.test.ts
- ZccCore-resolution.test.ts
- ZccCore.test.ts
- ZccScope.test.ts
- FileSystemAdapter.test.ts
- MockHttpAdapter.helper.ts
- FileSystemAdapter.ts
- HttpAdapter.ts
- index.ts
- MemoryFileSystemAdapter.ts
- NodeFileSystemAdapter.ts
- README.md
- HookManager.test.ts
- matchers.test.ts
- UserPromptSubmitHook.test.ts
- ZccRoutingHook.ts
- example-hooks.json
- FuzzyMatcher.ts
- KeywordMatcher.ts
- Hook.ts
- HookConfigLoader.ts
- HookExecutor.ts
- HookFileManager.ts
- HookManager.ts
- HookRegistry.ts
- HookValidator.ts
- NotificationHook.ts
- PermissionGenerator.ts
- PostToolUseHook.ts
- PreToolUseHook.ts
- SessionStartHook.ts
- types.ts
- UserPromptSubmitHook.ts
- FileRegistry.test.ts
- integration.test.ts
- PackInstaller.integration.test.ts
- PackInstaller.test.ts
- PackRegistry.test.ts
- PackSource.test.ts
- PackValidator.test.ts
- ToolDependencyChecker.test.ts
- FileRegistry.ts
- index.ts
- PackInstaller.ts
- PackRegistry.ts
- PackSource.ts
- PackValidator.ts
- ToolDependencyChecker.ts
- TrustManager.test.ts
- TrustManager.ts
- SourceRegistry.test.ts
- GitHubPackSource.ts
- RemotePackSource.ts
- SourceRegistry.ts
- testingUtilities.test.ts
- createTestFileSystem.ts
- fileSystemTestUtils.ts
- index.ts
- packs.ts
- starterPacks.ts
- componentValidator.test.ts
- filesystem.test.ts
- componentValidator.ts
- filesystem.ts
- BuiltinComponentProvider.ts
- commandGenerator.ts
- configManager.ts
- configSchema.ts
- constants.ts
- context.ts
- directoryManager.ts
- errors.ts
- fuzzyMatcher.ts
- globalInit.ts
- interactiveSetup.ts
- logger.ts
- packagePaths.ts
- ScriptExecutor.ts
- SimpleCache.ts
- StarterPackManager.ts
- ticketManager.ts
- ZccCore.ts
- ZccScope.ts
- tar.d.ts
- cli.ts
- code-archaeologist.md
- file-content-analyzer.md
- ast.md
- refactor.md
- semantic.md
- refactoring-specialist.md
- list-modes.sh
- mode-switch.sh
- record-session.sh
- ticket-context.sh
- safe-refactoring.md
- semantic-search.md
- manifest.json
- codex-assistant.md
- codex-knowledge-loader.json
- codex-knowledge-loader.sh
- manifest.json
- claude-code-research.md
- session-summarizer.md
- ticket-finder.md
- acronym-expander.json
- git-context-loader.json
- project-overview.json
- zcc-routing.json
- acronym-expander.sh
- git-context-loader.sh
- project-overview.sh
- zcc-routing.sh
- ai-debt-maintainer.md
- architect.md
- autonomous-project-manager.md
- engineer.md
- reviewer.md
- list-modes.sh
- mode-switch.sh
- record-session.sh
- ticket-context.sh
- openmemory-setup.md
- review.md
- summarize.md
- manifest.json
- metadata.json
- schema.json
- settings.toml
- .gitignore
- package.json
- .gitignore
- .npmignore
- CHANGELOG.md
- CLAUDE.md
- CONTRIBUTING.md
- Design.md
- jest.config.js
- LICENSE
- package-lock.json
- package.json
- PUBLISHING.md
- README.md
- tsconfig.json
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
node
View Details ▼
node
Server-side JavaScript platform (Node.js).
node {{path/to/file}}
Run a JavaScript file:
node
Start a REPL (interactive shell):
node --watch {{path/to/file}}
Execute the specified file restarting the process when an imported file is changed (requires Node.js version 18.11+):
npm install
View Details ▼
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
npm run
View Details ▼
npm run
Run a script.
npm run
List available scripts:
npm run {{script_name}}
Run a script:
npm run {{script_name}} -- {{argument}} {{--option}}
Pass arguments to a script:
npx
View Details ▼
npx
This command is an alias of `npm exec`.
tldr npm exec
View documentation for the original command:
# Project Badges
-
npm version Visit
