Files
claude-skills-reference/CHANGELOG.md
Alireza Rezvani a68ae3a05e Dev (#305)
* chore: update gitignore for audit reports and playwright cache

* fix: add YAML frontmatter (name + description) to all SKILL.md files

- Added frontmatter to 34 skills that were missing it entirely (0% Tessl score)
- Fixed name field format to kebab-case across all 169 skills
- Resolves #284

* chore: sync codex skills symlinks [automated]

* fix: optimize 14 low-scoring skills via Tessl review (#290)

Tessl optimization: 14 skills improved from ≤69% to 85%+. Closes #285, #286.

* chore: sync codex skills symlinks [automated]

* fix: optimize 18 skills via Tessl review + compliance fix (closes #287) (#291)

Phase 1: 18 skills optimized via Tessl (avg 77% → 95%). Closes #287.

* feat: add scripts and references to 4 prompt-only skills + Tessl optimization (#292)

Phase 2: 3 new scripts + 2 reference files for prompt-only skills. Tessl 45-55% → 94-100%.

* feat: add 6 agents + 5 slash commands for full coverage (v2.7.0) (#293)

Phase 3: 6 new agents (all 9 categories covered) + 5 slash commands.

* fix: Phase 5 verification fixes + docs update (#294)

Phase 5 verification fixes

* chore: sync codex skills symlinks [automated]

* fix: marketplace audit — all 11 plugins validated by Claude Code (#295)

Marketplace audit: all 11 plugins validated + installed + tested in Claude Code

* fix: restore 7 removed plugins + revert playwright-pro name to pw

Reverts two overly aggressive audit changes:
- Restored content-creator, demand-gen, fullstack-engineer, aws-architect,
  product-manager, scrum-master, skill-security-auditor to marketplace
- Reverted playwright-pro plugin.json name back to 'pw' (intentional short name)

* refactor: split 21 over-500-line skills into SKILL.md + references (#296)

* chore: sync codex skills symlinks [automated]

* docs: update all documentation with accurate counts and regenerated skill pages

- Update skill count to 170, Python tools to 213, references to 314 across all docs
- Regenerate all 170 skill doc pages from latest SKILL.md sources
- Update CLAUDE.md with v2.1.1 highlights, accurate architecture tree, and roadmap
- Update README.md badges and overview table
- Update marketplace.json metadata description and version
- Update mkdocs.yml, index.md, getting-started.md with correct numbers

* fix: add root-level SKILL.md and .codex/instructions.md to all domains (#301)

Root cause: CLI tools (ai-agent-skills, agent-skills-cli) look for SKILL.md
at the specified install path. 7 of 9 domain directories were missing this
file, causing "Skill not found" errors for bundle installs like:
  npx ai-agent-skills install alirezarezvani/claude-skills/engineering-team

Fix:
- Add root-level SKILL.md with YAML frontmatter to 7 domains
- Add .codex/instructions.md to 8 domains (for Codex CLI discovery)
- Update INSTALLATION.md with accurate skill counts (53→170)
- Add troubleshooting entry for "Skill not found" error

All 9 domains now have: SKILL.md + .codex/instructions.md + plugin.json

Closes #301

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* feat: add Gemini CLI + OpenClaw support, fix Codex missing 25 skills

Gemini CLI:
- Add GEMINI.md with activation instructions
- Add scripts/gemini-install.sh setup script
- Add scripts/sync-gemini-skills.py (194 skills indexed)
- Add .gemini/skills/ with symlinks for all skills, agents, commands
- Remove phantom medium-content-pro entries from sync script
- Add top-level folder filter to prevent gitignored dirs from leaking

Codex CLI:
- Fix sync-codex-skills.py missing "engineering" domain (25 POWERFUL skills)
- Regenerate .codex/skills-index.json: 124 → 149 skills
- Add 25 new symlinks in .codex/skills/

OpenClaw:
- Add OpenClaw installation section to INSTALLATION.md
- Add ClawHub install + manual install + YAML frontmatter docs

Documentation:
- Update INSTALLATION.md with all 4 platforms + accurate counts
- Update README.md: "three platforms" → "four platforms" + Gemini quick start
- Update CLAUDE.md with Gemini CLI support in v2.1.1 highlights
- Update SKILL-AUTHORING-STANDARD.md + SKILL_PIPELINE.md with Gemini steps
- Add OpenClaw + Gemini to installation locations reference table

Marketplace: all 18 plugins validated — sources exist, SKILL.md present

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* feat(product,pm): world-class product & PM skills audit — 6 scripts, 5 agents, 7 commands, 23 references/assets

Phase 1 — Agent & Command Foundation:
- Rewrite cs-project-manager agent (55→515 lines, 4 workflows, 6 skill integrations)
- Expand cs-product-manager agent (408→684 lines, orchestrates all 8 product skills)
- Add 7 slash commands: /rice, /okr, /persona, /user-story, /sprint-health, /project-health, /retro

Phase 2 — Script Gap Closure (2,779 lines):
- jira-expert: jql_query_builder.py (22 patterns), workflow_validator.py
- confluence-expert: space_structure_generator.py, content_audit_analyzer.py
- atlassian-admin: permission_audit_tool.py
- atlassian-templates: template_scaffolder.py (Confluence XHTML generation)

Phase 3 — Reference & Asset Enrichment:
- 9 product references (competitive-teardown, landing-page-generator, saas-scaffolder)
- 6 PM references (confluence-expert, atlassian-admin, atlassian-templates)
- 7 product assets (templates for PRD, RICE, sprint, stories, OKR, research, design system)
- 1 PM asset (permission_scheme_template.json)

Phase 4 — New Agents:
- cs-agile-product-owner, cs-product-strategist, cs-ux-researcher

Phase 5 — Integration & Polish:
- Related Skills cross-references in 8 SKILL.md files
- Updated product-team/CLAUDE.md (5→8 skills, 6→9 tools, 4 agents, 5 commands)
- Updated project-management/CLAUDE.md (0→12 scripts, 3 commands)
- Regenerated docs site (177 pages), updated homepage and getting-started

Quality audit: 31 files reviewed, 29 PASS, 2 fixed (copy-frameworks.md, governance-framework.md)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: audit and repair all plugins, agents, and commands

- Fix 12 command files: correct CLI arg syntax, script paths, and usage docs
- Fix 3 agents with broken script/reference paths (cs-content-creator,
  cs-demand-gen-specialist, cs-financial-analyst)
- Add complete YAML frontmatter to 5 agents (cs-growth-strategist,
  cs-engineering-lead, cs-senior-engineer, cs-financial-analyst,
  cs-quality-regulatory)
- Fix cs-ceo-advisor related agent path
- Update marketplace.json metadata counts (224 tools, 341 refs, 14 agents,
  12 commands)

Verified: all 19 scripts pass --help, all 14 agent paths resolve, mkdocs
builds clean.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: repair 25 Python scripts failing --help across all domains

- Fix Python 3.10+ syntax (float | None → Optional[float]) in 2 scripts
- Add argparse CLI handling to 9 marketing scripts using raw sys.argv
- Fix 10 scripts crashing at module level (wrap in __main__, add argparse)
- Make yaml/prefect/mcp imports conditional with stdlib fallbacks (4 scripts)
- Fix f-string backslash syntax in project_bootstrapper.py
- Fix -h flag conflict in pr_analyzer.py
- Fix tech-debt.md description (score → prioritize)

All 237 scripts now pass python3 --help verification.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix(product-team): close 3 verified gaps in product skills

- Fix competitive-teardown/SKILL.md: replace broken references
  DATA_COLLECTION.md → references/data-collection-guide.md and
  TEMPLATES.md → references/analysis-templates.md (workflow was broken
  at steps 2 and 4)

- Upgrade landing_page_scaffolder.py: add TSX + Tailwind output format
  (--format tsx) matching SKILL.md promise of Next.js/React components.
  4 design styles (dark-saas, clean-minimal, bold-startup, enterprise).
  TSX is now default; HTML preserved via --format html

- Rewrite README.md: fix stale counts (was 5 skills/15+ tools, now
  accurately shows 8 skills/9 tools), remove 7 ghost scripts that
  never existed (sprint_planner.py, velocity_tracker.py, etc.)

- Fix tech-debt.md description (score → prioritize)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* release: v2.1.2 — landing page TSX output, brand voice integration, docs update

- Landing page generator defaults to Next.js TSX + Tailwind CSS (4 design styles)
- Brand voice analyzer integrated into landing page generation workflow
- CHANGELOG, CLAUDE.md, README.md updated for v2.1.2
- All 13 plugin.json + marketplace.json bumped to 2.1.2
- Gemini/Codex skill indexes re-synced
- Backward compatible: --format html preserved, no breaking changes

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: alirezarezvani <5697919+alirezarezvani@users.noreply.github.com>
Co-authored-by: Leo <leo@openclaw.ai>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 09:48:49 +01:00

19 KiB

Changelog

All notable changes to the Claude Skills Library will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.1.2 - 2026-03-10

Changed — Product Team Quality & Cross-Domain Integration

Landing Page Generator — TSX + Brand Voice Integration:

  • Landing page scaffolder now defaults to Next.js/React TSX output with Tailwind CSS (HTML preserved via --format html)
  • 4 Tailwind design styles: dark-saas, clean-minimal, bold-startup, enterprise with complete class mappings
  • 7 section generators: nav, hero, features, testimonials, pricing, CTA, footer
  • Brand voice integration: generation workflow now includes brand voice analysis (step 2) using marketing-skill/content-production/scripts/brand_voice_analyzer.py to map voice profile to design style + copy framework
  • Added Related Skills cross-references to SKILL.md

Documentation Updates:

  • product-team/CLAUDE.md — Added Workflow 4 (Brand-Aligned Landing Page), updated scaffolder section with TSX docs, added Cross-Domain Integration section
  • product-team/README.md — Fixed ghost script references (removed 7 scripts that never existed), corrected skill/tool/agent/command counts
  • product-team/.codex/instructions.md — Added brand voice cross-domain workflow and TSX default note

Fixed

  • competitive-teardown/SKILL.md — Fixed 6 broken file references (DATA_COLLECTION.mdreferences/data-collection-guide.md, TEMPLATES.mdreferences/analysis-templates.md)
  • saas-scaffolder/scripts/project_bootstrapper.py — Fixed f-string backslash syntax incompatible with Python <3.12
  • 237 Python scripts verified — All pass --help without errors (previous session fixed 25 scripts across all domains)

Added

  • landing-page-generator/SKILL.md — Brand voice analysis as prerequisite step in generation workflow
  • Codex and Gemini skill indexes re-synced with updated SKILL.md content

Backward Compatibility

  • --format html still works for landing page scaffolder (TSX is new default)
  • All existing script CLIs and arguments unchanged
  • No skill removals or renames
  • Plugin source paths unchanged — existing installations will not break

2.1.1 - 2026-03-07

Changed — Tessl Quality Optimization (#287)

18 skills optimized from 66-83% to 85-100% via tessl skill review --optimize:

Skill Before After
project-management/confluence-expert 66% 94%
project-management/jira-expert 77% 97%
product-team/product-strategist 76% 85%+
marketing-skill/campaign-analytics 70% 85%+
business-growth/customer-success-manager 70% 85%+
business-growth/revenue-operations 70% 85%+
finance/financial-analyst 70% 85%+
engineering-team/senior-secops 75% 94%
marketing-skill/prompt-engineer-toolkit 79% 90%
ra-qm-team/quality-manager-qms-iso13485 76% 85%+
engineering-team/senior-security 80% 93%
engineering-team/playwright-pro 82% 100%
engineering-team/senior-backend 83% 100%
engineering-team/senior-qa 83% 100%
engineering-team/senior-ml-engineer 82% 99%
engineering-team/ms365-tenant-manager 83% 100%
engineering-team/aws-solution-architect 83% 94%
c-level-advisor/cto-advisor 82% 99%
marketing-skill/marketing-demand-acquisition 72% 99%

Fixed

  • Created missing finance/financial-analyst/references/industry-adaptations.md (reference was declared but file didn't exist)
  • Removed dead project-management/packaged-skills/ folder (zip files redundant)

Added

  • SKILL_PIPELINE.md — Mandatory 9-phase production pipeline for all skill work

Verified

  • Claude Code compliance: 18/18 pass (after fix)
  • All YAML frontmatter valid
  • All file references resolve
  • All SKILL.md files under 500 lines

Unreleased

Added

  • skill-security-auditor (POWERFUL tier) — Security audit and vulnerability scanner for AI agent skills. Scans for malicious code, prompt injection, data exfiltration, supply chain risks, and privilege escalation. Zero dependencies, PASS/WARN/FAIL verdicts.
  • engineering/git-worktree-manager enhancements:
    • Added scripts/worktree_manager.py (worktree creation, port allocation, env sync, optional dependency install)
    • Added scripts/worktree_cleanup.py (stale/dirty/merged analysis with safe cleanup options)
    • Added extracted references and new skill README
  • engineering/mcp-server-builder enhancements:
    • Added scripts/openapi_to_mcp.py (OpenAPI -> MCP manifest + scaffold generation)
    • Added scripts/mcp_validator.py (tool definition validation and strict checks)
    • Extracted templates/guides into references and added skill README
  • engineering/changelog-generator enhancements:
    • Added scripts/generate_changelog.py (conventional commit parsing + Keep a Changelog rendering)
    • Added scripts/commit_linter.py (strict conventional commit validation)
    • Extracted CI/format/monorepo docs into references and added skill README
  • engineering/ci-cd-pipeline-builder enhancements:
    • Added scripts/stack_detector.py (stack and tooling detection)
    • Added scripts/pipeline_generator.py (GitHub Actions / GitLab CI YAML generation)
    • Extracted platform templates into references and added skill README
  • marketing-skill/prompt-engineer-toolkit enhancements:
    • Added scripts/prompt_tester.py (A/B prompt evaluation with per-case scoring)
    • Added scripts/prompt_versioner.py (prompt history, diff, changelog management)
    • Extracted prompt libraries/guides into references and added skill README

Changed

  • Refactored the five enhanced skills to slim, workflow-first SKILL.md documents aligned to Anthropic best practices.
  • Updated engineering/.claude-plugin/plugin.json metadata:
    • Description now reflects 25 advanced engineering skills
    • Version bumped from 1.0.0 to 1.1.0
  • Updated root README.md with a dedicated "Recently Enhanced Skills" section.

Planned

  • Complete Anthropic best practices refactoring (5/42 skills remaining)
  • Production Python tools for remaining RA/QM skills
  • Marketing expansion: SEO Optimizer, Social Media Manager skills

2.0.0 - 2026-02-16

POWERFUL Tier — 25 New Skills

A new tier of advanced, deeply-engineered skills with comprehensive tooling:

  • incident-commander — Incident response playbook with severity classifier, timeline reconstructor, and PIR generator
  • tech-debt-tracker — Codebase debt scanner with AST parsing, debt prioritizer, and trend dashboard
  • api-design-reviewer — REST API linter, breaking change detector, and API design scorecard
  • interview-system-designer — Interview loop designer, question bank generator, and hiring calibrator
  • migration-architect — Migration planner, compatibility checker, and rollback generator
  • observability-designer — SLO designer, alert optimizer, and dashboard generator
  • dependency-auditor — Multi-language dependency scanner, license compliance checker, and upgrade planner
  • release-manager — Automated changelog generator, semantic version bumper, and release readiness checker
  • database-designer — Schema analyzer with ERD generation, index optimizer, and migration generator
  • rag-architect — RAG pipeline builder, chunking optimizer, and retrieval evaluator
  • agent-designer — Multi-agent architect, tool schema generator, and agent performance evaluator
  • skill-tester — Meta-skill validator, script tester, and quality scorer
  • agent-workflow-designer — Multi-agent orchestration system designer with sequential, parallel, router, orchestrator, and evaluator patterns
  • api-test-suite-builder — API route scanner and test suite generator across frameworks (Next.js, Express, FastAPI, Django REST)
  • changelog-generator — Conventional commit parser, semantic version bumper, and structured changelog generator
  • ci-cd-pipeline-builder — Stack-aware CI/CD pipeline generator for GitHub Actions, GitLab CI, and more
  • codebase-onboarding — Codebase analyzer and onboarding documentation generator for new team members
  • database-schema-designer — Database schema design and modeling tool with migration support
  • env-secrets-manager — Environment and secrets management across dev/staging/prod lifecycle
  • git-worktree-manager — Systematic Git worktree management for parallel development workflows
  • mcp-server-builder — MCP (Model Context Protocol) server scaffolder and implementation guide
  • monorepo-navigator — Monorepo management for Turborepo, Nx, pnpm workspaces, and Lerna
  • performance-profiler — Systematic performance profiling for Node.js, Python, and Go applications
  • pr-review-expert — Structured code review for GitHub PRs and GitLab MRs with systematic analysis
  • runbook-generator — Production-grade operational runbook generator with stack detection

🆕 New Domains & Skills

  • business-growth domain (3 skills):
    • customer-success-manager — Onboarding, retention, expansion, health scoring (2 Python tools)
    • sales-engineer — Technical sales, solution design, RFP responses (2 Python tools)
    • revenue-operations — Pipeline analytics, forecasting, process optimization (2 Python tools)
  • finance domain (1 skill):
    • financial-analyst — DCF valuation, budgeting, forecasting, financial modeling (3 Python tools)
  • marketing addition:
    • campaign-analytics — Multi-touch attribution, funnel conversion, campaign ROI (3 Python tools)

🔄 Anthropic Best Practices Refactoring (37/42 Skills)

Major rewrite of existing skills following Anthropic's agent skills specification. Each refactored skill received:

  • Professional metadata (license, version, category, domain, keywords)
  • Trigger phrases for better Claude activation
  • Table of contents with proper section navigation
  • Numbered workflows with validation checkpoints
  • Progressive Disclosure Architecture (PDA)
  • Concise SKILL.md (<200 lines target) with layered reference files

Engineering skills refactored (14):

  • senior-architect, senior-frontend, senior-backend, senior-fullstack
  • senior-qa, senior-secops, senior-security, code-reviewer
  • senior-data-engineer, senior-computer-vision, senior-ml-engineer
  • senior-prompt-engineer, tdd-guide, tech-stack-evaluator

Product & PM skills refactored (5):

  • product-manager-toolkit, product-strategist, agile-product-owner
  • ux-researcher-designer, ui-design-system

RA/QM skills refactored (12):

  • regulatory-affairs-head, quality-manager-qmr, quality-manager-qms-iso13485
  • capa-officer, quality-documentation-manager, risk-management-specialist
  • information-security-manager-iso27001, mdr-745-specialist, fda-consultant-specialist
  • qms-audit-expert, isms-audit-expert, gdpr-dsgvo-expert

Marketing skills refactored (4):

  • marketing-demand-acquisition, marketing-strategy-pmm
  • content-creator, app-store-optimization

Other refactored (2):

  • aws-solution-architect, ms365-tenant-manager

🔧 Elevated Skills

  • scrum-master and senior-pm elevated to POWERFUL tier — PR #190

🤖 Platform Support

  • OpenAI Codex support — Full compatibility without restructuring — PR #43, #45, #47
  • Claude Code native marketplacemarketplace.json and plugin support — PR #182, #185
  • Codex skills sync — Automated symlink workflow for Codex integration

📊 Stats

  • 86 total skills across 9 domains (up from 42 across 6)
  • 92+ Python automation tools (up from 20+)
  • 26 POWERFUL-tier skills in engineering/ domain (including skill-security-auditor)
  • 37/42 original skills refactored to Anthropic best practices

Fixed

  • CI workflows (smart-sync.yml, pr-issue-auto-close.yml) — PR #193
  • Installation documentation (Issue #189) — PR #193
  • Plugin JSON with correct counts and missing domains — PR #186
  • PM skills extracted from zips into standard directories — PR #184, #185
  • Marketing skill count corrected (6 total) — PR #182
  • Codex skills sync workflow fixes — PR #178, #179, #180
  • social-media-analyzer restructured with proper organization — PR #147, #151

1.1.0 - 2025-10-21 - Anthropic Best Practices Refactoring (Phase 1)

Changed — Marketing & C-Level Skills

Enhanced with Anthropic Agent Skills Specification:

Marketing Skills (3 skills):

  • Added professional metadata (license, version, category, domain)
  • Added keywords sections for better discovery
  • Enhanced descriptions with explicit triggers
  • Added python-tools and tech-stack documentation

C-Level Skills (2 skills):

  • Added professional metadata with frameworks
  • Added keywords sections (20+ keywords per skill)
  • Enhanced descriptions for better Claude activation
  • Added technical and strategic terminology

Added

  • documentation/implementation/SKILLS_REFACTORING_PLAN.md — Complete 4-phase refactoring roadmap
  • documentation/PYTHON_TOOLS_AUDIT.md — Comprehensive tools quality assessment

Refactoring Progress: 5/42 skills complete (12%)


1.0.2 - 2025-10-21

Added

  • LICENSE file — Official MIT License
  • CONTRIBUTING.md — Contribution guidelines and standards
  • CODE_OF_CONDUCT.md — Community standards (Contributor Covenant 2.0)
  • SECURITY.md — Security policy and vulnerability reporting
  • CHANGELOG.md — Version history tracking

Documentation

  • Complete GitHub repository setup for open source
  • Professional community health files
  • Clear contribution process
  • Security vulnerability handling

1.0.1 - 2025-10-21

Added

  • GitHub Star History chart to README.md
  • Professional repository presentation

Changed

  • README.md table of contents anchor links fixed
  • Project management folder reorganized (packaged-skills/ structure)

1.0.0 - 2025-10-21

Added — Complete Initial Release

42 Production-Ready Skills across 6 Domains:

Marketing Skills (3)

  • content-creator — Brand voice analyzer, SEO optimizer, content frameworks
  • marketing-demand-acquisition — Demand gen, paid media, CAC calculator
  • marketing-strategy-pmm — Positioning, GTM, competitive intelligence

C-Level Advisory (2)

  • ceo-advisor — Strategy analyzer, financial scenario modeling, board governance
  • cto-advisor — Tech debt analyzer, team scaling calculator, engineering metrics

Product Team (5)

  • product-manager-toolkit — RICE prioritizer, interview analyzer, PRD templates
  • agile-product-owner — User story generator, sprint planning
  • product-strategist — OKR cascade generator, strategic planning
  • ux-researcher-designer — Persona generator, user research
  • ui-design-system — Design token generator, component architecture

Project Management (6)

  • senior-pm — Portfolio management, stakeholder alignment
  • scrum-master — Sprint ceremonies, agile coaching
  • jira-expert — JQL mastery, configuration, dashboards
  • confluence-expert — Knowledge management, documentation
  • atlassian-admin — System administration, security
  • atlassian-templates — Template design, 15+ ready templates

Engineering — Core (9)

  • senior-architect — Architecture diagrams, dependency analysis, ADRs
  • senior-frontend — React components, bundle optimization
  • senior-backend — API scaffolder, database migrations, load testing
  • senior-fullstack — Project scaffolder, code quality analyzer
  • senior-qa — Test suite generator, coverage analyzer, E2E tests
  • senior-devops — CI/CD pipelines, Terraform, deployment automation
  • senior-secops — Security scanner, vulnerability assessment, compliance
  • code-reviewer — PR analyzer, code quality checker
  • senior-security — Threat modeling, security audits, pentesting

Engineering — AI/ML/Data (5)

  • senior-data-scientist — Experiment designer, feature engineering, statistical analysis
  • senior-data-engineer — Pipeline orchestrator, data quality validator, ETL
  • senior-ml-engineer — Model deployment, MLOps setup, RAG system builder
  • senior-prompt-engineer — Prompt optimizer, RAG evaluator, agent orchestrator
  • senior-computer-vision — Vision model trainer, inference optimizer, video processor

Regulatory Affairs & Quality Management (12)

  • regulatory-affairs-head — Regulatory pathway analyzer, submission tracking
  • quality-manager-qmr — QMS effectiveness monitor, compliance dashboards
  • quality-manager-qms-iso13485 — QMS compliance checker, design control tracker
  • capa-officer — CAPA tracker, root cause analyzer, trend analysis
  • quality-documentation-manager — Document version control, technical file builder
  • risk-management-specialist — Risk register manager, FMEA calculator
  • information-security-manager-iso27001 — ISMS compliance, security risk assessment
  • mdr-745-specialist — MDR compliance checker, UDI generator
  • fda-consultant-specialist — FDA submission packager, QSR compliance
  • qms-audit-expert — Audit planner, finding tracker
  • isms-audit-expert — ISMS audit planner, security controls assessor
  • gdpr-dsgvo-expert — GDPR compliance checker, DPIA generator

Documentation

  • Comprehensive README.md with all 42 skills
  • Domain-specific README files (6 domains)
  • CLAUDE.md development guide
  • Installation and usage guides
  • Real-world scenario walkthroughs

Automation

  • 20+ verified production-ready Python CLI tools
  • 90+ comprehensive reference guides
  • Atlassian MCP Server integration

Version History Summary

Version Date Skills Domains Key Changes
2.1.2 2026-03-10 170 9 Landing page TSX output, brand voice integration, 25 script fixes
2.1.1 2026-03-07 170 9 18 skills optimized via Tessl, YAML frontmatter, agents + commands
2.0.0 2026-02-16 86 9 26 POWERFUL-tier skills, 37 refactored, Codex support, 3 new domains
1.1.0 2025-10-21 42 6 Anthropic best practices refactoring (5 skills)
1.0.2 2025-10-21 42 6 GitHub repository pages (LICENSE, CONTRIBUTING, etc.)
1.0.1 2025-10-21 42 6 Star History, link fixes
1.0.0 2025-10-21 42 6 Initial release — 42 skills, 6 domains

Semantic Versioning

  • Major (x.0.0): Breaking changes, major new domains, significant architecture shifts
  • Minor (1.x.0): New skills, significant enhancements
  • Patch (1.0.x): Bug fixes, documentation updates, minor improvements