claude-code-workflows
Codebase readiness scoring, TDD workflows, and documentation drift detection
All Skills in This Repository (7)
Pure Emerald Level Indicatorsprocess-meeting-transcript
Extract action items and summaries from meeting transcripts into structured Obsidian notes.
tdd-workflow
Automate a 6-step test-driven development cycle for feature implementation.
gridfinity-baseplate-planner
Convert target dimensions and printer bed into printable gridfinity baseplate plans.
conventional-commits
Guide Git commit messages to follow the Conventional Commits structure.
rspec-testing
Generate RSpec tests for Rails models, controllers, systems, and services.
linear-implement
Automate Linear issue implementation from intake to PR creation.
parallel-code-review
Coordinate concurrent code reviews across specialized agents with a decision log.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core