aif-reference

Create structured knowledge references from URLs, files, and documents.

Updated Jan 4, 2026
One-click install
npx skills add https://github.com/hightemp/gosearch-ai --skill aif-reference
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aif-reference
Source: https://github.com/hightemp/gosearch-ai/tree/main/.codex/skills/aif-reference
Command: npx skills add https://github.com/hightemp/gosearch-ai --skill aif-reference

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Create knowledge references from URLs, documents, or files for AI agents to reuse across tasks.

Core Features & Use Cases

  • Collect sources from URLs, local documents, or files to build structured references.
  • Generate reference documents with header metadata and a consolidated list of sources for reuse by multiple AI workflows.
  • Support AI Factory workflows such as planning, implementing, grounding, and exploration by providing durable domain context.

Quick Start

Run an input specifying one or more sources (URLs or file paths) and an optional name to create a new knowledge reference.

Frequently Asked Questions about aif-reference

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create structured knowledge references from web pages and local documents?

You can create structured knowledge references by providing URLs or local file paths as input. The Skill processes these sources and generates consolidated reference documents with header metadata, saving them to the .ai-factory/references/ directory for reuse.

What is the best way to build reusable domain context for AI agents from external files?

Building reusable domain context involves converting external sources like documents and URLs into structured reference files. This approach captures comprehensive metadata and a consolidated source list, providing durable context for AI workflows like planning, implementing, and exploration.

Can I update existing knowledge references without creating duplicate files?

Yes, you can update existing knowledge references without creating duplicates by applying the optional --update flag. This refreshes the content of current reference documents while preserving the organized structure and header metadata.

Does web-fetch document processing support both URLs and local files simultaneously?

Web-fetch document processing supports both URLs and local files simultaneously. You can specify multiple sources of different types in a single input, and the Skill will consolidate them into one comprehensive reference document with a unified header listing all sources.

How do I set a custom name when converting sources into AI references?

To set a custom name when converting sources into AI references, use the optional --name flag in your input command. This directs the Skill to save the generated reference document under your specified name within the default .ai-factory/references/ directory.

Where are generated AI reference documents stored by default?

Generated AI reference documents are stored in the .ai-factory/references/ directory by default. This configured location ensures that structured knowledge references with header metadata are consistently organized for access by various AI workflows.