learning-opportunities

Redirect to the canonical learning-opportunities SKILL.md and load supporting files.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Wrapper skills often obscure the actual implementation and location of a canonical skill. This wrapper unblocks discovery by directing users and tools to the true learning-opportunities skill stored at .opencode/skills/learning-opportunities/SKILL.md.

Core Features & Use Cases

  • Redirects to the canonical SKILL.md and loads any accompanying supporting files (examples, templates) when present.
  • Provides a clear entry point for discovery and activation of the underlying skill within tooling that expects wrapper-style skills.

Quick Start

Open the canonical file at .opencode/skills/learning-opportunities/SKILL.md to activate and load the skill.

Frequently Asked Questions about learning-opportunities

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

FAQPage Schema
How do I load a canonical skill from a wrapper file in opencode?

To load a canonical skill from a wrapper in opencode, this wrapper redirects to the implementation at .opencode/skills/learning-opportunities/SKILL.md. It handles the redirection and loads accompanying assets when present.

What is a wrapper skill and how does it handle skill discovery?

A wrapper skill is an entry point that redirects to a canonical skill implementation. It unblocks discovery by directing users and tools to the actual skill stored in the .opencode directory structure.

Do I need frontmatter in my SKILL.md file to use skill loading?

Yes, skill loading enforces frontmatter requirements. Your SKILL.md file must include both a name and description in the frontmatter to successfully load and activate the skill.

Can I load optional scripts and references alongside the canonical SKILL.md?

Yes, the wrapper loads optional scripts, references, and assets when present. It supports accompanying supporting files like examples and templates alongside the canonical SKILL.md implementation.

What are the limitations of using a wrapper skill for learning opportunities?

The wrapper skill obscures the actual implementation location and adds a redirection layer. It requires the canonical SKILL.md file to exist at the specific .opencode path to function correctly.