# Test Skill Multifile

> Test skill demonstrating progressive file loading with multiple resources Use when this capability is needed.

- Skill: `tomevault-io/test-skill-multifile` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/test-skill-multifile`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/test-skill-multifile/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/test-skill-multifile

---


# Test Skill: Progressive File Loading

This skill demonstrates the progressive loading feature where additional files can be loaded from the skill directory as needed.

## Available Resources

This skill includes the following additional files:

- `helper.py` - A Python helper script for processing
- `references/guide.md` - Detailed reference documentation
- `examples/sample.txt` - Example data file

## Usage

1. This SKILL.md file is loaded automatically when the skill is invoked
2. Use `Skill(skill="test-skill-multifile", file="helper.py")` to load the Python script
3. Use `Skill(skill="test-skill-multifile", file="references/guide.md")` to load the reference guide
4. Execute scripts using Bash tool with the base path provided in context

## Example Workflow

```
1. Invoke the skill
2. Review available resources
3. Load specific files as needed
4. Use the loaded content to complete the task
5. Clear the skill when done
```

All loaded files remain in the skill context until the skill is cleared.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/kcaldas) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

