-
Notifications
You must be signed in to change notification settings - Fork 0
FirstPartyPacks
ClawDE ships 10 official packs maintained by the ClawDE team. Each pack installs memory files, automations, evals, and workflow recipes tailored for a specific language or workflow.
clawd pack install @clawde/rustAll official packs are available at registry.clawde.io.
Global Claude Instructions (GCI) framework. Installs memory templates for preferences, identity, and session protocol. For teams using the three-tier GCI instruction system.
clawd pack install @clawde/gciReact conventions, component naming, hook patterns, and test patterns. Automation: run Jest after each AI session.
clawd pack install @clawde/reactNext.js App Router patterns, server action conventions, ISR patterns. Automation: run pnpm build after each session.
clawd pack install @clawde/nextjsRust conventions, clippy rules, ? operator error handling, and cargo test automation. Automation: run cargo test and cargo clippy after each session.
clawd pack install @clawde/rustFlutter/Dart conventions, Riverpod patterns, widget testing rules. Automation: run flutter test and flutter analyze after each session.
clawd pack install @clawde/flutterPython type hints, pytest patterns, ruff lint rules. Automation: run pytest and mypy after each session.
clawd pack install @clawde/pythonTypeScript strict mode, zod schema patterns, Prettier config. Automation: run tsc --noEmit after each session.
clawd pack install @clawde/typescriptOWASP Top 10 eval cases, npm audit automation, secret scanning on file save.
clawd pack install @clawde/securityTDD workflow recipe, coverage threshold automation, test naming conventions, and test generation evals.
clawd pack install @clawde/testingConventional Commits format, feature-to-PR workflow recipe, branch naming conventions, commit message linting.
clawd pack install @clawde/git-flowEach pack may include any combination of:
| Component | Description |
|---|---|
memory/ |
Conventions and patterns loaded into AI context |
automations/ |
Triggers that run commands after sessions or on file save |
evals/ |
Test cases for evaluating AI code generation quality |
workflows/ |
Multi-step recipes for common development workflows |
See the Pack Format reference and publish to the registry with:
clawd pack publish ./my-pack/ClawDE · GitHub · MIT License
ClawDE
Getting started
Reference
- Architecture
- Daemon-Reference
- Folder-Structure
- Providers
- Multi-Account
- Security
- Features
- Features/Daemon
- Features/Session-Manager
- Features/Mode-System
- Features/Repo-Intelligence
- Features/Projects
- Features/Remote-Access
- Features/Desktop-App
- Features/Provider-Knowledge
- Features/Coding-Standards
- Roadmap
Branding
Contributing