How this command is triggered — by the user, by Claude, or both
Slash command
/language-skills:statsThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Prompt Statistics Command Display statistics about saved English prompts. ## Instructions 1. Read all prompts from `~/.language-skills/prompts.jsonl` 2. Calculate statistics 3. Display in a clear format ## Statistics to Calculate 1. **Total Prompts**: Count of all saved prompts 2. **Date Range**: First and last prompt dates 3. **Daily Average**: Average prompts per day 4. **Source Breakdown**: Auto vs Manual saves 5. **Tag Distribution**: Count by tags (if any) 6. **Daily Activity**: Prompts per day for the last 7 days ## Response Format <day> | <bar graph> <count> <day> | <bar ...
Display statistics about saved English prompts.
~/.language-skills/prompts.jsonl## Prompt Statistics
### Overview
- Total prompts: <count>
- Date range: <first date> ~ <last date>
- Daily average: <average>
### Source Breakdown
- Auto-saved: <count> (<percentage>%)
- Manual-saved: <count> (<percentage>%)
### Last 7 Days Activity
| | ...
### Top Tags
1. #<tag> - <count>
2. #<tag> - <count>
...
### Storage
- File size: <size>
- Location: ~/.language-skills/prompts.jsonl
Use simple text characters for the bar graph:
█ for filled portionExample:
Mon | ████████████ 12
Tue | ████████ 8
Wed | ██████████████████ 18
If no prompts exist:
No prompt data yet. Start using Claude Code and your prompts will be recorded automatically.
npx claudepluginhub tmdgusya/language-skills/prompt-listLists saved prompts from the prompt library with stats, optional category filtering, and sorting by usage/date/alpha. Displays formatted table with title, category, usage, date, and ID.
/statsGenerates language stats report for last N days (default 30): error rates, top recurring mistakes, weekly trends, and improvement analysis.
/usage-statsDisplays aggregated CRE skill usage statistics from ~/.cre-skills/telemetry.jsonl: top 10 skills, workflow/investor distributions, average session duration, usage trends, total sessions.
/statsDisplays beads project statistics: issues by status, priority, type; completion rate; recent updates. Optionally suggests actions like investigating blocked issues.
/statsDisplays project statistics including phase progress, plan execution metrics, requirements completion, git history stats, and project timeline.
/statsShows statistics on Claude's persistent memory file including total memories, storage size, and recent activity in human-readable format with tables.