A Claude Code plugin bundling skills by Stuart Dallas.
| Skill | What it does |
|---|---|
| tech-interview | Pose a calibrated technical interview question, run the session as a neutral interviewer, then probe and evaluate the candidate. |
Add the repo as a plugin marketplace, then install:
/plugin marketplace add stut/skills
/plugin install stut@skills
Skills are then available namespaced — e.g. /stut:tech-interview.
If you'd rather drop skills directly into ~/.claude/skills/, run the install script:
./scripts/install-for-claude.shBy default, skills are symlinked so updates from this repo flow through. Pass --copy if you'd prefer copies (useful on Windows without Developer Mode, or if you want to pin to a snapshot). The script asks before overwriting any existing installs. Override the target with CLAUDE_SKILLS_DIR=/some/other/path ./scripts/install-for-claude.sh.
To install manually instead:
ln -s "$(pwd)/skills/tech-interview" ~/.claude/skills/tech-interview # symlink
cp -R skills/tech-interview ~/.claude/skills/tech-interview # or copyRestart Claude Code (or the host client) to pick up new skills.
Issues and PRs welcome. Each skill has its own README with usage details and known limitations.
MIT — see LICENSE.