htlin222

Gh Repo Father Skill — AI skill for Claude Code

AI community

Claude Code skill for scaffolding GitHub repositories with AI-driven methodology (JTBD/TDD/DDD) from idea to production-ready, supporting 15+ templates and 40+ agents.

How to install Gh Repo Father Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open htlin222/gh-repo-father-skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Gh Repo Father Skill does

Claude Code skill for scaffolding GitHub repositories with AI-driven methodology (JTBD/TDD/DDD) from idea to production-ready, supporting 15+ templates and 40+ agents.

Alternatives in AI

README

gh-repo-father

[![Build & Release Skill](https://github.com/htlin222/gh-repo-father-skill/actions/workflows/release.yml/badge.svg)](https://github.com/htlin222/gh-repo-father-skill/actions/workflows/release.yml) [![GitHub Release](https://img.shields.io/github/v/release/htlin222/gh-repo-father-skill?include_prereleases&label=skill%20version)](https://github.com/htlin222/gh-repo-father-skill/releases/latest) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![Skills Protocol](https://img.shields.io/badge/protocol-vercel--labs%2Fskills-blue)](https://github.com/vercel-labs/skills) [![Compatible Agents](https://img.shields.io/badge/agents-40%2B-green)](https://github.com/vercel-labs/skills#supported-agents)

The ultimate GitHub repo bootstrapper. From raw idea to methodology-informed plan to scaffolded repo.

Install

npx skills add htlin222/gh-repo-father-skill
npx skills add -g htlin222/gh-repo-father-skill        # global
npx skills add htlin222/gh-repo-father-skill --agent claude-code  # specific agent

What it does

Guides the user from a raw idea through a structured 7-phase workflow to a fully scaffolded, GitHub-pushed repository ready for Claude Code:

  1. Prereqs — Checks gh CLI and git are available
  2. Brainstorm — Clarifying questions, web search, novelty evaluation (prior art check with BUILD/FORK/RECONSIDER verdict), 2–3 approach proposals, comprehensive plan
  3. Methodology — Picks the right design methodology (JTBD, SDD, DDD, TDD, or SDD Lite) based on project signals
  4. Scaffold — Creates directory structure from 15 project templates (Python CLI, Data Science, MCP Server, Bots, Next.js, FastAPI, Rust, Medical Research, and more)
  5. Populate — Generates CLAUDE.md, plan docs, README (English + Traditional Chinese), LICENSE, .gitignore
  6. Push — Commits and creates a private GitHub repo via gh
  7. Handoff — Prints summary with instructions to open in Claude Code

Sk