Claude Code plugins for scaffolding and developing QuickDapp projects.
Add this marketplace to Claude Code:
/plugin marketplace add QuickDapp/llm-plugins
Install the plugin:
/plugin install quickdapp@quickdapp-plugins
Scaffold a new QuickDapp project interactively.
/quickdapp:create-project
Prompts for folder name, variant (base or web3), and package runner (bunx or npx), then runs the CLI and displays next steps.
Automatically activated when writing code in a QuickDapp project. Ensures adherence to project conventions by:
- Reading project
CLAUDE.mdfor conventions - Fetching version-specific documentation from quickdapp.xyz
- Enforcing TypeScript, DrizzleORM, GraphQL schema-first, React named exports, and other conventions
- Detecting Web3 variant and applying additional conventions
- Flagging convention violations before proceeding
Activated when modifying a QuickDapp project's CLAUDE.md. Protects QuickDapp-specific instructions by:
- Identifying and preserving QuickDapp sections (Overview, Documentation, CLI Commands, Coding Guidelines, Web3)
- Adding user instructions in clearly separated sections
- Detecting conflicts between user requests and QuickDapp conventions
- Asking the user which should take precedence on conflict
MIT