aitmpl is great for enhancing Claude Code, but plugins (skills, agents, hooks, MCP servers, LSP servers, etc.) accumulate over time. I think that in each phase of a project, we should have a set of plugins relevant to that phase only. The accumulated plugins can feel overwhelming. So, inspired by Veronica — a mobile service module deployed from a Stark Industries satellite — I created this project. The idea is that I can define armors of plugins for specific requirements, and when I need them, I can activate them. An armor is not only about coding but also about other tasks like research, writing, or sometimes just chatting.
"I'm calling in Veronica."
# 1. Install
curl -fsSL https://raw.githubusercontent.com/locchh/veronica/main/scripts/install.sh | bash
# 2. Kick off TUI
veronica
# 3. Select your armor
# 4. Done!veronica --updatePulls the latest code from GitHub and reinstalls dependencies.
GitHub allows only 60 unauthenticated API requests per hour per IP. If you hit the limit, set a personal access token:
export GITHUB_TOKEN=ghp_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
veronicaThe token raises the limit to 5000 requests per hour. No scopes are required for public repos. Create one at github.com/settings/tokens.
