Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 660 Bytes

File metadata and controls

20 lines (13 loc) · 660 Bytes

Manual Adapter Install

Use this path for tools that do not have a first-class skill system.

Steps

  1. Clone this repository.
  2. Add the harness's native instruction file if it has one.
  3. Put this instruction in that file:
When the user asks to start, continue, review, quiz, or practice system design, load `SKILL.md` from this repository and follow it as the canonical skill controller. Load `references/` files lazily only when needed.
  1. Start a fresh agent session in the repo.
  2. Ask: system design tutor.

Fallback

If the agent cannot write to ~/system-design/, use ./system-design/ and tell the user where the state lives.