# Llms Txt Registry

> The primary purpose of this repository is to provide a standardized, scalable, and machine-readable registry of AI-generated documentation artifacts for software libraries and tools. It enables developers and tooling ecosystems (like Gemini CLI or Codex) to access structured, context-aware documentation without relying on proprietary APIs. The project supports local generation using LM Studio, ensuring privacy and control over the content creation process while maintaining versioned, indexed, and git-synced artifacts.

**Remember:**
- llms.txt
- Model Context Protocol (MCP)
- gitmcp.io
- LM Studio
- local-first workflow
- source ID

## Docs
- [Install Taskmaster](https://github.com/AcidicSoil/llms-txt-registry/blob/main/.cursor/commands/tm/install-taskmaster.md): install & quickstart.
- [Quick Install Taskmaster](https://github.com/AcidicSoil/llms-txt-registry/blob/main/.cursor/commands/tm/quick-install-taskmaster.md): install & quickstart.
- [Improve Mcp Process](https://github.com/AcidicSoil/llms-txt-registry/blob/main/docs/improve-mcp-process.md): docs page.
- [Prompts](https://github.com/AcidicSoil/llms-txt-registry/blob/main/docs/prompts.md): docs page.
- [Ai Sdk Provider Codex Cli Llms](https://github.com/AcidicSoil/llms-txt-registry/blob/main/docs/ai-sdk-provider-codex-cli/ai-sdk-provider-codex-cli-llms.txt): docs page.
- [Ai Sdk Provider Codex Cli Llms Ctx](https://github.com/AcidicSoil/llms-txt-registry/blob/main/docs/ai-sdk-provider-codex-cli/ai-sdk-provider-codex-cli-llms-ctx.txt): docs page.
- [Ai Sdk Provider Codex Cli Llms Full](https://github.com/AcidicSoil/llms-txt-registry/blob/main/docs/ai-sdk-provider-codex-cli/ai-sdk-provider-codex-cli-llms-full.txt): docs page.
- [Ai Sdk Provider Gemini Cli Llms](https://github.com/AcidicSoil/llms-txt-registry/blob/main/docs/ai-sdk-provider-gemini-cli/ai-sdk-provider-gemini-cli-llms.txt): docs page.
- [Ai Sdk Provider Gemini Cli Llms Ctx](https://github.com/AcidicSoil/llms-txt-registry/blob/main/docs/ai-sdk-provider-gemini-cli/ai-sdk-provider-gemini-cli-llms-ctx.txt): docs page.
- [Ai Sdk Provider Gemini Cli Llms Full](https://github.com/AcidicSoil/llms-txt-registry/blob/main/docs/ai-sdk-provider-gemini-cli/ai-sdk-provider-gemini-cli-llms-full.txt): docs page.

## Tutorials
- [Example Prd](https://github.com/AcidicSoil/llms-txt-registry/blob/main/.taskmaster/templates/example_prd.txt): worked example.
- [Example Prd Rpg](https://github.com/AcidicSoil/llms-txt-registry/blob/main/.taskmaster/templates/example_prd_rpg.txt): worked example.

## Optional
- [Improving Mcp Process](https://github.com/AcidicSoil/llms-txt-registry/blob/main/.archived/Improving MCP Process.md): docs page.
- [README](https://github.com/AcidicSoil/llms-txt-registry/blob/main/README.md): docs page.
- [Src](https://github.com/AcidicSoil/llms-txt-registry/blob/main/codefetch/src.md): docs page.
- [Requirements](https://github.com/AcidicSoil/llms-txt-registry/blob/main/requirements.txt): docs page.
- [Refresh](https://github.com/AcidicSoil/llms-txt-registry/blob/main/scripts/refresh.py): docs page.

## .Clinerules
- [Cline Rules](https://github.com/AcidicSoil/llms-txt-registry/blob/main/.clinerules/cline_rules.md): docs page.
- [Dev Workflow](https://github.com/AcidicSoil/llms-txt-registry/blob/main/.clinerules/dev_workflow.md): docs page.
- [Self Improve](https://github.com/AcidicSoil/llms-txt-registry/blob/main/.clinerules/self_improve.md): docs page.
- [Taskmaster](https://github.com/AcidicSoil/llms-txt-registry/blob/main/.clinerules/taskmaster.md): docs page.

## .Cursor
- [Add Dependency](https://github.com/AcidicSoil/llms-txt-registry/blob/main/.cursor/commands/tm/add-dependency.md): docs page.
- [Add Subtask](https://github.com/AcidicSoil/llms-txt-registry/blob/main/.cursor/commands/tm/add-subtask.md): docs page.
- [Add Task](https://github.com/AcidicSoil/llms-txt-registry/blob/main/.cursor/commands/tm/add-task.md): docs page.
- [Analyze Complexity](https://github.com/AcidicSoil/llms-txt-registry/blob/main/.cursor/commands/tm/analyze-complexity.md): docs page.
- [Analyze Project](https://github.com/AcidicSoil/llms-txt-registry/blob/main/.cursor/commands/tm/analyze-project.md): docs page.
- [Auto Implement Tasks](https://github.com/AcidicSoil/llms-txt-registry/blob/main/.cursor/commands/tm/auto-implement-tasks.md): docs page.
- [Command Pipeline](https://github.com/AcidicSoil/llms-txt-registry/blob/main/.cursor/commands/tm/command-pipeline.md): docs page.
- [Complexity Report](https://github.com/AcidicSoil/llms-txt-registry/blob/main/.cursor/commands/tm/complexity-report.md): docs page.
- [Convert Task To Subtask](https://github.com/AcidicSoil/llms-txt-registry/blob/main/.cursor/commands/tm/convert-task-to-subtask.md): docs page.
- [Expand All Tasks](https://github.com/AcidicSoil/llms-txt-registry/blob/main/.cursor/commands/tm/expand-all-tasks.md): docs page.

## Src
- [Init](https://github.com/AcidicSoil/llms-txt-registry/blob/main/src/__init__.py): docs page.
- [Index](https://github.com/AcidicSoil/llms-txt-registry/blob/main/src/artifact_ingest/index.py): docs page.
- [Ingest](https://github.com/AcidicSoil/llms-txt-registry/blob/main/src/artifact_ingest/ingest.py): docs page.
- [Init](https://github.com/AcidicSoil/llms-txt-registry/blob/main/src/artifact_ingest/__init__.py): docs page.
- [Init](https://github.com/AcidicSoil/llms-txt-registry/blob/main/src/generator_runner/__init__.py): docs page.
- [Init](https://github.com/AcidicSoil/llms-txt-registry/blob/main/src/git_sync/__init__.py): docs page.
- [Init](https://github.com/AcidicSoil/llms-txt-registry/blob/main/src/registry_config/__init__.py): docs page.
- [Init](https://github.com/AcidicSoil/llms-txt-registry/blob/main/src/reporting/__init__.py): docs page.
- [Loader](https://github.com/AcidicSoil/llms-txt-registry/blob/main/src/registry_config/loader.py): docs page.
- [Models](https://github.com/AcidicSoil/llms-txt-registry/blob/main/src/registry_config/models.py): docs page.

## Tests
- [Test Index](https://github.com/AcidicSoil/llms-txt-registry/blob/main/tests/test_index.py): docs page.
- [Test Ingest](https://github.com/AcidicSoil/llms-txt-registry/blob/main/tests/test_ingest.py): docs page.
- [Test Registry Config](https://github.com/AcidicSoil/llms-txt-registry/blob/main/tests/test_registry_config.py): docs page.
- [Test Reporting](https://github.com/AcidicSoil/llms-txt-registry/blob/main/tests/test_reporting.py): docs page.
- [Test Runner](https://github.com/AcidicSoil/llms-txt-registry/blob/main/tests/test_runner.py): docs page.
