Run local CI (`just ci`) and verify all steps passed. Use when building, testing across systems, checking commit statuses, retrying failed CI steps, or diagnosing CI failures. Triggers on "run CI", "check CI", "CI failed", "retry CI", "build and test".
- 📁 .github/
- 📁 assets/
- 📁 references/
- 📄 .gitignore
- 📄 AGENTS.md
- 📄 CHANGELOG.md
Autonomous multi-batch development agent for long unattended runs. Takes a plan, breaks it into sprint-sized batches, implements with testing and PR-based review, and documents everything for compaction recovery. Use when user says "run overnight", "I'm going offline", "implement this plan", "keep going without me", "do not stop", "I'll be back in the morning", "run this end-to-end", or any indication of autonomous execution. Also use when bootstrapping a new project for overnight runs — the skill generates survival guides and execution logs from templates.
- 📄 CONTRIBUTING.md
- 📄 LICENSE
- 📄 README.md
Optimize any GitHub repo for maximum stars, traffic, followers, and discoverability. Rewrites README as a high-converting landing page with SEO-optimized headers, shields.io badges, star/follow CTAs, keyword-rich description and topics, humanized copywriting, and author attribution. Includes a star growth knowledge base with launch strategies, channel playbooks, and ROI rankings. Use when user says 'optimize GitHub', 'improve my repo', 'GitHub SEO', 'optimize README', 'get more stars', 'improve my GitHub', 'make repo better', 'polish GitHub', 'github-optimization', '/github-optimization', 'how to get stars', 'launch strategy', 'promote my repo'.
- 📄 SKILL.md
- 📄 SKILL.md.tmpl
Post-deploy canary monitoring. Watches the live app for console errors, performance regressions, and page failures using the browse daemon. Takes periodic screenshots, compares against pre-deploy baselines, and alerts on anomalies. Use when: "monitor deploy", "canary", "post-deploy check", "watch production", "verify deploy". (gstack)
Give a time-bucketed league activity briefing on recent fantasy moves, including who moved who, when, and why. Use when the user explicitly wants a transaction roundup or invokes /activity-brief.
MANDATORY after pathfinder-first bootstrap. Detailed tool chains for: exploring codebases (get_repo_map, search_codebase, read_with_deep_context), refactoring (analyze_impact, replace_body, validate_only), implementing features (insert_after, create_file), auditing (read_source_file, analyze_impact), and debugging (get_definition, read_with_deep_context). Load AFTER confirming Pathfinder MCP is available via pathfinder-first skill.
Parallel AI codebase audit — dispatches agents to find and fix bugs across the entire repo. Produces structured JSON results viewable in /sg-visual-review. Trigger on "sg-code-audit", "code audit", "audit codebase", "find bugs", "code-audit", "audit code", "static audit", "security audit", "ship guard".
Use when a decision or analysis needs multi-lens critique to surface blind spots before shipping.
Two-mode planner — produces plan.md from CONTEXT.md (Planning), then decomposes approved plan into task JSON files phase-at-a-time (Decomposition)
- 📁 references/
- 📁 scripts/
- 📁 workflows/
- 📄 SKILL.md
AI video & audio summarizer. Summarize YouTube videos, Bilibili videos, podcasts, TikTok, Twitter/X, Xiaohongshu, and any online video or audio. Use when the user wants to summarize a video, extract transcripts/subtitles, get chapter-by-chapter summaries, or understand video content quickly.
- 📄 _meta.json
- 📄 CONTRIBUTING.md
- 📄 SKILL.md
MinerU document extraction CLI that converts PDFs, images, and web pages into Markdown, HTML, LaTeX, or DOCX via the MinerU API. Supports token-free flash extraction for quick start, precision extraction with table/formula recognition, web crawling, batch processing, and piped workflows.
Step-by-step guide to add a new discord.py Cog to the framework