
from happycapy-skills122
A configurable multi-agent swarm that autonomously finds issues, writes fixes/tests/docs, opens PRs, and iteratively responds to review feedback for open-source
The OSS Contributor Swarm deploys a coordinated set of agents to continuously identify contribution opportunities and produce pull requests. It qualifies repos, finds good-first issues, analyzes requirements, implements changes, adds tests/docs, and manages PR lifecycle including automated review responses.
Use this skill to automate scalable open-source contributions (e.g., documentation fixes, small bug fixes, tests) where maintainers accept community PRs. Good for projects aiming for steady PR throughput, discovery of easy wins, or research on contribution automation. Not for sensitive security fixes or large invasive changes without human oversight.
./scripts/run-swarm.sh) to run single cycles, start continuous mode, and view a dashboard (has_scripts=true)Designed for multi-agent Claude Code/agent orchestrators and developer CLIs that can run shell orchestration scripts and interact with GitHub via gh/CLI. Requires GitHub authentication and an agent runtime that supports automated PR workflows.
A 9-agent swarm concept for automating OSS contributions on GitHub. SKILL.md describes the pipeline but agents/ prompts aren't bundled. 7 scripts included: 2 ran cleanly (pr-tracker, status-poller showing help), 5 failed due to missing gh auth or no args. Well-structured shell scripts with logging and dashboards, but core agent prompts are missing so the swarm can't actually run. Shell injection risks from unquoted variable expansion in several scripts.
claude (Claude Code CLI)gh auth (GitHub CLI authenticated)Ambitious multi-agent concept but incomplete — the core agent prompts (agents/*.md) aren't bundled, so the swarm can't actually execute. Scripts are well-written shell with good error handling and logging. Security is reasonable; main concern is unquoted variable interpolation in command construction. setup-auth.sh asks for a GitHub PAT with 'repo' scope which is broad — worth noting but not malicious.
Resume Assistant
End-to-end resume creation and preparation assistant: uncovers achievement stories, matches jobs, optimizes resumes to JDs, runs mock interviews, and builds per
LLM Council — Multi-model Consensus Dashboard
Run parallel queries against multiple models and view side-by-side responses in a live dashboard; synthesize consensus and run anonymous model voting.
Film Creator
End-to-end AI film production assistant that turns a single sentence or image into a polished 30-second cinematic short (screenplay, per-scene video, and assemb
Reddit Post Writer
Generate authentic, emotionally-driven Reddit posts using a phased workflow that prioritizes voice, messiness, and an adversarial review to avoid AI-sounding ou
HappyCapy Skill Creator
Automates creating and adapting Claude-style skills by finding similar skills, cloning them, applying requested features with an LLM, and fixing runtime incompa
PPTX Builder
Generate polished .pptx slide decks from topic/content using an internal HTML draft and a Python builder to emit final PowerPoint files.