flext-docs-pointer-policy

Enforce documentation governance by requiring agent configuration files to point to CLAUDE.md.

Updated May 20, 2025
One-click install
npx skills add https://github.com/flext-sh/flext --skill flext-docs-pointer-policy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flext-docs-pointer-policy
Source: https://github.com/flext-sh/flext/tree/main/.claude/skills/flext-docs-pointer-policy
Command: npx skills add https://github.com/flext-sh/flext --skill flext-docs-pointer-policy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill prevents the duplication of governance documentation across multiple agent configuration files, ensuring a single source of truth and reducing maintenance overhead.

Core Features & Use Cases

  • Centralized Governance: Enforces that all policy and rule updates are made in a single canonical document (CLAUDE.md).
  • Lightweight Pointers: Allows other configuration files to act as concise pointers to the main documentation, rather than mirroring it.
  • Use Case: When updating the repository's coding conventions, you only need to modify CLAUDE.md. All other agent configuration files will simply reference CLAUDE.md, ensuring consistency without redundant content.

Quick Start

Ensure all agent configuration files only contain concise pointers to the root CLAUDE.md documentation.

Frequently Asked Questions about flext-docs-pointer-policy

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

FAQPage Schema
How do I prevent documentation duplication across multiple agent configuration files?

Centralized documentation governance solves this by enforcing configuration files to act as lightweight pointers to a single root source of truth, such as CLAUDE.md. This prevents duplicated policy content and ensures consistency across all agent configuration files.

What is a single source of truth policy for coding convention documentation?

A single source of truth policy centralizes governance documentation into one canonical file, typically CLAUDE.md. Other configuration files act as concise pointers to this root document, eliminating redundant policy content and reducing maintenance overhead across the repository.

How do I configure agent files to act as pointers to CLAUDE.md?

Configure agent files as pointers by ensuring they contain only concise references to the root documentation rather than mirrored content. The governance policy requires specific text patterns to be present or absent in designated pointer files to maintain this structure.

Why does my repository documentation become inconsistent when updating coding conventions?

Repository documentation becomes inconsistent when policy content is duplicated across multiple configuration files. Centralizing updates in a single canonical document like CLAUDE.md and using other files as lightweight pointers ensures consistency when modifying coding conventions.

Do I need specific text patterns in configuration files to enforce a documentation pointer policy?

Yes, enforcing a documentation pointer policy requires specific text patterns to be present or absent in designated configuration files. These pattern checks ensure agent files act as lightweight pointers to the single source of truth rather than duplicating governance content.

What is the best way to maintain consistent coding conventions across multiple agent configuration files?

The best way to maintain consistent coding conventions is centralizing governance documentation in a single canonical file like CLAUDE.md. Other agent configuration files act as lightweight pointers to this root source, reducing maintenance overhead and preventing policy duplication.