Skills Quickstart¶
What success looks like¶
By the end, your skill should be discoverable by loopforge skills list, pass loopforge skills doctor, and run once with a real output.
This tutorial helps beginners create and run a first skill in under 10 minutes.
1. Create Skill Folder¶
2. Add skill.toml¶
Create .loopforge/skills/hello-skill/skill.toml:
3. Add SKILL.md¶
Create .loopforge/skills/hello-skill/SKILL.md:
4. Verify Discovery¶
5. Run It¶
6. Optional: Enable approval policy¶
Edit ~/.loopforge/config.toml:
For non-readonly permissions, approve explicitly:
Common Errors¶
skill not found: check folder path andnameinskill.tomlentry file missing: verifyentrypoints to a real fileapproval required: setLOOPFORGE_SKILL_APPROVAL_ALLOWor reduce dangerous permissions