Skip to main content
Settings
Color Mode
Theme Skin
Background

Appearance preferences are saved in this browser only.

Environment
Current Environment Production

Built with JEKYLL_ENV=production. Changes require deployment.

Theme & Build
Jekyll v3.10.0
Last Build Jul 24, 18:29
Page Location
Page Info
Layout default
Collection dash
Path _dash/toolbox.md
URL /toolbox/
Date 2026-07-24
Source Code

Set repository: USER/REPO in your _config.yml to enable source-code shortcuts.

Toolbox

Common scripts, AI skills, templates, and MCP servers — runnable from one place.

Table of Contents

🧰 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.
  • onboard-dir — Adopt or remove a stray projects/ dir that is in neither .gitmodules nor the registry.
  • standardize-audit — Audit the fleet against the tiered standardization baseline; explain each required gap.
  • standardize-project — Bring one submodule up to its tier baseline and open a PR in its own repo.
  • new-project — Scaffold and register a new project.
  • triage-attention — Turn Monitor-board signals into prioritized actions.
  • actions-triage — Explain the worst Actions workflows from _data/actions_usage.yml and drive the fix or the actions-review dispatch.
  • estimate-issue — Deep-analyze a GitHub issue into a client-engagement estimate in _data/engagements.yml (estimator draft refined by analysis; human approves).
  • evolve-project — Focused per-project improvement pass (maps to .github/agents personas).
  • run-dash — Orchestration hub — project map, health, per-project work orders; serve/screenshot the dash site.
  • 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.