بنقرة واحدة
new-project
Scaffold a .claude/ directory for any project
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
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: