# Create Repository

> Create a new GitHub repository in your account

- Skill: `xiaobai1017/create-repository` (Agent Skill)
- Install (CLI): `npx skillmds@latest add xiaobai1017/create-repository`
- Raw SKILL.md: https://api.skillmd.com/api/skills/xiaobai1017/create-repository/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: xiaobai1017 (https://skillmd.com/u/xiaobai1017)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/xiaobai1017/create-repository

---


# create_repository

Create a new GitHub repository in your account

## Purpose

This skill provides access to the MCP tool `create_repository`. It allows you to create a new github repository in your account.

## Parameters

The tool accepts the following parameters:

### `name`
**Required**
- **Type**: `string`
- **Description**: Repository name

### `description`
*Optional*
- **Type**: `string`
- **Description**: Repository description

### `private`
*Optional*
- **Type**: `boolean`
- **Description**: Whether the repository should be private

### `autoInit`
*Optional*
- **Type**: `boolean`
- **Description**: Initialize with README.md


## Usage Instructions

To use this tool:

1. **Prepare the parameters** according to the schema above
2. **Invoke the MCP tool** `create_repository` with the prepared parameters
3. **Process the result** returned by the tool

## Example

```json
{
  "name": "example_value",
  "description": "example_value",
  "private": true,
  "autoInit": true
}
```


## Notes

- This skill requires an active MCP connection to the server providing the `create_repository` tool
- Ensure the MCP server is properly configured and running before attempting to use this tool
- Review the parameter requirements carefully to avoid errors
