star-proj-adopt

Integrates existing AI research projects into the STAR framework via symlinks and historical logs.

39|Updated Jul 15, 2026
One-click install
npx skills add https://github.com/wanghao9610/STAR --skill star-proj-adopt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: star-proj-adopt
Source: https://github.com/wanghao9610/STAR/tree/main/.cursor/skills/star-proj-adopt
Command: npx skills add https://github.com/wanghao9610/STAR --skill star-proj-adopt

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill solves the friction of adopting an existing, in-progress AI research project into the STAR framework without requiring any destructive changes, file moves, or renames.

Core Features & Use Cases

  • Non-Destructive Integration: Maps existing source code, runtime environments, and data directories into the STAR structure using symlinks.
  • Historical Reconciliation: Reconstructs work history and experiment logs from existing git commits and output directories to populate the research plan tree.
  • Use Case: Use this when you have a repository with months of existing work and want to start using STAR's research workflow without breaking your current setup or moving your files.

Quick Start

Run the star-proj-adopt skill to survey your current repository and begin the adoption process.

Frequently Asked Questions about star-proj-adopt

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

FAQPage Schema
How do I integrate an existing AI research project into the STAR framework without moving files?

Non-destructive project onboarding into the STAR framework maps your existing source code and data directories using symlinks. This approach integrates your current repository without requiring destructive changes, file moves, or renames.

Can I reconstruct historical experiment logs from git commits when adopting a project into STAR?

Historical reconciliation into the STAR plan tree reconstructs work history from existing git commits and output directories. This controlled backfill populates the research plan tree with evidence-based work inventory without altering your original files.

What is the best way to start using STAR research workflows on a repository with months of existing work?

Adopting an in-progress repository into STAR requires a read-only survey phase followed by controlled backfilling. This maps current file structures and runtime environments, allowing you to start using STAR workflows seamlessly without breaking your current setup.

Does STAR project adoption require modifying my current runtime environments or source code?

STAR project adoption does not modify your current runtime environments or source code. It operates through a read-only survey of your repository and uses symlink-based directory management to map existing assets into the STAR structure.

Why does STAR use symlinks for onboarding existing research projects instead of copying files?

Symlink-based directory management during STAR onboarding satisfies the requirement for non-destructive integration. By mapping existing file structures instead of copying, it preserves your current setup while enabling evidence-based work inventory reconstruction.

When do I need to use the STAR project adoption workflow instead of starting a new research plan?

Use the STAR project adoption workflow when you have a partially completed AI research project with existing git history and outputs. It is designed specifically to backfill historical experiment data into the plan tree without disrupting ongoing work.