agentsystem-init

Refresh the AgentSystem skill table-of-contents in CLAUDE.md or AGENTS.md.

22|3|Updated Jul 28, 2024
One-click install
npx skills add https://github.com/webdevcody/go-mailing-list --skill agentsystem-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentsystem-init
Source: https://github.com/webdevcody/go-mailing-list/tree/main/.claude/skills/agentsystem-init
Command: npx skills add https://github.com/webdevcody/go-mailing-list --skill agentsystem-init

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents slow or inconsistent routing to the right AgentSystem skill by keeping your project’s agent instruction TOC in sync with the canonical skill registry.

Core Features & Use Cases

  • Fetches the canonical AgentSystem skill list by pulling fresh data from AgentSystemLabs/core on every run (with fallback to plugin directory discovery).
  • Injects an idempotent, router-style TOC into CLAUDE.md and/or AGENTS.md using managed marker blocks.
  • Improves agent performance by providing each skill’s slash-command and a one-line “when to use” trigger so future sessions route faster and more reliably.

Quick Start

Run the command /agentsystem-init in a project that uses the AgentSystem plugin system to generate or refresh the managed TOC inside CLAUDE.md or AGENTS.md.

Frequently Asked Questions about agentsystem-init

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

FAQPage Schema
How do I auto-generate a table of contents for agent skills in CLAUDE.md?

To auto-generate an agent skills table of contents in CLAUDE.md, run an initialization command that fetches the canonical skill registry remotely, builds deterministic command and when-to-use rows, and inserts a managed marker block into the file.

What is an AgentSystem skills index used for in project setup?

An AgentSystem skills index is used for faster command routing within a project. It maintains an up-to-date table of contents in your agent instruction files, providing each skill's slash-command and a one-line trigger so future sessions route to the right skill quickly and reliably.

Can I refresh the AGENTS.md skill index without manual updates?

Yes, you can refresh the AGENTS.md skill index without manual updates by running an initialization command. It fetches fresh skill data from the canonical registry on every run and replaces only the marker-bounded TOC block, leaving the rest of your file untouched.

Does the AgentSystem TOC generation work without an internet connection?

The TOC generation primarily fetches fresh data from the remote canonical skill registry, but it includes a fallback to plugin directory discovery. If the remote fetch fails, it attempts to discover skills locally from the plugin directory to build the index.

What happens if my existing CLAUDE.md table of contents is malformed?

If your existing CLAUDE.md table of contents is malformed or unmanaged, the TOC generation process will abort rather than risk corrupting your file. It only inserts or replaces content within managed marker blocks to ensure safe, deterministic updates.

Why are the command rows in the generated skills TOC sorted alphabetically?

The command rows in the generated skills TOC are sorted for stable diffs. This deterministic sorting ensures that running the TOC generation repeatedly produces minimal, predictable changes in version control instead of noisy reordering.