Skip to content

v3.0.0 — Role-Based Agents, 559 Python Tools, GitHub Pages

Choose a tag to compare

@borghei borghei released this 21 Mar 17:32
· 73 commits to main since this release

Highlights

The largest update ever — transforms Claude Skills from a skills collection into a production platform.

By the Numbers

Metric Before After
Python Tools 230+ 559
AI Agents 6 generic 25 (6 upgraded + 19 role-based)
README 1,082 lines 196 lines
Domains 13 (split dirs) 13 (unified)
Website None GitHub Pages

New: Role-Based Agents

8 new agents that orchestrate skills for specific executive/lead roles:

  • cs-tech-lead — Architecture review, tech debt, code quality gates
  • cs-engineering-director — Portfolio health, hiring plans, technology radar
  • cs-cfo-advisor — Financial analysis, board prep, revenue forecasting
  • cs-ciso-advisor — Security posture, SOC 2/NIST compliance dashboards
  • cs-cmo-advisor — Campaign attribution, SEO health, brand dashboard
  • cs-privacy-officer — GDPR/CCPA audits, privacy impact assessments
  • cs-growth-lead — Growth loops, churn prediction, pricing optimization
  • cs-design-lead — Design system audit, accessibility, UX quality gates

Upgraded: Existing Agents Now Use Skills

All 6 .claude/agents/ upgraded with Skill-Powered Analysis — they now run Python tools for quantitative, measurable output instead of LLM-only opinions.

Repository Restructured

  • engineering-team/ + engineering/ merged into unified engineering/ (61 skills)
  • marketing-skill/ renamed to marketing/
  • All 100+ cross-references updated
  • docs/ directory with SKILLS.md, USAGE.md, AGENTS.md, WORKFLOWS.md

README Redesigned

1,082 → 196 lines. Concise stats, 2 install methods, domain summary table. Detailed content moved to docs/.

GitHub Pages Website

Minimal dark-theme site at borghei.github.io/Claude-Skills with terminal animations, domain grid, agent showcase.

All Config Files Updated

CLAUDE.md, AGENTS.md, .cursorrules, .windsurfrules, .clinerules, .goosehints, copilot-instructions.md — all updated from "230+ tools" to accurate "559 tools".


Full Changelog: v2.1.0...v3.0.0