repo-create

Create and register new GitHub repositories in the OgenticAI organization.

1|Updated May 10, 2026
One-click install
npx skills add https://github.com/OgenticAI/ogentic-audit --skill repo-create-ogenticai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: repo-create
Source: https://github.com/OgenticAI/ogentic-audit/tree/main/.claude/skills/repo-create
Command: npx skills add https://github.com/OgenticAI/ogentic-audit --skill repo-create-ogenticai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill unit simplifies the creation of new GitHub repositories within the OgenticAI organization, registering them in the internal registry and setting up the repository for further development using the 'repo-bootstrap' skill.

Core Features & Use Cases

  • New Repository Creation: Automatically creates new repositories in the OgenticAI GitHub organization.
  • Registry Registration: Registers new repositories in the internal registry for easy management and access.
  • Repo-Bootstrap Integration: Chains to the 'repo-bootstrap' skill to further set up the repository with necessary tools and configurations.

Quick Start

Use the repo-create skill to initiate the creation of a new repository for a project with the name 'my-new-project'.

Frequently Asked Questions about repo-create

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

FAQPage Schema
How do I automate GitHub repository creation within an organization?

Automating GitHub repository creation within an organization requires authenticated GitHub CLI access to automatically create the repository, register it in an internal registry, and integrate with repo-bootstrap for project setup. You provide the project details to initiate the process.

What is the best way to register a new repository in an internal registry?

Registering a new repository in an internal registry is handled automatically during the automated repository creation process. The Skill registers your new GitHub repository directly into the internal registry for easy management and access without manual intervention.

Do I need GitHub CLI access to create and set up new project repositories?

Yes, authenticated GitHub CLI access is required to create and set up new project repositories. This access allows the Skill to interact with the GitHub organization, create the repository, and chain to the repo-bootstrap skill for further configuration.

Can I use repo-create for bulk-approval onboarding of new projects?

Yes, you can use repo-create for bulk-approval onboarding of new projects. It offers optional support for bulk-approval onboarding to streamline the creation and registration of multiple repositories within the OgenticAI GitHub organization.

How does repository creation integrate with project setup tools?

Repository creation integrates with project setup tools by chaining to the repo-bootstrap skill. After creating the repository and registering it in the internal registry, it automatically triggers repo-bootstrap to set up the necessary tools and configurations for development.