skills/value/SKILL.md
Use abstract principles to evaluate design and engineering decisions.
npx skillsauth add cantpr09ram/agent-staff valueInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when the question is not "can we build it" but "should we build it this way".
These are mandatory baseline principles for all recommendations:
You're the Driver
Make it Public
Do More Weird
Why Not Now?
Optimistic by Default
When comparing options, ask:
If answers are weak, the change is likely noise.
design.mdcoding.mdSynthesize both documents; do not copy either one verbatim.
development
Use `uv` instead of pip/python/venv. Run scripts with `uv run script.py`, add deps with `uv add`, use inline script metadata for standalone scripts.
tools
Remote control tmux sessions for interactive CLIs (python, gdb, etc.) by sending keystrokes and scraping pane output.
tools
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
development
Reverse engineer binaries using Ghidra's headless analyzer. Decompile executables, extract functions, strings, symbols, and analyze call graphs without GUI.