一键导入
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.