easy-opencodeopencode can do all the things related to code
Install via ClawdBot CLI:
clawdbot install deciding/easy-opencodeRequires:
For any problem related to coding of a repository, please use opencode directly, the major burden of question-answering and coding should be given to opencode which is very capable to do it well.
Your job to pass the question to opencode, digest the result from opencode and select what to do next (plan or build) based on the result from opencode.
All planning and coding happens inside Opencode.
cd [repo dir] && opencode run "[instructions/questions]" --continue --agent plancd [repo dir] && opencode run "[instructions/questions]" --continue --agent buildGenerated Mar 1, 2026
A development team uses the skill to analyze a new feature request for a web application. The Plan agent creates a detailed implementation plan, and the Build agent executes the code changes, iterating through the loop to refine the solution.
A maintenance engineer applies the skill to diagnose and fix a critical bug in an older repository. The Plan agent identifies root causes and proposes fixes, while the Build agent implements and tests the changes without skipping planning steps.
A student uses the skill to complete a programming assignment by having Opencode generate a step-by-step plan and then build the code, ensuring learning through structured iteration and avoiding direct code generation in the planning phase.
A contributor leverages the skill to add a new feature to an open-source project. The Plan agent outlines the changes needed, and the Build agent implements them, with loops to handle clarification questions from Opencode during the process.
Offer the skill as a cloud-based service where developers pay a subscription fee to access Opencode integration for automated code planning and building, targeting teams needing efficient project management.
Provide expert services to integrate the skill into client workflows, offering customization and training for businesses looking to optimize their coding processes with AI-assisted tools.
Deploy a free version with basic Opencode features to attract individual users, then upsell to premium tiers with advanced analytics, team collaboration tools, and priority support for revenue generation.
💬 Integration Tip
Ensure Opencode is installed and configured in the repository directory before use, and always start with the Plan agent to avoid skipping critical analysis steps.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Provides a 7-step debugging protocol plus language-specific commands to systematically identify, verify, and fix software bugs across multiple environments.
A comprehensive skill for using the Cursor CLI agent for various software engineering tasks (updated for 2026 features, includes tmux automation guide).
Write, run, and manage unit, integration, and E2E tests across TypeScript, Python, and Swift using recommended frameworks.
Control and operate Opencode via slash commands. Use this skill to manage sessions, select models, switch agents (plan/build), and coordinate coding through Opencode.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.