agent-skills

Generate a markdown index of repository skills with backlinks.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/KGmufassa/Escrolly --skill agent-skills-kgmufassa
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agent-skills
Source: https://github.com/KGmufassa/Escrolly/tree/main/.opencode/skills/agent-skills
Command: npx skills add https://github.com/KGmufassa/Escrolly --skill agent-skills-kgmufassa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of a centralized index of all repository skills while excluding plan-* folders, enabling quick discovery and navigation.

Core Features & Use Cases

  • Scans .opencode/skills at repository root for skill folders.
  • Excludes any folder starting with plan.
  • Resolves the skill file in each remaining folder, preferring SKILL.md, then skill.md, or a single markdown file.
  • Generates a markdown report listing all skills with backlinks to their location.
  • Writes the output to system/references/markdown/agent-skills.md.

Quick Start

Run the generate_agent_skills_index.sh script to produce system/references/markdown/agent-skills.md.

Frequently Asked Questions about agent-skills

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

FAQPage Schema
How do I generate a markdown index of all skills in a repository?▼

To generate a markdown index of skills, this tool scans the .opencode/skills directory, resolves each SKILL.md file, and outputs a backlinks document to system/references/markdown/agent-skills.md.

How does the skill indexing script handle plan folders?▼

The skill indexing script excludes any folders starting with 'plan' within the .opencode/skills directory, ensuring only non-plan skills are indexed in the final markdown report.

What markdown file naming convention does the indexing script look for?▼

The indexing script resolves skills by preferring SKILL.md, then falling back to skill.md, or finally selecting a single markdown file if present in the folder.

Can I use this automation tool to create backlinks for arbitrary markdown files?▼

No, this automation tool specifically targets repository skill folders under .opencode/skills and filters out non-skill entries, making it unsuitable for arbitrary markdown backlink generation.

Where does the generated skills index write its output?▼

The generated skills index writes its output directly to system/references/markdown/agent-skills.md, providing a centralized markdown document with backlinks to each skill location.