Purpose: An interactive, role-aware, evidence-driven bootstrap prompt for Claude Code. Drop this file at a repo root and run it. Claude Code will interview you (role, scope, depth, posture, connectors), scan the whole project, derive the rules / agents / memory the repo actually needs, then generate a
.claude/(and/or~/.claude/) setup tailored to your role — not generic boilerplate.cd <your-repo>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export PS1="\[\033[36m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\]\$ " | |
| export PS1='\[\e[0;38;5;215m\]\t \[\e[0m\]\u\[\e[0;38;5;246m\]@\[\e[0;38;5;38m\]\h\[\e[0;38;5;246m\]:\[\e[0;38;5;133m\]\W \[\e[0;38;5;42m\]$(git branch 2>/dev/null | grep '"'"'^*'"'"' | sed "s/$/ /" | colrm 1 2)\[\e[0m\]$\[\e[0m\] ' | |
| export PS1='\[\e[0;35;215m\]\t \[\e[36m\]\W \[\e[0;35;42m\]$(git branch 2>/dev/null | grep '"'"'^*'"'"' | sed "s/$/ /" | colrm 1 2)\[\e[0m\]$\[\e[0m\] ' | |
| export CLICOLOR=1 | |
| export LSCOLORS=ExFxBxDxCxegedabagacad |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "basics": { | |
| "name": "Syaefudin", | |
| "label": "Software Engineer", | |
| "image": "https://avatars.githubusercontent.com/u/1909133?v=4", | |
| "email": "ifundeasy@gmail.com", | |
| "phone": "+6282229199939", | |
| "url": "https://gitlab.com/ifundeasy", | |
| "summary": "Developer who can build software from the ground up (full-stack). Work with product focussed who prioritizes user feedback first and foremost.", | |
| "profiles": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| while (true) { | |
| console.log(new Date()) | |
| } |