code-mode:guide-coding

Guide learners through phased coding tasks with checkpoints and completion criteria.

1|Updated Jan 20, 2026
One-click install
npx skills add https://github.com/sorafujitani/claudedot --skill code-mode-guide-coding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-mode:guide-coding
Source: https://github.com/sorafujitani/claudedot/tree/main/skills/code-mode%3Aguide-coding
Command: npx skills add https://github.com/sorafujitani/claudedot --skill code-mode-guide-coding

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ガイド付きコーディングモードは、ユーザーが自分の手でコードを書きながら学べるように、何を・どこに書くべきかをガイドします。AIはコードを直接書かず、フェーズ制の進捗管理で、完了まで導きます。

Core Features & Use Cases

  • ガイド付きコード執筆: ユーザーが自分で実装を進めるための指示を提供
  • 段階的進捗管理: 全フェーズの計画と現在の進捗を表示
  • 実践的な学習体験: 「見る」のではなく「やる」で学ぶ

Quick Start

Use the guide to begin phase-based coding practice by requesting a step-by-step plan and progress updates from the system.

Frequently Asked Questions about code-mode:guide-coding

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

FAQPage Schema
How do I learn coding by writing code myself instead of reading AI-generated solutions?

Guided coding provides step-by-step instructions on what to write and where to place it, letting you write the code yourself. It enforces deterministic guidance and validates progress through defined phases and checkpoints.

What is the best way to track progress during a hands-on coding session?

Progress tracking during hands-on coding sessions is managed by displaying a plan of all phases alongside your current progress. The system validates your completion at each checkpoint to ensure working code before advancing.

Can I use guided coding for a phased implementation of a specific feature?

Yes, guided coding is designed for phased, hands-on sessions where you progressively implement features. It outlines what to write and where to place it, ensuring final working code through described phases and completion criteria.

Does interactive coding guidance provide the full implementation code for me?

No, interactive coding guidance does not write code directly. It provides deterministic guidance on what to write and where to place it, requiring you to implement the code yourself to ensure a practical learning experience.

How do I start a step-by-step coding practice session?

To start step-by-step coding practice, request a plan and progress updates from the system. The guide will outline the phases and provide instructions on what to write and where to place it as you implement the code.

When should I avoid using a guided coding mode for learning?

You should avoid guided coding mode if you need a full code implementation generated for you rather than instructions, or if your task does not fit a phased, progressive implementation structure with defined checkpoints.