claude-alchemy
Structured spec-to-code workflows, debugging, testing, and documentation
All Skills in This Repository (17)
Pure Emerald Level Indicatorsgit-commit
Generate and create conventional git commits from staged changes.
feature-dev
Coordinates a seven-phase feature development workflow with automated progression and user validation points.
architecture-patterns
Guides architectural pattern selection for web and distributed systems.
language-patterns
Provide language-specific patterns and templates for TypeScript, Python, and React.
docs-manager
Orchestrate six-phase documentation workflows for MkDocs sites and Markdown files.
project-conventions
Scan config files and repository structure to discover and apply project conventions.
release
Automates Python package release workflows with uv and ruff from verification to Git tag creation.
deep-analysis
Coordinate parallel agents to explore codebases and synthesize unified insights.
codebase-analysis
Analyze codebases through a phase-driven workflow to produce structured reports.
teams-deep-analysis
Orchestrate team-based codebase analysis with phase gating and task dependencies.
code-quality
Apply SOLID, DRY, and testing practices during code reviews.
bump-plugin-version
Bump plugin versions in plugin.json and marketplace.json using semantic version rules.
Frequently Asked Questions
FAQPage SchemaHow to install claude-alchemy?โผ
Run `npx skills add sequenzia/claude-alchemy --all -g -y` in your terminal to install all skills in this collection globally.
What does claude-alchemy do?โผ
It adds structured development workflows to your coding agent: spec-driven development, deep codebase analysis, systematic debugging, TDD cycles, git commits, and documentation generation.
How does the spec-to-code pipeline work?โผ
The SDD pipeline chains four steps: create a spec from your idea, analyze it for quality, decompose it into dependency-ordered tasks, then execute tasks autonomously in parallel waves.
Does claude-alchemy work with Claude Code?โผ
Yes. It was built for Claude Code using plain markdown skills and agents, and the skills follow the standard SKILL.md format that works in compatible agent harnesses.
Can I monitor autonomous task execution?โผ
Yes. The included Task Manager is a Next.js Kanban dashboard that watches task files and updates live via Server-Sent Events while your agent works.
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