Skip to content

Commit 3ba8a47

Browse files
authored
fix: complete root README catalog, remove dead scripts, add source verification (#154)
* fix: complete root README catalog, remove dead scripts, add source verification to weekly refresh - Add 52 missing tutorials to root README catalog (191/191 now listed) - Sub-group Developer Tools into Terminal Agents, Multi-Agent Orchestration, IDE & Visual, Memory/Skills/Context, MCP Servers, and Legacy sections - Delete 5 one-off migration scripts (no references, work already applied): add_index_navigation_backlinks.py, apply_pocketflow_style_pass.py, clean_source_references.py, contextualize_chapter_sections.py, deepen_v2_chapters.py - Add verify_tutorial_sources.py to weekly-refresh workflow for automated source repo existence checking * fix: refresh stale date markers to pass CI staleness audit Update source verification date to 2026-03-20, Taskade ecosystem snapshot date, and help-center/newsletter verification dates. Re-run verify_tutorial_sources.py for fresh data.
1 parent e99b2eb commit 3ba8a47

10 files changed

Lines changed: 1452 additions & 2650 deletions

.github/workflows/weekly-refresh.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ jobs:
2727
run: |
2828
python scripts/refresh_tutorial_snapshots.py
2929
30+
- name: Verify Tutorial Sources
31+
env:
32+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33+
run: |
34+
python scripts/verify_tutorial_sources.py
35+
3036
- name: Regenerate Repository Docs Assets
3137
env:
3238
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 86 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Quick jump links:
9797

9898
## ✅ Source Verification Status
9999

100-
All tutorial indexes were re-verified against referenced upstream GitHub repositories on **2026-03-02**:
100+
All tutorial indexes were re-verified against referenced upstream GitHub repositories on **2026-03-20**:
101101

102102
- tutorials scanned: **191**
103103
- tutorials with source repos: **191**
@@ -112,7 +112,7 @@ Verification artifacts:
112112

113113
---
114114

115-
## 🧬 Taskade Ecosystem Snapshot (Verified 2026-02-24)
115+
## 🧬 Taskade Ecosystem Snapshot (Verified 2026-03-20)
116116

117117
Live repository snapshot for high-intent Taskade/Genesis/AI/MCP searches.
118118

@@ -195,6 +195,19 @@ Build autonomous AI systems that reason, plan, and collaborate.
195195
| **[Claude Flow](tutorials/claude-flow-tutorial/)** | 14.0K+ | TypeScript | Multi-agent orchestration, MCP server operations, and V2-V3 migration tradeoffs |
196196
| **[Devika](tutorials/devika-tutorial/)** | 19.5K+ | Python | AI software engineer agents, planning pipeline, and production governance |
197197
| **[BabyAGI](tutorials/babyagi-tutorial/)** | 18K+ | Python | Task-driven autonomous agent patterns, memory, and BabyAGI 2o/3 evolution |
198+
| **[AgenticSeek](tutorials/agenticseek-tutorial/)** | 25.4K+ | Python | Local-first autonomous agent with multi-agent planning, browsing, and coding workflows |
199+
| **[Agno](tutorials/agno-tutorial/)** | 38.3K+ | Python | Multi-agent systems with memory, orchestration, and AgentOS runtime |
200+
| **[AutoAgent](tutorials/autoagent-tutorial/)** | 8.6K+ | Python | Zero-code agent creation through natural-language workflows |
201+
| **[ADK Python](tutorials/adk-python-tutorial/)** | 18.1K+ | Python | Production-grade agent engineering with Google's Agent Development Kit |
202+
| **[Qwen-Agent](tutorials/qwen-agent-tutorial/)** | 13.5K+ | Python | Tool-enabled agent framework with MCP, RAG, and multi-modal workflows |
203+
| **[Strands Agents](tutorials/strands-agents-tutorial/)** | 5.2K+ | Python | Model-driven agents with native MCP, hooks, and deployment patterns |
204+
| **[PocketFlow](tutorials/pocketflow-tutorial/)** | 10.1K+ | Python | Minimal LLM framework with graph-based workflows, multi-agent patterns, and RAG |
205+
| **[Mastra](tutorials/mastra-tutorial/)** | 21.6K+ | TypeScript | AI agents and workflows with memory and MCP tooling |
206+
| **[Mini-SWE-Agent](tutorials/mini-swe-agent-tutorial/)** | 3.1K+ | Python | Minimal autonomous code agent design with benchmark-oriented workflows |
207+
| **[SWE-agent](tutorials/swe-agent-tutorial/)** | 18.6K+ | Python | Autonomous repository repair and benchmark-driven software engineering loops |
208+
| **[Open SWE](tutorials/open-swe-tutorial/)** | 5.3K+ | Python | Async cloud coding agent architecture and migration playbook |
209+
| **[HumanLayer](tutorials/humanlayer-tutorial/)** | 9.6K+ | Python | Context engineering and human-governed coding-agent workflows |
210+
| **[Wshobson Agents](tutorials/wshobson-agents-tutorial/)** | 29.9K+ | TypeScript | Pluginized multi-agent workflows with specialist Claude Code agents |
198211

199212
### 🧠 LLM Frameworks & RAG
200213

@@ -215,6 +228,7 @@ Retrieval-augmented generation, model serving, and LLM tooling.
215228
| **[HuggingFace](tutorials/huggingface-tutorial/)** | 145K+ | Python | Transformers, model hub, training and inference |
216229
| **[Semantic Kernel](tutorials/semantic-kernel-tutorial/)** | 23K+ | C#/Python | Microsoft's AI orchestration SDK |
217230
| **[Fabric](tutorials/fabric-tutorial/)** | 26K+ | Go/Python | AI prompt pattern framework |
231+
| **[Langflow](tutorials/langflow-tutorial/)** | 145K+ | Python/React | Visual AI agent and workflow platform with flow composition, APIs, and MCP deployment |
218232

219233
### 🖥️ LLM Infrastructure & Serving
220234

@@ -251,6 +265,7 @@ Full-stack AI chat platforms and copilots.
251265
| **[AnythingLLM](tutorials/anything-llm-tutorial/)** | 30K+ | Node.js | All-in-one AI desktop app |
252266
| **[GPT-OSS](tutorials/gpt-oss-tutorial/)** | - | TypeScript | Open-source GPT implementation |
253267
| **[Claude Quickstarts](tutorials/claude-quickstarts-tutorial/)** | 13.7K+ | Python/TypeScript | Production Claude integration patterns |
268+
| **[Cherry Studio](tutorials/cherry-studio-tutorial/)** | 40.5K+ | TypeScript | Multi-provider AI desktop workspace with assistants, documents, and MCP tools |
254269

255270
### 🔧 Developer Tools & Productivity
256271

@@ -320,6 +335,74 @@ AI coding assistants, build systems, and dev infrastructure.
320335
| **[OpenAI Python SDK](tutorials/openai-python-sdk-tutorial/)** | 29.8K+ | Python | GPT API, embeddings, assistants, batch processing |
321336
| **[tiktoken](tutorials/tiktoken-tutorial/)** | 17.1K+ | Python/Rust | Token counting, encoding, cost optimization |
322337

338+
#### Terminal Coding Agents
339+
340+
| Tutorial | Stars | Stack | What You'll Learn |
341+
|:---------|:-----:|:------|:------------------|
342+
| **[GitHub Copilot CLI](tutorials/copilot-cli-tutorial/)** | 8.9K+ | TypeScript | Copilot agent workflows in the terminal with GitHub context and approval controls |
343+
| **[Gemini CLI](tutorials/gemini-cli-tutorial/)** | 96.2K+ | TypeScript | Terminal-first agent workflows with tooling, MCP extensibility, and headless automation |
344+
| **[Crush](tutorials/crush-tutorial/)** | 20.7K+ | Go/TypeScript | Multi-model terminal coding agent with LSP/MCP integrations and strong controls |
345+
| **[Kimi CLI](tutorials/kimi-cli-tutorial/)** | 6.9K+ | TypeScript | Multi-mode terminal agent with MCP and ACP connectivity |
346+
| **[Mistral Vibe](tutorials/mistral-vibe-tutorial/)** | 3.3K+ | TypeScript | Minimal CLI coding agent with profiles, skills, subagents, and ACP support |
347+
| **[Goose](tutorials/goose-tutorial/)** | 32.1K+ | Python | Extensible open-source coding agent with controlled tool execution and provider flexibility |
348+
| **[gptme](tutorials/gptme-tutorial/)** | 4.2K+ | Python | Local-first terminal agent with extensible tools and automation-friendly modes |
349+
| **[Kilo Code](tutorials/kilocode-tutorial/)** | 16.1K+ | TypeScript | Agentic engineering across IDE and CLI surfaces with multi-mode control loops |
350+
| **[Plandex](tutorials/plandex-tutorial/)** | 15K+ | TypeScript | Large-task coding workflows with strong context management and cumulative diff review |
351+
| **[Codex CLI](tutorials/codex-cli-tutorial/)** | 62.7K+ | Rust/TypeScript | Local terminal agent workflows with sandbox, auth, MCP, and policy controls |
352+
353+
#### Multi-Agent Orchestration
354+
355+
| Tutorial | Stars | Stack | What You'll Learn |
356+
|:---------|:-----:|:------|:------------------|
357+
| **[Claude Squad](tutorials/claude-squad-tutorial/)** | 6.2K+ | Bash/Tmux | Multi-agent terminal session orchestration across isolated workspaces |
358+
| **[Superset Terminal](tutorials/superset-terminal-tutorial/)** | 3.3K+ | TypeScript | Command center for parallel coding agents with centralized monitoring |
359+
| **[Vibe Kanban](tutorials/vibe-kanban-tutorial/)** | 22.2K+ | TypeScript | Multi-agent orchestration board for Claude Code, Codex, Gemini CLI, and more |
360+
| **[CodeMachine CLI](tutorials/codemachine-cli-tutorial/)** | 2.3K+ | Python | Long-running coding-agent workflows with multi-agent coordination and context control |
361+
362+
#### IDE & Visual Interfaces
363+
364+
| Tutorial | Stars | Stack | What You'll Learn |
365+
|:---------|:-----:|:------|:------------------|
366+
| **[Onlook](tutorials/onlook-tutorial/)** | 24.8K+ | TypeScript/React | Visual-first AI coding for Next.js and Tailwind with repo-backed edits |
367+
| **[Opcode](tutorials/opcode-tutorial/)** | 20.7K+ | TypeScript/Electron | GUI command center for Claude Code sessions, agents, and MCP servers |
368+
| **[Shotgun](tutorials/shotgun-tutorial/)** | 625+ | TypeScript | Spec-driven development workflows for large coding changes |
369+
370+
#### Memory, Skills & Context
371+
372+
| Tutorial | Stars | Stack | What You'll Learn |
373+
|:---------|:-----:|:------|:------------------|
374+
| **[Cipher](tutorials/cipher-tutorial/)** | 3.5K+ | TypeScript | Shared memory layer for coding agents across IDEs, tools, and teams |
375+
| **[Claude-Mem](tutorials/claude-mem-tutorial/)** | 32.3K+ | Python | Persistent memory compression and retrieval for Claude Code |
376+
| **[Beads](tutorials/beads-tutorial/)** | 17.9K+ | Python | Git-backed task graph memory for structured coding-agent planning |
377+
| **[Planning with Files](tutorials/planning-with-files-tutorial/)** | 15K+ | Markdown/CLI | Persistent file-based planning workflows for coding agents |
378+
| **[Context7](tutorials/context7-tutorial/)** | 47.4K+ | TypeScript | Live version-aware documentation context for coding agents |
379+
| **[OpenSrc](tutorials/opensrc-tutorial/)** | 1K+ | TypeScript | Deep source-code context retrieval for implementation-level agent reasoning |
380+
| **[Serena](tutorials/serena-tutorial/)** | 20.9K+ | Python | Semantic code retrieval toolkit for coding agents on large codebases |
381+
| **[AGENTS.md](tutorials/agents-md-tutorial/)** | 18.4K+ | Markdown | Portable repository guidance standard for coding agents |
382+
| **[Claude Code Router](tutorials/claude-code-router-tutorial/)** | 28.8K+ | TypeScript | Multi-provider routing and control plane for Claude Code |
383+
| **[Claude Plugins Official](tutorials/claude-plugins-official-tutorial/)** | 8.8K+ | TypeScript | Managed plugin directory and contribution standards for Claude Code |
384+
| **[Compound Engineering Plugin](tutorials/compound-engineering-plugin-tutorial/)** | 9.7K+ | TypeScript | Compound engineering workflows across Claude Code and other toolchains |
385+
| **[Everything Claude Code](tutorials/everything-claude-code-tutorial/)** | 57K+ | Markdown | Production configuration patterns for Claude Code agents, hooks, and skills |
386+
| **[Awesome Claude Code](tutorials/awesome-claude-code-tutorial/)** | 25.8K+ | Curated List | High-signal Claude Code resources, commands, hooks, and workflows |
387+
| **[Awesome Claude Skills](tutorials/awesome-claude-skills-tutorial/)** | 39.6K+ | Curated List | Discovery and evaluation of reusable Claude skills for coding workflows |
388+
| **[OpenSkills](tutorials/openskills-tutorial/)** | 8.7K+ | TypeScript | Universal skill loading across Claude Code, Cursor, Codex, and Aider |
389+
| **[Refly](tutorials/refly-tutorial/)** | 6.9K+ | TypeScript | Deterministic agent skills delivered through API, webhook, and CLI surfaces |
390+
391+
#### MCP Servers & Integrations
392+
393+
| Tutorial | Stars | Stack | What You'll Learn |
394+
|:---------|:-----:|:------|:------------------|
395+
| **[Figma Context MCP](tutorials/figma-context-mcp-tutorial/)** | 13.3K+ | TypeScript | Design-to-code context for higher-fidelity coding-agent implementation |
396+
| **[Chrome DevTools MCP](tutorials/chrome-devtools-mcp-tutorial/)** | 27.2K+ | TypeScript | Browser automation, tracing, and deep debugging for coding agents |
397+
| **[Playwright MCP](tutorials/playwright-mcp-tutorial/)** | 28K+ | TypeScript | Structured browser automation through MCP with deterministic actions |
398+
| **[GitHub MCP Server](tutorials/github-mcp-server-tutorial/)** | 27.4K+ | Go | GitHub operations through MCP for repos, issues, PRs, Actions, and security workflows |
399+
400+
#### Legacy & Migration
401+
402+
| Tutorial | Stars | Stack | What You'll Learn |
403+
|:---------|:-----:|:------|:------------------|
404+
| **[OpenCode AI Legacy](tutorials/opencode-ai-legacy-tutorial/)** | 11.2K+ | TypeScript | Archived terminal agent workflows and migration guidance to newer tooling |
405+
323406
### 🗄️ Databases, Knowledge & Analytics
324407

325408
Data platforms, knowledge management, and observability.
@@ -340,6 +423,7 @@ Data platforms, knowledge management, and observability.
340423
| **[MeiliSearch](tutorials/meilisearch-tutorial/)** | 48K+ | Rust | Lightning-fast search engine |
341424
| **[PhotoPrism](tutorials/photoprism-tutorial/)** | 36K+ | Go | AI-powered photo management |
342425
| **[Liveblocks](tutorials/liveblocks-tutorial/)** | 4K+ | TypeScript | Real-time collaboration infra |
426+
| **[Fireproof](tutorials/fireproof-tutorial/)** | 950+ | JavaScript | Local-first document database with encrypted sync and React hooks |
343427

344428
### ⚙️ Systems & Infrastructure
345429

0 commit comments

Comments
 (0)