alicankiraz1alicankiraz1Communityยท1 Agent Skills Included

indexandria

Crawl web documentation directly into coding context

Fetches documentation from any URL, converts it to clean markdown, and injects it into the coding session. Eliminates manual copy-pasting of docs, outdated API guesses, and tab-switching while writing code. Offers quick single-page crawls and deep indexing of up to 100 pages with keyword search for precise reference.
npx skills add alicankiraz1/indexandria --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Indexandria?โ–ผ

Run `npx skills add alicankiraz1/indexandria --all -g -y` in your terminal to install it globally. It requires Python 3.10+ and uv.

How to pull web docs into Claude Code?โ–ผ

Just ask in plain language, for example: crawl the FastAPI tutorial and build an API. The crawl_docs tool fetches the pages and returns clean markdown directly into the conversation.

What is the difference between quick mode and deep mode?โ–ผ

Quick mode (crawl_docs) fetches 1-15 pages straight into context for single lookups. Deep mode (index_docs) indexes up to 100 pages and lets you search and read only the pages you need.

Does Indexandria store my data anywhere?โ–ผ

No. Everything lives in memory for the session only โ€” nothing is written to disk, no database, and no external services are used.

Can I crawl only part of a documentation site?โ–ผ

Yes. Use include_patterns and exclude_patterns with URL globs, such as */reference/*, to limit crawling to a specific docs section.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’