agentsclimarketplace

List

Skill DailybotHQ/pocdd-skill/skills/pocdd/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

Install
npx -y skills add DailybotHQ/pocdd-skill --skill list

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

  • 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:

POCFormatPhase[agent] gaps[user] gaps
  • Format = the extension (.md reasoned / .py,.js,… runnable).
  • A POC with 0 / 0 gaps and phase ready-to-implement is 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.

Keep looking

Skills are one crate of 326,834. 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.