awesome-search
Curated knowledge base for search and information retrieval
All Skills in This Repository (15)
Pure Emerald Level Indicatorsawesome-search-kg-frontmatter
Audit Obsidian notes for required frontmatter and report violations by folder.
awesome-search-kg-orphans
Scan Obsidian vaults for notes with zero inbound and outbound wikilinks.
awesome-search-kg-clusters
Identify disconnected note clusters in Obsidian vaults via wikilink connectivity.
awesome-search-kg-hubs
Rank notes by inbound links and flag mismatches with Topics notes.
awesome-search-knowledge-graph
Generate and maintain a semantic knowledge graph for Obsidian vault articles.
awesome-search-tutor
Fetch and summarize information retrieval concepts from curated articles.
kg-hubs
Audit Obsidian vault hub notes by ranking inbound wikilink counts against topic pages.
kg-frontmatter
Audit Obsidian vault notes for missing frontmatter fields and auto-fix inferable values.
kg-readme-writer
Synchronizes the repository README with the Awesome Search knowledge graph table of contents.
kg-orphans
Detects and reconnects orphan notes lacking wikilinks in an Obsidian knowledge graph.
kg-audit
Audits an Obsidian knowledge graph vault for frontmatter violations, orphans, duplicates, and broken wikilinks.
kg-note-writing
Create and enrich Obsidian knowledge graph entity notes with normalized frontmatter and wikilinks.
Frequently Asked Questions
FAQPage SchemaHow to install Awesome Search skills?โผ
Run `npx skills add frutik/awesome-search --all -g -y` in your terminal to install all skills in this suite globally.
What is the Awesome Search knowledge graph?โผ
It is a curated collection of interlinked notes about search and information retrieval, covering concepts, tools, people, companies, datasets, and real-world case studies.
How do I add a new article to the knowledge base?โผ
Give your AI agent the article URL and it will fetch the content, extract key entities, create linked notes, and log the change automatically.
Can I learn search engineering with this?โผ
Yes. The tutor skill answers questions about ranking, vector search, BM25, and evaluation by pulling from the curated article collection.
Does it work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and run directly inside Claude Code with the Obsidian MCP server.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides