agentsclimarketplace

Dsar intake triage

Skill product-on-purpose/agent-skills-toolkit/tests/fixtures/anti/seeded-defects/privacy-notice-toolkit/skills/dsar-intake-triage

Toolkit and Standard for building, grading, and scaling cross-agent skill libraries (Claude Code + Codex) to a tiered Bronze/Silver/Gold quality bar.

Install
npx -y skills add product-on-purpose/agent-skills-toolkit --skill dsar-intake-triage

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.

What its author says it does

Copied from the file, not written here

Triages an incoming data-subject access request by verifying the requester's identity, classifying the request as access, deletion, correction, or opt-out, and reporting the statutory response deadline. Use when a consumer data request arrives and you need to know what kind of request it is, who must answer it, and by when.

SKILL.md

1.7 KB, 308 tokens by cl100k_base, as published. Nobody here has run it

dsar-intake-triage

Turn a raw inbound message into a triaged request with a type, an owner, and a deadline, so the response clock is never started late.

Procedure

  1. Verify the requester. Match the request to an account or to two independent identifiers. An unverified request is not a statutory request yet, and the clock has not started.
  2. Classify the request. Use the table below. A message asking for two things is two requests.
  3. Assign the owner. Access and correction go to support. Deletion goes to the data engineering on-call. Opt-out goes to marketing operations.
  4. Set the deadline. 45 days from receipt of the verifiable request, with one 45-day extension available where the request is complex and the requester is told why before the first deadline passes.

Request types

The requester asks forTypeOwner
a copy of their dataaccesssupport
deletion of their datadeletiondata engineering
a factual correctioncorrectionsupport
to stop targeted advertising or a sale of their dataopt-outmarketing operations
an appeal of a refusalappealthe privacy lead

What good triage looks like

The deadline is recorded against the verification date, not the arrival date, and the requester is told which of the two started their clock.

What ships with it

Read from the repository

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

Keep looking

Skills are one crate of 327,132. 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.