DanSnowDanSnowCommunityยท9 Agent Skills Included

hoarder-pipette

Spec-driven development workflow with proposals, tasks, and archiving

Guides structured software changes from discussion and proposal through implementation and archiving. Replaces vague coding requests with written specs, task checklists, and validated design documents. Includes systematic debugging, security audits, and selective commits to keep multi-change projects clean and traceable.
npx skills add DanSnow/hoarder-pipette --all -g -y
Available:

Tells the agent when to route user requests to each Spectra skill and defines the discuss-propose-apply-archive workflow for spec-driven development.

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install hoarder-pipette?โ–ผ

Run `npx skills add DanSnow/hoarder-pipette --all -g -y` in your terminal to install all skills in this suite globally.

What is spec-driven development with Spectra?โ–ผ

It is a workflow where every code change starts with a written proposal, design, and task list before implementation begins. The skills guide the agent through discussing, proposing, applying, and archiving each change.

How do the Spectra skills prevent messy code changes?โ–ผ

They enforce written specs, task checkboxes, and validation before coding starts. The commit skill also stages only files related to one change, keeping parallel work cleanly separated.

Do these skills work with Claude Code?โ–ผ

Yes. The skills follow the standard SKILL.md format and run as slash commands like /spectra-propose and /spectra-apply in Claude Code and compatible agents.

Do I need the Spectra CLI to use these skills?โ–ผ

Yes. Most skills call the spectra command-line tool for status, validation, and archiving, so it must be installed for the workflow to function.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’