kitchen-sink-skillset

Combine inline, GitHub, and registry dependencies into a single Skillset.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skillset serves as a comprehensive example showing how to bundle inline dependencies, integrate GitHub-sourced dependencies, and resolve registry-based dependencies into a single, testable unit.

Core Features & Use Cases

  • Inline (bundled) dependencies inside the Skillset for deterministic demos.
  • GitHub dependency resolution at the top level to simulate external sourcing.
  • Registry dependency resolution to demonstrate publisher-scoped skills.
  • Use Case: Validate end-to-end dependency loading in CI and local development.

Quick Start

Run the kitchen-sink-skillset to validate bundled and external dependencies.

Frequently Asked Questions about kitchen-sink-skillset

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

FAQPage Schema
How do I test multi-source Skill dependency resolution in a CI pipeline?

A demonstrative Skillset validates multi-source dependency resolution by combining inline, GitHub, and registry dependencies into a single testable unit. It simulates external sourcing and publisher-scoped skills to confirm end-to-end loading during installation.

What is the best way to bundle inline dependencies with GitHub and registry sources?

Bundling inline dependencies with external sources requires a Skillset that integrates local inline skills, GitHub-sourced dependencies, and registry-based dependencies. This approach validates end-to-end loading and demonstrates publisher-scoped skills during installation.

Can I validate end-to-end Skill loading across isolated environments?

You can validate end-to-end Skill loading in isolated environments by running a demonstrative Skillset that resolves inline, GitHub, and registry dependencies. This confirms that all Skill entities load correctly during installation in CI pipelines.

Does a Skillset support combining inline skills with external GitHub dependencies?

A Skillset supports combining inline skills with external GitHub dependencies by resolving top-level GitHub sources alongside local inline and registry dependencies. This simulates external sourcing to validate the complete loading process.

Why use a kitchen-sink skillset for dependency installation testing?

Use a kitchen-sink skillset for dependency installation testing to comprehensively validate mixed dependency resolution. It forces simultaneous resolution of inline, GitHub, and registry dependencies to ensure robust end-to-end loading in CI pipelines.