Skip to main content

find_skill_md

Function
This function is defined in the parser module.
Find the SKILL.md file in a skill directory. Prefers SKILL.md (uppercase) but accepts skill.md (lowercase).

Signature

Parameters

Path
required
Path to the skill directory

Returns

Optional[Path]
Path to the SKILL.md file, or None if not found

Uses

  • path.exists

Used By

Source

View on GitHub

praisonaiagents/skills/parser.py at line 9

Skills Concept

Skills Feature