agentsclimarketplace

Remove

Skill DailybotHQ/pocdd-skill/skills/pocdd/remove

Delete a single POC file from .pocs/ after confirmation. Use for "/poc remove <name>". Destructive — always confirm first.From its SKILL.md

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

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

1.1 KB, 212 tokens by cl100k_base, as published. Nobody here has run it

POCDD — Remove

Delete one POC. Resolve it with pocdd_resolve <name> from ../shared/context.sh.

Procedure

  1. Resolve the file and show what will be deleted (path + phase). If the name is ambiguous or not found, stop and list the candidates from pocdd_list.
  2. Confirm with the developer before deleting — this is destructive.
  3. Delete the file:
    rm -i "$(pocdd_resolve <name>)"
    
  4. If the POC had a sidecar token/cache (e.g. .pocs/.<name>_token.json, __pycache__), mention it and offer to remove it too — but never delete credentials without saying so.

Prefer /poc archive <name> when the POC still has signal. Use remove only when it duplicated the product 1:1 with nothing extra to offer.

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.