원클릭으로
new
Set up a complete project from scratch with repository initialization, code quality gates, documentation, and GitHub CI/CD.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Set up a complete project from scratch with repository initialization, code quality gates, documentation, and GitHub CI/CD.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Merges completed work back to main through a protected-branch pull request workflow.
Set up a new git worktree and install dependencies.
Merges completed work back to main through a protected-branch pull request workflow.
Set up a new git worktree and install dependencies.
Prepares a Python package for PyPI release by updating the version, building, and verifying the distribution.
Prepare a release by updating the version, building, and verifying the distribution.
| name | new |
| description | Set up a complete project from scratch with repository initialization, code quality gates, documentation, and GitHub CI/CD. |
Set up a complete project from scratch with repository initialization, code quality gates, documentation, and GitHub CI/CD.
$ARGUMENTS
Gather the following information from the user-provided context:
Infer these from context when possible. Only ask if genuinely unclear.
Run the /project/new-repo-init command with the gathered context to bootstrap a brand-new repository:
/project/new-repo-init <directory> <stack>
This creates:
.agents/skills/ directoryRun the /project/setup-pre-commit-hooks command to configure code quality gates:
/project/setup-pre-commit-hooks
This sets up:
Run the /project/setup-docs command with the chosen documentation approach:
/project/setup-docs <approach>
Where <approach> is either:
docs/ subdirectory)This creates:
Run the /project/setup-standard-mekara-docs command to organize documentation content:
/project/setup-standard-mekara-docs
This restructures the documentation to follow standard mekara conventions:
usage/ - End-user documentationdevelopment/ - Developer workflows and toolingcode-base/ - Implementation details and architectureRun the /project/setup-github-repo command to create the GitHub repository and configure CI:
/project/setup-github-repo
This sets up:
Run the /project/setup-github-pages command to configure automatic documentation deployment:
/project/setup-github-pages
This sets up:
Run the /project/worktree-init command to convert the repository to the standard worktree layout:
/project/worktree-init
This restructures the repository so:
main/ subdirectory under a parent directory with the same namemain/ worktree contains the full .git/ directorymcp__mekara__start to run commands - When running /project/* commands, use the mcp__mekara__start tool with name: "project/command-name" and pass arguments via the arguments parameter. Do NOT use the Skill tool or execute commands manually—mekara commands must go through the mekara MCP server.