mirror of
https://github.com/alirezarezvani/claude-skills.git
synced 2026-08-28 04:24:58 +00:00
Ran the /update-docs pipeline post-v2.6.1 release. Most of the work was verification (docs already in sync from prior PRs #644, #649). Two real issues surfaced and fixed: 1. Codex sync bug (the headline fix) - scripts/sync-codex-skills.py used iterdir() which is single-level only - Missed the engineering/<plugin>/skills/<name>/SKILL.md pattern used by 4 Pocock plugins + many other standalone plugins restructured since PR #593 - Added Pattern 3 discovery: when <domain>/<plugin>/ contains a skills/ subdir with <name>/SKILL.md, recurse one level - Impact: Codex index 195 → 289 skills (+94 previously-hidden skills) - Gemini sync was already correct (uses recursive rglob) - OpenClaw was already correct (uses recursive find) 2. Stale skill counts in 2 user-facing docs - README.md: 268 → 272 (3 occurrences: tagline + badge + skills overview) - docs/getting-started.md: 246 → 272 (2 occurrences: meta description + FAQ) - All other files (CLAUDE.md, docs/index.md, mkdocs.yml site_description, marketplace.json) were already at 272 (refreshed in PRs #644 + #649) Other regenerations (no source changes — auto-updated from latest content): - docs/skills/engineering/*.md regenerated (picks up v2.6.1 description fixes) - docs/agents/*.md regenerated (no agent changes) - docs/commands/*.md regenerated (no command changes) - .codex/skills-index.json + 94 new symlinks (mostly Pocock + plugin-pattern skills that should have been there since PR #593) Verification: - All 5 user-facing docs (CLAUDE.md, README.md, docs/index.md, docs/getting-started.md, mkdocs.yml) show "272 skills" consistently - marketplace.json: v2.6.1, 43 plugins, 0 broken source paths - mkdocs build: 371 pages (280 skills + 58 agents + 33 commands), clean in 17.31s, no errors or new warnings - audit_skills.py: runs cleanly against 298 real skills No production code changes outside the Codex sync fix. This is a docs + tooling sweep, not a feature release. https://claude.ai/code/session_01VFreMf7XLBqMgjsrG4wSYe
Symbolic link
1 line
No EOL
38 B
Text
Symbolic link
1 line
No EOL
38 B
Text
../../engineering/agenthub/skills/init |