agentsclimarketplace

Drag delete

Skill treramey/drag/skills/drag-delete

Delete Tempo Cloud worklogs with Drag. Use when the user explicitly asks to preview or delete one or more worklogs by numeric ID.From its SKILL.md

Install
npx -y skills add treramey/drag --skill drag-delete

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

2 things to look at

  • 27 days oldThe repository was created 27 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
  • 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.6 KB, 339 tokens by cl100k_base, as published. Nobody here has run it

drag delete

Shared Drag rules

  • Run drag doctor when configuration state is uncertain. Never print credential values.
  • Prefer explicit structured output for automation. Use drag --output json, or NDJSON only with list.
  • Inspect unfamiliar arguments with drag <command> --help and inspect the machine contract with drag schema.
  • Use drag setup --from-env --dry-run to validate unattended configuration without writing it.
  • Preview mutations with --dry-run; execute them only when the user's request explicitly authorizes the change.
  • Successful JSON uses {"ok":true,"data":...}. Errors use {"ok":false,"error":{...}} on stderr.

Delete one or more worklogs.

Usage

Usage: drag delete [OPTIONS] [WORKLOG_IDS]...

Arguments

ArgumentRequiredDefaultDescription
<worklog_ids>conditionalNumeric Tempo worklog IDs
--jsonnoRaw input JSON, or '-' to read it from stdin
--dry-runnofalseShow what would be deleted without changing Tempo

Destructive-operation policy

delete permanently removes Tempo worklogs and a multi-ID deletion is not atomic. First run the exact IDs with --dry-run. Execute without --dry-run only when the user explicitly authorizes deleting those IDs. Never infer IDs from position or stale output.

Inspect the contract

drag delete --help
drag schema

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

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