dgalarzadgalarzaCommunityยท7 Agent Skills Included

claude-code-workflows

Codebase readiness scoring, TDD workflows, and documentation drift detection

Scores codebases across 8 dimensions to measure readiness for autonomous coding work, then scaffolds AGENTS.md, ARCHITECTURE.md, and quality gates to close the gaps. Enforces test-driven development, conventional commits, and parallel multi-perspective code reviews. Detects and fixes documentation drift automatically so docs never fall out of sync with the actual code.
npx skills add dgalarza/claude-code-workflows --all -g -y

All Skills in This Repository (7)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-code-workflows?โ–ผ

Run `npx skills add dgalarza/claude-code-workflows --all -g -y` in your terminal to install all skills in this collection globally.

How to check if my codebase is ready for AI coding agents?โ–ผ

The codebase-readiness skill scores your repository across 8 dimensions from 0 to 100 and produces a band rating with a concrete improvement roadmap based on real evidence from your code.

How to keep documentation in sync with code changes?โ–ผ

The doc-sentinel and doc-audit skills scan your docs against the actual codebase, flag broken paths and stale references, and auto-fix safe discrepancies after every commit.

Does it support test-driven development?โ–ผ

Yes. The tdd-workflow skill enforces a strict red-green-refactor cycle, writing one failing test at a time before any implementation code.

Can I use these skills without deep technical knowledge?โ–ผ

Most skills run from plain-English requests, but the collection is aimed at software teams, so basic familiarity with Git and your project's stack helps.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’