By zeulewan
Create new Claude Code skills with proper structure and best practices
Personal Claude Code plugin marketplace with utilities, development tools, and customization plugins.
Add this marketplace to Claude Code:
claude plugin install apod@zeul-claude-plugins --marketplace github:zeul/zeul-claude-plugins
Or add the marketplace first, then install plugins:
# Add marketplace
claude plugin marketplace add zeul-claude-plugins github:zeul/zeul-claude-plugins
# Install individual plugins
claude plugin install apod@zeul-claude-plugins
claude plugin install custom-statusline@zeul-claude-plugins
claude plugin install generate-skill@zeul-claude-plugins
Download NASA's Astronomy Picture of the Day with metadata. Saves high-resolution images and descriptions to ~/Desktop/APOD/.
Usage: "Download today's APOD" or "Get the astronomy picture of the day"
Requirements: pip install requests beautifulsoup4
Comprehensive Claude Code status line with Nerd Font icons, git integration, API usage tracking, and system monitoring. Features:
Requirements: Nerd Font, jq, curl
Create new Claude Code skills with proper structure and best practices. Guides you through:
Chrome DevTools MCP guide for browser automation with parallel agent support. Documents:
Debug and visually verify zensical/Material for MkDocs sites with Chrome DevTools MCP. Includes:
Best practices for developing zensical/Material for MkDocs static sites. Covers:
zeul-claude-plugins/
├── .claude-plugin/
│ └── marketplace.json
├── plugins/
│ ├── apod/
│ │ ├── .claude-plugin/plugin.json
│ │ └── skills/apod/
│ │ ├── SKILL.md
│ │ └── download_apod.py
│ ├── custom-statusline/
│ │ ├── .claude-plugin/plugin.json
│ │ ├── skills/custom-statusline/SKILL.md
│ │ └── scripts/statusline.sh
│ ├── generate-skill/
│ │ ├── .claude-plugin/plugin.json
│ │ └── skills/generate-skill/
│ │ ├── SKILL.md
│ │ ├── references/
│ │ └── examples/
│ ├── chrome-devtools/
│ ├── zensical-debug/
│ └── zensical-development/
└── README.md
MIT
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 zeulewan/zeul-claude-plugins --plugin generate-skillDownload NASA's Astronomy Picture of the Day with metadata
Best practices for developing zensical/Material for MkDocs static sites
Comprehensive Claude Code status line with Nerd Font icons, git status, API usage tracking, context progress bar, and system info
Debug and visually verify zensical sites with Chrome DevTools
Chrome DevTools MCP guide for browser automation with parallel agent support
Create, test, measure, and iteratively improve Claude Code skills with category-aware design, gotchas-driven development, progressive disclosure coaching, and automated description optimization.
Create and manage Claude Code skills, plugins, subagents, and hooks. Use when building new skills, validating existing skills, testing skills empirically, creating plugins, converting projects to plugins, creating hooks, or managing plugin automation. Includes /skills-toolkit:skill-composer, /skills-toolkit:skill-refiner, /skills-toolkit:skill-tester, /skills-toolkit:plugin-creator, /skills-toolkit:subagent-creator, /skills-toolkit:hook-creator, and /skills-toolkit:ask-user-question skills.
Ultimate Claude Code skill creator. Design, scaffold, build, review, evolve, and publish production-grade AI agent skills following the Agent Skills open standard and 3-layer architecture.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns