aggregate-logs
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Test Claude Code skills using RED/GREEN/REFACTOR TDD phases in fresh subagents to prevent priming bias.
> /plugin marketplace add athola/claude-night-marketHow it fires
How this command gets triggered: by you, by Claude, or both.
/test-skillContext preview
What this command does when you run it.
Test Claude Code skills using RED/GREEN/REFACTOR TDD phases in fresh subagents to prevent priming bias.
name: test-skill description: Test Claude Code skills using RED/GREEN/REFACTOR TDD phases in fresh subagents to prevent priming bias. usage: /test-skill [skill-path] [--phase red|green|refactor] extends: "superpowers:test-driven-development"
Runs skill validation via superpowers:test-driven-development while keeping the familiar `/test-skill` interface.
Use this command when you need to:
Avoid this command if:
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.