End-to-end workflow for creating complete JavaScript concept documentation, orchestrating all skills from research to final review
View on GitHubJanuary 24, 2026
Select agents to install to:
npx add-skill https://github.com/leonardomso/33-js-concepts/blob/64b11597a4419b2ea19a5f4ad2b60b91c8e720f2/.claude/skills/concept-workflow/SKILL.md -a claude-code --skill concept-workflowInstallation paths:
.claude/skills/concept-workflow/# Skill: Complete Concept Workflow Use this skill to create a complete, high-quality concept page from start to finish. This skill orchestrates all five specialized skills in the optimal order: 1. **Resource Curation** — Find quality learning resources 2. **Concept Writing** — Write the documentation page 3. **Test Writing** — Create tests for code examples 4. **Fact Checking** — Verify technical accuracy 5. **SEO Review** — Optimize for search visibility ## When to Use - Creating a brand new concept page from scratch - Completely rewriting an existing concept page - When you want a full end-to-end workflow with all quality checks **For partial tasks, use individual skills instead:** - Just adding resources? Use `resource-curator` - Just writing content? Use `write-concept` - Just adding tests? Use `test-writer` - Just verifying accuracy? Use `fact-check` - Just optimizing SEO? Use `seo-review` --- ## Workflow Overview ``` ┌─────────────────────────────────────────────────────────────────────────────┐ │ COMPLETE CONCEPT WORKFLOW │ ├─────────────────────────────────────────────────────────────────────────────┤ │ │ │ INPUT: Concept name (e.g., "hoisting", "event-loop", "promises") │ │ │ │ ┌──────────────────┐ │ │ │ PHASE 1: RESEARCH │ │ │ │ resource-curator │ Find MDN refs, articles, videos │ │ └────────┬─────────┘ │ │ ▼ │ │ ┌──────────────────┐ │ │ │ PHASE 2: WRITE │ │ │ │