general-coding

Delegate coding tasks to the canonical skill at .opencode/skills/general-coding/.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ctimmerman-prog/ai-config-opencodeai-first-to-others --skill general-coding
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: general-coding
Source: https://github.com/ctimmerman-prog/ai-config-opencodeai-first-to-others/tree/main/.cursor/skills/general-coding
Command: npx skills add https://github.com/ctimmerman-prog/ai-config-opencodeai-first-to-others --skill general-coding

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This wrapper provides a clean entrypoint that points to the canonical general-coding skill located at .opencode/skills/general-coding/ and ensures a single source of truth for coding-related workflows.

Core Features & Use Cases

  • Delegates execution to the underlying canonical skill in .opencode/skills/general-coding/ to avoid duplication.
  • Loads supporting files from the same folder (examples, templates) when present to enrich usage.
  • Provides a simple verification step to confirm the canonical skill loads successfully by reporting the first heading.

Quick Start

Open the canonical file at .opencode/skills/general-coding/SKILL.md and follow its instructions.

Frequently Asked Questions about general-coding

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

FAQPage Schema
What is a canonical coding skill wrapper used for?▼

A canonical coding skill wrapper redirects execution to a central skill file located in .opencode/skills/, ensuring a single source of truth for coding workflows and avoiding duplication across teams.

How do I delegate to a canonical OpenCode skill from a root directory?▼

Place a SKILL.md file at the root with name and description frontmatter to enable discovery, then delegate execution to the canonical skill located at .opencode/skills/general-coding/.

Do I need a SKILL.md file at the root to enable coding skill discovery?▼

Yes, a SKILL.md file at the root with name and description in the frontmatter is required to enable discovery and safe delegation to the canonical coding skill.

How does a wrapper skill load supporting examples and templates?▼

The wrapper skill loads supporting files such as examples and templates from the same canonical folder when present, enriching the usage and execution of the underlying coding workflows.

How can I verify that a canonical coding skill loads successfully?▼

Verify the canonical coding skill loads successfully by checking the wrapper's verification step, which confirms the load by reporting the first heading from the delegated skill file.