sequenzia/agent-alchemy

Agent Alchemy is a curated collection of plugins, apps, and extensions designed to elevate your agentic engineering workflows. Built for Claude Code and other AI coding agents, these tools help developers work smarter and ship faster.

43Stars on the repository
60Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

claude-code-tasks

01

sequenzia/agent-alchemy

Skill Claude CodeCodex

Reference for Claude Code's 6 Task Management tools — TaskCreate, TaskGet, TaskList, TaskUpdate (structured tracking) and TaskOutput, TaskStop (background execution). Covers tool parameters, status lifecycle, completion rules, dependency management, and conventions.

43 3mo ago A 57 tokens original MIT

claude-code-teams

02

sequenzia/agent-alchemy

Skill Claude CodeCodex

Reference for Claude Code Agent Teams — lifecycle, messaging, spawning, orchestration, and hooks.

43 3mo ago A 24 tokens original MIT

codebase-analysis

03

sequenzia/agent-alchemy

Skill Claude CodeCodex

Produce a structured codebase analysis report with architecture overview, critical files, patterns, and actionable recommendations. Use when asked to "analyze codebase", "explore codebase", "understand this codebase", "map the codebase", "give me an overview of this project", "what does this codebase do", "codebase…

43 3mo ago A 93 tokens original MIT

deep-analysis

04

sequenzia/agent-alchemy

Skill Claude CodeCodex

Deep exploration and synthesis workflow using Agent Teams with dynamic planning and hub-and-spoke coordination. Use when asked for "deep analysis", "deep understanding", "analyze codebase", "explore and analyze", or "investigate codebase".

43 3mo ago A 52 tokens original MIT

interview-me

05

sequenzia/agent-alchemy

Skill Claude CodeCodex

Conduct an adaptive interactive interview on any topic and produce a structured markdown report, summary, or implementation plan. Use when the user says "interview me", "interview me about", "run an interview on", "help me think through", or wants guided discovery on any subject. Also triggers on "talk me through"…

43 3mo ago A 131 tokens original MIT

language-patterns

06

sequenzia/agent-alchemy

Skill Claude CodeCodex

Provides language-specific patterns for TypeScript, Python, and React including idioms, best practices, and common patterns. Use when implementing features in these languages.

43 3mo ago A 35 tokens original MIT

project-conventions

07

sequenzia/agent-alchemy

Skill Claude CodeCodex

Guides discovery and application of project-specific conventions including code patterns, naming, structure, and team practices. Use when exploring a codebase or implementing features to match existing patterns.

43 3mo ago A 39 tokens original MIT

technical-diagrams

08

sequenzia/agent-alchemy

Skill Claude CodeCodex

Provides Mermaid diagram syntax, best practices, and styling rules for technical visualizations. Use when creating diagrams, flowcharts, sequence diagrams, class diagrams, state diagrams, ER diagrams, architecture diagrams, C4 diagrams, visualizations, or any visual documentation in markdown. Always use this skill…

43 3mo ago A 69 tokens original MIT

data-structures

09

sequenzia/agent-alchemy

Skill Claude CodeCodex

Reference for advanced data structure patterns used in competitive programming and technical interviews. Covers heaps, monotonic stacks, tries, segment trees, Fenwick trees, stack-based parsing, and ordered sets with Python templates, recognition signals, and edge case guidance.

43 3mo ago A 53 tokens original MIT

dp-patterns

10

sequenzia/agent-alchemy

Skill Claude CodeCodex

Reference for dynamic programming patterns — recognition signals, constraint mapping, Python templates, edge cases, and common mistakes for 8 core DP techniques.

43 3mo ago A 31 tokens original MIT

graph-algorithms

11

sequenzia/agent-alchemy

Skill Claude CodeCodex

Reference patterns for graph algorithm problems including BFS, DFS, Dijkstra, topological sort, union-find, MST, Bellman-Ford, and bipartite checking. Provides recognition signals, Python templates, edge cases, and common mistakes for each technique. Use when solving problems involving graphs, trees, shortest paths…

43 3mo ago A 74 tokens original MIT

sequenzia/agent-alchemy

Skill Claude CodeCodex

Reference patterns for mathematical and combinatorial problem-solving. Covers modular arithmetic, prime sieves, GCD/LCM, binomial coefficients, fast exponentiation, counting techniques, inclusion-exclusion, and game theory. Load this skill when a problem involves number theory, combinatorics, modular operations, or…

43 3mo ago A 72 tokens original MIT

sequenzia/agent-alchemy

Skill Claude CodeCodex

Reference patterns for search, optimization, and greedy algorithms. Covers binary search (classic and on-answer), two pointers, sliding window, greedy strategies, prefix sums, merge intervals, and monotonic stack. Use when solving problems that involve searching sorted data, optimizing over constraints, processing…

43 3mo ago A 70 tokens original MIT

solve

14

sequenzia/agent-alchemy

Skill Claude CodeCodex

Solve competitive programming and LeetCode-style problems with educational explanations. Use when asked to "solve this problem", "help with this leetcode", "competitive programming solution", "solve this algorithm problem", "coding challenge solution", "how to solve this coding problem", or any algorithmic…

43 3mo ago A 63 tokens original MIT

string-algorithms

15

sequenzia/agent-alchemy

Skill Claude CodeCodex

Reference for string algorithm patterns — KMP, Z-function, Rabin-Karp, Manacher's, string hashing, suffix arrays, and Aho-Corasick. Covers recognition signals, core ideas, Python templates, edge cases, and common mistakes for each technique.

43 3mo ago A 59 tokens original MIT

verify

16

sequenzia/agent-alchemy

Skill Claude CodeCodex

Verify a competitive programming or LeetCode solution for correctness, edge cases, and performance. Use when asked to "verify my solution", "check my code", "is this solution correct", "test my solution", "review my competitive programming answer", "validate my algorithm", or any solution verification request.

43 3mo ago A 63 tokens original MIT

sequenzia/agent-alchemy

Skill Claude CodeCodex

Provides architectural pattern knowledge for designing feature implementations including MVC, event-driven, microservices, and CQRS patterns. Use when designing system architecture or choosing implementation patterns.

43 3mo ago A 36 tokens original MIT

bug-killer

18

sequenzia/agent-alchemy

Skill Claude CodeCodex

Systematic, hypothesis-driven debugging workflow with triage-based track routing. Use when asked to "fix this bug", "debug this", "why is this failing", "this is broken", "investigate this error", "track down this issue", or any debugging situation. Supports --deep flag to force full investigation.

43 3mo ago A 68 tokens original MIT

changelog-format

19

sequenzia/agent-alchemy

Skill Claude CodeCodex

Keep a Changelog format guidelines and entry writing best practices. Use when writing changelog entries, updating CHANGELOG.md, or following Keep a Changelog specification.

43 3mo ago A 36 tokens original MIT

code-quality

20

sequenzia/agent-alchemy

Skill Claude CodeCodex

Provides code quality principles including SOLID, DRY, testing strategies, and best practices for implementation review. Use when reviewing code or applying quality standards.

43 3mo ago A 33 tokens original MIT

docs-manager

21

sequenzia/agent-alchemy

Skill Claude CodeCodex

Documentation management workflow for MkDocs sites and standalone markdown files — initialize, generate, update docs, and create change summaries. Use when asked to "create docs", "write README", "update documentation", "generate docs site", "write CONTRIBUTING", "manage documentation", or "docs changelog".

43 3mo ago A 63 tokens original MIT

document-changes

22

sequenzia/agent-alchemy

Skill Claude CodeCodex

Generate a markdown report documenting codebase changes from the current session — files added, modified, deleted, and a summary of what was done. Use when asked to "document changes", "generate change report", "save changes report", "what did I change", "session report", "summarize my changes", or "write a changes…

43 3mo ago A 74 tokens original MIT

feature-dev

23

sequenzia/agent-alchemy

Skill Claude CodeCodex

Feature development workflow with exploration, architecture, implementation, and review phases. Use for implementing new features or significant changes.

43 3mo ago A 26 tokens original MIT

project-learnings

24

sequenzia/agent-alchemy

Skill Claude CodeCodex

Captures project-specific patterns and anti-patterns into the project's CLAUDE.md. Loaded by other skills (bug-killer, feature-dev, etc.) when they discover project-specific knowledge worth encoding for future sessions.

43 3mo ago A 47 tokens original MIT