feat: Add 5 new skills from geepers agent system#151
Closed
lukeslp wants to merge 2 commits intoanthropics:mainfrom
lukeslp:add-geepers-skills
Closed
feat: Add 5 new skills from geepers agent system#151lukeslp wants to merge 2 commits intoanthropics:mainfrom lukeslp:add-geepers-skills
lukeslp wants to merge 2 commits intoanthropics:mainfrom
lukeslp:add-geepers-skills
Conversation
Add comprehensive skills with executable Python scripts: **datavis** - D3.js/Chart.js visualization toolkit - color_palette.py: Generate colorblind-safe palettes - create_viz.py: D3.js templates (bar, line, scatter, force) - validate_data.py: Validate datasets for visualization **dream-cascade** - Multi-agent AI research orchestration - research.py: Execute Dream Cascade hierarchical workflows - status.py: Check workflow status via MCP server **data-pipeline** - Data collection from 17+ sources - fetch.py: Fetch from arXiv, GitHub, Census, Wikipedia, etc. - validate.py: Schema, completeness, type validation - transform.py: Convert JSON/CSV/Markdown with filtering **server-deploy** - Infrastructure management - service.py: Service manager integration - health.py: System health checks (CPU, memory, disk, Caddy) - ports.py: Port allocation and availability **code-quality** - Code quality automation - lint.py: Ruff linter wrapper with auto-fix - format.py: Black/isort formatting - test.py: Pytest runner with coverage All scripts support --help and have been tested. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Rename dream-cascade to cascade (shorter, community-friendly) - Add swarm skill for multi-agent orchestration - Add hive skill for tool module library - Add porkbun-dns skill for DNS management CLI - Add bluesky skill for AT Protocol social client Each skill includes SKILL.md with YAML frontmatter and executable Python scripts in scripts/ directory. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add 5 comprehensive Claude Skills with 14 executable Python scripts from the geepers agent system:
Skills Added
Features
--helpfor CLI documentationTesting
All scripts have been tested:
python scripts/lint.py --help✓python scripts/color_palette.py --type categorical --count 5 --colorblind-safe✓python scripts/ports.py map✓Test plan
--helpto verify CLI works🤖 Generated with Claude Code