greglas75

68 mods across 2 repositories, 10 stars between them.

content-audit

25

greglas75/zuvo

Skill Claude CodeCodex

Content file quality audit across 8 dimensions (CC1-CC8): encoding artifacts (NBSP, mojibake, zero-width), markdown syntax (broken italic, orphan backslash), CMS migration artifacts (Joomla/WordPress/PHP), frontmatter quality, image integrity, link integrity with anchor validation, content completeness, and…

6 2d ago A 137 tokens original MIT

content-encoding

26

greglas75/zuvo

Agent

Scans content files for encoding artifacts, broken markdown syntax, and CMS migration debris.

6 2d ago A 21 tokens original MIT

content-links

27

greglas75/zuvo

Agent

Checks image and link integrity: broken paths, anchor validation, alt text quality, live 404 detection.

6 2d ago A 24 tokens original MIT

content-prose

28

greglas75/zuvo

Agent

Evaluates frontmatter quality, content completeness, and spelling/typography.

6 2d ago A 19 tokens original MIT

content-expand

29

greglas75/zuvo

Skill Claude CodeCodex

Expand and optimize existing articles. Adds new sections, deepens thin content, and applies the same quality pipeline as write-article (anti-slop, BLUF, GEO signals, humanization, multi-schema). Includes web search research about the topic and auto-discovery of internal links from your content collection. Replaces…

6 2d ago A 100 tokens original MIT

greglas75/zuvo

Agent

Scores article against PQ1-PQ18 registry and extracts voice profile for preservation.

6 2d ago A 23 tokens original MIT

structure-analyst

31

greglas75/zuvo

Agent

Analyzes heading hierarchy, section balance, protected regions, and internal link targets.

6 2d ago A 21 tokens original MIT

content-fix

32

greglas75/zuvo

Skill Claude CodeCodex

Apply fixes from content-audit findings. Reads audit JSON, classifies fixes by safety tier (SAFE/MODERATE), applies templates per fix type. Handles encoding artifacts (NBSP, mojibake), broken markdown, CMS migration debris, and typography issues. Modes: default (SAFE only), --auto (SAFE+MODERATE), --dry-run, --finding…

6 2d ago A 91 tokens original MIT

content-migration

33

greglas75/zuvo

Skill Claude CodeCodex

Compare old CMS page with new SSG page after migration. Finds missing headings, paragraphs, images, CTAs, tables, forms. Optionally patches safe gaps in local .md files. Use when content was migrated from Joomla/WordPress/ Drupal to Astro/Hugo/Next.js and you need to verify nothing was lost. Flags: --old , --new …

6 2d ago A 94 tokens original MIT

context-audit

34

greglas75/zuvo

Skill Claude CodeCodex

Context health monitoring. Analyzes include loading trends from context-metrics.log, audits CLAUDE.md/rules/settings for bloat, scores setup health. Modes: trend (default), full (with /context data), baseline (save snapshot).

6 2d ago A 54 tokens original MIT

db-audit

35

greglas75/zuvo

Skill Claude CodeCodex

Database performance and safety audit. 70+ checks across 13 dimensions (DB1-DB13): query patterns, indexes, schema design, connections, transactions, migrations, caching, query optimization, ORM anti-patterns, observability, data lifecycle, DB security, and migration deployment safety. Code-level checks for all ORMs.…

6 2d ago A 115 tokens original MIT

debug

36

greglas75/zuvo

Skill Claude CodeCodex

Systematic bug investigation with a five-phase framework: reproduce, narrow, diagnose, fix, verify. Supports automated regression bisect via --regression flag. Produces a structured debug report with root cause analysis, regression test, and CQ/Q self-evaluations.

6 2d ago A 55 tokens original MIT

dependency-audit

37

greglas75/zuvo

Skill Claude CodeCodex

Dependency health and internal coupling audit for Node.js/TypeScript projects. 11 dimensions: supply chain CVEs, supply-chain integrity (typosquat/dependency-confusion/malicious-package/SBOM), freshness, dead dependencies, license compliance, bundle weight, circular dependencies, coupling metrics, architecture…

