Dev (#395)
* 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> * fix(plugins): change author from string to object in plugin.json Claude Code plugin manifest requires author as {"name": "..."}, not a plain string. Fixes install error: "author: Invalid input: expected object, received string" Affected: agenthub, a11y-audit Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: correct broken install paths, improve skill descriptions, standardize counts Cherry-picked from PR #387 (ssmanji89) and rebased on dev. - Fix 6 wrong PM skill install paths in INSTALLATION.md - Fix content-creator → content-production script paths - Fix senior-devops CLI flags to match actual deployment_manager.py - Replace vague descriptions with trigger-oriented "Use when..." on 7 engineering skills - Standardize skill count 170 → 205+, finance 1 → 2, version 2.1.1 → 2.1.2 - Use python3 instead of python for macOS compatibility - Remove broken integrations/ link in README.md Excluded: *.zip gitignore wildcard (overrides intentional design decision) Co-Authored-By: sully <ssmanji89@gmail.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix(seo): add Google Search Console verification file to docs The GSC verification HTML file existed locally but was never committed, so it was never deployed to GitHub Pages. This caused GSC to fail reading the sitemap for 3+ weeks ("Sitemap konnte nicht gelesen werden"). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * chore: sync codex skills symlinks [automated] --------- 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> Co-authored-by: sully <ssmanji89@gmail.com>
This commit is contained in:
@@ -357,7 +357,7 @@
|
||||
"name": "agent-designer",
|
||||
"source": "../../engineering/agent-designer",
|
||||
"category": "engineering-advanced",
|
||||
"description": "Agent Designer - Multi-Agent System Architecture"
|
||||
"description": "Use when the user asks to design multi-agent systems, create agent architectures, define agent communication patterns, or build autonomous agent workflows."
|
||||
},
|
||||
{
|
||||
"name": "agent-workflow-designer",
|
||||
@@ -381,7 +381,7 @@
|
||||
"name": "api-test-suite-builder",
|
||||
"source": "../../engineering/api-test-suite-builder",
|
||||
"category": "engineering-advanced",
|
||||
"description": "API Test Suite Builder"
|
||||
"description": "Use when the user asks to generate API tests, create integration test suites, test REST endpoints, or build contract tests."
|
||||
},
|
||||
{
|
||||
"name": "autoresearch-agent",
|
||||
@@ -411,13 +411,13 @@
|
||||
"name": "database-designer",
|
||||
"source": "../../engineering/database-designer",
|
||||
"category": "engineering-advanced",
|
||||
"description": "Database Designer - POWERFUL Tier Skill"
|
||||
"description": "Use when the user asks to design database schemas, plan data migrations, optimize queries, choose between SQL and NoSQL, or model data relationships."
|
||||
},
|
||||
{
|
||||
"name": "database-schema-designer",
|
||||
"source": "../../engineering/database-schema-designer",
|
||||
"category": "engineering-advanced",
|
||||
"description": "Database Schema Designer"
|
||||
"description": "Use when the user asks to create ERD diagrams, normalize database schemas, design table relationships, or plan schema migrations."
|
||||
},
|
||||
{
|
||||
"name": "dependency-auditor",
|
||||
@@ -489,19 +489,19 @@
|
||||
"name": "pr-review-expert",
|
||||
"source": "../../engineering/pr-review-expert",
|
||||
"category": "engineering-advanced",
|
||||
"description": "PR Review Expert"
|
||||
"description": "Use when the user asks to review pull requests, analyze code changes, check for security issues in PRs, or assess code quality of diffs."
|
||||
},
|
||||
{
|
||||
"name": "rag-architect",
|
||||
"source": "../../engineering/rag-architect",
|
||||
"category": "engineering-advanced",
|
||||
"description": "RAG Architect - POWERFUL"
|
||||
"description": "Use when the user asks to design RAG pipelines, optimize retrieval strategies, choose embedding models, implement vector search, or build knowledge retrieval systems."
|
||||
},
|
||||
{
|
||||
"name": "release-manager",
|
||||
"source": "../../engineering/release-manager",
|
||||
"category": "engineering-advanced",
|
||||
"description": "Release Manager"
|
||||
"description": "Use when the user asks to plan releases, manage changelogs, coordinate deployments, create release branches, or automate versioning."
|
||||
},
|
||||
{
|
||||
"name": "runbook-generator",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Installation Guide - Claude Skills Library
|
||||
|
||||
Complete installation guide for all 170 production-ready skills across multiple AI agents and platforms.
|
||||
Complete installation guide for all 205+ production-ready skills across multiple AI agents and platforms.
|
||||
|
||||
## Table of Contents
|
||||
|
||||
@@ -80,7 +80,7 @@ npx agent-skills-cli add alirezarezvani/claude-skills
|
||||
This single command installs all skills to all supported agents automatically.
|
||||
|
||||
**What this does:**
|
||||
- ✅ Detects all 170 skills automatically
|
||||
- ✅ Detects all 205+ skills automatically
|
||||
- ✅ Installs to Claude, Cursor, Copilot, Windsurf, Cline, and 37+ other AI agents
|
||||
- ✅ Works across all skill formats
|
||||
|
||||
@@ -113,7 +113,7 @@ This adds the skills library to your available marketplaces.
|
||||
/plugin install pm-skills@claude-code-skills # 6 project management skills
|
||||
/plugin install ra-qm-skills@claude-code-skills # 12 regulatory/quality skills
|
||||
/plugin install business-growth-skills@claude-code-skills # 4 business & growth skills
|
||||
/plugin install finance-skills@claude-code-skills # 1 finance skill
|
||||
/plugin install finance-skills@claude-code-skills # 2 finance skills
|
||||
```
|
||||
|
||||
### Install Individual Skills
|
||||
@@ -268,22 +268,22 @@ npx agent-skills-cli add alirezarezvani/claude-skills/product-team/ui-design-sys
|
||||
|
||||
```bash
|
||||
# Senior PM Expert
|
||||
npx agent-skills-cli add alirezarezvani/claude-skills/project-management/senior-pm-expert
|
||||
npx agent-skills-cli add alirezarezvani/claude-skills/project-management/senior-pm
|
||||
|
||||
# Scrum Master Expert
|
||||
npx agent-skills-cli add alirezarezvani/claude-skills/project-management/scrum-master-expert
|
||||
npx agent-skills-cli add alirezarezvani/claude-skills/project-management/scrum-master
|
||||
|
||||
# Atlassian Jira Expert
|
||||
npx agent-skills-cli add alirezarezvani/claude-skills/project-management/atlassian-jira-expert
|
||||
npx agent-skills-cli add alirezarezvani/claude-skills/project-management/jira-expert
|
||||
|
||||
# Atlassian Confluence Expert
|
||||
npx agent-skills-cli add alirezarezvani/claude-skills/project-management/atlassian-confluence-expert
|
||||
npx agent-skills-cli add alirezarezvani/claude-skills/project-management/confluence-expert
|
||||
|
||||
# Atlassian Administrator
|
||||
npx agent-skills-cli add alirezarezvani/claude-skills/project-management/atlassian-administrator
|
||||
npx agent-skills-cli add alirezarezvani/claude-skills/project-management/atlassian-admin
|
||||
|
||||
# Atlassian Template Creator
|
||||
npx agent-skills-cli add alirezarezvani/claude-skills/project-management/atlassian-template-creator
|
||||
npx agent-skills-cli add alirezarezvani/claude-skills/project-management/atlassian-templates
|
||||
```
|
||||
|
||||
### Engineering Team Skills
|
||||
@@ -436,16 +436,16 @@ cp -r engineering-team .github/skills/
|
||||
|
||||
```bash
|
||||
# Test marketing tools
|
||||
python marketing-skill/content-creator/scripts/brand_voice_analyzer.py --help
|
||||
python marketing-skill/content-creator/scripts/seo_optimizer.py --help
|
||||
python3 marketing-skill/content-production/scripts/brand_voice_analyzer.py --help
|
||||
python3 marketing-skill/content-production/scripts/seo_optimizer.py --help
|
||||
|
||||
# Test C-level tools
|
||||
python c-level-advisor/cto-advisor/scripts/tech_debt_analyzer.py --help
|
||||
python c-level-advisor/ceo-advisor/scripts/strategy_analyzer.py --help
|
||||
python3 c-level-advisor/cto-advisor/scripts/tech_debt_analyzer.py --help
|
||||
python3 c-level-advisor/ceo-advisor/scripts/strategy_analyzer.py --help
|
||||
|
||||
# Test product tools
|
||||
python product-team/product-manager-toolkit/scripts/rice_prioritizer.py --help
|
||||
python product-team/ui-design-system/scripts/design_token_generator.py --help
|
||||
python3 product-team/product-manager-toolkit/scripts/rice_prioritizer.py --help
|
||||
python3 product-team/ui-design-system/scripts/design_token_generator.py --help
|
||||
```
|
||||
|
||||
---
|
||||
@@ -496,10 +496,10 @@ ls ~/.config/goose/skills/
|
||||
echo "Sample content for analysis" > test-article.txt
|
||||
|
||||
# Run brand voice analysis
|
||||
python ~/.claude/skills/content-creator/scripts/brand_voice_analyzer.py test-article.txt
|
||||
python3 ~/.claude/skills/content-production/scripts/brand_voice_analyzer.py test-article.txt
|
||||
|
||||
# Run SEO optimization
|
||||
python ~/.claude/skills/content-creator/scripts/seo_optimizer.py test-article.txt "sample keyword"
|
||||
python3 ~/.claude/skills/content-production/scripts/seo_optimizer.py test-article.txt "sample keyword"
|
||||
```
|
||||
|
||||
---
|
||||
@@ -674,7 +674,7 @@ rm -rf .cursor/skills/fullstack-engineer/
|
||||
|
||||
## Gemini CLI Installation
|
||||
|
||||
Gemini CLI users can install skills using the setup script below. This repository provides Gemini CLI compatibility through a `.gemini/skills/` directory with symlinks to all 170+ skills, agents, and commands.
|
||||
Gemini CLI users can install skills using the setup script below. This repository provides Gemini CLI compatibility through a `.gemini/skills/` directory with symlinks to all 205+ skills, agents, and commands.
|
||||
|
||||
### Setup Instructions
|
||||
|
||||
@@ -696,7 +696,7 @@ Gemini CLI users can install skills using the setup script below. This repositor
|
||||
- Generates a `skills-index.json` manifest for discovery.
|
||||
|
||||
3. **Activate Skills in Gemini CLI:**
|
||||
Gemini CLI can now activate any of these 170+ skills by name. Use the `activate_skill` tool:
|
||||
Gemini CLI can now activate any of these 205+ skills by name. Use the `activate_skill` tool:
|
||||
```javascript
|
||||
// Activate a core skill
|
||||
activate_skill(name="senior-architect")
|
||||
@@ -792,7 +792,7 @@ head -20 ~/.openclaw/skills/senior-frontend/SKILL.md
|
||||
| Project Management | `project-management/` | 6 |
|
||||
| RA/QM Compliance | `ra-qm-team/` | 12 |
|
||||
| Business & Growth | `business-growth/` | 4 |
|
||||
| Finance | `finance/` | 1 |
|
||||
| Finance | `finance/` | 2 |
|
||||
|
||||
### Python Tools
|
||||
|
||||
@@ -830,7 +830,7 @@ git clone https://github.com/alirezarezvani/claude-skills.git
|
||||
cd claude-skills
|
||||
|
||||
# Generate symlinks (if not already present)
|
||||
python scripts/sync-codex-skills.py
|
||||
python3 scripts/sync-codex-skills.py
|
||||
|
||||
# Install all skills to ~/.codex/skills/
|
||||
./scripts/codex-install.sh
|
||||
@@ -903,7 +903,7 @@ ls ~/.codex/skills/ | wc -l
|
||||
| **project-management** | 6 | scrum-master, senior-pm, jira-expert, confluence-expert |
|
||||
| **ra-qm** | 12 | regulatory-affairs-head, quality-manager-qms-iso13485, gdpr-dsgvo-expert |
|
||||
| **business-growth** | 4 | customer-success-manager, sales-engineer, revenue-operations |
|
||||
| **finance** | 1 | financial-analyst |
|
||||
| **finance** | 2 | financial-analyst, saas-metrics-coach |
|
||||
|
||||
See `.codex/skills-index.json` for the complete manifest with descriptions.
|
||||
|
||||
@@ -944,5 +944,5 @@ See `.codex/skills-index.json` for the complete manifest with descriptions.
|
||||
---
|
||||
|
||||
**Last Updated:** March 2026
|
||||
**Skills Version:** 2.1.1 (170 production skills across 9 domains)
|
||||
**Skills Version:** 2.1.2 (205+ production skills across 9 domains)
|
||||
**Universal Installer:** [Agent Skills CLI](https://github.com/Karanjot786/agent-skills-cli)
|
||||
|
||||
@@ -139,7 +139,7 @@ find .cursor/rules -name "*.mdc" | wc -l # Should show 156
|
||||
- ✅ Support for scripts, references, templates where applicable
|
||||
- ✅ Zero manual conversion work
|
||||
|
||||
See [integrations/](integrations/) for tool-specific documentation and pre-generated outputs.
|
||||
Run `./scripts/convert.sh --tool all` to generate tool-specific outputs locally.
|
||||
|
||||
---
|
||||
|
||||
|
||||
1
docs/googlec3db22c96191d971.html
Normal file
1
docs/googlec3db22c96191d971.html
Normal file
@@ -0,0 +1 @@
|
||||
google-site-verification: googlec3db22c96191d971.html
|
||||
@@ -21,7 +21,7 @@ python scripts/pipeline_generator.py ./app --platform=github --stages=build,test
|
||||
python scripts/terraform_scaffolder.py ./infra --provider=aws --module=ecs-service --verbose
|
||||
|
||||
# Script 3: Deployment Manager — orchestrates container deployments with rollback support
|
||||
python scripts/deployment_manager.py deploy --env=production --image=app:1.2.3 --strategy=blue-green
|
||||
python3 scripts/deployment_manager.py ./deploy --verbose --json
|
||||
```
|
||||
|
||||
## Core Capabilities
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: "agent-designer"
|
||||
description: "Agent Designer - Multi-Agent System Architecture"
|
||||
description: "Use when the user asks to design multi-agent systems, create agent architectures, define agent communication patterns, or build autonomous agent workflows."
|
||||
---
|
||||
|
||||
# Agent Designer - Multi-Agent System Architecture
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: "api-test-suite-builder"
|
||||
description: "API Test Suite Builder"
|
||||
description: "Use when the user asks to generate API tests, create integration test suites, test REST endpoints, or build contract tests."
|
||||
---
|
||||
|
||||
# API Test Suite Builder
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: "database-designer"
|
||||
description: "Database Designer - POWERFUL Tier Skill"
|
||||
description: "Use when the user asks to design database schemas, plan data migrations, optimize queries, choose between SQL and NoSQL, or model data relationships."
|
||||
---
|
||||
|
||||
# Database Designer - POWERFUL Tier Skill
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: "database-schema-designer"
|
||||
description: "Database Schema Designer"
|
||||
description: "Use when the user asks to create ERD diagrams, normalize database schemas, design table relationships, or plan schema migrations."
|
||||
---
|
||||
|
||||
# Database Schema Designer
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: "pr-review-expert"
|
||||
description: "PR Review Expert"
|
||||
description: "Use when the user asks to review pull requests, analyze code changes, check for security issues in PRs, or assess code quality of diffs."
|
||||
---
|
||||
|
||||
# PR Review Expert
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: "rag-architect"
|
||||
description: "RAG Architect - POWERFUL"
|
||||
description: "Use when the user asks to design RAG pipelines, optimize retrieval strategies, choose embedding models, implement vector search, or build knowledge retrieval systems."
|
||||
---
|
||||
|
||||
# RAG Architect - POWERFUL
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: "release-manager"
|
||||
description: "Release Manager"
|
||||
description: "Use when the user asks to plan releases, manage changelogs, coordinate deployments, create release branches, or automate versioning."
|
||||
---
|
||||
|
||||
# Release Manager
|
||||
|
||||
Reference in New Issue
Block a user