Imported from hamidrabedi/foreit (
AGENTS.md). Install upstream withnpx skills add hamidrabedi/foreit. Copyright stays with the author.
AGENTS
This repository stores local skills under skills/.
Available Skills
- forge-admin:
skills/forge-admin/SKILL.md - forge-api:
skills/forge-api/SKILL.md - forge-cli:
skills/forge-cli/SKILL.md - forge-migrations-schema:
skills/forge-migrations-schema/SKILL.md - forge-models:
skills/forge-models/SKILL.md - forge-contributor:
skills/forge-contributor/SKILL.md
Structure Rules
- Each skill must live in its own directory under
skills/. - Each skill directory must include a
SKILL.mdwith YAML frontmatter that matches the directory name. - Place supporting docs under
references/within the skill directory. - Keep skill instructions concise and task-trigger focused.
Code Authoring Rule
Claude must not write code in this repo. All implementation is delegated to free
models via agy or opencode. See CLAUDE.md for routes, prompt
shape, and the verification loop.