aggregate-logs
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Display stewardship health dimensions for one or all plugins
> /plugin marketplace add athola/claude-night-marketHow it fires
How this command gets triggered: by you, by Claude, or both.
/stewardship-healthContext preview
What this command does when you run it.
Display stewardship health dimensions for one or all plugins
name: stewardship-health description: Display stewardship health dimensions for one or all plugins usage: /stewardship-health [plugin-name]
Display the current stewardship health dimensions for Night Market plugins. Health is shown in descriptive language, not numeric scores or letter grades.
# Show health summary for all plugins /stewardship-health # Show detailed health for a specific plugin /stewardship-health sanctum
1. Measures six health dimensions per plugin:
examples
actions (displays "not practiced" when none exist)
2. Displays results as descriptive labels, not scores
3. Reports "not measured" for any dimension where data is unavailable (never shows zero or an error)
Invoke `Skill(leyline:stewardship)` for the five principles, then run the health dimensions script at `plugins/leyline/scripts/plugin_health.py`.
For each plugin, call `get_plugin_health()` with:
Display the results in a table for all-plugins view, or in a detailed list for single-plugin view.
Plugin | Docs | Tests | Quality | Friendly | Velocity | Virtues ---------|---------------|--------------|------------------|---------------------|------------|--------------- sanctum | updated today | not measured | pyproject, tests | README, stewardship | 3 actions | 2 (care, diligence) leyline | 2 days ago | not measured | pyproject, tests | README, stewardship | 1 action | 1 (humility) abstract | 5 days ago | not measured | pyproject, tests | README, stewardship | no actions | not practiced
measurement implementation
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.