claude-code-plugin-ref…
Explain plugin, skill, command, agent, and hook mechanics used here. Use when authoring or debugging plugins. Do not use for ops; use night-market-operations.
Generates markdown digests and CSV exports for GitHub initiative health. Use when reporting on issue/PR progress across a milestone or project.
$ npx -y skills add athola/claude-night-market --skill github-initiative-pulse --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/github-initiative-pulseContext preview
The summary Claude sees to decide when to auto-load this skill.
Generates markdown digests and CSV exports for GitHub initiative health. Use when reporting on issue/PR progress across a milestone or project.
name: github-initiative-pulse description: Generates markdown digests and CSV exports for GitHub initiative health. Use when reporting on issue/PR progress across a milestone or project. alwaysApply: false category: project-management tags: - github - projects - reporting - status - dashboards dependencies: [] tools: [] provides: reporting: - status-digest - github-comment governance: - blocker-radar - initiative-health usage_patterns: - weekly-status - issue-digests - release-briefings complexity: foundational model_hint: standard estimated_tokens: 650 progressive_loading: true modules: - modules/status-digest.md - modules/github-comment-snippets.md
Turns tracker data and GitHub board metadata into initiative-level summaries. Provides markdown helpers and CSV exports for pasting into issues, PRs, or Discussions.
1. Capture work via `tracker.py add` or sync from GitHub Projects. 2. Review blockers/highlights using the **Blocker Radar** table. 3. Generate GitHub comment via `tracker.py status --github-comment` or module snippets. 4. Cross-link the weekly Status Template and share with stakeholders.
| Metric | Description | |--------|-------------| | Completion % | Done tasks / total tasks per initiative. | | Avg Task % | Mean completion percent for all in-flight tasks. | | Burn Rate | Hours burned per week (auto-calculated). | | Risk Hotlist | Tasks flagged `priority=High` or due date in past. |
If metrics appear outdated, ensure `tracker.py` has successfully synced with GitHub. If the Markdown digest renders incorrectly in GitHub, check for unescaped characters in task titles or missing newlines between table rows.
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.
Explain plugin, skill, command, agent, and hook mechanics used here. Use when authoring or debugging plugins. Do not use for ops; use night-market-operations.
States load-bearing decisions, invariants, and weak points. Use when judging a design change. Do not use for gating; use night-market-change-control.
Rebuild the dev environment: uv, Python tiers, pins, traps. Use when onboarding or toolchain breaks. Do not use for daily commands; use night-market-operations.
Classify, gate, and review changes. Use when landing a PR, releasing, or amending rules. Do not use for failure triage; use night-market-debugging-playbook.
Search and record project memory (Discussions, journal, ADRs). Use before re-investigating anything. Do not use for settled battles; see failure-archaeology.
Bind loop 'done' to unfakeable gates. Use to harden egregore/herald loops or promote completion_integrity. Not for QA gates; use night-market-validation-and-qa.