* fix: add missing plugin.json files and restore trailing newlines - Add plugin.json for review-fix-a11y skill - Add plugin.json for free-llm-api skill - Restore POSIX-compliant trailing newlines in JSON index files * feat(engineering): add review-fix-a11y skill (WCAG 2.2 a11y audit + fix) (#375) Adds review-fix-a11y (WCAG 2.2 a11y audit + fix) and free-llm-api skills. Includes: - review-fix-a11y: WCAG 2.2 audit workflow, a11y_audit.py scanner, contrast_checker.py - free-llm-api: ChatAnywhere, Groq, Cerebras, OpenRouter, llm-mux, One API setup - secret_scanner.py upgrade with secrets-patterns-db integration (1,600+ patterns) Co-authored-by: ivanopenclaw223-alt <ivanopenclaw223-alt@users.noreply.github.com> * chore: sync codex skills symlinks [automated] * Revert "feat(engineering): add review-fix-a11y skill (WCAG 2.2 a11y audit + fix) (#375)" This reverts commit49c9f2109f. * chore: sync codex skills symlinks [automated] * Revert "feat(engineering): add review-fix-a11y skill (WCAG 2.2 a11y audit + fix) (#375)" This reverts commit49c9f2109f. * feat(engineering-team): add a11y-audit skill — WCAG 2.2 accessibility audit & fix (#376) Built from scratch (replaces reverted PR #375 contribution). Skill package: - SKILL.md: 1132 lines, 3-phase workflow (scan → fix → verify), per-framework fix patterns (React, Next.js, Vue, Angular, Svelte, HTML), CI/CD integration guide, 20+ issue type coverage - scripts/a11y_scanner.py: static scanner detecting 20+ violation types across HTML/JSX/TSX/Vue/Svelte/CSS — severity-ranked, CI-friendly exit codes - scripts/contrast_checker.py: WCAG contrast calculator with AA/AAA checks, --suggest mode, --batch CSS scanning, named color support - references/wcag-quick-ref.md: WCAG 2.2 Level A/AA criteria table - references/aria-patterns.md: ARIA roles, live regions, keyboard interaction - references/framework-a11y-patterns.md: React, Vue, Angular, Svelte fix patterns - assets/sample-component.tsx: sample file with intentional violations - expected_outputs/: scan report, contrast output, JSON output samples - /a11y-audit slash command, settings.json, plugin.json, README.md Validation: 97.6/100 (EXCELLENT), quality 73.9/100 (B-), scripts 2/2 PASS Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * chore: sync codex skills symlinks [automated] * docs: sync counts across all docs — 205 skills, 268 tools, 19 commands, 22 plugins Update CLAUDE.md, README.md, docs/index.md, docs/getting-started.md, mkdocs.yml, marketplace.json with consistent counts. Sync Gemini CLI index with new skills (code-to-prd, plugin-audit). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * feat(marketplace): add 6 missing standalone plugins — total 22→28 Added to marketplace: - a11y-audit (WCAG 2.2 accessibility audit) - executive-mentor (adversarial thinking partner) - docker-development (Dockerfile, compose, multi-stage) - helm-chart-builder (Helm chart scaffolding) - terraform-patterns (IaC module design) - research-summarizer (structured research synthesis) Also fixed version 1.0.0 → 2.1.2 on 4 plugin.json files (executive-mentor, docker-development, helm-chart-builder, research-summarizer) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * feat(commands): add /seo-auditor — 7-phase SEO audit pipeline for documentation - 7 phases: discovery → meta tags → content quality → keywords → links → sitemap → report - Integrates 8 marketing-skill scripts: seo_checker, content_scorer, humanizer_scorer, headline_scorer, seo_optimizer, sitemap_analyzer, schema_validator, topic_cluster_mapper - References 6 SEO knowledge bases for audit framework, AI search, content optimization, URL design, internal linking, AI detection - Auto-fixes: generic titles, missing descriptions, broken links, orphan pages - Preserves high-ranking pages — only fixes critical issues on those - Registered in both commands/ (distributable) and .claude/commands/ (local) Also: sync all doc counts — 28 plugins, 26 eng-core skills, 21 commands Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix(seo): fix multi-line YAML description parser, add 2 orphan pages to nav - generate-docs.py: extract_description_from_frontmatter() now handles multi-line YAML block scalars (|, >, indented continuation) — fixes 14 pages that had 56-65 char truncated descriptions - mkdocs.yml: add epic-design and research-summarizer to nav (orphan pages) - Regenerated 251 pages, rebuilt sitemap (278 URLs) - SEO audit: 0 broken links, 17→3 short descriptions, 278/278 pages have "Claude Code Skills" in <title> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Leo <leo@openclaw.ai> Co-authored-by: ivanopenclaw223-alt <ivanopenclaw223@gmail.com> Co-authored-by: ivanopenclaw223-alt <ivanopenclaw223-alt@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Product Team Skills Collection
8 production-ready product skills covering product management, agile delivery, strategy, UX research, design systems, competitive intelligence, landing pages, and SaaS scaffolding.
Overview
- 8 skills covering the full product lifecycle from discovery to delivery
- 9 Python automation tools (stdlib only, zero dependencies)
- 4 agents orchestrating skills across product workflows
- 5 slash commands for quick access to common operations
Skills Catalog
1. Product Manager Toolkit
Python Tools: rice_prioritizer.py, customer_interview_analyzer.py
RICE prioritization with portfolio analysis, customer interview NLP analysis, PRD templates, and discovery frameworks.
2. Agile Product Owner
Python Tools: user_story_generator.py
INVEST-compliant user story generation, sprint planning with capacity allocation, epic breakdown, and acceptance criteria.
3. Product Strategist
Python Tools: okr_cascade_generator.py
OKR cascade generation (company to product to team), alignment scoring, and 5 strategy templates.
4. UX Researcher Designer
Python Tools: persona_generator.py
Data-driven persona generation, journey mapping frameworks, usability testing protocols, and empathy maps.
5. UI Design System
Python Tools: design_token_generator.py
Design token generation from brand color (CSS, JSON, SCSS), typography scales, spacing grids, and responsive breakpoints.
6. Competitive Teardown
Python Tools: competitive_matrix_builder.py
12-dimension competitive scoring, feature matrices, SWOT analysis, positioning maps, and stakeholder presentations.
7. Landing Page Generator
Python Tools: landing_page_scaffolder.py
Next.js/React TSX components with Tailwind CSS, 4 design styles, copy frameworks (PAS, AIDA, BAB), SEO optimization. Also supports HTML output.
8. SaaS Scaffolder
Python Tools: project_bootstrapper.py
Production SaaS boilerplate with Next.js, TypeScript, auth (NextAuth/Clerk/Supabase), payments (Stripe/Lemon Squeezy), and Docker.
Slash Commands
| Command | Script | Purpose |
|---|---|---|
/rice |
rice_prioritizer.py |
Feature prioritization |
/okr |
okr_cascade_generator.py |
OKR cascade generation |
/persona |
persona_generator.py |
Persona generation |
/user-story |
user_story_generator.py |
User story generation |
/competitive-matrix |
competitive_matrix_builder.py |
Competitive analysis |
Quick Start
# Prioritize your backlog
python product-manager-toolkit/scripts/rice_prioritizer.py features.csv --capacity 20
# Generate user stories for a sprint
python agile-product-owner/scripts/user_story_generator.py sprint 30
# Create OKR cascade
python product-strategist/scripts/okr_cascade_generator.py growth
# Generate personas
python ux-researcher-designer/scripts/persona_generator.py
# Generate design tokens
python ui-design-system/scripts/design_token_generator.py "#0066CC" modern css
# Competitive analysis
python competitive-teardown/scripts/competitive_matrix_builder.py competitors.json
# Scaffold a landing page (TSX + Tailwind)
python landing-page-generator/scripts/landing_page_scaffolder.py config.json --format tsx
# Bootstrap a SaaS project
python saas-scaffolder/scripts/project_bootstrapper.py config.json
Agents
| Agent | Skills Orchestrated |
|---|---|
cs-product-manager |
All 8 product skills |
cs-agile-product-owner |
Agile product owner + product manager toolkit |
cs-product-strategist |
Product strategist + competitive teardown |
cs-ux-researcher |
UX researcher + product manager toolkit + UI design system |
Last Updated: March 10, 2026 Version: v2.1.2 Skills Deployed: 8/8 production-ready Total Tools: 9 Python automation tools