listing-docs

Scans docs/ folder for markdown files with YAML front-matter and lists their summaries and read_when hints. Helps identify relevant documentation before coding. Use when starting a task, checking available docs, or asking "what docs exist"

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "listing-docs" with this command: npx skills add riccardogrin/skills/riccardogrin-skills-listing-docs

Listing Docs

List documentation files with their front-matter summaries and read_when hints.

Workflow

  1. Run the listing script from the project root:

    python skills/listing-docs/scripts/list_docs.py
    

    Pass a custom path if docs live elsewhere: python skills/listing-docs/scripts/list_docs.py path/to/docs

  2. If any docs match the current task based on Read when hints, read them before proceeding.

Fallback

If Python is unavailable, do it manually:

  1. Search for files matching docs/**/*.md from the project root
  2. For each file, read only the first ~20 lines to capture front-matter
  3. Parse summary and read_when fields from the YAML block between --- delimiters

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

creating-skills

No summary provided by upstream source.

Repository SourceNeeds Review
General

enforcing-architecture

No summary provided by upstream source.

Repository SourceNeeds Review
General

looping-tasks

No summary provided by upstream source.

Repository SourceNeeds Review