在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用new-project
星标0
分支0
更新时间2026年3月2日 21:44
Scaffold a .claude/ directory for any project
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Scaffold a .claude/ directory for any project
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Structured 4-dimension code review
Systematic 6-step debugging workflow
Deep multi-angle research with structured output
Schedule tasks, reminders, and recurring commands
Send messages and files via Telegram
| name | new-project |
| description | Scaffold a .claude/ directory for any project |
| disable-model-invocation | true |
/new-project [language]
Language: python, javascript, typescript, go, or omit for generic.
Create the following structure in the current working directory:
.claude/
├── CLAUDE.md # Project charter (fill with project name + language)
├── compaction-context.md # Empty template
├── context/ # Empty dir (for API docs, specs)
├── rules/ # Language-specific rules
├── skills/ # Empty dir (for project skills)
└── hooks/ # Empty dir (for project hooks)
# [Project Name] — Claude Code Configuration
## Project
- **Language**: [detected or specified]
- **Path**: [current directory]
## How to Work
- Read this file at session start
- Follow rules in `.claude/rules/`
- Update `compaction-context.md` before long operations
## Key Commands
(To be filled as project develops)
## Architecture
(To be filled as project develops)
# Compaction Context
*No active context. Update this file before compaction or long operations.*
## Current Task
(none)
## Progress
(none)
## Next Steps
(none)
Python → .claude/rules/python.md:
JavaScript/TypeScript → .claude/rules/js-ts.md:
Go → .claude/rules/go.md:
Generic (no language specified) → .claude/rules/general.md:
Print a summary of what was created and suggest next steps: