Skillshub claude-instruction

Plan & Review

install
source · Clone the upstream repo
git clone https://github.com/ComeOnOliver/skillshub
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ComeOnOliver/skillshub "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/Harmeet10000/skills/claude-instruction" ~/.claude/skills/comeonoliver-skillshub-claude-instruction && rm -rf "$T"
manifest: skills/Harmeet10000/skills/claude-instruction/SKILL.md
source content

Plan & Review

Before starting work

  • Always in plan mode to make a plan
  • After get the plan, make sure you Write the plan to .claude/tasks/TASK_NAME.md.
  • The plan should be a detailed implementation plan and the reasoning behind them, as well as tasks broken down.
  • If the task require external knowledge or certain package, also research to get latest knowledge (Use Task tool for research)
  • Don't over plan it, always think MVP.
  • Once you write the plan, firstly ask me to review it. Do not continue until I approve the plan.

While implementing

  • You should update the plan as you work.
  • After you complete tasks in the plan, you should update and append detailed descriptions of the changes you made, so following tasks can be easily hand over to other engineers.