complex-test

Validate complex Skill directories with nested folders, binary assets, and multiple file types.

Updated Jan 2, 2026
One-click install
npx skills add https://github.com/miles990/skillpkg --skill complex-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: complex-test
Source: https://github.com/miles990/skillpkg/tree/main/test-complex-skill
Command: npx skills add https://github.com/miles990/skillpkg --skill complex-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill validates complex Skill directories by ensuring nested folders, binary assets, and multiple file types are properly discovered and loaded.

Core Features & Use Cases

  • Nested directory support: the skill directory can contain multiple levels of folders with code, config, and assets.
  • Binary file handling: binary assets such as images can be included and referenced without breaking loading or execution.
  • Multi-file-type compatibility: supports JSON, YAML, Python, and other common formats within the Skill.
  • Example usage: execute the included main script with the provided config to verify directory handling, e.g., python3 scripts/main.py --config config/settings.json.

Quick Start

Run the provided main script with the included config: python3 scripts/main.py --config config/settings.json

Frequently Asked Questions about complex-test

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

FAQPage Schema
How do I test a Python script that relies on nested directories and binary files?

To test a Python script with nested directories and binary files, execute a script-based entry point to verify that nested folders, binary assets, and multiple file types are properly discovered and loaded during execution.

What is the best way to validate complex directory structures with multiple file types?

Validating complex directory structures with multiple file types requires a script entry point that exercises multi-level folder loading and verifies compatibility across JSON, YAML, and Python assets within the directory.

How do I run the included config to verify directory handling for nested folders?

You verify directory handling for nested folders by running the provided main script with the included config, using the command: python3 scripts/main.py --config config/settings.json to execute the test.

Does this directory testing approach support including binary assets like images?

Yes, this directory testing approach supports binary assets like images, ensuring they can be included and referenced within nested directories without breaking loading or execution.

Why does my Python script fail to load assets from nested directories?

Your Python script may fail to load assets from nested directories if the structure lacks a scripts folder, valid YAML frontmatter in SKILL.md, or compatible JSON, YAML, and Python file formats.