MCP HubMCP Hub
Вернуться к навыкам

skill-creator-3-multi-stage-workflow-architecture

vamseeachanta
Обновлено Yesterday
11 просмотров
3
2
3
Посмотреть на GitHub
Другоеautomation

О программе

Этот навык предоставляет шаблон для разделения сложных рабочих процессов на микро-навыки по этапам, которые автоматически загружаются во время выполнения, решая проблему монолитных файлов навыков, чьи правила не срабатывают при запуске этапов. Он структурирует рабочие процессы с основным файлом SKILL.md для сквозных вопросов и отдельными файлами этапов, содержащими полные правила для каждой фазы. Разработчикам следует использовать этот подход при создании многоэтапных рабочих процессов, чтобы гарантировать корректное выполнение правил на каждом шаге.

Быстрая установка

Claude Code

Рекомендуется
Основной
npx skills add vamseeachanta/workspace-hub
Команда плагинаАльтернативный
/plugin add https://github.com/vamseeachanta/workspace-hub
Git клонированиеАльтернативный
git clone https://github.com/vamseeachanta/workspace-hub.git ~/.claude/skills/skill-creator-3-multi-stage-workflow-architecture

Скопируйте и вставьте эту команду в Claude Code для установки этого навыка

Документация

3. Multi-Stage Workflow Architecture (+1)

3. Multi-Stage Workflow Architecture

Problem: A monolithic SKILL.md for a workflow with N stages is only loaded when explicitly invoked — NOT at the moment each stage executes. Rules written there won't fire at execution time.

Pattern: per-stage micro-skills auto-loaded at entry

skills/my-workflow/
  SKILL.md                    ← index + cross-cutting rules only (≤150 lines)
  stages/
    stage-01-intake.md        ← complete rules for stage 1
    stage-02-planning.md      ← complete rules for stage 2

*See sub-skills for full details.*

## 4. Actionable Content


Every section should guide action:

```markdown

GitHub репозиторий

vamseeachanta/workspace-hub
Путь: .claude/skills/_internal/builders/skill-creator/3-multi-stage-workflow-architecture

Похожие навыки

content-collections

Мета

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

Просмотреть навык

sglang

Мета

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

Просмотреть навык

cloudflare-turnstile

Мета

This skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.

Просмотреть навык

cloudflare-cron-triggers

Тестирование

This skill provides comprehensive knowledge for implementing Cloudflare Cron Triggers to schedule Workers using cron expressions. It covers setting up periodic tasks, maintenance jobs, and automated workflows while handling common issues like invalid cron expressions and timezone problems. Developers can use it for configuring scheduled handlers, testing cron triggers, and integrating with Workflows and Green Compute.

Просмотреть навык