
8-bit-sheep/code-harness-skills
12 skills0 installs36 starsGitHub
Install
npx skills add https://github.com/8-bit-sheep/code-harness-skillsSkills in this repo
1Agent InboxA skill that enables cross-agent messaging with an inbox model, correlation tracking, and structured handoff patterns. Builders of multi-agent systems use it to coordinate work between agents — passing tasks, tracking related messages, and handing off context reliably.0installs2Cloud SetupA skill that sets up development environments inside cloud or mobile Claude Code sessions, verifying that required tools are present and working. Developers use it to bootstrap a usable, dependency-checked workspace before starting coding work in a remote or constrained session.0installs3Codebase OrganizerA skill that monitors file sizes and splits oversized files into smaller, AI-friendly modules, validating the result with tests. Developers use it to keep a codebase modular and easy for agents to navigate — refactoring large files safely without breaking behavior.0installs4Design Doc CreatorA skill that creates structured design documents, performing systemic analysis and discovering related existing docs to ground the design. Engineers and leads use it to define a system or feature on paper — scoping the approach and surfacing prior context before building.0installs5Github Issue TriageA skill that monitors and triages GitHub issues, cross-referencing them against design docs and the current implementation status. Maintainers use it to keep an issue tracker under control — labeling, prioritizing, and routing incoming reports so the team iterates on the right things.0installs6Headless RunnerA skill for running Claude Code programmatically in headless mode, suited to CI/CD pipelines, automation, and unattended agent workflows. Teams use it to embed the agent into build and release automation — invoking it without an interactive session as part of a pipeline.0installs7Perf ReviewerA skill that reviews code for performance problems, runs benchmarks, and surfaces optimization opportunities. Engineers use it before shipping to find slow paths, validate improvements with measurements, and decide where to invest in performance tuning.0installs8Release ManagerA skill that automates release workflows by bumping versions, updating changelogs, creating git tags, and verifying CI. Maintainers use it to cut consistent, repeatable releases — turning a green build into a tagged, documented version without manual release steps.0installs9Skill BuilderA skill for creating, testing, evaluating, and optimizing Claude Code skills using eval-driven iteration. Skill authors use it to build new agent capabilities and refine them against evals — closing the loop between writing a skill and measuring whether it performs.0installs10Sprint ExecutorA skill that executes sprint plans with test-driven development, tracking milestones and validating at checkpoints. Teams use it to drive a planned sprint to completion — building features test-first while keeping progress and quality gates visible against the plan.0installs11Sprint PlannerA skill that analyzes design docs and calculates team velocity from git history to generate realistic sprint plans. Engineering leads use it to size and schedule upcoming work, grounding sprint commitments in past throughput rather than guesswork.0installs12Test Coverage GuardianA skill that analyzes test coverage, identifies untested gaps, detects dead code, and enforces quality gates. Teams use it to keep a test suite honest before shipping — flagging where coverage is thin and blocking regressions that drop below a threshold.0installs