From e743f6fda4d255d9398cbda057fd8490b1163165 Mon Sep 17 00:00:00 2001 From: johnxie Date: Sat, 21 Mar 2026 00:03:24 -0700 Subject: [PATCH 1/2] feat: connect Taskade tutorials into broader ecosystem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add Taskade cross-references into 12 relevant tutorials: - 4 MCP tutorials → taskade-mcp-tutorial - 4 automation tutorials (n8n, dify, composio, activepieces) → taskade-tutorial - 3 coding agent tutorials (claude-code, cline, roo-code) → taskade-awesome-vibe-coding - 1 knowledge tutorial (anything-llm) → taskade-docs-tutorial - Refresh Taskade Ecosystem Snapshot with live GitHub data (2026-03-21) - Break Taskade's isolation: tutorials now have inbound links from the broader AI/MCP/automation ecosystem --- README.md | 12 ++++++------ tutorials/activepieces-tutorial/README.md | 1 + tutorials/anything-llm-tutorial/README.md | 1 + tutorials/claude-code-tutorial/README.md | 1 + tutorials/cline-tutorial/README.md | 1 + tutorials/composio-tutorial/README.md | 1 + tutorials/dify-tutorial/README.md | 3 ++- tutorials/mcp-python-sdk-tutorial/README.md | 1 + tutorials/mcp-servers-tutorial/README.md | 1 + tutorials/mcp-specification-tutorial/README.md | 1 + tutorials/mcp-typescript-sdk-tutorial/README.md | 1 + tutorials/n8n-ai-tutorial/README.md | 3 ++- tutorials/roo-code-tutorial/README.md | 1 + 13 files changed, 20 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0b71176..8f10020 100644 --- a/README.md +++ b/README.md @@ -112,17 +112,17 @@ Verification artifacts: --- -## 🧬 Taskade Ecosystem Snapshot (Verified 2026-03-20) +## 🧬 Taskade Ecosystem Snapshot (Verified 2026-03-21) Live repository snapshot for high-intent Taskade/Genesis/AI/MCP searches. | Taskade Repo | Stars | Last Push | Tutorial Coverage | |:-------------|------:|:----------|:------------------| -| [`taskade/mcp`](https://github.com/taskade/mcp) | 108+ | 2026-02-13 | [Taskade MCP Tutorial](tutorials/taskade-mcp-tutorial/) | -| [`taskade/docs`](https://github.com/taskade/docs) | 10+ | 2026-02-20 | [Taskade Docs Tutorial](tutorials/taskade-docs-tutorial/) | -| [`taskade/awesome-vibe-coding`](https://github.com/taskade/awesome-vibe-coding) | 5+ | 2026-02-11 | [Taskade Awesome Vibe Coding Tutorial](tutorials/taskade-awesome-vibe-coding-tutorial/) | -| [`taskade/taskade`](https://github.com/taskade/taskade) | 4+ | 2026-02-19 | [Taskade Tutorial](tutorials/taskade-tutorial/) | -| [`taskade/temporal-parser`](https://github.com/taskade/temporal-parser) | 1+ | 2026-02-12 | [Taskade Tutorial](tutorials/taskade-tutorial/) (Ecosystem radar) | +| [`taskade/mcp`](https://github.com/taskade/mcp) | 116+ | 2026-02-13 | [Taskade MCP Tutorial](tutorials/taskade-mcp-tutorial/) | +| [`taskade/docs`](https://github.com/taskade/docs) | 11+ | 2026-03-16 | [Taskade Docs Tutorial](tutorials/taskade-docs-tutorial/) | +| [`taskade/awesome-vibe-coding`](https://github.com/taskade/awesome-vibe-coding) | 8+ | 2026-03-21 | [Taskade Awesome Vibe Coding Tutorial](tutorials/taskade-awesome-vibe-coding-tutorial/) | +| [`taskade/taskade`](https://github.com/taskade/taskade) | 9+ | 2026-02-25 | [Taskade Tutorial](tutorials/taskade-tutorial/) | +| [`taskade/temporal-parser`](https://github.com/taskade/temporal-parser) | 2+ | 2026-02-12 | [Taskade Tutorial (Ecosystem radar)](tutorials/taskade-tutorial/) | --- diff --git a/tutorials/activepieces-tutorial/README.md b/tutorials/activepieces-tutorial/README.md index b3f049e..876c14a 100644 --- a/tutorials/activepieces-tutorial/README.md +++ b/tutorials/activepieces-tutorial/README.md @@ -84,6 +84,7 @@ flowchart LR --- Start with [Chapter 1: Getting Started](01-getting-started.md). +- [Taskade Tutorial](../taskade-tutorial/) — Taskade's automation layer for business workflow orchestration ## Navigation & Backlinks diff --git a/tutorials/anything-llm-tutorial/README.md b/tutorials/anything-llm-tutorial/README.md index 0b3f243..8f3bceb 100644 --- a/tutorials/anything-llm-tutorial/README.md +++ b/tutorials/anything-llm-tutorial/README.md @@ -80,6 +80,7 @@ flowchart LR --- Start with [Chapter 1: Getting Started](01-getting-started.md). +- [Taskade Docs Tutorial](../taskade-docs-tutorial/) — Taskade's documentation architecture and knowledge management patterns ## Navigation & Backlinks diff --git a/tutorials/claude-code-tutorial/README.md b/tutorials/claude-code-tutorial/README.md index 8791445..ecde196 100644 --- a/tutorials/claude-code-tutorial/README.md +++ b/tutorials/claude-code-tutorial/README.md @@ -78,6 +78,7 @@ flowchart LR --- Start with [Chapter 1: Getting Started](01-getting-started.md). +- [Taskade Awesome Vibe Coding](../taskade-awesome-vibe-coding-tutorial/) — Curated vibe-coding tool landscape including Claude Code ## Navigation & Backlinks diff --git a/tutorials/cline-tutorial/README.md b/tutorials/cline-tutorial/README.md index 306b712..a7eeb18 100644 --- a/tutorials/cline-tutorial/README.md +++ b/tutorials/cline-tutorial/README.md @@ -81,6 +81,7 @@ flowchart LR --- Start with [Chapter 1: Getting Started](01-getting-started.md). +- [Taskade Awesome Vibe Coding](../taskade-awesome-vibe-coding-tutorial/) — Taskade's curated vibe-coding ecosystem overview ## Navigation & Backlinks diff --git a/tutorials/composio-tutorial/README.md b/tutorials/composio-tutorial/README.md index 7114c25..66aeff7 100644 --- a/tutorials/composio-tutorial/README.md +++ b/tutorials/composio-tutorial/README.md @@ -84,6 +84,7 @@ flowchart LR --- Start with [Chapter 1: Getting Started](01-getting-started.md). +- [Taskade Tutorial](../taskade-tutorial/) — Taskade Genesis multi-agent workspace with automation orchestration ## Navigation & Backlinks diff --git a/tutorials/dify-tutorial/README.md b/tutorials/dify-tutorial/README.md index 07051a3..0f672aa 100644 --- a/tutorials/dify-tutorial/README.md +++ b/tutorials/dify-tutorial/README.md @@ -111,7 +111,8 @@ Ready to begin? Start with [Chapter 1: System Overview](01-system-overview.md). - [BentoML Tutorial](../bentoml-tutorial/) - [Chatbox Tutorial](../chatbox-tutorial/) - [ComfyUI Tutorial](../comfyui-tutorial/) -- [CopilotKit Tutorial](../copilotkit-tutorial/) +- [CopilotKit Tutorial](../copilotkit-tutorial/)- [Taskade Tutorial](../taskade-tutorial/) — Taskade Genesis as an alternative AI workflow platform + ## Navigation & Backlinks - [Start Here: Chapter 1: Dify System Overview](01-system-overview.md) diff --git a/tutorials/mcp-python-sdk-tutorial/README.md b/tutorials/mcp-python-sdk-tutorial/README.md index dac29f8..a6b9005 100644 --- a/tutorials/mcp-python-sdk-tutorial/README.md +++ b/tutorials/mcp-python-sdk-tutorial/README.md @@ -150,6 +150,7 @@ By the end of this tutorial, you'll be able to: **Next Steps:** - [MCP Servers Tutorial](../mcp-servers-tutorial/) - Reference implementations in multiple languages - [Anthropic Skills Tutorial](../anthropic-skills-tutorial/) - Building reusable agent capabilities +- [Taskade MCP Tutorial](../taskade-mcp-tutorial/) — Taskade's MCP server as a real-world implementation reference ## Comparison: MCP SDK vs. n8n-mcp diff --git a/tutorials/mcp-servers-tutorial/README.md b/tutorials/mcp-servers-tutorial/README.md index e2b0a92..ae72e78 100644 --- a/tutorials/mcp-servers-tutorial/README.md +++ b/tutorials/mcp-servers-tutorial/README.md @@ -89,6 +89,7 @@ Ready to begin? Start with [Chapter 1: Getting Started](01-getting-started.md). --- *Built with references from the official [MCP servers repository](https://github.com/modelcontextprotocol/servers), server-specific READMEs, and MCP documentation links embedded in those references.* +- [Taskade MCP Tutorial](../taskade-mcp-tutorial/) — Taskade's MCP server for AI workspace integration ## Navigation & Backlinks diff --git a/tutorials/mcp-specification-tutorial/README.md b/tutorials/mcp-specification-tutorial/README.md index f59a236..521429b 100644 --- a/tutorials/mcp-specification-tutorial/README.md +++ b/tutorials/mcp-specification-tutorial/README.md @@ -86,6 +86,7 @@ flowchart LR --- Start with [Chapter 1: Getting Started and Version Navigation](01-getting-started-and-version-navigation.md). +- [Taskade MCP Tutorial](../taskade-mcp-tutorial/) — Taskade's MCP implementation as a specification-compliant example ## Navigation & Backlinks diff --git a/tutorials/mcp-typescript-sdk-tutorial/README.md b/tutorials/mcp-typescript-sdk-tutorial/README.md index 69be6f6..52e3f0e 100644 --- a/tutorials/mcp-typescript-sdk-tutorial/README.md +++ b/tutorials/mcp-typescript-sdk-tutorial/README.md @@ -84,6 +84,7 @@ flowchart LR --- Start with [Chapter 1: Getting Started and Package Model](01-getting-started-and-package-model.md). +- [Taskade MCP Tutorial](../taskade-mcp-tutorial/) — Production MCP server built with the TypeScript SDK ## Navigation & Backlinks diff --git a/tutorials/n8n-ai-tutorial/README.md b/tutorials/n8n-ai-tutorial/README.md index c89c6ae..30c57de 100644 --- a/tutorials/n8n-ai-tutorial/README.md +++ b/tutorials/n8n-ai-tutorial/README.md @@ -248,7 +248,8 @@ Output: - [BentoML Tutorial](../bentoml-tutorial/) - [Chatbox Tutorial](../chatbox-tutorial/) - [ComfyUI Tutorial](../comfyui-tutorial/) -- [CopilotKit Tutorial](../copilotkit-tutorial/) +- [CopilotKit Tutorial](../copilotkit-tutorial/)- [Taskade Tutorial](../taskade-tutorial/) — Taskade's automation engine for AI-native workflow orchestration + ## Navigation & Backlinks - [Start Here: Chapter 1: Getting Started with n8n AI](01-getting-started.md) diff --git a/tutorials/roo-code-tutorial/README.md b/tutorials/roo-code-tutorial/README.md index ad7040a..30ce40c 100644 --- a/tutorials/roo-code-tutorial/README.md +++ b/tutorials/roo-code-tutorial/README.md @@ -81,6 +81,7 @@ flowchart LR --- Start with [Chapter 1: Getting Started](01-getting-started.md). +- [Taskade Awesome Vibe Coding](../taskade-awesome-vibe-coding-tutorial/) — Taskade's vibe-coding tool landscape and comparison patterns ## Navigation & Backlinks From 791325295e884b2c0deb9df65bf9df7ad5e4424f Mon Sep 17 00:00:00 2001 From: johnxie Date: Sat, 21 Mar 2026 00:04:15 -0700 Subject: [PATCH 2/2] fix: update tutorials README snapshot line count --- tutorials/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/README.md b/tutorials/README.md index 0c028e2..7340231 100644 --- a/tutorials/README.md +++ b/tutorials/README.md @@ -16,7 +16,7 @@ Use this guide to navigate all tutorial tracks, understand structure rules, and |:-------|:------| | Tutorial directories | 191 | | Tutorial markdown files | 1722 | -| Tutorial markdown lines | 696,257 | +| Tutorial markdown lines | 696,269 | ## Source Verification Snapshot