aggregate-logs
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Audit skill quality, frontmatter compliance, token efficiency, and activation reliability. Recommends improvements.
> /plugin marketplace add athola/claude-night-marketHow it fires
How this command gets triggered: by you, by Claude, or both.
/skills-evalContext preview
What this command does when you run it.
Audit skill quality, frontmatter compliance, token efficiency, and activation reliability. Recommends improvements.
name: skills-eval description: Audit skill quality, frontmatter compliance, token efficiency, and activation reliability. Recommends improvements. usage: /skills-eval [skill-name]
Invoke `Skill(abstract:skills-eval)`, which carries the evaluation criteria, the workflow and the output format across its modules.
Use this command when you need to:
Avoid this command if:
Evaluates all Claude Skills in your ~/.claude/ ecosystem for quality, compliance, and potential improvements.
/prompt:skills-eval
Evaluates all discovered skills and generates improvement recommendations.
/prompt:skills-eval <skill-name>
Evaluates a specific skill (e.g., `/prompt:skills-eval modular-skills`).
/prompt:skills-eval # Evaluates all 50+ skills, identifies 5 critical issues and 20+ improvements /prompt:skills-eval modular-skills # Deep dive on specific skill with detailed improvement plan
This command uses the skills-eval skill's specialized tools:
This evaluation validates an efficient skills ecosystem that follows Claude Skills best practices.
A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Analyze skill file complexity metrics and generate modularization recommendations for splitting or progressive loading.
Scaffold new Claude Code skills with brainstorming, TDD methodology, and proper frontmatter and module structure.