6 2d ago A 116 tokens original MIT

deploy

38

greglas75/zuvo

Skill Claude CodeCodex

Deploy to production and verify health. Reads ship state, merges PR if applicable, detects platform (Vercel/Fly/Netlify/Railway/Render/GHA), waits for CI, triggers deploy, runs health check, offers rollback on failure. Flags: --url, --skip-ci-wait, --skip-health, # .

6 2d ago C 72 tokens original MIT

design-review

39

greglas75/zuvo

Skill Claude CodeCodex

UI/UX design consistency audit. Code-based DX1-DX20 checklist covering states, consistency, accessibility, responsive behavior, and interaction patterns. Optional visual audit via chrome-devtools screenshots and automated WCAG accessibility via axe-core. DAP1-DAP12 anti-pattern detection. Modes: [path], visual…

6 2d ago A 107 tokens original MIT

design

40

greglas75/zuvo

Skill Claude CodeCodex

Intent-first UI design with conscious, traceable design decisions. Persists decisions in .interface-design/ for cross-session consistency. Includes domain exploration, design system generation (system.md + system.json), per-component construction with mandatory checkpoints, and craft validation tests. Modes: init…

6 2d ago A 90 tokens original MIT

docs

41

greglas75/zuvo

Skill Claude CodeCodex

Write and update technical documentation from actual codebase analysis. Generates README, API reference, runbook, onboarding guide, or changelog. Supports update mode that patches stale sections without rewriting from scratch. Modes: readme [path], api [path], runbook [topic], onboarding, update [file], changelog…

6 2d ago C 68 tokens original MIT

env-audit

42

greglas75/zuvo

Skill Claude CodeCodex

Environment variable and configuration audit. 8 dimensions (ENV1-ENV8): variable completeness, unused vars, startup validation, secret exposure, environment parity, type safety, default values, and documentation. Supports Node.js (.env/process.env), Python (os.environ/settings), and framework-specific patterns (Vite…

6 2d ago A 99 tokens original MIT

execute

43

greglas75/zuvo

Skill Claude CodeCodex

Activated when an implementation plan exists. Executes plan tasks in dependency order (independent, non-same-file tasks may run in parallel batches) with enforced review gates, adversarial validation, and resumable session state.

6 2d ago C 45 tokens original MIT

implementer

44

greglas75/zuvo

Agent

Executes a single plan task using TDD. Writes tests first, then production code, then refactors. Reports status with evidence.

6 2d ago A 30 tokens original MIT

quality-reviewer

45

greglas75/zuvo

Agent

Evaluates code quality (CQ1-CQ40) and test quality (Q1-Q25) on implemented code. Read-only. Enforces critical gates.

6 2d ago A 36 tokens original MIT

fix-tests

46

greglas75/zuvo

Skill Claude CodeCodex

Batch repair of systematic test quality issues. Detects anti-patterns across the test suite, then fixes one pattern at a time with production context. Modes: --triage (scan all patterns, report counts), --pattern [ID] [path] (fix specific pattern), --dry-run (preview changes), --bundle-gates (fix pattern plus adjacent…

6 2d ago A 77 tokens original MIT

geo-audit

47

greglas75/zuvo

Skill Claude CodeCodex

GEO (Generative Engine Optimization) readiness audit. Scans source code for AI citation signals across 12 dimensions: AI crawler access, schema graph connectivity, llms.txt, SSR rendering, freshness, chunkability, canonicalization, sitemap, BLUF structure, heading quality, citation signals, and anti-patterns. Produces…

6 2d ago A 92 tokens original MIT

geo-content-signals

48

greglas75/zuvo

Agent

Evaluates llms.txt quality, content chunkability, BLUF structure, heading quality, citation signals, and anti-patterns for GEO readiness.

6 2d ago A 34 tokens original MIT