Guide Development

Generate TypeScript guide objects with structured modules and lessons.

3|1|Updated Apr 18, 2025
One-click install
npx skills add https://github.com/imsaif/aiex --skill guide-development
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Guide Development
Source: https://github.com/imsaif/aiex/tree/main/.claude/skills/guide-gen
Command: npx skills add https://github.com/imsaif/aiex --skill guide-development

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps auto-scaffold Designer Guides learning paths by analyzing existing guides (Claude Code, Cursor) and generating new guides for other tools.

Core Features & Use Cases

  • Automatic guide metadata: title, description, slug, tags
  • Module structure: Setup, Features, Workflows, Advanced
  • Sequential lessons: with durations and sections
  • Placeholder content: ready for tool-specific details
  • TypeScript guide objects: integrate with guides system

Quick Start

Run the guide generator to scaffold a new learning path. Example: npm run generate-guide

Frequently Asked Questions about Guide Development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically generate designer guide learning paths for AI tools?

Guide Development auto-scaffolds designer guides by analyzing existing complete guides and generating new ones for tools like Claude Code and Cursor. It produces structured learning paths with setup, features, workflows, and advanced modules ready for customization.

What structure does the guide generator create for learning paths?

The guide generator creates modular learning paths with setup, features, workflows, and advanced sections. Each module contains sequential lessons with durations, sections for intro/steps/images/code/callouts, and placeholder content integrated as TypeScript guide objects.

Can I use this to scaffold guides for tools beyond Claude Code and Cursor?

Yes. Guide Development generates guides for additional tools in the same ecosystem by analyzing existing complete guides as templates. It applies the same structure and schema to produce comprehensive, tool-specific learning paths.

What output does the guide generator produce?

The generator delivers complete guide metadata (title, description, slug, tags), structured module and lesson schemas, section content with placeholder text, and TypeScript guide objects ready to integrate with the guides system.

Do I need to manually write content after generation?

No. Guide Development produces placeholder content ready for tool-specific details. You can use the generated structure and lesson sequences as-is or customize sections with your own information.