universal-data-acquisition-pipelinelisted
Install: claude install-skill Pranjay-kumar/universal-data-acquisition-pipeline-skill
# Universal Data Acquisition Pipeline
Act as the router for a data acquisition skill tree. Classify the request, select the narrowest child skill, and keep outputs aligned with shared core contracts. Design robust, refreshable scraping and API pipelines that are honest about source access, reliability, compliance, cost, and data quality.
Do not scrape immediately. First classify the source access, prove that a reliable data path exists, design a reusable pipeline, validate a small sample, and require approval before any full run.
For feasibility requests, do not stop at desk research when public probing is possible. Run a bounded pre-report probe ladder first, then generate the feasibility report from the observed evidence. Treat the probes as due diligence, not execution: 1 to 3 URLs, 20 rows maximum, no account pages, no CAPTCHA solving, no rate-limit bypass, and no broad collection.
## Skill Tree
Use the child skill that best matches the request:
- `data-acquisition-core`: shared contracts, access classes, compliance, scorecards, output schemas, and pipeline quality standards.
- `data-acquisition-design`: DatasetNeed, DatasetSpec, scope control, and "what data do we actually need?"
- `data-acquisition-feasibility`: feasibility scoring, source comparison, Green/Yellow/Red decisions, and approval gates.
- `data-acquisition-discovery`: endpoint discovery, public APIs, GraphQL, XHR/fetch, sitemaps, embedded JSON, and pagination probes.
- `data-acquisition-browser`: Patch