How this skill is triggered — by the user, by Claude, or both
Slash command
/neural:neural-archiveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Move completed features from `.neural/wip/` to `.neural/archive/`.
Move completed features from .neural/wip/ to .neural/archive/.
Check for active features. List all directories in .neural/wip/. If none exist, report: "No active features in .neural/wip/. Nothing to archive." and stop.
Select the feature to archive.
.neural/wip/<name>/. If not found, list available features and ask the user to pick one.<name>? (y/n)"Move the feature directory. Run:
mkdir -p .neural/archive/
mv .neural/wip/<name>/ .neural/archive/<name>/
Confirm completion. Report:
Feature '<name>' archived. .neural/wip/<name>/ → .neural/archive/<name>/
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub juancruzrossi/neural --plugin neural