Principles for writing code with focus and clarity, designed as a Claude Code plugin.
Zazen (座禅) means "seated meditation" in Japanese. Like the practice of sitting in focused awareness, Zazen helps developers write code with mindfulness - clear structure, proper naming, and zen-like simplicity.
Zazen provides universal principles that apply to any programming language - the foundational practices for clean, maintainable code.
bash -c "$(curl -fsSL https://raw.githubusercontent.com/daviguides/zazen/main/install.sh)"
Just as Zen practitioners seek clarity through seated meditation, this plugin defines the principles of mindful coding: structure, naming, and simplicity that bring peace to any codebase.
"In the beginner's mind there are many possibilities, but in the expert's there are few." — Shunryu Suzuki
| Principle | Zen Virtue | Purpose |
|---|---|---|
| Clear Structure | Form (形) | Logical organization; every piece in its place |
| Proper Naming | Truth (真) | Names reveal intent; self-documenting code |
| Zen Simplicity | Emptiness (空) | Remove the unnecessary; embrace minimalism |
| Error Clarity | Awareness (覚) | Handle errors with grace; fail meaningfully |
Zazen is the meditation from which specialized practices emerge:
| Plugin | Philosophy | Focus |
|---|---|---|
| zazen | Zen (座禅) | Universal principles (any language) |
| shodo | Calligraphy (書道) | Python standards |
| kinhin | Walking meditation (経行) | TDD practices |
| arche | Greek (ἀρχή) | LLM behavioral principles |
┌────────┐
│ zazen │ ← Universal principles
└───┬────┘
│
┌───────┼───────┐
▼ ▼ ▼
┌───────┐ ┌───────┐ ┌────────┐
│ shodo │ │kinhin │ │ kyudo │
└───────┘ └───────┘ └────────┘
Python TDD Actions
zazen/
├── spec/ # Normative specifications
│ ├── universal/ # Language-agnostic principles
│ └── principles/ # Zen principles
├── context/ # Applied examples
│ ├── guides/ # Implementation guides
│ └── checklists/ # Verification checklists
├── prompts/ # Workflow orchestrators
├── commands/ # User-facing commands
└── skills/ # Skill definitions
/zazen:load # Load zen principles
MIT License
"Before enlightenment, chop wood, carry water. After enlightenment, chop wood, carry water." — Zen proverb
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub daviguides/claude-marketplace --plugin zazenShodō (書道) - The Way of Python Calligraphy
Essential behavioral principles for Claude Code
A multi-spectrum research context architecture for deep technical investigation.
The philosophy of the Samurai applied to software development. Injects the seven virtues (義 Righteousness, 勇 Courage, 仁 Compassion, 礼 Respect, 誠 Honesty, 名誉 Honor, 忠義 Loyalty) to guide agent behavior. Requires core for infrastructure.
Professional coding assistant principles inspired by Uncle Bob
In-context coding tutor for Claude Code. Learn from your real project with explanations, quizzes, diagnostics, and belt-based progression — locally and privately.
Mindful AI coding framework — discipline over cleverness. Skill + 21 slash commands + 8 specialist agents + 5 runtime hooks + 15 default checklists + Master Orchestrator + Gravity hub. Works on any model tier (Opus/Sonnet/Haiku). Integrates Claude Design for visual work.
Verification-first engineering toolkit for Claude Code. 15 skills across a 5-phase spine (Investigate → Design → Implement → Verify → Ship), 8 specialist agents, an interactive setup wizard. Every skill has rationalizations + evidence requirements. Built for senior ICs and tech leads.
Enhances code agents with Go best practices covering performance, modern syntax, generics, patterns, testing, error handling, and concurrency.