{"id":51327030,"url":"https://github.com/subsquid-labs/skills","last_synced_at":"2026-07-01T19:04:16.120Z","repository":{"id":344693109,"uuid":"1154467868","full_name":"subsquid-labs/skills","owner":"subsquid-labs","description":"SQD's official collection of AI agents skills","archived":false,"fork":false,"pushed_at":"2026-06-19T08:07:59.000Z","size":585,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-19T10:10:28.099Z","etag":null,"topics":["agent-skills","ai-agents","blockchain-indexer","blockchain-indexing","claude-code","ethereum","etl","hyperliquid","skills","solana","sqd","typescript","web3"],"latest_commit_sha":null,"homepage":"https://sqd.dev","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/subsquid-labs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-10T12:26:19.000Z","updated_at":"2026-06-19T08:08:04.000Z","dependencies_parsed_at":"2026-03-16T10:00:04.017Z","dependency_job_id":null,"html_url":"https://github.com/subsquid-labs/skills","commit_stats":null,"previous_names":["subsquid-labs/agent-skills"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/subsquid-labs/skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subsquid-labs%2Fskills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subsquid-labs%2Fskills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subsquid-labs%2Fskills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subsquid-labs%2Fskills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/subsquid-labs","download_url":"https://codeload.github.com/subsquid-labs/skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/subsquid-labs%2Fskills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35019063,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-01T02:00:05.325Z","response_time":130,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-skills","ai-agents","blockchain-indexer","blockchain-indexing","claude-code","ethereum","etl","hyperliquid","skills","solana","sqd","typescript","web3"],"created_at":"2026-07-01T19:04:15.271Z","updated_at":"2026-07-01T19:04:16.098Z","avatar_url":"https://github.com/subsquid-labs.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SQD Agent Skills\n\nA collection of skills for AI coding agents working with SQD products. Skills extend agent capabilities for querying Portal data, choosing the right SQD data surface, and building, deploying, and optimizing blockchain indexers and data pipelines.\n\nSkills follow the [Agent Skills](https://agentskills.io/) format.\n\n## Skills\n\n| Skill | Use Case |\n|-------|----------|\n| [**pipes-sdk**](./pipes-sdk/) | Build, configure, deploy, and troubleshoot durable blockchain indexers with the Pipes SDK (EVM, Solana, Hyperliquid) |\n| [**portal**](./portal/) | Query blockchain data across 225+ chains and choose between Portal MCP, Portal Stream API/curl, or Pipes/Squid |\n| [**migrate-to-portal**](./squid-sdk/migrate-to-portal/) | Migrate an existing Squid SDK indexer (EVM or Solana) off the v2 gateway onto Portal |\n| [**squid-perf**](./squid-sdk/squid-perf/) | Compare indexer sync-time performance across runs |\n\n## Installation\n\n**Install all skills:**\n```bash\nnpx skills add subsquid-labs/skills --all\n```\n\n**Install individually:**\n```bash\nnpx skills add subsquid-labs/skills/pipes-sdk\nnpx skills add subsquid-labs/skills/portal\nnpx skills add subsquid-labs/skills/squid-sdk/migrate-to-portal\nnpx skills add subsquid-labs/skills/squid-sdk/squid-perf\n```\n\nSkills activate automatically once installed — the agent picks the right one based on your task.\n\n## Example Prompts\n\n```\nCreate a new indexer for USDC transfers on Ethereum\n```\n```\nMy indexer crashed with \"Cannot read properties of undefined (reading 'topic')\"\n```\n```\nMigrate my squid from @subsquid/evm-processor to Portal\n```\n```\nMove my Solana squid off setGateway and onto Portal\n```\n```\nQuery all USDC transfers on Base between blocks 10M–11M\n```\n```\nWhat's the correct Portal dataset name for Arbitrum?\n```\n```\nShow me the last 200 BTC perp fills on Hyperliquid\n```\n```\nGive me a curl command that exports raw Base USDC transfers as NDJSON\n```\n```\nThis should become a recurring dashboard - should I use Portal MCP or build an indexer?\n```\n```\nTrack BTC/ETH/SOL perpetual futures fills on Hyperliquid\n```\n```\nWhy is my indexer syncing slowly?\n```\n\n## Resources\n\n- **SQD:** [sqd.dev](https://sqd.dev)\n- **Pipes SDK:** [github.com/subsquid-labs/pipes-sdk](https://github.com/subsquid-labs/pipes-sdk)\n- **Squid SDK:** [github.com/subsquid/squid-sdk](https://github.com/subsquid/squid-sdk)\n- **Documentation:** [docs.sqd.dev](https://docs.sqd.dev)\n- **Portal API catalog:** [portal.sqd.dev/datasets](https://portal.sqd.dev/datasets)\n- **Agent Skills format:** [agentskills.io](https://agentskills.io/)\n\n## Contributing\n\nSee [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines on adding or editing skills.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubsquid-labs%2Fskills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsubsquid-labs%2Fskills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsubsquid-labs%2Fskills/lists"}