mindfulness-mentor
NewGuides developers through mindfulness exercises and stress-reduction techniques. Use when taking a break, feeling overwhelmed, debugging frustration, or needing to refocus during a coding session.
Overview
     
A community marketplace of Claude Code plugins for productivity, code quality, and developer workflows.
Discover, install, and share plugins that enhance your Claude Code experience. From CLAUDE.md optimization to custom workflows - find the tools you need in one place.
Table of Contents
- claude-md-optimizer - DevOps skill plugins (iac, kubernetes, cicd, cloud-platform, diagramming) - digitalocean-skills - setup-project-skills - mindfulness-mentor - cloudflare - vercel-react-skills
Why Use Claude Registry?
- •Curated Collection: Quality plugins reviewed and organized for easy discovery
- •One-Command Install: Add the marketplace once, install any plugin instantly
- •Community Driven: Open-source plugins from the Claude Code community
- •Best Practices: All plugins follow Claude Code plugin standards
Quick Start
Add this marketplace to Claude Code and start installing plugins:
# Add the marketplace
/plugin marketplace add Goodsmileduck/claude-registry
# Install any plugin
/plugin install claude-md-optimizer@claude-registryAvailable Plugins
claude-md-optimizer
Analyzes and optimizes CLAUDE.md files following Anthropic's official best practices.
| Feature | Description |
|---|---|
| Audit | Check existing CLAUDE.md against best practices checklist |
| Identify | Find anti-patterns and security issues |
| Recommend | Generate optimization recommendations |
| Score | Rate your configuration (1-10 scale) |
| Apply | Automatically apply improvements or suggest changes |
Install:
/plugin install claude-md-optimizer@claude-registryUsage:
/claude-md-optimizerDevOps skill plugins
The DevOps skills are split into five focused plugins. Many ship stdlib Python validators (no dependencies). Install only what a project needs.
`iac-skills` — Infrastructure-as-code.
| Skill | Covers |
|---|---|
terraform-workflows | Plan review, drift, state surgery (mv/rm/import), provider upgrades |
terragrunt-workflows | CLI-redesign migration, config composition, run --all, stacks |
cloud-storage-identification | Identify S3-compatible object-storage providers |
`kubernetes-skills` — Kubernetes operations & GitOps.
| Skill | Covers |
|---|---|
kubernetes-operations | Pod/workload debugging |
kubernetes-operators | CRD design, reconcile-loop linting, OperatorHub audit |
argocd-operations | ApplicationSets, GitOps posture |
docker-workflows | Dockerfile static analysis, Compose validation |
`cicd-skills` — CI/CD pipelines.
| Skill | Covers |
|---|---|
github-actions-pipelines | OIDC, permissions hardening, reusable workflows, pull_request_target security |
aws-codepipeline-codebuild | Pipeline v1/v2, CodeStar Connections, buildspec, IAM roles, ECR/VPC builds |
`cloud-platform-skills` — Cloud provider operations.
| Skill | Covers |
|---|---|
gcp-iam | Inheritance, impersonation |
aws-cost-investigation | Cost Explorer + CUR, anomaly detection, Savings Plans vs RIs |
cloudflare-dns-zones | DNS records via REST |
cloudflare-workers | Workers/wrangler configuration, bindings |
cloudflare-cf-cli | The cf unified CLI (preview) |
cloudflare-access-mcp | Zero Trust Access for remote MCP servers |
`diagramming-skills` — drawio-diagramming: native .drawio generation, draw.io MCP servers, and an architecture/HLA method for infra & Kubernetes topology.
Install (example):
/plugin install kubernetes-skills@claude-registryTriggers: "terraform plan", "terragrunt", "kubectl", "CRD / operator", "Dockerfile", "ArgoCD", "GCP IAM", "GitHub Actions OIDC", "CodePipeline", "AWS cost", "Cloudflare DNS / Workers", "draw.io diagram"
digitalocean-skills
DigitalOcean operations skills. Three skills: digitalocean-dns-zones (DNS management), digitalocean-app-platform (App Platform spec linter), and digitalocean-registry-cleanup (Container Registry hygiene).
`digitalocean-dns-zones` — managing DNS via doctl, the DigitalOcean API v2, and the digitalocean Terraform provider.
| Feature | Description |
|---|---|
| Record CRUD | doctl + Terraform record management; @ for apex, list-then-act idempotency |
| Apex CNAME trap | Warns DO has no apex CNAME or flattening — the #1 Cloudflare-migration mistake |
| TF linter | Stdlib do_dns_tf_lint.py flags apex CNAMEs and dotless CNAME/MX values |
| Wildcard certs | DNS-01 ACME via cert-manager's DO solver or lego/acme.sh |
| Delegation | Nameserver setup and record-by-record zone migration |
`digitalocean-app-platform` — lints App Platform app specs (app.yaml, doctl apps spec JSON, digitalocean_app Terraform).
| Feature | Description |
|---|---|
| Secret checks | Flags plaintext secrets in env values; warns on build-scoped secrets |
| Reliability checks | Detects single-instance services, missing health checks, dev databases in production |
| Correctness checks | Port mismatches, overlapping ingress routes, conflicting git/image sources, deprecated routes |
| Sizing checks | Unknown instance size slugs, app/database region mismatch |
`digitalocean-registry-cleanup` — analyze and clean DigitalOcean Container Registry images (requires doctl).
| Feature | Description |
|---|---|
| Analyze | List all repos with tag counts, dates, and latest tags |
| Clean | Delete old tags, keep newest N per repo |
| Dry Run | Preview what would be deleted before executing |
| Stale | Find repos not updated in N months |
| GC | Trigger garbage collection to reclaim storage |
Install:
/plugin install digitalocean-skills@claude-registryTriggers: "DigitalOcean DNS", "doctl domain records", "digitalocean_record", "apex CNAME on DO", "wildcard cert DigitalOcean", "DigitalOcean App Platform", "app.yaml", "doctl apps", "digitalocean_app", "app spec lint", "clean registry", "delete old images", "registry cleanup"
setup-project-skills
Installs skills from a user-curated manifest (~/.claude/skill-manifest.json) into a project's .claude/skills/ — symlinks local skills, runs npx skills add for third-party ones, and advises /plugin install for native Claude plugins. Can scan the project for trigger files (Dockerfile, wrangler.jsonc, *.tf, …) and pre-select recommended matches. Ships a starter skill-manifest.example.json.
Install:
/plugin install setup-project-skills@claude-registryTriggers: "set up skills in this project", "add a skill I curated", "bootstrap a freshly cloned repo with my toolbox"
mindfulness-mentor
Guides developers through mindfulness exercises and stress-reduction techniques.
Install:
/plugin install mindfulness-mentor@claude-registryTriggers: "taking a break", "feeling overwhelmed", "debugging frustration", "need to refocus"
cloudflare
Curated upstream — Cloudflare's official platform skills: Workers, Pages, KV/D1/R2, Workers AI, Vectorize, Agents SDK, Tunnel, Spectrum, WAF, DDoS, Terraform, and Pulumi. Includes the wrangler, agents-sdk, durable-objects, sandbox-sdk, web-perf, building-mcp-server-on-cloudflare, building-ai-agent-on-cloudflare, and cloudflare-email-service skills.
Install:
/plugin install cloudflare@claude-registryTriggers: "Cloudflare Workers", "wrangler", "Durable Objects", "KV / D1 / R2", "Workers AI", "Cloudflare email"
vercel-react-skills
Curated upstream — Vercel-Labs React/Next.js skills: performance best practices, composition patterns (compound components, render props), and React Native / Expo conventions for mobile.
Install:
/plugin install vercel-react-skills@claude-registryTriggers: "React performance", "Next.js best practices", "compound components", "React Native / Expo"
Installation
Option 1: Marketplace Install (Recommended)
Add the marketplace to access all plugins:
/plugin marketplace add Goodsmileduck/claude-registryThen install any plugin from the registry:
/plugin install <plugin-name>@claude-registryOption 2: Local Path
For development or offline use:
# Clone the repository
git clone https://github.com/Goodsmileduck/claude-registry.git
# Add marketplace from local path
/plugin marketplace add /path/to/claude-registryRepository Structure
claude-registry/
├── .claude-plugin/
│ ├── plugin.json # Root plugin manifest
│ └── marketplace.json # Marketplace definition (authoritative plugin list)
├── .github/workflows/
│ └── skills-ci.yml # CI: best-practices lint + script security audit on every PR
├── scripts/
│ ├── lint_skills.py # Stdlib best-practices linter (frontmatter, naming, manifests)
│ └── audit_skill_scripts.py # Stdlib AST audit for code-execution risks in skill scripts
└── plugins/
├── claude-md-optimizer/ # CLAUDE.md auditing & optimization
├── iac-skills/ # Terraform, Terragrunt, storage identification
├── kubernetes-skills/ # k8s ops, operators, ArgoCD, Docker
├── cicd-skills/ # GitHub Actions, AWS CodePipeline/CodeBuild
├── cloud-platform-skills/ # GCP IAM, AWS cost, Cloudflare platform
├── diagramming-skills/ # draw.io architecture diagrams
├── digitalocean-skills/ # DigitalOcean DNS, App Platform linter, registry cleanup
├── setup-project-skills/ # Install curated skills into a project
├── mindfulness-mentor/ # Developer mindfulness exercises
├── cloudflare/ # Curated upstream: Cloudflare platform skills
└── vercel-react-skills/ # Curated upstream: Vercel React/Next.js skills
# Each plugins/<name>/ contains:
# .claude-plugin/plugin.json — plugin manifest
# skills/<skill>/SKILL.md — one or more skills (+ optional references/, scripts/, evals/)Contributing
Contributions are welcome! If you have a plugin idea or want to share your workflows:
- Fork the repository
- Create your plugin in
plugins/your-plugin-name/ - Add proper
.claude-plugin/plugin.jsonmanifest - Add entry to
.claude-plugin/marketplace.json - Submit a Pull Request
Every PR runs skills-ci, which lints skills against the authoring rules (frontmatter, naming, manifest consistency) and audits skill scripts for code-execution risks. Run the checks locally first:
python3 scripts/lint_skills.py # best-practices lint
python3 scripts/audit_skill_scripts.py # script security auditPlugin Requirements
| Requirement | Description |
|---|---|
| Manifest | Must have .claude-plugin/plugin.json with name, description, and version |
| Naming | Follow kebab-case naming convention |
| Description | Include useful description and keywords |
| Testing | Test your plugin locally before submitting |
License
MIT License
Author
Maintained by Stanislav Serebrennikov — @Goodsmileduck.
Contributions and plugin submissions are welcome; see Contributing.
Found this useful? Star the repo and help others discover Claude Code plugins!

Install & Usage
mkdir -p .claude/skillsmkdir -p .claude/skills && curl -o .claude/skills/mindfulness-mentor.md https://raw.githubusercontent.com/Goodsmileduck/claude-registry/main/SKILL.md/mindfulness-mentorFrequently Asked Questions
What is mindfulness-mentor?
Guides developers through mindfulness exercises and stress-reduction techniques. Use when taking a break, feeling overwhelmed, debugging frustration, or needing to refocus during a coding session.
How to install mindfulness-mentor?
To install mindfulness-mentor, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /mindfulness-mentor.
What is mindfulness-mentor best for?
mindfulness-mentor is a community categorized under General. It is designed for: rust, mindfulness, stress-reduction, wellness, developer-wellness, breaks, meditation, focus. Created by Stanislav Serebrennikov.