- Integrate saas-metrics-coach into cs-financial-analyst agent with SaaS health and unit economics workflows - Add /financial-health and /saas-health slash commands - Add /update-docs repo command for post-creation sync pipeline - Remove seek-and-analyze-video skill (requires paid external API) - Update all documentation (CLAUDE.md, README.md, docs site, marketplace) - Sync Codex CLI (150 skills), Gemini CLI (207 items), fix count consistency - Regenerate 206 MkDocs pages, fix docs/index.md meta 170→171, getting-started.md finance bundle 1→2 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
669 B
669 B
Summary
Checklist
- Target branch is
dev(notmain— PRs to main will be auto-closed) - Skill has
SKILL.mdwith valid YAML frontmatter (name,description,license) - Scripts (if any) run with
--helpwithout errors - No hardcoded API keys, tokens, or secrets
- No vendor-locked dependencies without open-source fallback
- Follows existing directory structure (
domain/skill-name/SKILL.md)
Type of Change
- New skill
- Improvement to existing skill
- Bug fix
- Documentation
- Infrastructure / CI