skills/productionos-stats/SKILL.md
Display ProductionOS system statistics — agent count, command count, hook count, test count, version, instinct count, and session history.
npx skillsauth add ShaheerKhawaja/ProductionOS productionos-statsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 |
tools
Implementation planning workflow that turns approved ideas into dependency-aware execution plans.
development
Local RAG and Graph RAG over the SecondBrain wiki vault. Progressive context loading (hot cache -> index -> domain -> entity). Graph traversal via wikilink resolution. Use when agents need cross-project context, when answering questions that span multiple domains, or when building context for planning tasks. Triggers on: "wiki context", "cross-project context", "what do we know about", "check the wiki", "graph context", "/wiki-rag".
devops
UX improvement pipeline — creates user stories from UI guidelines, maps user journeys, identifies friction, dispatches fix agents. The user-experience equivalent of /production-upgrade.
development
Test-driven development workflow that writes failing tests first, implements minimally, and refactors safely.