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:
- Prepare the parameters according to the schema above
- Invoke the MCP tool
create_repositorywith the prepared parameters - Process the result returned by the tool
Example
{
"name": "example_value",
"description": "example_value",
"private": true,
"autoInit": true
}
Notes
- This skill requires an active MCP connection to the server providing the
create_repositorytool - Ensure the MCP server is properly configured and running before attempting to use this tool
- Review the parameter requirements carefully to avoid errors