Skip to content

M2: Skills system — SKILL.md loading and shell execution #3

@bug-ops

Description

@bug-ops

Goal

Agent loads SKILL.md instructions, injects them into system prompt, and can execute shell commands generated by the LLM.

Scope

  • SKILL.md parser (YAML frontmatter + markdown)
  • Skill registry (directory scanning)
  • System prompt formatter
  • 3 bundled skills
  • Shell command detection and execution in agent loop

Acceptance Criteria

  • Skills loaded from skills/ at startup
  • Skill instructions visible in LLM context
  • LLM generates bash commands based on skill instructions
  • Commands executed, output fed back to LLM
  • Working end-to-end: "list files" -> skill -> command -> result

Child Issues

Depends On

#2 (M1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    M2Milestone 2: SkillsepicMilestone-level tracking issue

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions