setup-faculty-skillslisted
Install: claude install-skill lonlydwolf/skills
# Setup Faculty Skills
Scaffold the per-folder configuration the faculty skills assume: the day-zero course tree, the learner profile, the shared assets.
Every per-folder fact lives in a file this installer scaffolds — the learner in `learner.md`, the user's presentation preferences in `look.md`, the theme in `.assets/palette.css`'s own header, the workspace rules in the agent-instructions file. The faculty skills reference those files; they never hard-code the facts.
Run this once per course folder, before the first `/academic-advisor` mission. Every later run **converges** the folder on the tree in step 4 — read what exists, compute the gap, write only the gap.
## Process
### 1. Explore
Look at the folder as it is. Read whatever exists; don't assume.
**Confirm the folder first.** An empty folder, or one already holding a course scaffold → proceed. A folder holding someone's real project — source files, a package manifest, its own agent instructions → **ask** whether they mean a course here. Never infer it; a project folder is a legitimate place for a course, but scaffolding one into a repo uninvited is not.
Read, and let each answer decide whether its section runs:
- `AGENTS.md` and `CLAUDE.md` at the root — does the file match the [agent-instructions.md](./templates/agent-instructions.md) template? It has a template, so a stale copy looks exactly like a current one until you diff it. → the agent-instructions section
- `learner.md` and `look.md` at the root → their