From productionos
Display ProductionOS system statistics — agent count, command count, hook count, test count, version, instinct count, and session history.
npx claudepluginhub shaheerkhawaja/productionos --plugin productionosThis skill uses the workspace's default tool permissions.
Display ProductionOS system statistics — agent count, command count, hook count, test count, version, instinct count, and session history.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
Display ProductionOS system statistics — agent count, command count, hook count, test count, version, instinct count, and session history.
| Parameter | Values | Default | Description |
|---|---|---|---|
target | path or context | cwd | What to operate on |
Display a comprehensive stats dashboard for the current ProductionOS installation.
Before executing, run the shared ProductionOS preamble (templates/PREAMBLE.md).
Execute the stats dashboard script:
bun run scripts/stats-dashboard.ts
The script computes and outputs all metrics in structured markdown format.
VERSION file.md files in agents/ with HIGH/MEDIUM/LOW stakes breakdown.md files in .claude/commands/hooks/hooks.json.md files in templates/.ts files in scripts/.ts files in tests/git rev-list --count HEADgit log --oneline --since=midnightThe dashboard outputs a markdown table for each category, suitable for display in Claude Code's conversation.
| Scenario | Action |
|---|---|
| No target provided | Ask for clarification with examples |
| Target not found | Search for alternatives, suggest closest match |
| Missing dependencies | Report what is needed and how to install |
| Permission denied | Check file permissions, suggest fix |
| State file corrupted | Reset to defaults, report what was lost |