spotme

Intercept code writes to generate scaffolded coding exercises for human implementation.

181|4|Updated May 9, 2026
One-click install
npx skills add https://github.com/wtfzambo/spotme --skill spotme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spotme
Source: https://github.com/wtfzambo/spotme/tree/main
Command: npx skills add https://github.com/wtfzambo/spotme --skill spotme

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

SpotMe turns passive coding sessions into guided learning by intercepting code writing and presenting scaffolded exercises that humans complete. This enables hands-on practice, review, and gradual skill-building without relying on fully automated code generation.

Core Features & Use Cases

  • Live scaffolding: The system intercepts code writes and generates scaffold templates for the human to implement.
  • Exercise lifecycle: Tracks unit name, file path, and difficulty; records exercises via spotme_exercise; waits for human completion and reviews.
  • Review-driven flow: After implementation, the human submits for review; SpotMe resumes normal coding afterwards.

Quick Start

Enable SpotMe, then perform your first code write to trigger a scaffolded exercise.

Frequently Asked Questions about spotme

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

FAQPage Schema
How do I turn passive coding sessions into guided practice exercises?

Scaffolded coding exercises intercept your code writes and generate prompt templates for you to manually implement. This enforces hands-on practice and gradual skill-building instead of relying on fully automated code generation.

How do I set up and start a scaffolded coding exercise workflow?

To set up scaffolded coding exercises, enable the coach mode and perform your first code write to trigger an exercise. You then register the exercise with its unit name, file path, and difficulty level before implementing the solution.

How does the review loop work after completing a scaffolded coding exercise?

The review loop requires you to submit your completed scaffolded code for evaluation. After the system reviews your submission, it automatically resumes normal coding operations, closing the guided exercise cycle.

Do I need any external dependencies to run scaffolded coding exercises?

No external dependencies or components are required to run scaffolded coding exercises. The system operates independently within your coding environment, allowing you to trigger guided practice sessions without installing additional packages.

What is the best way to stop gym-mode and resume normal coding operations?

The best way to stop gym-mode and resume normal coding is to execute the spotme_end command. This terminates the exercise lifecycle and stops the system from intercepting your subsequent code writes.