glob

The glob code skill is distributed with AchillesAgentLib to find files by pattern through MainAgent's standard code-skill interface.

Interface and artifacts

skills/glob/cskill.md accepts one glob pattern. The local implementation resolves matching files and returns a JSON array of absolute paths sorted by newest modification time first.

Execution boundary

The result is a file inventory, not file content. The pattern and accessible root determine the search scope.

MainAgent discovers the folder only when internal skills are enabled, parses cskill.md, and delegates execution to CodeSkillsSubsystem. The folder carries its own descriptor and implementation so it remains portable.