|
4 | 4 | "name": "Alireza Rezvani", |
5 | 5 | "url": "https://alirezarezvani.com" |
6 | 6 | }, |
7 | | - "description": "338 production-ready skill packages for Claude AI across 16 domains: engineering advanced (78, incl. v2.9.0 workflow-builder for Claude Code Workflow-tool authoring), engineering core (51), marketing (46 — incl. AEO/Answer Engine Optimization), c-level advisory (66), product (17), regulatory/QMS (18), compliance-os (9), project management (9), business growth (5), finance (4), productivity (6), marketing top-level (1), research (8), research-ops (5, v2.9.0), business-operations (7), and commercial (8). Includes 533 Python tools, 676 reference documents, 51+ agents, 87+ slash commands across 63 marketplace plugins.", |
| 7 | + "description": "341 production-ready skill packages for Claude AI across 17 domains: engineering advanced (78, incl. v2.9.0 workflow-builder for Claude Code Workflow-tool authoring), engineering core (51), marketing (46 — incl. AEO/Answer Engine Optimization), c-level advisory (66), product (17), regulatory/QMS (18), compliance-os (9), project management (9), business growth (5), finance (4), productivity (6), marketing top-level (1), research (8), research-ops (5, v2.9.0), business-operations (7), commercial (8), and markdown-html (3, v2.10.1 — markdown-to-interactive-HTML converter). Includes 542 Python tools, 685 reference documents, 51+ agents, 88+ slash commands across 64 marketplace plugins.", |
8 | 8 | "homepage": "https://github.com/alirezarezvani/claude-skills", |
9 | 9 | "repository": "https://github.com/alirezarezvani/claude-skills", |
10 | 10 | "metadata": { |
11 | | - "description": "338 production-ready skills across 16 domains (engineering, engineering-core, marketing, product, c-level, compliance-os, project management, RA/QM, business growth, finance, productivity, marketing (top-level), research, research-ops, business-operations, commercial, plus standards). 533 Python tools, 676 reference guides, 51+ agents (cs-* + personas), 87+ slash commands across 63 marketplace plugins. v2.9.0 adds the research-ops domain — enterprise Research Operations (clinical-research + research-finance + market-research + product-research + orchestrator) with per-skill onboarding, customization config, and an opt-in autoresearch bridge, plus the engineering workflow-builder skill (intake-first authoring of deterministic multi-agent .js workflows for Claude Code's Workflow tool). Compatible with Claude Code, Codex CLI, Gemini CLI, Cursor, OpenClaw, Hermes Agent, Mistral Vibe, and 5 more coding agents.", |
12 | | - "version": "2.9.0" |
| 11 | + "description": "341 production-ready skills across 17 domains (engineering, engineering-core, marketing, product, c-level, compliance-os, project management, RA/QM, business growth, finance, productivity, marketing top-level, research, research-ops, business-operations, commercial, markdown-html, plus standards). 542 Python tools, 685 reference guides, 51+ agents (cs-* + personas), 88+ slash commands across 64 marketplace plugins. v2.10.1 adds md-document to the markdown-html domain — the long-form markdown-to-single-file-HTML converter (sticky TOC + scrollspy + search filter + code-copy buttons + GFM tables/callouts + Prism.js autoloader; reads the design-system's WCAG-AA-validated 12-token palette so brand changes flow through to every conversion). v2.10.0 shipped the markdown-html foundation (orchestrator + design-system). v2.9.0 shipped the research-ops domain (clinical-research + research-finance + market-research + product-research + orchestrator) with per-skill onboarding, customization config, and an opt-in autoresearch bridge, plus the engineering workflow-builder skill. Compatible with Claude Code, Codex CLI, Gemini CLI, Cursor, OpenClaw, Hermes Agent, Mistral Vibe, and 5 more coding agents.", |
| 12 | + "version": "2.10.1" |
13 | 13 | }, |
14 | 14 | "plugins": [ |
15 | 15 | { |
|
1404 | 1404 | { |
1405 | 1405 | "name": "markdown-html-skills", |
1406 | 1406 | "source": "./markdown-html", |
1407 | | - "description": "Convert long markdown files in a Claude project into world-class, single-file, lightly-interactive HTML. v2.10.0 foundation ships 2 skills: markdown-html-orchestrator (context: fork; deterministic doctype classifier that routes to converter sub-skills based on filename + content signals; refuses input < 100 lines per Shihipar's threshold; refuses without onboarding) + design-system (10-question onboarding wizard capturing brand primary/accent HEX + heading/body Google Fonts + design style editorial/technical/minimal/playful + default output directory + syntax theme + TOC behavior + optional logo/company; WCAG-AA-validated 12 CSS custom properties derived in HSL space; project > global > defaults precedence with MARKDOWN_HTML_NO_CONFIG=1 bypass). 6 stdlib-only Python tools (3 per skill), 6 references citing 5-7 sources each, 1 JSON schema asset. Inspired by Thariq Shihipar's Claude Code HTML output essay (Medium, 2026). Outputs are single self-contained .html files; only externals are Google Fonts CSS and Prism.js CDN. Converter sub-skills (md-document, md-review, md-slides) land in v2.10.1 follow-up PRs. Distinct from Anthropic's official Playground plugin (interactive prompt-tuning controls with sliders/knobs/prompt-copy-back) and marketing/landing/ (landing-page generator).", |
1408 | | - "version": "2.10.0", |
| 1407 | + "description": "Convert long markdown files into world-class single-file interactive HTML. v2.10.1 ships md-document — the long-form converter (sticky TOC + scrollspy + search filter + code-copy buttons + GFM tables/callouts + fenced code with Prism.js autoloader + 12 brand CSS custom properties) on top of the v2.10.0 foundation: markdown-html-orchestrator (context: fork; deterministic doc-type classifier; refuses < 100 lines per Shihipar; refuses without onboarding) + design-system (10-question onboarding wizard; WCAG-AA-validated 12-token palette; project > global > defaults precedence; MARKDOWN_HTML_NO_CONFIG=1 bypass). 9 stdlib-only Python tools, 9 references citing 5-7 sources each, 2 template/schema assets. Inspired by Thariq Shihipar's Claude Code HTML output essay (Medium, 2026). Outputs are single self-contained .html files; only externals are Google Fonts CSS and Prism.js CDN. Converter sub-skills md-review + md-slides land in v2.10.2 follow-up PRs.", |
| 1408 | + "version": "2.10.1", |
1409 | 1409 | "author": { |
1410 | 1410 | "name": "Alireza Rezvani" |
1411 | 1411 | }, |
|
0 commit comments