Skip to content

Conversation

@lukeslp
Copy link

@lukeslp lukeslp commented Dec 18, 2025

Summary

Add 5 comprehensive Claude Skills with 14 executable Python scripts from the geepers agent system:

Skills Added

Skill Description Scripts
datavis D3.js/Chart.js visualization toolkit color_palette.py, create_viz.py, validate_data.py
dream-cascade Multi-agent AI research orchestration research.py, status.py
data-pipeline Data collection from 17+ sources fetch.py, validate.py, transform.py
server-deploy Infrastructure management service.py, health.py, ports.py
code-quality Python code quality automation lint.py, format.py, test.py

Features

  • All scripts support --help for CLI documentation
  • Colorblind-safe palettes with WCAG contrast checking
  • 17 data sources: arXiv, GitHub, Census, Wikipedia, NASA, and more
  • Health checks for CPU, memory, disk, services, and Caddy
  • Auto-fix capability in lint and format scripts

Testing

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

  • Run each script with --help to verify CLI works
  • Test datavis color palette generation
  • Verify SKILL.md files follow spec format

🤖 Generated with Claude Code

lukesteuber and others added 2 commits December 18, 2025 07:12
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 <[email protected]>
- 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 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants