related-projects-docs
Generates a structured document of related projects based on repository evidence and web discovery.
Install
mkdir -p .claude/skills/related-projects-docs && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14324" && unzip -o skill.zip -d .claude/skills/related-projects-docs && rm skill.zipInstalls to .claude/skills/related-projects-docs
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Create or refresh `docs/RELATED_PROJECTS.md` from repo evidence plus bounded web discovery, writing a sourced, confidence-tiered map of upstreams, dependencies, integrations, sibling repos, and alternatives. Use when the user asks to document, discover, or refresh related or sibling projects, prior art, or alternatives for a repo. Does NOT touch `README.md`, `docs/CODE_ARCHITECTURE.md`, `docs/FILE_STRUCTURE.md`, `docs/INSTALL.md`, `docs/USAGE.md`, or the broader doc set (use `arch-docs`, `readme-docs`, or `docset-updater` for those).Key capabilities
- →Create or refresh docs/RELATED_PROJECTS.md
- →Map upstreams, dependencies, integrations, sibling repos, and alternatives
- →Classify projects by relationship taxonomy
- →Assign confidence tiers (Confirmed, Likely, Possible, Rejected)
- →Perform bounded web discovery for candidates
- →Cite every entry with a link and evidence line
How it works
The skill seeds from repo evidence, performs bounded web discovery to find candidates, classifies them by relationship and confidence, and then writes a sourced docs/RELATED_PROJECTS.md file if enough evidence exists.
Inputs & outputs
When to use related-projects-docs
- →Document related projects
- →Map repository dependencies
- →List alternatives to repo
About related-projects-docs
Creates or updates documentation regarding upstream dependencies, sibling repositories, and alternative projects, categorizing them by confidence level.
Create or refresh `docs/RELATED_PROJECTS.md` from repo evidence plus bounded web discovery, writing a sourced, confidence-tiered map of upstreams, dependencies, integrations, sibling repos, and alternatives. Use when the user asks to document, discover, or refresh related or sibling projects, prior
When not to use it
- →For documenting README.md
- →For documenting docs/CODE_ARCHITECTURE.md
- →For documenting docs/FILE_STRUCTURE.md
Limitations
- →Does not touch README.md or other specific architecture/installation documentation files
- →Discovery is capped at 2 search rounds
- →Will not write a file if no candidate clears the content-or-no-file threshold
How it compares
This skill systematically generates a sourced and confidence-tiered map of related projects, providing a structured and verifiable document that goes beyond a simple list of links compiled manually.
Compared to similar skills
related-projects-docs side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| related-projects-docs (this skill) | 0 | 1mo | No flags | Intermediate |
| ml-paper-writing | 48 | 6mo | Review | Advanced |
| content-research-writer | 15 | 10mo | No flags | Beginner |
| research-grants | 6 | 7mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
ml-paper-writing
davila7
Write publication-ready ML/AI papers for NeurIPS, ICML, ICLR, ACL, AAAI, COLM. Use when drafting papers from research repos, structuring arguments, verifying citations, or preparing camera-ready submissions. Includes LaTeX templates, reviewer guidelines, and citation verification workflows.
content-research-writer
ComposioHQ
Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.
research-grants
davila7
Write competitive research proposals for NSF, NIH, DOE, and DARPA. Agency-specific formatting, review criteria, budget preparation, broader impacts, significance statements, innovation narratives, and compliance with submission requirements.
nsfc-research-content-writer
huangwb8
为 NSFC 正文"(二)研究内容"写作/重构,并同步编排"特色与创新"和"三年年度研究计划",输出可直接落到 LaTeX 模板的三个 extraTex 文件。适用于用户要写/改"研究内容、研究目标、关键科学问题、技术路线、创新点、三年计划/里程碑"等场景。
clinical-reports
davila7
Write comprehensive clinical reports including case reports (CARE guidelines), diagnostic reports (radiology/pathology/lab), clinical trial reports (ICH-E3, SAE, CSR), and patient documentation (SOAP, H&P, discharge summaries). Full support with templates, regulatory compliance (HIPAA, FDA, ICH-GCP), and validation tools.
business-knowledge-workflow
TencentBlueKing
业务知识获取与 Skill 文档编写工作流。当用户需要熟悉新业务模块、从 iWiki 获取文档、结合代码分析生成架构文档、或将业务知识沉淀为 Skill 时使用。