Data acquisition core
Skill Pranjay-kumar/universal-data-acquisition-pipeline-skill/skills/data-acquisition-core
Shared core for the data acquisition skill tree. Use when a data acquisition task needs source access classification, output contracts, compliance boundaries, feasibility scorecards, probing standards, pipeline quality standards, or shared references used by sibling data-acquisition skills. Do not use alone for ordinary browsing or non-data tasks.From its SKILL.md
npx -y skills add Pranjay-kumar/universal-data-acquisition-pipeline-skill --skill data-acquisition-coreAssembled 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.
SKILL.md
1.8 KB, 306 tokens by cl100k_base, as published. Nobody here has run it
Data Acquisition Core
Use this as the shared contract package for the data acquisition skill tree. Keep shared definitions here so sibling skills do not drift.
Core References
Load only what the active task needs:
references/source-access.md: access classes, owned-session rules, secret handling, publishability.references/output-contracts.md: ModeSelection, SourceAccessClass, DatasetNeed, DatasetSpec, ProbeResults, FeasibilityScorecard, PipelineQualityPlan, PipelinePlan, ApprovalGate.references/compliance-boundaries.md: allowed and disallowed behaviors.references/workflow.md: end-to-end acquisition workflow.references/modes.md: mode ladder and output shapes.references/probing.md: tiny probes, headers, pagination, limits.references/feasibility-scoring.md: scoring and Green/Yellow/Red.references/source-strategies.md: source strategy tradeoffs.references/pattern-library.md: common API/source archetypes.references/endpoint-discovery.md: endpoint reverse-engineering.references/playwright-rendered-dom.md: Patchright warm-session capture, Playwright fallback, and owned-session browser probes.references/execution-adapters.md: warm-session capture, adapter ladder, and optional Jacob Padilla adapter notes.references/pipeline-engineering.md: production pipeline design.references/examples.md: response shapes.
Rule
Child skills should reference these files instead of duplicating contracts.
What ships with it: 14 files
44.9 KB alongside SKILL.md
references/
- compliance-boundaries.md2.8 KB
- endpoint-discovery.md3.6 KB
- examples.md2.4 KB
- execution-adapters.md3.7 KB
- feasibility-scoring.md3.0 KB
- modes.md3.2 KB
- output-contracts.md3.7 KB
- pattern-library.md2.9 KB
- pipeline-engineering.md1.9 KB
- playwright-rendered-dom.md4.7 KB
- probing.md2.3 KB
- source-access.md2.3 KB
- source-strategies.md3.9 KB
- workflow.md4.6 KB