aggregate-logs
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Check GitHub Discussions for highly voted learnings and promote them to Issues.
> /plugin marketplace add athola/claude-night-marketHow it fires
How this command gets triggered: by you, by Claude, or both.
/promote-discussionsContext preview
What this command does when you run it.
Check GitHub Discussions for highly voted learnings and promote them to Issues.
name: promote-discussions description: Check GitHub Discussions for highly voted learnings and promote them to Issues.
Check GitHub Discussions for highly-voted learnings and promote them to Issues.
/abstract:promote-discussions
Part of Issue #69 Phase 6c, this command scans athola/claude-night-market Discussions in the "Learnings" category for items that have received sufficient community votes (fire emoji reactions) and promotes them to GitHub Issues for team triage.
1. **Loads config** from `~/.claude/skills/discussions/config.json`
2. **Queries Discussions** in the "Learnings" category via `gh api graphql` 3. **Checks reaction counts** for fire emoji specifically 4. **Promotes qualifying items** by creating GitHub Issues with:
5. **Tracks promotions** in `~/.claude/skills/discussions/promoted.json` to avoid duplicates
When this command is invoked:
1. Run `plugins/abstract/scripts/promote_discussion_to_issue.py` 2. Report results to the user:
Edit `~/.claude/skills/discussions/config.json`:
{
"promotion_threshold": 3,
"promotion_emoji": "๐ฅ"
}1.0.0 (Phase 6c 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.