# Opencode Basic

> Use this example skill to verify OpenCode workspace-config generating.

- Skill: `777genius/opencode-basic` (Agent Skill)
- Install (CLI): `npx skillmds@latest add 777genius/opencode-basic`
- Raw SKILL.md: https://api.skillmd.com/api/skills/777genius/opencode-basic/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: 777genius (https://skillmd.com/u/777genius)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/777genius/opencode-basic

---


## What it does

Keep OpenCode config generating deterministic and validate after every authored change.

## When to use

Use this skill when you need to check whether the authored OpenCode package still renders and validates cleanly.

## How to run

1. Run `plugin-kit-ai generate --check .`
2. Run `plugin-kit-ai validate . --platform opencode --strict`
3. Fix any drift or validation failures before continuing

## Constraints

- Keep the OpenCode config deterministic.
- Do not add unsupported local plugin-code surfaces to this example.

