Leo
82eea60947
feat: Custom GPTs page, gitignore configs, SEO README, cross-references
...
- Gitignore individual GPT config files (custom-gpt/*-gpt.md) — instructions
should not be publicly exposed
- Rewrite custom-gpt/README.md with SEO-optimized descriptions and live
ChatGPT links for all 6 GPTs
- New docs page: docs/custom-gpts.md with grid cards, comparison table,
and stats
- Add Custom GPTs to mkdocs.yml navigation
- Cross-reference Custom GPTs from:
- Homepage (new grid card)
- Getting Started (FAQ entry)
- Personas page (try in ChatGPT callout)
- Plugins page (FAQ entry)
Live GPT links:
- Solo Founder: chatgpt.com/g/g-69b315...
- SEO Audit Expert: chatgpt.com/g/g-69b3b0...
- Content Strategist: chatgpt.com/g/g-69b3af...
- Product Manager Toolkit: chatgpt.com/g/g-69b32c...
- Conversion Copywriter: chatgpt.com/g/g-69b327...
- CTO Advisor: chatgpt.com/g/g-69b326...
2026-03-13 10:08:22 +01:00
Leo
bd70015f60
docs: overhaul homepage with tools bar, tabbed install, and professional polish
...
- Replace text-only platform list with styled color-coded tool badges
- Each badge links to the relevant install section
- Add tabbed Quick Install section (Claude Code / Codex / Gemini / Cursor)
- Restructure 'What's Inside' grid: skills, agents, personas, orchestration, tools, plugins, commands, multi-tool
- Rename 'POWERFUL' to 'Advanced' in domain cards
- Add tools-bar CSS with per-tool brand colors and hover effects
- Mobile-responsive tool badges
- Broaden site_name: 'Agent Skills' (not just Claude Code)
- Fix edit_uri: edit/main/docs/ (was missing docs/ prefix)
- Build verified: 238 sitemap URLs, all new pages included
2026-03-12 18:47:42 +01:00
Leo
6449e1bb00
docs: add personas and orchestration to GitHub Pages site
...
- Add personas section with 3 persona pages (startup-cto, growth-marketer, solo-founder)
- Add orchestration page with 4 coordination patterns
- Add personas and orchestration cards to homepage
- Add personas and orchestration to navigation
- Update site description and hero text
- All numbers verified and consistent across README + docs
2026-03-12 18:39:43 +01:00
Alireza Rezvani
5df8928bc8
feat: multi-tool skill conversion (Cursor, Aider, Windsurf, etc.) ( #326 ) ( #327 ) ( #329 ) ( #330 )
2026-03-11 18:09:06 +01:00
Reza Rezvani
e2fff2f8f2
docs: sync counts and regenerate pages for product team expansion
...
Update all documentation to reflect 177 skills, 254 tools, 357 references,
16 agents, and 17 commands. Add 4 new skill pages, 1 agent page, and
2 command pages to MkDocs site. Sync Codex (156) and Gemini (218) indexes.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 15:15:39 +01:00
Reza Rezvani
338830ffe8
feat(docs): add Plugins & Marketplace overview page
...
- Create comprehensive plugins page with all 19 plugins (9 domain bundles + 10 standalone)
- Include architecture diagram, compatibility matrix, install commands for all 4 platforms
- Add plugin structure docs, FAQ, and complete reference table
- Add Plugins nav tab in mkdocs.yml
- Add plugins stat card (19) to homepage grid
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 12:06:08 +01:00
Reza Rezvani
543646a0ac
feat(docs): comprehensive GitHub Primer theme overhaul with dark mode fix
...
- Fix broken dark mode by correcting palette toggle order and setting primary/accent to custom
- Rewrite extra.css with full GitHub Primer color scheme (light: #ffffff/#0969da, dark: #0d1117/#1f6feb)
- Style header, sidebar, buttons, cards, code blocks, and tables to match GitHub aesthetic
- Add Open Graph and Twitter Card meta tags via main.html override
- Add JSON-LD structured data (WebSite + SoftwareApplication schemas)
- Add announcement bar (v2.1.2 release)
- Add custom 404 page with navigation buttons
- Remove inline styles from skills/index.md (moved to extra.css)
- Mobile responsive adjustments for hero sections
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 11:54:41 +01:00
Reza Rezvani
8608050906
feat(docs): add Skills overview page with architecture diagram, domain cards, and tabbed categories
...
New skills/index.md with full MkDocs Material capabilities:
- Hero section with gradient title and stats grid
- Mermaid architecture diagram showing skill package pattern
- 9 domain cards with skill counts and browse buttons
- Tabbed skills-by-category with expandable tables (173 skills)
- Pie chart showing Python tools distribution across domains
- 4-step "How Skills Work" explainer
- Multi-platform Quick Install tabs
- for-the-badge style shields.io badges in README.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 11:33:48 +01:00
Reza Rezvani
16716f4c79
fix(docs): add trailing slash to site_url for Google Search Console sitemap discovery
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 10:35:12 +01:00
Reza Rezvani
4e9f1d934d
feat(engineering): add google-workspace-cli skill with 5 Python tools
...
New skill for Google Workspace administration via the gws CLI:
- SKILL.md with 4 workflows (Gmail, Drive/Sheets, Calendar, Security Audit)
- 5 stdlib-only Python scripts (doctor, auth setup, recipe runner, audit, analyzer)
- 3 reference docs, 2 asset files, 43 built-in recipes, 10 persona bundles
- cs-workspace-admin agent, /google-workspace slash command
- Standalone marketplace plugin entry with .claude-plugin/plugin.json
- Cross-platform sync (Codex CLI, Gemini CLI), MkDocs docs pages
- All documentation updated (173 skills, 250 tools, 15 agents, 15 commands)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 09:59:40 +01:00
Reza Rezvani
778ce17b68
docs: integrate x-twitter-growth across plugin ecosystem and documentation
...
- Sync Gemini CLI (208 items), verify Codex CLI (151 skills)
- Update marketplace.json: 151 packages, marketing 43, tools 245
- Update marketing plugin.json with X/Twitter growth, 43 skills
- Update CLAUDE.md, README.md, docs/index.md, getting-started.md counts
(172 skills, 245 tools, 344 references)
- Add x-twitter-growth to marketing CLAUDE.md skill map
- Add x-twitter-growth docs page and mkdocs.yml nav entry
- Regenerate 207 MkDocs pages, build verified
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-11 08:15:28 +01:00
Reza Rezvani
cb3fa6b7ea
feat: integrate saas-metrics-coach, add finance commands, remove seek-and-analyze-video
...
- 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 >
2026-03-10 14:29:41 +01:00
Reza Rezvani
979a1cefc7
docs: add 14 agent pages, 12 command pages, update getting-started and index
...
- Extended generate-docs.py to auto-generate agent and command documentation pages
- Added extract_subtitle() for meaningful command descriptions in index
- Added Agents nav section (14 entries) and Commands nav section (12 entries) to mkdocs.yml
- Updated docs/index.md: 170 skills, 237 tools, 14 agents, 12 commands, Gemini CLI
- Updated docs/getting-started.md: Gemini CLI tab, 237 tools, fixed brand_voice path, new FAQs
- Regenerated all 203 docs pages (177 skills + 14 agents + 12 commands)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-10 09:54:53 +01:00
Reza Rezvani
67f3922e4f
feat(product,pm): world-class product & PM skills audit — 6 scripts, 5 agents, 7 commands, 23 references/assets
...
Phase 1 — Agent & Command Foundation:
- Rewrite cs-project-manager agent (55→515 lines, 4 workflows, 6 skill integrations)
- Expand cs-product-manager agent (408→684 lines, orchestrates all 8 product skills)
- Add 7 slash commands: /rice, /okr, /persona, /user-story, /sprint-health, /project-health, /retro
Phase 2 — Script Gap Closure (2,779 lines):
- jira-expert: jql_query_builder.py (22 patterns), workflow_validator.py
- confluence-expert: space_structure_generator.py, content_audit_analyzer.py
- atlassian-admin: permission_audit_tool.py
- atlassian-templates: template_scaffolder.py (Confluence XHTML generation)
Phase 3 — Reference & Asset Enrichment:
- 9 product references (competitive-teardown, landing-page-generator, saas-scaffolder)
- 6 PM references (confluence-expert, atlassian-admin, atlassian-templates)
- 7 product assets (templates for PRD, RICE, sprint, stories, OKR, research, design system)
- 1 PM asset (permission_scheme_template.json)
Phase 4 — New Agents:
- cs-agile-product-owner, cs-product-strategist, cs-ux-researcher
Phase 5 — Integration & Polish:
- Related Skills cross-references in 8 SKILL.md files
- Updated product-team/CLAUDE.md (5→8 skills, 6→9 tools, 4 agents, 5 commands)
- Updated project-management/CLAUDE.md (0→12 scripts, 3 commands)
- Regenerated docs site (177 pages), updated homepage and getting-started
Quality audit: 31 files reviewed, 29 PASS, 2 fixed (copy-frameworks.md, governance-framework.md)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-10 01:08:45 +01:00
Reza Rezvani
885fe8b023
docs: update all documentation with accurate counts and regenerated skill pages
...
- Update skill count to 170, Python tools to 213, references to 314 across all docs
- Regenerate all 170 skill doc pages from latest SKILL.md sources
- Update CLAUDE.md with v2.1.1 highlights, accurate architecture tree, and roadmap
- Update README.md badges and overview table
- Update marketplace.json metadata description and version
- Update mkdocs.yml, index.md, getting-started.md with correct numbers
2026-03-09 08:14:11 +01:00
Reza Rezvani
4d68dd501a
fix: add GA gtag.js snippet to head for Search Console verification
...
Injects the raw Google Analytics snippet via theme override so Google
Search Console can verify site ownership. Removes the duplicate
Material built-in analytics config.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 13:29:02 +01:00
Reza Rezvani
855dd3d904
feat: add Google Analytics tracking (G-VHRY2VKY9K)
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 13:11:58 +01:00
Reza Rezvani
52e8fe1764
style: modern minimalistic design with dark-first theme
...
- Dark mode as default with smooth light mode toggle
- Inter + JetBrains Mono fonts for clean typography
- Custom CSS: gradient hero, domain card grid, stat counters, feature list
- Landing page redesigned with cards, CTAs, and visual hierarchy
- Getting started: tabbed install (Material tabs), numbered steps, collapsible FAQ
- MkDocs Material features: sticky tabs, instant navigation, progress bar,
breadcrumbs, code annotations, emoji support, mermaid diagrams
- All Material reference extensions enabled (keys, mark, caret, tilde, etc.)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 12:47:56 +01:00
Reza Rezvani
2c72babd52
feat: add MkDocs Material docs site with 170 auto-generated skill pages
...
- mkdocs.yml: Material theme with dark/light mode, search, tabs, sitemap
- scripts/generate-docs.py: auto-generates docs from all SKILL.md files
- docs/index.md: landing page with domain overview and quick install
- docs/getting-started.md: installation guide for Claude Code, Codex, OpenClaw
- docs/skills/: 170 skill pages + 9 domain index pages
- .github/workflows/static.yml: MkDocs build + GitHub Pages deploy
- .gitignore: exclude site/ build output
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 12:16:26 +01:00