{"id":44378802,"url":"https://github.com/sequenzia/claude-alchemy","last_synced_at":"2026-02-11T21:36:56.264Z","repository":{"id":334614989,"uuid":"1142060758","full_name":"sequenzia/claude-alchemy","owner":"sequenzia","description":"Supercharge your Claude Code workflow with powerful plugins and a visual task manager.  Claude Alchemy is a collection of tools and applications designed to help developers get the most out of Claude Code. ","archived":false,"fork":false,"pushed_at":"2026-02-03T05:15:35.000Z","size":2083,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-03T17:21:16.643Z","etag":null,"topics":["agent-skills","ai-agents","ai-coding","claude","claude-code","claude-code-plugin","claude-code-skills","claude-code-tasks","devloper-tools"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sequenzia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-01-25T22:13:59.000Z","updated_at":"2026-02-03T05:15:38.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/sequenzia/claude-alchemy","commit_stats":null,"previous_names":["sequenzia/claude-alchemy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sequenzia/claude-alchemy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sequenzia%2Fclaude-alchemy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sequenzia%2Fclaude-alchemy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sequenzia%2Fclaude-alchemy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sequenzia%2Fclaude-alchemy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sequenzia","download_url":"https://codeload.github.com/sequenzia/claude-alchemy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sequenzia%2Fclaude-alchemy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29345692,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T20:11:40.865Z","status":"ssl_error","status_checked_at":"2026-02-11T20:10:41.637Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-skills","ai-agents","ai-coding","claude","claude-code","claude-code-plugin","claude-code-skills","claude-code-tasks","devloper-tools"],"created_at":"2026-02-11T21:36:54.638Z","updated_at":"2026-02-11T21:36:56.258Z","avatar_url":"https://github.com/sequenzia.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Claude Alchemy\n\n**Supercharge your Claude Code workflow with powerful plugins and a visual task manager.**\n\nClaude Alchemy is a collection of tools and apps designed to help developers get the most out of [Claude Code](https://docs.anthropic.com/en/docs/claude-code).\n\n![Claude Task Manager](./internal/images/claude-task-manager.png)\n\n**See more screenshots [screenshots](#screenshots) below**\n\n\u003e **Documentation:** [sequenzia.github.io/claude-alchemy](https://sequenzia.github.io/claude-alchemy)\n\n## Task Manager\n\n**See your Claude Code Tasks in real-time.**\n\nThe Task Manager is a real-time Kanban board that visualizes Claude's native task system (`~/.claude/tasks/`). Watch tasks flow from Pending → In Progress → Completed as Claude works through your project.\n\n**Key Features:**\n- **Real-time updates** — Tasks update instantly via Server-Sent Events as Claude works\n- **Dependency tracking** — See which tasks block others and track completion flow\n- **Statistics dashboard** — Monitor progress with completion percentages and blocked task counts\n- **Search \u0026 filter** — Quickly find tasks across large task lists\n- **Dark/light themes** — Easy on the eyes during those long coding sessions\n\n```bash\ncd apps/task-manager\npnpm install \u0026\u0026 pnpm dev  # Starts on http://localhost:3030\n```\n\n\u003e **New to Claude Code Tasks?** Check out the [Tasks Cheatsheet](./internal/docs/claude-tasks-cheatsheet.md) for tips on setting up `CLAUDE_CODE_TASK_LIST_ID`, task dependencies, and best practices.\n\n## Architecture\n\nClaude Alchemy is a pnpm monorepo with plugins, apps, and developer tooling:\n\n| Component | Location | Description |\n|-----------|----------|-------------|\n| **Tools Plugin** | `plugins/tools/` | 9 agents, 8 skills (+ 5 supporting) for code exploration, architecture, review, docs, and release workflows (v0.2.3) |\n| **SDD Plugin** | `plugins/sdd/` | 2 agents, 4 skills for spec-driven development: create-spec → create-tasks → execute-tasks (v0.2.6) |\n| **Task Manager** | `apps/task-manager/` | Next.js 16 real-time Kanban board for Claude Code Tasks |\n| **VS Code Extension** | `extensions/vscode/` | Schema validation and autocomplete for plugin.json, hooks.json, SKILL.md frontmatter (v0.2.0) |\n| **JSON Schemas** | `schemas/` | 7 JSON Schema definitions for Claude Code plugin file validation |\n\n### Plugins\n\nThe plugin system uses a \"markdown-as-code\" design — all workflow logic lives in declarative `SKILL.md` and agent markdown files. Skills orchestrate specialized agents in parallel using Claude Code's Task tool.\n\n**Tools Plugin (`claude-alchemy-tools` v0.2.4):**\n- `/codebase-analysis` — Multi-phase codebase exploration with parallel agents\n- `/feature-dev` — Feature development (explore → design → implement → review)\n- `/deep-analysis` — Deep exploration and synthesis workflow\n- `/teams-deep-analysis` — Team-based collaborative analysis with Agent Teams\n- `/docs-manager` — Documentation management for MkDocs sites and standalone markdown\n- `/git-commit` — Conventional commit creation\n- `/release` — Python package release workflow\n- `/bump-plugin-version` — Semantic version management\n\n*Plus 5 supporting skills loaded internally by workflows.*\n\n**SDD Plugin (`claude-alchemy-sdd` v0.2.8):**\n- `/create-spec` — Adaptive interview to generate specifications\n- `/analyze-spec` — Spec quality analysis\n- `/create-tasks` — Decompose specs into Claude Code Tasks with dependency inference\n- `/execute-tasks` — Autonomous task execution with shared context\n\n## Screenshots\n\n### Task Manager Kanban View\n![Claude Task Manager](./internal/images/claude-task-manager.png)\n\n### Tasks Generated from sdd-tools\n![Spec Tasks](./internal/images/tasks-generated-by-sdd-tools.png)\n\n### Single Task View with Dependencies, Test Cases and Acceptance Criteria\n![Task Detail View](./internal/images/task-in-task-manager.png)\n\n### Completed Tasks in Claude Code\n![Completed Tasks](./internal/images/completed-tasks-in-claude.png)\n\n\n## Development\n\n### Prerequisites\n\n- Node.js \u003e= 18\n- pnpm \u003e= 8\n- Python \u003e= 3.14 and [uv](https://docs.astral.sh/uv/) (for documentation site only)\n\n### Setup\n\n```bash\n# Clone the repository\ngit clone https://github.com/sequenzia/claude-alchemy.git\ncd claude-alchemy\n\n# Install dependencies\npnpm install\n\n# Start task-manager\npnpm dev:task-manager\n```\n\n### Workspace Commands\n\n```bash\npnpm dev:task-manager     # Start task-manager dev server\npnpm build:task-manager   # Build task-manager for production\npnpm lint                 # Run linting across all workspaces\n```\n\n### Documentation Site\n\n```bash\nuv sync --all-extras      # Install Python dependencies\nuv run mkdocs serve       # Local preview at http://localhost:8000\nscripts/deploy-docs.sh    # Deploy to GitHub Pages\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsequenzia%2Fclaude-alchemy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsequenzia%2Fclaude-alchemy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsequenzia%2Fclaude-alchemy/lists"}