List
List every POC in .pocs/ with its phase and gap counts (split by [agent]/[user]). Read-only. Use for "/poc list" or "show the pocs".From its SKILL.md
npx -y skills add DailybotHQ/pocdd-skill --skill listAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 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
0.9 KB, 190 tokens by cl100k_base, as published. Nobody here has run it
POCDD — List
Read-only overview of all POCs. Enumerate with pocdd_list from
../shared/context.sh:
. "$(dirname "$0")/../shared/context.sh"
pocdd_list
For each file, read its header/sections and print a compact table:
| POC | Format | Phase | [agent] gaps | [user] gaps |
|---|
- Format = the extension (
.mdreasoned /.py,.js,… runnable). - A POC with
0 / 0gaps and phaseready-to-implementis ready for/poc implement. - If
.pocs/is empty or absent, say so and suggest/poc <SOURCE>to start one.
Do not modify any file.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.