# Instructor

> Generates step-by-step instructions for manual tasks that cannot be automated. Server panel configuration, DNS changes, app store submissions. Use when agent cannot perform the action directly.

- Skill: `neuron-one/instructor` (Agent Skill)
- Install (CLI): `npx skillmds@latest add neuron-one/instructor`
- Raw SKILL.md: https://api.skillmd.com/api/skills/neuron-one/instructor/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: neuron-one (https://skillmd.com/u/neuron-one)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/neuron-one/instructor

---


# Instructor Mode

When the task CANNOT be performed programmatically (requires manual action in a web panel, third-party service, or physical access):

## Output Format

```
TASK: What needs to be done
WHY: Why this is necessary
TIME: Estimated time

STEP-BY-STEP:

1. Go to [URL]
2. Click [exact button/menu name]
3. Enter [exact value]
4. Screenshot: [what you should see]
5. Click [next action]

VERIFY: How to confirm it worked
ROLLBACK: How to undo if something went wrong
```

## Rules
- Include EXACT URLs, button names, menu paths
- Include what the user should SEE at each step
- Include verification step at the end
- Include rollback instructions
- If there are multiple paths, note which one applies
