gamma

Resolve intra-repo skill dependencies during local discovery and CLI smoke testing.

111|9|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/Peiiii/skild --skill gamma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gamma
Source: https://github.com/Peiiii/skild/tree/main/examples/sample-skills/gamma
Command: npx skills add https://github.com/Peiiii/skild --skill gamma

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Resolve intra-repo skill dependencies and validate inline dependency handling within a local discovery and test context.

Core Features & Use Cases

  • Exercises dependency handling across sibling skills (e.g., ./beta).
  • Serves as a tiny, runnable example to validate the local skill discovery workflow.
  • Helps verify CLI smoke test flows for skill packages.

Quick Start

Run the gamma skill to exercise dependency loading and CLI flow testing.

Frequently Asked Questions about gamma

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

FAQPage Schema
How do I validate cross-skill dependencies during local CLI testing?

Validate cross-skill dependencies during local CLI testing by running a minimal skill with a declared sibling dependency to exercise the local dependency resolver and confirm proper loading.

What is local skill discovery and when do I need to test it?

Local skill discovery is the process of resolving and loading skill dependencies within a local repository environment. You need to test it when validating CLI smoke test flows and ensuring sibling skills are properly discovered before deployment.

How do I resolve intra-repo sibling skill dependencies for a CLI smoke test?

Resolve intra-repo sibling skill dependencies by running a minimal skill that declares a local dependency path, such as './beta'. This exercises the dependency resolver to validate that sibling skills load correctly during CLI smoke testing.

Does this dependency resolver work with local sibling skills in a test environment?

Yes, the dependency resolver works with local sibling skills in a test environment. It applies specifically to scenarios where dependency resolution across sibling skills must be validated during local discovery and CLI smoke testing.

What are the limitations of using a minimal skill for dependency resolution testing?

Limitations of using a minimal skill for dependency resolution testing include its basic implementation depth, meaning it serves as a tiny runnable example rather than a comprehensive validation framework for complex dependency graphs or advanced CLI flows.