related-projects-docs

Discover and classify related projects into a structured documentation file.

2|1|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/vosslab/vosslab-skills --skill related-projects-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: related-projects-docs
Source: https://github.com/vosslab/vosslab-skills/tree/main/skills/related-projects-docs
Command: npx skills add https://github.com/vosslab/vosslab-skills --skill related-projects-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation and updating of a comprehensive list of related projects, ensuring that the documentation is accurate and up-to-date with evidence-based mapping.

Core Features & Use Cases

  • Evidence-Based Mapping: Creates a sourced, confidence-tiered map of related projects.
  • Web Discovery: Utilizes bounded web discovery to find candidates.
  • Classification: Classifies projects into categories like upstream, dependency, and alternative.
  • Output Shape: Writes a structured docs/RELATED_PROJECTS.md file following a specific template.
  • Use Case: When a user needs to document or refresh the list of related projects for a repository.

Quick Start

Run the related-projects-docs skill to update the documentation of related projects for your repository.

Frequently Asked Questions about related-projects-docs

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

FAQPage Schema
How do I automate documentation of related projects for my repository?

You can automate related project documentation by running a skill that performs bounded web discovery, classifies candidates by confidence tier, and writes a structured output file. This generates an evidence-based map of upstream, dependency, and alternative projects.

What is evidence-based mapping for project documentation?

Evidence-based mapping classifies related projects into categories like upstream, dependency, or alternative using sourced data. It assigns confidence tiers to each mapping to ensure repository documentation remains accurate and verifiable rather than speculative.

How do I create a RELATED_PROJECTS.md file for my repository?

To create a RELATED_PROJECTS.md file, run the related-projects-docs skill which performs web discovery and classification, then writes the results to a structured output file following a specific template located in your repository's docs directory.

Can I classify repository dependencies and alternatives automatically?

Yes, you can classify repository dependencies and alternatives automatically by using a skill that performs bounded web discovery and applies confidence-tiered classification. This groups related projects into structured categories like upstream, dependency, and alternative.

Does related project documentation require manual web research?

Related project documentation does not require manual web research when automated. The skill utilizes bounded web discovery to find candidates automatically, ensuring the documentation process is refreshed without manual intervention while maintaining evidence-based mapping.