Toolbox
Common scripts, AI skills, templates, and MCP servers — runnable from one place.
🧰 Toolbox
Everything reusable, in one place. Run any of these from the central CLI:
tools/dash run <tool>, scaffold a new project with tools/dash new <name>.
🔧 Scripts
project-init.sh
Multi-stack project scaffolding wizard (Django, React, Node, Python, Rust, Go, ...).
tools/dash new </code></pre>
</div></div>
</div>
git_init.sh
Repository initialization with templates and .gitignore generation.
tools/dash run git_init
forkme.sh
Repository forking with 10 strategies (full, shallow, sparse, mirror, bundle, ...).
tools/dash run forkme </code></pre>
</div></div>
</div>
stashme.sh
Back up uncommitted changes across git repos to remote branches (restore/cleanup/list).
tools/dash run stashme
rename-directory.sh
Safe directory rename with Docker/git awareness and backup.
tools/dash run rename-directory
linting/setup-lint-configs.sh
Configure linting tools across a project.
tools/dash run linting/setup-lint-configs
</div>
## 🤖 AI Skills
- update-registry — Reconcile dash/_data/projects.yml with .gitmodules and repo metadata.
- refresh-portfolio — Regenerate monitoring data + the profile README project list.
- sync-project-docs — Pull each project's current summary/status into the registry.
- drift-report — Explain drift-gate failures and the exact fix.
- new-project — Scaffold and register a new project.
- triage-attention — Turn Monitor-board signals into prioritized actions.
- evolve-project — Focused per-project improvement pass (maps to .github/agents personas).
- skill-creator — Author new Claude skills (from projects/skills/ submodule).
- mcp-builder — Build new MCP servers (from projects/skills/ submodule).
- github-issue-creator — Create well-formed GitHub issues (from projects/skills/ submodule).
- continual-learning — Capture and reuse knowledge across sessions (from projects/skills/ submodule).
## 📄 Templates
- README template — Standardized project README structure (badges, about, usage, FAQ).
- Project scaffolds — Multi-stack project templates via scripts/project-init.sh.
- PR / issue templates — Pull request and discussion templates.
- Prompt templates — Reusable prompt templates for AI workflows.
- Agent personas — code-reviewer, prompt-engineer, systematic-debugger, test-writer, workflow-reviewer.
- MCP config — Model Context Protocol server configuration (github, memory, sequentialthinking, context7).
- Skill template — Author new skills with the skill-creator skill.
## 🔌 MCP Servers
Configured in the repo root [`.mcp.json`](https://github.com/bamr87/bamr87/blob/main/.mcp.json) — available to Claude Code in this workspace.