add-doc

Add documentation sources to .claude/doc-sources.toml for Context7 access.

Updated Nov 16, 2025
One-click install
npx skills add https://github.com/asterkin/claude-taew-py --skill add-doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-doc
Source: https://github.com/asterkin/claude-taew-py/tree/main/.claude/skills/add-doc
Command: npx skills add https://github.com/asterkin/claude-taew-py --skill add-doc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Large Language Models often lack up-to-date knowledge of new libraries, frameworks, or rapidly evolving tools. Manually configuring documentation sources for AI agents is tedious and prone to errors. This Skill automates the process, ensuring your AI always has access to the latest information without manual intervention.

Core Features & Use Cases

  • Automated Source Configuration: Easily add new documentation sources to your AI's knowledge base, like Python 3.14+, Claude Code CLI, or any Context7-supported library.
  • Conflict Prevention: Automatically validates source names and aliases to prevent configuration errors.
  • Seamless Integration: Prepares new sources for immediate use with the doc-query skill, enabling real-time documentation retrieval.
  • Use Case: After deciding to adopt a new Python linter like Ruff, use this skill to add its official documentation as a source, making it instantly queryable by your AI for configuration or usage questions.

Quick Start

Add the Ruff linter documentation source for Context7 with a description "Ruff Python linter and formatter".

Frequently Asked Questions about add-doc

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

FAQPage Schema
How do I add documentation sources to my AI's knowledge base?

Add documentation sources by configuring them in .claude/doc-sources.toml using this Skill, which validates names and aliases, then makes them immediately available for queries via the doc-query Skill without manual intervention.

Can I automate adding new tool documentation when adopting a framework or library?

Yes. This Skill automates adding new documentation sources like Python 3.14+ or any Context7-supported library to your configuration, eliminating manual setup and keeping your AI's knowledge current with latest tools.

What happens after I add a documentation source?

Once added, the source is immediately available for real-time documentation queries through the doc-query Skill, enabling your AI to retrieve up-to-date information without additional configuration steps.

Does this Skill prevent naming conflicts when adding sources?

Yes. The Skill automatically validates source names and aliases to prevent configuration errors and conflicts, ensuring clean atomic updates to your TOML configuration file.

When should I use this Skill instead of manually editing configuration files?

Use this Skill whenever you adopt a new tool, encounter undocumented sources, or update existing documentation—it ensures consistent formatting, validation, and immediate availability without error-prone manual edits.