count-registry

Read .github/count-manifest.json to provide authoritative repository entity counts.

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/qprjack86/apexbase --skill count-registry-qprjack86
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: count-registry
Source: https://github.com/qprjack86/apexbase/tree/main/.github/skills/count-registry
Command: npx skills add https://github.com/qprjack86/apexbase --skill count-registry-qprjack86

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents hard-coded, stale, or inconsistent entity counts from appearing in documentation and generated artifacts, reducing drift as the repository changes.

Core Features & Use Cases

  • Canonical count reference: Uses .github/count-manifest.json as the source of truth for agents, skills, instructions, and validators.
  • Safe documentation wording: Encourages descriptive phrasing when exact numbers are unnecessary and adds source attribution when they are.
  • Use Case: A contributor is updating repo docs and needs to mention how many skills or agents exist without manually guessing or embedding outdated numbers.

Quick Start

Use the count-registry skill to find the authoritative entity counts for this repository and draft wording that avoids hard-coded numbers.

Frequently Asked Questions about count-registry

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

FAQPage Schema
How do I keep repository entity counts accurate in documentation?

To keep repository entity counts accurate, reference an authoritative manifest instead of hard-coding values. This prevents documentation drift by reading source files to preserve correct counts for agents, skills, instructions, and validators.

What is documentation drift and how do manifests prevent it?

Documentation drift occurs when repository statistics become outdated as code changes. Using a canonical manifest file as the source of truth prevents drift by providing authoritative entity counts for generated artifacts and content workflows.

How do I reference repository statistics without hard-coding numbers?

You can reference repository statistics without hard-coding numbers by using descriptive phrasing when exact counts are unnecessary. When exact numbers are required, apply source attribution from the canonical manifest file.

Do I need a count-manifest.json file to track repository entities?

Yes, you need a count-manifest.json file located in the .github directory. This manifest serves as the required source of truth for reading and preserving source-attributed counts for agents, skills, instructions, and validators.

What is the best way to update repo docs with accurate entity counts?

The best way to update repo docs with accurate entity counts is to query the canonical manifest file. This ensures your documentation wording avoids manually guessing or embedding outdated numbers during content generation workflows.