github nyldn/claude-octopus v7.8.10
v7.8.10: Stub Skill to Prevent Repeated Loading

latest releases: v9.11.0, v9.10.3, v9.10.2...
2 months ago

Fix: PRD Skill Stub to Prevent Repeated Loading

Created a minimal stub skill that stops Claude from repeatedly calling Skill().

Problem

Even after removing skill files (v7.8.9), Claude kept trying to load Skill(octo:prd) 4-5 times when users said "octo design a PRD..." because:

  1. Claude pattern-matches "PRD" and attempts to load a skill
  2. Without a skill file to find, it keeps retrying
  3. Eventually works but wastes time with failed loads

Solution

Created a minimal stub skill-prd.md that:

  1. Loads successfully (stops the retry loop)
  2. Contains explicit "DO NOT call Skill() again" instruction
  3. Has inline PRD workflow so execution starts immediately
  4. Minimal content that won't trigger re-loading

Result

When user says "octo design a PRD...":

  1. Claude loads skill once ✅
  2. Skill says "STOP - execute directly"
  3. PRD workflow begins immediately

Upgrade

/octo:update --update

Or reinstall:

/plugin uninstall claude-octopus
/plugin install claude-octopus@nyldn-plugins

Full changelog: https://github.com/nyldn/claude-octopus/blob/main/CHANGELOG.md

Don't miss a new claude-octopus release

NewReleases is sending notifications on new releases.