skill-creator

Generate OpenCode skill scaffolds with SKILL.md, env, and gitignore files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/acedergren/oci-self-service-portal --skill skill-creator-acedergren
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/acedergren/oci-self-service-portal/tree/main/.opencode/skills/skill-creator
Command: npx skills add https://github.com/acedergren/oci-self-service-portal --skill skill-creator-acedergren

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual setup of new OpenCode skills is repetitive and error-prone, leading to inconsistent configurations and potential security oversights.

Core Features & Use Cases

  • Standard scaffold generation: creates a consistent skill structure with SKILL.md, .env.example, and .gitignore.
  • Credential hygiene guidance: ensures credentials are not included in the scaffold unless explicitly added.
  • Optional components wiring: notes that if scripts/ references/ assets exist, they can be integrated when present.

Quick Start

Provide a skill name and let the scaffold generate the complete skill template.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I generate an OpenCode skill scaffold automatically?

To generate an OpenCode skill scaffold automatically, provide a skill name to trigger the template creation. The scaffold includes SKILL.md frontmatter, .env.example, and .gitignore.

What is the standard structure for an OpenCode skill template?

The standard structure for an OpenCode skill template includes a SKILL.md file with frontmatter, a .env.example for environment configuration, and a .gitignore. Optional directories for scripts, references, and assets can also be wired.

How do I ensure credential hygiene when creating new OpenCode skills?

To ensure credential hygiene when creating new OpenCode skills, the scaffold process omits credentials unless explicitly added. It generates a .env.example and .gitignore to prevent accidental secret exposure.

Can I wire scripted components into an OpenCode skill scaffold?

Yes, you can wire scripted components into an OpenCode skill scaffold. If scripts, references, or assets directories exist, the generator integrates them into the standard skill structure.

Why does manual OpenCode skill setup lead to configuration errors?

Manual OpenCode skill setup leads to configuration errors because the repetitive process invites human oversight. Automating scaffold generation enforces consistent configurations and prevents security oversights.

Do I need dependencies installed to auto-create OpenCode skill scaffolds?

No, you do not need any dependencies installed to auto-create OpenCode skill scaffolds. The generator operates independently to produce the standard skill structure without external requirements.