functional-capabilities-analysis

Load and verify the canonical OpenCode SKILL.md for functional capabilities analysis.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Wrapper around the canonical OpenCode skill located at .opencode/skills/functional-capabilities-analysis, enabling standardized discovery and loading of the skill's instructions.

Core Features & Use Cases

  • Load and verify the canonical .opencode/skills/functional-capabilities-analysis/SKILL.md from the root.
  • Load and optionally apply supporting files in the same folder (examples, templates) to guide execution.
  • Verification step ensures the first heading is loaded and readable, enabling consistent activation across tools.

Quick Start

Open the canonical SKILL.md at .opencode/skills/functional-capabilities-analysis/SKILL.md and follow its first heading to confirm operability.

Frequently Asked Questions about functional-capabilities-analysis

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

FAQPage Schema
How do I map AI agent functional capabilities in an OpenCode project?

To map AI agent functional capabilities, load the canonical SKILL.md file from the .opencode/skills directory to verify and discover standardized agent functions. This wrapper enables quick insight by validating the first heading is readable.

How does skill discovery and loading work for AI capabilities?

Skill discovery works by loading the canonical SKILL.md file and verifying its first heading is readable. This ensures consistent activation across tools and optionally applies supporting files like templates in the same folder.

Do I need specific frontmatter to analyze AI capabilities using OpenCode?

Yes, analyzing AI capabilities requires the skill to define frontmatter with a name and description. This metadata enables standardized discovery and verification of the skill loading process within the OpenCode project structure.

What is the best way to verify if an OpenCode skill is loaded correctly?

The best way to verify an OpenCode skill is loaded correctly is to open the canonical SKILL.md and follow its first heading. This verification step confirms operability and ensures the instructions are readable.

Can I use supporting files when mapping AI capabilities for an agent?

Yes, you can load and optionally apply supporting files located in the same folder as the SKILL.md file. These files, such as examples and templates, guide execution during the AI capability mapping process.

Why does my OpenCode skill discovery fail to load the first heading?

OpenCode skill discovery may fail if the canonical SKILL.md file is missing from the .opencode/skills directory or lacks the required frontmatter. Ensuring the file exists and the first heading is readable resolves the loading issue.