Creates GitHub repositories with proper setup. Use when the user wants to create a new GitHub repo, initialize a repository, or set up a new project on GitHub.
Creates GitHub repositories with proper setup and configuration using the gh CLI.
/plugin marketplace add Omrigotlieb/github-repo-skill/plugin install omrigotlieb-github-repo-creator@Omrigotlieb/github-repo-skillThis skill is limited to using the following tools:
Creates new GitHub repositories with professional setup using the gh CLI.
gh) must be installed and authenticatedgh auth status to verify authenticationWhen creating a GitHub repository:
Ask the user for:
# For a new repo (not from existing folder)
gh repo create <repo-name> --public/--private --description "description" --clone
# For existing local project
gh repo create <repo-name> --source=. --public/--private --push
| Flag | Description |
|---|---|
--public | Make repository public |
--private | Make repository private |
--description "text" | Add description |
--clone | Clone the new repo locally |
--source=. | Use current directory as source |
--push | Push local commits to new repo |
--gitignore <template> | Add .gitignore (e.g., Node, Python) |
--license <license> | Add license (e.g., MIT, Apache-2.0) |
After creating the repo:
Create a new public repo and clone it:
gh repo create my-awesome-project --public --description "A cool project" --clone
Create repo from existing local project:
gh repo create my-project --source=. --private --push
Create with README and MIT license:
gh repo create my-project --public --add-readme --license MIT
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.