Skip to content

locchh/veronica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

veronica

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.

veronica

"I'm calling in Veronica."

Setup

# 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!

Update

veronica --update

Pulls the latest code from GitHub and reinstalls dependencies.

Avoiding rate limits

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
veronica

The token raises the limit to 5000 requests per hour. No scopes are required for public repos. Create one at github.com/settings/tokens.

Related to

What is Veronica

AI Templates

Explore the .claude directory

Claude Code Memory

any-buddy

claude-desktop-buddy

About

A armor manager CLI for Claude Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors