Skip to content

Releases: borghei/Claude-Skills

v4.1.0 — 245 Skills, Legal Domain, Enhanced Product/PM Skills

10 Apr 00:23

Choose a tag to compare

What's New in v4.1.0

One-Click Skill Setup for Beginners

Every skill page on the website now has two copy-paste buttons:

  • "Try in Chat" -- Paste a condensed prompt into claude.ai, ChatGPT, or any AI chat for instant expertise. No setup needed.
  • "Add to My AI" -- Paste the full skill into any AI chat. The AI walks you through creating a permanent Claude Project or Custom GPT with that skill built in.

No terminal, no git, no configuration. Just copy, paste, and go.

New Domain: Legal (17 skills, EXPERIMENTAL)

All legal skills are experimental and provided for educational/informational purposes only. They do NOT constitute legal advice.

  • Contract Analysis: contract-review, nda-triage, nda-review, tech-contract-negotiation
  • Privacy & Data Protection: privacy-compliance, dpia-assessment, data-breach-response, privacy-notice-generator
  • Risk & Compliance: legal-risk-assessment, vendor-due-diligence, whistleblower-compliance
  • Legal Methodology: statute-analysis, mediation-analysis, legal-red-team
  • Legal Operations: legal-canned-responses, legal-meeting-briefing, tabular-document-review

New PM Execution Skills (3)

  • daci-framework -- DACI decision facilitation and governance (Driver/Approver/Contributor/Informed)
  • eol-communication -- End-of-life product messaging and sunset communication
  • story-mapping -- Jeff Patton user story mapping for release planning and MVP scoping

Enhanced Product & PM Skills (6)

Inspired by deanpeters/product-manager-prompts:

  • job-stories -- Added full JTBD Discovery Canvas (Customer Jobs, Pains, Gains)
  • agile-product-owner -- Added 8-rule story splitting decision logic (Humanizing Work methodology)
  • ux-researcher-designer -- Added proto-persona canvas + enhanced journey mapping with happy/fail/difficult paths
  • create-prd -- Added Problem Framing Canvas and Amazon Working Backwards Press Release as pre-PRD techniques
  • product-manager-toolkit -- Added Geoffrey Moore positioning statement and Recommendation Canvas
  • product-strategist -- Added PESTEL macro-environment analysis and TAM-SAM-SOM market sizing

New Python Tools (33)

33 new CLI tools for legal analysis -- contract review, NDA screening, privacy compliance, breach response, risk scoring, and more.

CI/CD Fixes

  • Fixed security audit false positives (eval/exec in scanner tools, placeholder secrets in scaffolders)
  • Added workflow_dispatch trigger for manual security audit runs

Stats

Metric v4.0.0 v4.1.0
Skills 225 245
Python Tools 613 653
Domains 13 14
Agents 32 32
Slash Commands 26 26

Disclaimer

This project is built with the assistance of AI tools. While every effort is made to ensure accuracy, AI-generated content may contain errors or inaccuracies. Always verify critical information independently before using it in production, compliance, legal, financial, or safety-critical contexts.


Full Changelog: v4.0.0...v4.1.0

v4.0.0 — 225 Skills, Personas, Compound Sub-Skills, Full Website

02 Apr 20:07

Choose a tag to compare

Highlights

The biggest release yet — 21 new skills, 7 personas, compound sub-skills, Gemini CLI support, full 241-page website, CLI tool, MCP server, and a complete quality audit.

By the Numbers

Metric v3.0.0 v4.0.0 Change
Skills 204 225 +21
Python Tools 559 613 +54
Agents 17 32 +15
Slash Commands 5 26 +21
Sub-Skills 0 21 +21
CI/CD Workflows 1 6 +5
Standards 5 7 +2
Website Pages 1 241 +240
Platforms 9 10 +1 (Gemini CLI)

New: 21 Skills

Engineering (16): docker-development, terraform-patterns, helm-chart-builder, a11y-audit, sql-database-assistant, threat-detection, google-workspace-cli, ai-security, browser-automation, focused-fix, llm-cost-optimizer, prompt-governance, secrets-vault-manager, red-team, snowflake-development, agenthub

Finance (2): saas-metrics-coach, business-investment-advisor

Marketing (3): video-content-strategist, x-twitter-growth, ab-test-setup

New: Persona System

7 cross-domain personas that combine expertise across domains:

  • startup-cto — Engineering + Strategy + Product
  • growth-marketer — Marketing + Analytics + Product
  • solo-founder — All domains, resource-constrained decisions
  • content-strategist — Content + SEO + Brand
  • devops-engineer — Infrastructure + Security + Dev
  • finance-lead — Finance + Strategy + Operations
  • product-manager — Product + Engineering + Business

New: Compound Sub-Skills

3 skills with nested sub-skill architectures (21 sub-skills total):

  • Playwright Pro — 9 sub-skills (init, generate, fix, migrate, review, report, coverage, browserstack, testrail)
  • Self-Improving Agent — 5 sub-skills (remember, extract, promote, review, status)
  • AgentHub — 7 sub-skills for multi-agent DAG orchestration

New: 21 Slash Commands

a11y-audit, changelog, code-to-prd, competitive-matrix, financial-health, focused-fix, okr, persona, pipeline, prd, project-health, retro, rice, saas-health, sprint-plan, tdd, tech-debt, user-story, seo-auditor, sprint-health, plugin-audit

New: Infrastructure Tooling

  • cs CLI — Search, install, list, info, stats, doctor, bundle commands
  • MCP Server — 6 tools exposing skills to Claude Code via JSON-RPC
  • Quality Scorer — Scores SKILL.md against authoring standard (100-pt scale)
  • Integration Test Runner — 5 checks per Python script
  • Skill Scaffoldercreate_skill.py generates complete skill skeleton
  • Skill Graph — Relationship analysis with Mermaid output
  • Starter Bundles — 8 role kits (SaaS Founder, DevOps, Agency, etc.)
  • Sample Data — 18 fixture files across 10 skills

New: Gemini CLI Support

Full .gemini/ directory with skills-index.json, 20 skill wrappers, GEMINI.md, and gemini-install.sh.

New: Full Website (241 pages)

  • claude.ai-inspired warm minimal design (cream backgrounds, terracotta accent, serif headings)
  • Individual pages for all 225 skills with AI platform selector tabs
  • 11 domain category pages with searchable skill grids
  • Agents catalog, commands catalog
  • SEO: JSON-LD structured data, Open Graph, sitemap, llms.txt
  • Live at https://borghei.github.io/Claude-Skills/

New: CI/CD Workflows

5 new workflows: enforce-pr-target, skill-security-audit, claude-code-review, virustotal-scan, sync-codex-skills

New: Standards

  • Orchestration Protocol — 4 multi-agent coordination patterns
  • Skill Authoring Standard — 10 formal patterns for skill creation

Quality Audit

  • 7 bloated skills cut by 67-78% (massive token savings)
  • 15 mid-range skills refined (trigger clauses, agent voice, anti-patterns)
  • All 22 skills now have proper "Use when..." triggers and third-person agent voice

Full Changelog: https://github.com/borghei/Claude-Skills/blob/main/CHANGELOG.md

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

21 Mar 17:32

Choose a tag to compare

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