ワンクリックで
project-setup
Sets up new project scaffolding with proper structure, configuration, and tooling. Supports Rust, TypeScript, Python, and more.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Sets up new project scaffolding with proper structure, configuration, and tooling. Supports Rust, TypeScript, Python, and more.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Enforces a strict 4-phase methodology (Plan, Generate, Review, DoD) for development tickets to ensure high-quality, secure, and production-ready code. Features a continuous YOLO mode loop for autonomous task completion.
Performs thorough code review on files or diffs. Checks for bugs, security issues, performance problems, and code quality.
Systematic debugging assistant. Analyzes errors, traces root causes, and suggests fixes with evidence.
Verifies that NDE-OS agent core code is production-ready with no mocks, no fakes, no TODOs, and matches all R&D comparison claims. Use after implementing any agent core module, before marking a task as complete, or when auditing code quality against the implementation plan.
Explains code in plain language. Breaks down complex logic, traces execution flow, and creates documentation.
Refactors code for better structure, readability, and performance while preserving behavior.
SOC 職業分類に基づく
| name | project-setup |
| description | Sets up new project scaffolding with proper structure, configuration, and tooling. Supports Rust, TypeScript, Python, and more. |
| triggers | ["create a new project","set up a project","scaffold","init project","bootstrap"] |
Create a well-structured project with proper configuration, tooling, and best practices from the start.
file_writegit initproject/
Cargo.toml
src/
main.rs
lib.rs
tests/
integration.rs
.gitignore
project/
Cargo.toml
src/
lib.rs
module.rs
tests/
examples/
.gitignore
project/
package.json
tsconfig.json
src/
index.ts
tests/
index.test.ts
.gitignore
project/
pyproject.toml
src/
__init__.py
main.py
tests/
test_main.py
.gitignore
file_write — create filesfile_list — verify structureshell_exec — run init commandsgit — initialize repository