test-skill-multifile
Test skill demonstrating progressive file loading with multiple resources
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Test skill demonstrating progressive file loading with multiple resources
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
Write comprehensive, idiomatic tests following best practices and project conventions. Use this when writing unit tests, integration tests, or test fixtures. Helps ensure proper test structure, mocking, assertions, and coverage.
| name | test-skill-multifile |
| description | Test skill demonstrating progressive file loading with multiple resources |
This skill demonstrates the progressive loading feature where additional files can be loaded from the skill directory as needed.
This skill includes the following additional files:
helper.py - A Python helper script for processingreferences/guide.md - Detailed reference documentationexamples/sample.txt - Example data fileSkill(skill="test-skill-multifile", file="helper.py") to load the Python scriptSkill(skill="test-skill-multifile", file="references/guide.md") to load the reference guide1. 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.