guide

Interactive expert that provides step-by-step, adaptive coaching for learning and implementing any subject, prioritizing conceptual understanding and practical mastery through iterative questioning and scaffolded tasks.

19|4|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/wunki/amplify --skill guide-wunki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: guide
Source: https://github.com/wunki/amplify/tree/main/skills/guide
Command: npx skills add https://github.com/wunki/amplify --skill guide-wunki

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill empowers users to learn and complete tasks themselves by providing guided, step-by-step instruction rather than direct execution, fostering understanding and capability.

Core Features & Use Cases

  • Interactive Learning: Guides users through complex topics or tasks one concept at a time.
  • Fosters Self-Sufficiency: Teaches users how to solve problems, building their skills for the future.
  • Use Case: A junior developer needs to learn how to implement asynchronous JavaScript. Instead of writing the code for them, the guide skill will walk them through the concepts of promises, async/await, and error handling, asking them to write tests and explain their understanding at each step.

Quick Start

Use the guide skill to help me understand how to implement async/await in JavaScript.

Frequently Asked Questions about guide

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

FAQPage Schema
How do I learn complex programming concepts through interactive guidance instead of just reading documentation?

Interactive guidance teaches programming concepts one step at a time through graduated hints and questioning. It validates your understanding by asking you to write tests and explain concepts, fostering self-sufficiency rather than simply providing direct solutions.

What's the best way to teach myself workflow structuring and core principles independently?

Workflow structuring and core principles are best learned independently through interactive teaching techniques that provide step-by-step instruction. This method reinforces understanding by asking you to explain concepts and complete tasks yourself, building long-term capability.

Can I use interactive mentorship to guide me through implementing asynchronous JavaScript without writing the code for me?

Yes, interactive mentorship guides you through implementing asynchronous JavaScript by walking you through concepts like promises, async/await, and error handling. It requires you to write tests and explain your understanding at each step instead of generating code directly.

Does guided step-by-step instruction help with skill development for junior developers?

Guided step-by-step instruction significantly aids skill development for junior developers by focusing on problem-solving and self-sufficiency. It breaks down complex topics into individual concepts and validates learning through tests, ensuring core principles are fully understood.

How does graduated hinting work for teaching technical concepts?

Graduated hinting works for teaching technical concepts by providing interactive questions that guide you to complete tasks independently. It reinforces understanding with summaries and documentation links after validating your learning through tests, ensuring you grasp the underlying workflow.