agent-alchemy
Structured spec-to-code pipelines, debugging, and codebase analysis
All Skills in This Repository (5)
Pure Emerald Level Indicatorstdd-cycle
Automate the RED-GREEN-REFACTOR TDD cycle for feature development.
analyze-coverage
Analyze project test coverage with pytest-cov and istanbul/c8.
generate-tests
Generate test files for Python, TypeScript, and JavaScript projects.
execute-tdd-tasks
Orchestrates TDD task pairs across RED-GREEN-REFACTOR cycles with parallel execution and compliance reporting.
create-tdd-tasks
Convert implementation tasks into test-first TDD task pairs.
Frequently Asked Questions
FAQPage SchemaHow to install Agent Alchemy?โผ
Run `npx skills add sequenzia/agent-alchemy --all -g -y` in your terminal to install all skills in this collection globally.
What does Agent Alchemy do?โผ
It adds structured development workflows to your coding agent: spec-driven feature pipelines, hypothesis-driven debugging, deep codebase analysis, documentation generation, and conventional git commits.
How does the spec-to-code pipeline work?โผ
The SDD workflow chains four steps: create a spec from your idea, analyze its quality, decompose it into dependency-ordered tasks, then execute tasks in parallel waves with progress tracked on a Kanban dashboard.
Does Agent Alchemy work with Claude Code?โผ
Yes. The skills are plain markdown files with YAML frontmatter that Claude Code loads directly, and the suite also includes a VS Code extension for authoring and validating your own skills.
Can I use it without writing code?โผ
Yes. You describe features or bugs in plain English, and the agent follows the built-in phased workflows to explore, plan, implement, test, and document the changes.
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