test-skill

SkillFiles & storage

Validates 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.

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:

  1. Frontmatter parsing — the loader correctly extracts name and description from YAML frontmatter.
  2. Empty reference filteringreferences/empty.md is excluded from loaded resources.
  3. Non-empty reference loadingreferences/full.md is 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