test-skill-multifile
Test skill demonstrating progressive file loading with multiple resources
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Test skill demonstrating progressive file loading with multiple resources
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
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.
Basado en la clasificación ocupacional SOC
| 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.