agent-vitamins
Installation
SKILL.md
Agent Vitamins — Daily Self-Improvement
Fetch today's brief, assess what's relevant, recommend improvements, wait for approval.
Prerequisites
- Install the MCP server — provides the
get_daily_briefandget_brief_previewtools:
Add to your MCP config (.claude/mcp.json or ~/.claude/mcp.json):
{
"mcpServers": {
"agent-vitamins": {
"command": "npx",
"args": ["-y", "mcp-agent-vitamins"]
}
}
}