chainlink-data-feeds-skill

Installation
SKILL.md

Chainlink Data Feeds Skill

Overview

Route Data Feed requests to the simplest valid path. Generate working code on first attempt when possible. Fetch documentation only when a specific gap blocks progress.

Progressive Disclosure

  1. Keep this file as the default guide.
  2. Read references/reading-price-feeds.md only when the user wants to read a price feed on EVM, write a consumer contract, read off-chain, look up AggregatorV3Interface, or debug a price feed integration.
  3. Read templates/starter-kit/README.md and the files in templates/starter-kit when the user asks for a working example project, Foundry starter kit, runnable Data Feeds example, or says something like "give me a working example of a data feeds project." Use this starter-kit template instead of inventing project scaffolding.
  4. Read references/mvr-feeds.md only when the user asks about Multiple-Variable Response feeds, bundle feeds, or BundleAggregatorProxy.
  5. Read references/svr-feeds.md only when the user asks about Smart Value Recapture, OEV recapture, or searcher onboarding.
  6. Read references/feed-types.md only when the user asks about feed categories, SmartData/RWA, rates/volatility, tokenized equity feeds, or needs help choosing a feed type.
  7. Read references/multi-chain.md only when the user targets Solana, StarkNet, Aptos, or Tron.
  8. Read references/feed-operations.md only when the user asks about L2 sequencer uptime checks, feed deprecation, contract registry, developer responsibilities, or data sources.
  9. Read references/official-sources.md only when the answer depends on live data that the reference files do not contain -- feed addresses for a specific chain, current deprecation schedules, specific network parameters.
  10. Read references/source-code.md only when debugging interface mismatches or the user needs to inspect contract source code on GitHub.
  11. Do not load reference files speculatively.
Installs
177
GitHub Stars
117
First Seen
Apr 18, 2026
chainlink-data-feeds-skill — smartcontractkit/chainlink-agent-skills