Agent Skills by spursgo
Showing 19 vetted skills indexed across 2 GitHub repositories.
codebase-core-analyse
Analyze codebases to extract business processes, API interactions, and C++ class details.
proj-init
Initialize C++ project structures with CMake configuration templates.
cpp-code-review
Reviews C++ source code for security vulnerabilities, resource leaks, and coding standards.
using-git-worktrees
Configure and use Git worktrees for isolated parallel branch development.
test-driven-development
Enforces a red-green-refactor workflow by requiring failing tests before implementation.
systematic-debugging
Guide debugging through root-cause investigation, pattern analysis, hypothesis testing, and implementation.
using-superpowers
Load relevant skills and invoke the Skill tool before responding.
dispatching-parallel-agents
Coordinate parallel agents to investigate independent fault domains concurrently.
executing-plans
Execute written plans in batches with verification and progress reporting.
finishing-a-development-branch
Validate tests and guide Git merge, PR creation, or cleanup workflows.
skill-creator
Create standardized Codex skill templates with YAML frontmatter and resource directories.
brainstorming
Convert vague ideas into concrete design concepts and specifications through guided questioning and segmented drafts.
skill-installer
Install Codex skills from curated catalogs or GitHub repositories.
writing-plans
Translate multi-step project requirements into structured implementation plans with task sequences, tests, and commits.
requesting-code-review
Orchestrate a code-review sub-agent to verify work before merging.
receiving-code-review
Validate code review feedback against the codebase before implementing changes.
writing-skills
Design and validate reusable Skills using a RED-GREEN-REFACTOR workflow.
verification-before-completion
Execute validation commands and attach outputs as completion evidence.
subagent-driven-development
Spawn dedicated subagents for isolated tasks with two-stage reviews.