Improve banner
mmashiat mmashiat

Improve

Security community

Description

# /improve — Weekly Agent Improvement Audit Runs every Wednesday. Analyzes the past week of agent usage and posts a report to Slack. ## What it does - Parses `~/.claude/history.jsonl` for command usage and correction patterns - Audits skill/plugin files for token weight and redundancy - Generates a prioritized report: corrections, token efficiency, overkill, prompt templates, automation opportunities - DMs the report to you in Slack via the Slack MCP ## Setup (one-time) ### 1. Create the sk

Installation

Installs to ~/.claude/skills/mmashiat-bd-intern-improve/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mmashiat-bd-intern-improve && curl -fsSL https://raw.githubusercontent.com/mmashiat/bd-intern/HEAD/commands/improve.md -o ~/.claude/skills/mmashiat-bd-intern-improve/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository