mcp-web-agent-docs

Maintain and update agent documentation and skills in the `./agents/` directory.

12|Updated Jul 11, 2025
One-click install
npx skills add https://github.com/flekschas/mcp-web --skill mcp-web-agent-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-web-agent-docs
Source: https://github.com/flekschas/mcp-web/tree/main/agents/skills/mcp-web-agent-docs
Command: npx skills add https://github.com/flekschas/mcp-web --skill mcp-web-agent-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill streamlines the process of keeping agent documentation and related skills within the ./agents/ directory up-to-date and consistent with the project's structure and code.

Core Features & Use Cases

  • Documentation Auditing: Ensures AGENTS.md and skill files are accurate and follow guidelines.
  • Consistency Enforcement: Maintains uniform terminology and structure across documentation.
  • Update Guidance: Provides a clear procedure for updating documentation when code or structure changes.
  • Use Case: When a new package is added to the monorepo, this skill helps an agent update AGENTS.md to include the new package and ensure all relevant documentation links are correct.

Quick Start

Use the mcp-web-agent-docs skill to update the AGENTS.md file with the latest package information.

Frequently Asked Questions about mcp-web-agent-docs

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

FAQPage Schema
How do I keep agent documentation consistent when updating a monorepo?

To keep agent documentation consistent during monorepo updates, maintain a high-level overview in AGENTS.md and store skill-specific docs in ./agents/skills/. This structure ensures navigation and documentation remain accurate when repository code changes.

What is the best way to structure agent documentation in a repository?

The best way to structure agent documentation is to provide a high-level overview in AGENTS.md while placing individual skill files like SKILL.md in the ./agents/skills/ directory. This separation maintains uniform terminology and clear content structure.

How do I update AGENTS.md when a new package is added?

To update AGENTS.md when adding a new package, follow the provided update guidance procedure to include the new package information and verify that all relevant documentation links are correct. This ensures the high-level overview stays synchronized with the codebase.

When do I need to audit my agent skills documentation?

You need to audit agent skills documentation when repository structure changes occur, ensuring that AGENTS.md and individual skill files remain accurate. Consistency checks enforce uniform terminology and verify that documentation follows project guidelines.

Can I use this approach to manage multiple agent skill files?

Yes, you can manage multiple agent skill files by maintaining individual SKILL.md files in the ./agents/skills/ directory. This approach allows you to perform documentation auditing and consistency enforcement across all individual skill files simultaneously.

Why should I separate high-level agent docs from skill-specific documentation?

Separating high-level agent docs from skill-specific documentation prevents content duplication and maintains uniform structure. AGENTS.md serves as a navigation entry point, while ./agents/skills/ files contain detailed updates, ensuring consistency checks are easier to manage.