Install
$ agentstack add skill-enakoneschniy-claude-dev-stack-cds-stats ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
/cds-stats -- Project memory dashboard
Display a summary of the project's session memory and planning status.
How to execute
- Get planning status (MCP tool):
`` mcp__cds__planning.status() `` This returns the current ROADMAP phase counts and STATE position.
- Get session memory stats:
Use Bash to call the mem-stats CLI command: `` Bash("npx claude-dev-stack mem-stats") `` This returns: project name, session count (total + this week), observation counts by type, entity count + top entities (most referenced), last activity.
- Combine and present:
Format both outputs into a single dashboard: ``` Project Memory Dashboard ========================
[planning.status output -- phase progress, current position]
[mem-stats output -- session count, observations, entities, last activity] ```
The mem-stats output includes entity data per D-143/D-145:
- Total entity count
- Top entities (most referenced across observations)
Fallback
If mcp__cds__planning.status is not available, skip the planning section and show only the mem-stats CLI output.
Output format
The combined dashboard shows:
- Planning: phase progress, current position (from MCP)
- Sessions: total count + this week count
- Observations: total + breakdown by type (decision, bug, pattern, etc.)
- Entities: total count + top referenced entities
- Last activity: date of most recent session
When to use
- User asks "how's the project going"
- User asks about session/memory statistics
- User asks about top entities or most referenced concepts
- User wants to see project health overview
- User explicitly invokes
/cds-stats
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Enakoneschniy
- Source: Enakoneschniy/claude-dev-stack
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.