DA

data-collection

Collects files and creates manifests for other agents without modifying code.

Install

mkdir -p .claude/skills/data-collection && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14942" && unzip -o skill.zip -d .claude/skills/data-collection && rm skill.zip

Installs to .claude/skills/data-collection

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Use when gathering files, running searches, and producing a structured context manifest for other agents. Read-only — never writes code or makes design decisions.
162 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Locate relevant files using grep_search and file_search
  • Read prioritized files to extract content
  • Record file paths, purposes, and content excerpts
  • Stop collection at 10-file limit or when context is collected
  • Write collected context to a structured manifest
  • Append result summary to the ledger Decisions Log

How it works

The skill reads a collection task, uses search tools to locate relevant files, and then reads and summarizes content from up to 10 files into a structured manifest.

Inputs & outputs

You give it
A collection task from `## Handoff Payload` in `.github/.ai_ledger.md`
You get back
`verification-artifacts/{task-id}-scan.md` with file paths, purposes, and relevant excerpts

When to use data-collection

  • Scan codebase for context
  • Gather file evidence
  • Prepare manifest for tasks

About this skill

Data Collection

Dev Stage: Scan Purpose: Locate, read, and summarize relevant files into a structured manifest without making design decisions. Loaded by: data-collector-specialist when ledger stage = Scan

When to Use

  • At the start of any new task before planning or implementation begins
  • When an agent needs targeted context from the codebase without reading files itself
  • When the scope of a task is unclear and evidence must be gathered first

Procedure

  1. Read the collection task from ## Handoff Payload in .github/.ai_ledger.md.
  2. Use grep_search and file_search to locate relevant files without reading them yet.
  3. Prioritize files most directly relevant to the task — read the most relevant first.
  4. For each file read: record path, purpose, and relevant content (1–3 sentences max per file).
  5. Stop when the requested context is collected OR the 10-file read limit is reached — whichever comes first. If more than 10 files appear relevant, categorize by directory/module and stop at the boundary.
  6. Write collected context as a structured manifest to verification-artifacts/{task-id}-scan.md.
  7. Append result summary to ledger Decisions Log.

Output

  • verification-artifacts/{task-id}-scan.md — structured manifest: file paths, purposes, relevant excerpts
  • No design conclusions, no recommendations, no architectural judgments

When not to use it

  • When planning or implementation has already begun
  • When the agent should read files itself
  • When the scope of a task is clear and evidence is not needed

Limitations

  • The skill has a 10-file read limit
  • It does not make design conclusions
  • It does not provide recommendations or architectural judgments

How it compares

This skill automates the process of gathering and summarizing file content into a structured manifest, unlike manually searching and compiling information.

Compared to similar skills

data-collection side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
data-collection (this skill)03moNo flagsBeginner
mgrep468moReviewBeginner
osgrep136moReviewBeginner
tldr-router16moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry