- AgentHub: 13 files updated with non-engineering examples (content drafts, research, strategy) — engineering stays primary, cross-domain secondary - AgentHub: 7 slash commands, 5 Python scripts, 3 references, 1 agent, dry_run.py validation (57 checks) - Marketplace: agenthub entry added with cross-domain keywords, engineering POWERFUL updated (25→30), product (12→13), counts synced across all configs - SEO: generate-docs.py now produces keyword-rich <title> tags and meta descriptions using SKILL.md frontmatter — "Claude Code Skills" in site_name propagates to all 276 HTML pages - SEO: per-domain title suffixes (Agent Skill for Codex & OpenClaw, etc.), slug-as-title cleanup, domain label stripping from titles - Broken links: 141→0 warnings — new rewrite_skill_internal_links() converts references/, scripts/, assets/ links to GitHub source URLs; skills/index.md phantom slugs fixed (6 marketing, 7 RA/QM) - Counts synced: 204 skills, 266 tools, 382 refs, 16 agents, 17 commands, 21 plugins — consistent across CLAUDE.md, README.md, docs/index.md, marketplace.json, getting-started.md, mkdocs.yml - Platform sync: Codex 163 skills, Gemini 246 items, OpenClaw compatible Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3.5 KiB
title, description
| title | description |
|---|---|
| Slash Commands — AI Coding Agent Commands & Codex Shortcuts | 17 slash commands for Claude Code, Codex CLI, and Gemini CLI — sprint planning, tech debt analysis, PRDs, OKRs, and more. |
:material-console: Slash Commands
17 commands for quick access to common operations
-
:material-console:{ .lg .middle }
/changelog
Generate Keep a Changelog entries from git history and validate commit message format.
-
:material-console:{ .lg .middle }
/competitive-matrix
Build competitive matrices with weighted scoring, gap analysis, and market positioning insights.
-
:material-console:{ .lg .middle }
/financial-health
Analyze financial statements, build valuation models, assess budget variances, and construct forecasts.
-
:material-console:{ .lg .middle }
/google-workspace
Google Workspace CLI administration via the gws CLI. Run setup diagnostics, security audits, browse and execute recip...
-
:material-console:{ .lg .middle }
/okr
Generate cascaded OKR frameworks from company-level strategy down to team-level key results.
-
:material-console:{ .lg .middle }
/persona
Generate structured user personas with demographics, goals, pain points, and behavioral patterns.
-
:material-console:{ .lg .middle }
/pipeline
Detect project stack and generate CI/CD pipeline configurations for GitHub Actions or GitLab CI.
-
:material-console:{ .lg .middle }
/prd
Generate a concise product requirements document for a feature, initiative, or problem statement.
-
:material-console:{ .lg .middle }
/project-health
Generate portfolio health dashboards and risk matrices for project oversight.
-
:material-console:{ .lg .middle }
/retro
Analyze retrospective data for recurring themes, sentiment trends, and action item effectiveness.
-
:material-console:{ .lg .middle }
/rice
Prioritize features using RICE scoring (Reach, Impact, Confidence, Effort) with optional capacity constraints.
-
:material-console:{ .lg .middle }
/saas-health
Calculate SaaS financial health metrics from raw business numbers, benchmark against industry standards, and project ...
-
:material-console:{ .lg .middle }
/sprint-health
Score sprint health across delivery, quality, and team metrics with velocity trend analysis.
-
:material-console:{ .lg .middle }
/sprint-plan
Create a sprint plan with prioritized stories and capacity guardrails.
-
:material-console:{ .lg .middle }
/tdd
Generate tests, analyze coverage, and validate test quality using the TDD Guide skill.
-
:material-console:{ .lg .middle }
/tech-debt
Scan codebases for technical debt, score severity, and generate prioritized remediation plans.
-
:material-console:{ .lg .middle }
/user-story
Generate structured user stories with acceptance criteria, story points, and sprint capacity planning.