using-opencode

Verify OpenCode documentation and canonical file locations before editing objects.

5|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/LanternCX/Agent --skill using-opencode
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-opencode
Source: https://github.com/LanternCX/Agent/tree/main/skill/using-opencode
Command: npx skills add https://github.com/LanternCX/Agent --skill using-opencode

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Before creating or editing OpenCode objects, verify the official docs and confirm the correct file locations to avoid misplacement of skills, commands, agents, or config files.

Core Features & Use Cases

  • Guidance to locate canonical directories for OpenCode objects (skills, commands, agents, plugins, config).
  • Checks against naming conventions (skills vs skill, commands vs command) and required file formats.
  • Use case: when starting a new OpenCode skill or updating an existing one, to ensure changes align with official docs.

Quick Start

Review the official OpenCode docs and verify the canonical locations before editing anything.

Frequently Asked Questions about using-opencode

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify OpenCode directory structure before creating a new skill?

Verify the OpenCode directory structure by reviewing official docs to confirm canonical file locations and check naming conventions like skills versus skill to ensure correct placement.

What is the correct file format for OpenCode config and plugin objects?

The correct file format for OpenCode config and plugin objects requires verifying official docs to confirm canonical directories and ensuring SKILL.md frontmatter contains a valid name and description.

How do I validate SKILL.md frontmatter before editing OpenCode commands?

Validate SKILL.md frontmatter before editing OpenCode commands by checking that the file contains both a name and description, and confirming the command directory matches official documentation locations.

Why does my OpenCode agent fail to load after editing config files?

Your OpenCode agent may fail to load after editing config files if the file was misplaced in an incorrect directory or the SKILL.md frontmatter is missing required name and description fields.

Do I need to check official OpenCode docs before updating existing commands?

Yes, you need to check official OpenCode docs before updating existing commands to verify canonical file locations and ensure your changes align with required directory names and file formats.