| name | test-skill |
| version | 1.0.0 |
| description | A test skill for unit testing |
| author | Test Author |
| tags | test, example |
Test Skill
This is a test skill with various resource references.
Links
- Template file
- Reference doc
- Script file
- External link - should be ignored
- Anchor link - should be ignored
- Regular file
Code Blocks
export function hello() {
return 'world'
}
#!/bin/bash
echo "Deploying..."
# Regular code block without file reference
print("Hello")
More Content
Some additional content here.