Research, verify, and document open-source project stacks as structured, evidenced blueprints. Use when the user wants to find free/self-hostable tools for a domain, build an "AI company stack", compare OSS alternatives, or produce a department→tool map. Emphasizes LIVE verification (GitHub API) and honest caveats — never fabricate star counts.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Research, verify, and document open-source project stacks as structured, evidenced blueprints. Use when the user wants to find free/self-hostable tools for a domain, build an "AI company stack", compare OSS alternatives, or produce a department→tool map. Emphasizes LIVE verification (GitHub API) and honest caveats — never fabricate star counts.
Open-Source Stack Blueprint
When to use
"find all the free/open-source projects for an AI company"
"what tools do I need for the X department?"
"compare OSS alternatives for video generation"
building a department↔project matrix / compulsory baseline / gap-fillers
Workflow
Scope first. Free-only? Self-hostable? Include experimental? Universal (any company) or domain-specific? Start with a 7-agent MVP, not all 60 departments.
Research via GitHub API — pull live stars + license. Do NOT trust memory for counts.
Technique + verified knowledge bank: references/github-api-research.md.
Verify links with an HTTP-200 HEAD check on a sample of repos.
Handle rate limits (403). GitHub unauthenticated API allows ~20 calls/min per IP. When it 403s, STOP hammering, mark unverified repos as (canonical) and note "not re-verified this session." NEVER fabricate star counts.
Structure output as a folder of markdown:
README.md — master index + tier structure + 7-agent MVP
ENTERPRISE_STACK.md — consolidated map
COMPULSORY_BASELINE.md — the default N-project set every company needs (industry-agnostic)