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.