opencode
Code review, testing, debugging, and frontend design workflows
All Skills in This Repository (12)
Pure Emerald Level Indicatorsgit-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.
Frequently Asked Questions
FAQPage SchemaHow to install opencode skills?▼
Run `npx skills add Chikage0o0/opencode --all -g -y` in your terminal to install all skills in this collection globally.
What workflows does this collection cover?▼
It covers code review, TDD, bug diagnosis, merge conflict resolution, test suite cleanup, Svelte and shadcn-svelte UI building, frontend design, and web performance audits.
How do the testing skills improve test quality?▼
They audit tests for anti-patterns like missing assertions and flakiness, then apply bounded fixes with per-language references for .NET, Python, TypeScript, Java, Go, Rust, and more.
Does it work with Claude Code and OpenCode?▼
Yes. All skills follow the standard SKILL.md format and run in OpenCode, Claude Code, Cursor, and other compatible coding environments.
Can it help with Svelte and UI design?▼
Yes. Dedicated skills guide Svelte 5 component writing, shadcn-svelte component usage, interface polish, and distinctive frontend visual design.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core