ワンクリックで
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 職業分類に基づく
| 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.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.