bash git clone https://github.com/repowise-dev/claude-code-prompts.git cd claude-code-prompts bash cp -r skills/ /.cursor/skills-cursor/ claude-code-prompts/ ├── complete-prompts/ │ ├── system-prompt.md # Main agent identity + behavioral rules │ ├── coordinator-prompt.md # Multi-agent orchestration mode │ ├── tool-prompts/ │ │ ├── shell-execution.md │ │ ├── file-read.md │ │ ├── file-edit.md │ │ ├── file-write.md │ │ ├── search-grep.md │ │ ├── search-glob.md │ │ ├── web-search.md │ │ ├── web-fetch.md │ │ ├── task-management.md # Agent launcher │ │ ├── ask-user.md │ │ └── plan-mode.md │ ├── age…