Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Global Claude Code commands and workflows
| Date | Stars |
|---|---|
| 2026-07-31 | 508 |
| 2026-08-04 | 508 |
| 2026-08-06 | 508 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Todo Implementation System Human-agent collaborative workflows for transforming vague todos into implemented features in ~150 LOC of Markdown. This workflow is meant for engineers who want to stay in control of and informed about their code base, using agents to do the tedious work, and their brain for the hard parts. **Two workflows available:** - **`todo-worktree.md`**: Full task isolation using git worktrees, separate branches, and incremental commits. Best for complex features or when working on multiple tasks in parallel. - **`todo-branch.md`**: Simpler workflow on current branch with single commit at completion. Best for quick fixes, single-task focus, or when worktrees aren't desired. **Problems this solves**: - Breaking vague ideas into well defined problem descriptions and concrete implementation steps - Preventing agents from making unauthorized changes or expanding scope - Efficient context usage by providing agents only task-relevant information - Full isolation of feature work (with worktrees) or simple staging workflow (without) - Resuming interrupted work without losing context or progress - Traceable feature development history with meaningful commits and pull requests **Problems this does not solve**: - "Claude, build me Uber for dogs" - Slop in your code base generated by an army of unsupervised agents in the cloud - Merge conflicts **Why this approach**: - Zero dependencies, pure markdown + git + shell commands - Easy to understand, modify, and transfer between any coding agent - No vendor lock-in, maximum transparency and simplicity ## How it works Both workflows follow the same state machine pattern with slight variations. Read [`todo-worktree.md`](./todo-worktree.md) or [`todo-branch.md`](./todo-branch.md) to understand the full flow and adapt it to your needs. At its core, each workflow is a state machine that guides the agent and the user through distinct phases: - **`INIT`**: Sets up the project description (`todos/project-description.md`) and checks for orphaned tasks from previous sessions offering them for resumption - **`SELECT`**: The human chooses a task from `todos/todos.md` - **`REFINE`**: The agent researches the codebase and collaborates with the human to create a detailed implementation plan - **`IMPLEMENT`**: The agent executes the plan step-by-step, with the human reviewing, revising and approving each change - **`COMMIT`**: The work is finalized - either as a PR (todo-worktree.md) or a single commit (todo-branch.md) **Key concepts:** - **Todo list**: `todos/todos.md` - Simple markdown file with your vague ideas, one per line or bullet. Just jot down ideas/issues quickly here. - **Task transformation**: Selected todos become detailed `task.md` files with description, implementation plan, and status tracking - **Project context**: `project-description.md` provides reusable, extensible context about the codebase - **Research preservation**: Agent analysis is saved to `analysis.md` for reference - **Isolation strategies**: - `todo-worktree.md`: Git worktrees with separate branches - `todo-branch.md`: Current branch with progressive staging See also [prompt-as-code](https://mariozechner.at/posts/2025-06-02-prompts-are-code/) workflow. ## Installation ### Claude Code 1. Choose your workflow: - `todo-worktree.md` for worktree-based isolation (recommended for most users) - `todo-branch.md` for simpler single-branch workflow 2. Put your chosen file in `~/.claude/commands` (global) or `project/.claude/commands` (project) - If you put it in your project, ensure you commit it before starting work on any todos 3. In your project: `mkdir -p todos && echo "- add dark mode" > todos/todos.md` ### Other agents 1. Choose your workflow (see descriptions above) 2. Put your chosen file in a location accessible to your agent 3. In your project, create your first todo: `mkdir -p todos && echo "- add dark mode" > todos/todos.md` ## Usage The core idea is to load your chosen workflow
Excerpt of 6,246 characters
Read on GitHubMario Zechner
24
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:01dda830e21cf7ee, llm:Repository description: "Global Claude Code commands and workflows". Name includes 'claude-commands' suggesting command workflows for Anthropic Claude (AI assistant). No topics or README provided.
matched fp:01dda830e21cf7ee, llm:Repository description: "Global Claude Code commands and workflows". Name includes 'claude-commands' suggesting command workflows for Anthropic Claude (AI assistant). No topics or README provided.
matched fp:01dda830e21cf7ee, llm:Repository description: "Global Claude Code commands and workflows". Name includes 'claude-commands' suggesting command workflows for Anthropic Claude (AI assistant). No topics or README provided.