test-skill
SkillFiles & storageValidates skill loading by providing a minimal skill with reference files for testing the FileSystemSkillLoader. Use when verifying that the skill loader correctly parses frontmatter, filters empty references, and loads non-empty resource files.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the test-skill skill
What this skill tells your AI
The instructions your AI receives, as published by fj-ivy/langchain4j-examples in skill/src/test/resources/skills/test-skill/SKILL.md and read by ahel’s review.
Purpose
This skill serves as a test fixture for validating the FileSystemSkillLoader implementation. It verifies that:
- Frontmatter parsing — the loader correctly extracts
nameanddescriptionfrom YAML frontmatter. - Empty reference filtering —
references/empty.mdis excluded from loaded resources. - Non-empty reference loading —
references/full.mdis included in loaded resources.
Reference Files
- full.md — contains test content that should be loaded as a skill resource.
references/empty.md— intentionally empty; should be filtered out by the loader.
Signals
- GitHub stars
- 22
- Forks
- 16
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
test-skill-fj-ivy- Source
- github.com/fj-ivy/langchain4j-examples