Curated collection of Claude Code skills for ReyemTech workflows. Battle-tested skills used across fractional CTO engagements, client projects, and internal tooling.
| Skill | Description |
|---|---|
| deep-research | Multi-agent parallel research with upfront scoping discussion. Clarifies goal, thesis, and audience before dispatching parallel agents. |
Copy a skill to your Claude Code skills directory:
# Single skill
cp deep-research.skill.md ~/.claude/skills/deep-research/SKILL.md
# All skills
for f in *.skill.md; do
name="${f%.skill.md}"
mkdir -p ~/.claude/skills/"$name"
cp "$f" ~/.claude/skills/"$name"/SKILL.md
doneOnce installed, invoke any skill from Claude Code:
/deep-research "topic to research"- Create
skill-name.skill.mdwith YAML frontmatter (name,description,argument-hint) - Add to the table above
- Commit and push
MIT