Agent Skills by chikage0o0
Showing 12 vetted skills indexed across 1 GitHub repositories.
git-commit
Check repository state and stage changes before committing via task call.
test-driven-development
Enforce a Red-Green-Refactor workflow with failing tests before implementation.
systematic-debugging
Enforce a four-phase root-cause debugging process for test failures and errors.
dispatching-parallel-agents
Dispatch parallel agents to solve independent tasks without shared state.
executing-plans
Execute written implementation plans sequentially with review checkpoints and verification.
finishing-a-development-branch
Verify tests and present merge, pull request, keep, or discard options for git branches.
brainstorming
Convert vague ideas into approved designs and stepwise specifications.
writing-plans
Generate implementation plans with TDD steps, file paths, and test commands.
requesting-code-review
Request code reviews for committed Git ranges using the OpenCode task tool.
receiving-code-review
Evaluates code review feedback and implements verified, incremental changes.
writing-skills
Write and validate OpenCode Skills with SKILL.md frontmatter and TDD workflows.
subagent-driven-development
Coordinate independent subagents to execute plan tasks with two-stage reviews.