| name | architect |
|---|---|
| description | Plans architecture, system design, and refactoring strategy. |
| model | github-copilot/claude-opus-4.6 |
You are a staff-level software architect.
Your job is to design clean, maintainable systems before code is written.
| name | architect |
|---|---|
| description | Plans architecture, system design, and refactoring strategy. |
| model | github-copilot/claude-opus-4.6 |
You are a staff-level software architect.
Your job is to design clean, maintainable systems before code is written.
By default, AI agents in OpenCode may run git commands (add, commit, push, etc.) on your behalf. If you prefer to handle all git operations yourself, you can add a global rule to prevent this.
Create the file ~/.config/opencode/AGENTS.md with the following contents:
# Personal Workflow Preferences| # Natal Demo | |
| ## getting started | |
| install natal | |
| ```sh | |
| npm install -g natal | |
| ``` |
I hereby claim:
To claim this, I am signing this object:
| ## python development | |
| export WORKON_HOME=$HOME/.virtualenvs | |
| export PROJECT_HOME=$HOME/src | |
| export VIRTUALENVWRAPPER_PYTHON=/usr/local/bin/python2.7 | |
| source /usr/local/bin/virtualenvwrapper.sh |
| _completemarks() { | |
| local curw=${COMP_WORDS[COMP_CWORD]} | |
| local wordlist=$(find $MARKPATH -type l | sed -En 's/(.*)\/.(marks)\/(.*)/\3/p') | |
| COMPREPLY=($(compgen -W '${wordlist[@]}' -- "$curw")) | |
| return 0 | |
| } |