agentsclimarketplace

Ss references

Skill lbk-open/super-spec/skills/ss-references

A library of shared templates that other ss-* skills read at runtime — subagent dispatch prompts, the technical-proposal template and its quality checklist, the OpenSpec directory skeleton, and the multi-repo detection rules. Not invoked directly by users; skills like ss-coding, ss-proposal, ss-write-spec, and the workflows read the file they need before producing an artifact.From its SKILL.md

Install
npx -y skills add lbk-open/super-spec --skill ss-references

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.0 KB, 386 tokens by cl100k_base, as published. Nobody here has run it

Shared References

This skill is a template library, not a workflow. It has no standalone "run" behavior. Other skills read one of the files below at the exact point where they need to dispatch a subagent, generate an artifact, or make a routing decision.

What's Here

FileCoversRead When
implementer-prompt.mdThe dispatch prompt shape for implementer subagentsBefore dispatching an implementer (ss-coding)
proposal-template.mdSection-by-section structure of a technical proposalBefore writing a proposal (ss-proposal)
proposal-writing.mdQuality-standards checklist a proposal must passDuring a proposal's self-review (ss-proposal)
openspec-skeleton.mdThe openspec/ directory skeleton for a project that has noneBefore writing specs into a project without an openspec/ tree (ss-write-spec, ss-reverse-spec)
multi-repo-detection.mdRules for deciding whether a requirement spans repositoriesAt a workflow's entrance, and after a proposal records its repository list

How Other Skills Reach It

Skills reference these files by sibling relative path — ../ss-references/<file>.md — which resolves both in this repository and after an install flattens every skill directory into the same parent (~/.agents/skills/). This directory is a skill, and not a bare folder, precisely so that installers carry it along: the skills CLI only copies directories that contain a SKILL.md.

Because of that, the skills here must be installed as a bundle. Installing a single skill on its own (for example --skill ss-coding) leaves its ../ss-references/… reads dangling.

What ships with it: 5 files

28.3 KB alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.