mirror of
https://github.com/alirezarezvani/claude-skills.git
synced 2026-08-28 04:24:58 +00:00
chore: sync codex skills symlinks [automated]
Some checks failed
Sync Codex Skills Symlinks / sync (push) Has been cancelled
Some checks failed
Sync Codex Skills Symlinks / sync (push) Has been cancelled
This commit is contained in:
parent
ad816a4197
commit
695a82b55a
4 changed files with 28 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"name": "claude-code-skills",
|
||||
"description": "Production-ready skill packages for AI agents - Marketing, Engineering, Product, C-Level, PM, and RA/QM",
|
||||
"repository": "https://github.com/alirezarezvani/claude-skills",
|
||||
"total_skills": 338,
|
||||
"total_skills": 341,
|
||||
"skills": [
|
||||
{
|
||||
"name": "business-growth-skills",
|
||||
|
|
@ -575,6 +575,18 @@
|
|||
"category": "compliance",
|
||||
"description": "/cs:soc2-audit-prep <scope> \u2014 SOC 2 Type II readiness 6-question forcing interrogation. Observation-period focused. Use before Type II observation begins, mid-period checkpoint, or pre-field-test month-10 readiness."
|
||||
},
|
||||
{
|
||||
"name": "design-system",
|
||||
"source": "../../markdown-html/skills/design-system",
|
||||
"category": "documentation",
|
||||
"description": "Captures the user's brand identity once via a 10-question onboarding wizard (primary/accent HEX + heading + body Google Fonts + design style editorial/technical/minimal/playful + default output directory + syntax theme + TOC behavior + optional logo/company), validates body-text and link contrast against WCAG 2.2 AA, derives 12 CSS custom properties in HSL space, and stores the result for every markdown-html converter to consume. Use before any markdown-html conversion. Triggers on first-run onboarding (\"set up the brand\", \"configure markdown-html\", \"run onboarding\"), on explicit reset (\"reset the design system\", \"re-onboard\"), and is checked by every converter via config_loader.py before rendering. Refuses to save if body-text contrast fails AA 4.5:1 or the output dir isn't writable. Precedence: project (./.markdown-html/) > global (~/.config/markdown-html/) > built-in defaults; MARKDOWN_HTML_NO_CONFIG=1 bypasses."
|
||||
},
|
||||
{
|
||||
"name": "markdown-html-orchestrator",
|
||||
"source": "../../markdown-html/skills/markdown-html-orchestrator",
|
||||
"category": "documentation",
|
||||
"description": "Use when a user wants to convert any markdown file in their Claude project into a single-file, lightly-interactive HTML \u2014 long-form documents (specs, plans, RFCs, reports, explainers), code reviews with diffs and severity-tagged annotations, or slide decks. Triggers on \"convert this markdown to HTML\", \"make this an HTML file\", \"turn this into an interactive document\", \"render this report as HTML\", \"PR writeup as HTML\", \"slides from this markdown\". Forks context to route to one of three converter sub-skills (md-document, md-review, md-slides) based on a deterministic doctype classifier, after the user has run the design-system onboarding once. Refuses if input is under 100 lines (per Shihipar \u2014 markdown still wins below the threshold) or design-system isn't onboarded. Distinct from Anthropic's official Playground plugin (which is interactive prompt-tuning controls with sliders/knobs/prompt-copy-back) and from marketing/landing/ (which is a landing-page generator)."
|
||||
},
|
||||
{
|
||||
"name": "a11y-audit",
|
||||
"source": "../../engineering-team/a11y-audit/skills/a11y-audit",
|
||||
|
|
@ -1337,6 +1349,12 @@
|
|||
"category": "engineering-advanced",
|
||||
"description": "Terraform infrastructure-as-code agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Covers module design patterns, state management strategies, provider configuration, security hardening, policy-as-code with Sentinel/OPA, and CI/CD plan/apply workflows. Use when: user wants to design Terraform modules, manage state backends, review Terraform security, implement multi-region deployments, or follow IaC best practices."
|
||||
},
|
||||
{
|
||||
"name": "universal-scraping-architect",
|
||||
"source": "../../engineering/universal-scraping-architect",
|
||||
"category": "engineering-advanced",
|
||||
"description": "Use for web scraping, crawling, document extraction, API parsing, or building validation-heavy data pipelines using Firecrawl or local Python scripts."
|
||||
},
|
||||
{
|
||||
"name": "workflow-builder",
|
||||
"source": "../../engineering/workflow-builder/skills/workflow-builder",
|
||||
|
|
@ -2060,13 +2078,18 @@
|
|||
"source": "../../compliance-os",
|
||||
"description": "Compliance-OS skills: ISO 13485 / ISO 27001 / SOC 2 / GDPR / FDA QSR / EU AI Act audit-prep + compliance-readiness orchestrator"
|
||||
},
|
||||
"documentation": {
|
||||
"count": 2,
|
||||
"source": "../../markdown-html",
|
||||
"description": "Markdown-to-HTML converter (v2.10.0 foundation): orchestrator (context: fork, deterministic doctype classifier, refuses < 100 lines per Shihipar) + design-system (one-time onboarding wizard with WCAG-AA-validated 12-token palette, project > global > defaults precedence). Converter sub-skills (md-document, md-review, md-slides) land in v2.10.1."
|
||||
},
|
||||
"engineering": {
|
||||
"count": 51,
|
||||
"source": "../../engineering-team",
|
||||
"description": "Software engineering and technical skills"
|
||||
},
|
||||
"engineering-advanced": {
|
||||
"count": 78,
|
||||
"count": 79,
|
||||
"source": "../../engineering",
|
||||
"description": "Advanced engineering skills - agents, RAG, MCP, CI/CD, databases, observability"
|
||||
},
|
||||
|
|
|
|||
1
.codex/skills/design-system
Symbolic link
1
.codex/skills/design-system
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../markdown-html/skills/design-system
|
||||
1
.codex/skills/markdown-html-orchestrator
Symbolic link
1
.codex/skills/markdown-html-orchestrator
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../markdown-html/skills/markdown-html-orchestrator
|
||||
1
.codex/skills/universal-scraping-architect
Symbolic link
1
.codex/skills/universal-scraping-architect
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../engineering/universal-scraping-architect
|
||||
Loading…
Add table
Reference in a new issue