KS
Killer-Skills

repo-create — how to use repo-create how to use repo-create, repo-create setup guide, GitHub repository creation automation, repo-create vs GitHub CLI, repo-create install, what is repo-create, repo-create alternative, automating GitHub workflows, GitHub repository initialization

v1.0.0
GitHub

About this Skill

Ideal for Developer Productivity Agents automating GitHub repository setup and initialization workflows. repo-create is a GitHub repository creator skill that automates the process of creating and initializing new repositories using the GitHub CLI.

Features

Creates new GitHub repositories using the `gh repo create` command
Supports public and private repository visibility options via `--public` and `--private` flags
Allows for custom repository descriptions using the `--description` or `-d` option
Automates cloning of created repositories to the current directory with the `--clone` option
Utilizes the fal.ai API key for header image generation
Requires authentication via `gh auth login` for GitHub CLI

# Core Topics

Sunwood-AI-OSS-Hub Sunwood-AI-OSS-Hub
[0]
[0]
Updated: 3/7/2026

Quality Score

Top 5%
36
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add Sunwood-AI-OSS-Hub/zero-cc/references

Agent Capability Analysis

The repo-create MCP Server by Sunwood-AI-OSS-Hub is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use repo-create, repo-create setup guide, GitHub repository creation automation.

Ideal Agent Persona

Ideal for Developer Productivity Agents automating GitHub repository setup and initialization workflows.

Core Value

Enables automated GitHub repository creation using GitHub CLI (gh) with configurable visibility (public/private), description, and cloning options. Integrates fal.ai API for header image generation through environment variables.

Capabilities Granted for repo-create MCP Server

Automating project bootstrap workflows
Initializing repositories with standardized configurations
Generating header images via fal.ai integration
Cloning repositories directly to working directories

! Prerequisites & Limits

  • Requires GitHub CLI installation and authentication
  • Needs fal.ai API key in .env file
  • Dependent on gh command-line tool functionality
Project
SKILL.md
2.6 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

GitHub Repository Creator

GitHubリポジトリを新規作成・初期化します。

前提条件

  • GitHub CLI (gh) がインストール済み
  • gh auth login で認証済み
  • fal.ai APIキー (FAL_KEY) が .env に設定済み(ヘッダー画像生成用)

ワークフロー

1. 引数解析

$ARGUMENTS からリポジトリ名とオプションを特定:

  • repo-create [name] → リポジトリ名
  • --public / --private → 可視性(デフォルト: public)
  • --description / -d → 説明
  • --clone → カレントディレクトリにclone

2. 作成手順

  1. リポジトリ名の決定

    • 引数指定 → 使用
    • 未指定 → カレントディレクトリ名を使用
  2. GitHubリポジトリ作成

    bash
    1gh repo create [name] --[public|private] --description "[description]"
  3. 初期ファイル生成(--clone 指定時)

    詳細は references/ を参照:

    • README-template.md - README.md テンプレート
    • LICENSE-options.md - ライセンス選択ガイド
    • badges.md - バッジ一覧
    • EXAMPLES.md - 使用例

    生成するファイル:

    • README.md - テンプレートをベースに作成
    • .gitignore - 言語自動検出(gh repo create のデフォルト)
    • LICENSE - 選択プロンプト(MIT/Apache-2.0/GPL-3.0等)→ See LICENSE-options.md
    • assets/ - 画像用ディレクトリ作成
  4. ヘッダー画像生成(fal.ai Nano Banana Pro)

    詳細は references/header-image-generation.md を参照。

    手順:

    1. リポジトリの内容を分析して適切なスタイルとカラーマップを選択
    2. エレガントなフォントを使用したヘッダー画像のプロンプトを構築
    3. Nano Banana Pro で画像生成
    4. 生成された画像を assets/header.png にリネームして保存

    実行コマンド:

    bash
    1npx tsx .claude/skills/fal-ai/scripts/t2i-nano-banana-pro.ts "<prompt>" --size 16:9 --resolution 2k --format png --output ./assets
  5. Initial Commit

    bash
    1git init 2git branch -M main 3git add . 4git commit -m "Initial commit" 5git push -u origin main
  6. 完了メッセージ

    • リポジトリURL
    • 次のステップ

使用例

詳細な使用例は references/EXAMPLES.md を参照。

bash
1/repo-create my-awesome-project 2/repo-create my-app --private --description "My awesome app" 3/repo-create my-lib --clone

Related Skills

Looking for an alternative to repo-create or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication