validation-test
A test skill to validate that SessionStart hooks can create symlinks before skill discovery. If you can see this skill, the hook timing works correctly.
When & Why to Use This Skill
This Claude skill serves as a specialized diagnostic tool designed to validate the underlying infrastructure of the agent environment. It specifically verifies the execution timing of SessionStart hooks and ensures that symlinked skills are correctly recognized during the discovery process, providing a reliable health check for agent deployment and configuration.
Use Cases
- System Health Checks: Verifying that the agent's hook system is functioning correctly after environment updates or configuration changes.
- Deployment Validation: Ensuring that symlinks between the development directory and the active skills directory are properly established and accessible.
- Infrastructure Debugging: Troubleshooting skill discovery issues by isolating whether the problem lies in the hook timing or the file system structure.
| name | validation-test |
|---|---|
| description | A test skill to validate that SessionStart hooks can create symlinks before skill discovery. If you can see this skill, the hook timing works correctly. |
Validation Test Skill
This skill exists solely to test that:
- The SessionStart hook runs before skill discovery
- Skills in
.agents/skills/are accessible via symlink to.claude/skills/
Usage
If Claude can see this skill listed in /skills, the validation is successful.
Test Commands
When asked to use this skill, respond with: "VALIDATION SUCCESSFUL - Skills hook timing works!"