Agent skill
test-skill-multifile
Test skill demonstrating progressive file loading with multiple resources
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/testing/test-skill-multifile
SKILL.md
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 processingreferences/guide.md- Detailed reference documentationexamples/sample.txt- Example data file
Usage
- This SKILL.md file is loaded automatically when the skill is invoked
- Use
Skill(skill="test-skill-multifile", file="helper.py")to load the Python script - Use
Skill(skill="test-skill-multifile", file="references/guide.md")to load the reference guide - 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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?