A lightweight collection of workflow guides, command patterns, and skill templates for building and operating small automation agents.
- Centralize documentation and reusable "skills" for agent development and operational workflows.
- Provide templates and checklists to guide feature implementation, testing, and release.
- agent/: workflow and agent-focused reference guides (e.g., agent/forge.md).
- command/: design, intake, implementation and review process documents (see command/implement.md).
- skill/: skill templates and utilities to scaffold and package agent skills (see skill/skill-creator/SKILL.md).
- Workflow.md: high-level workflow for using this repository.
- package.json: basic metadata used by tooling.
- Read the main workflow: Workflow.md.
- Pick a folder to work in (e.g.,
skill/oragent/). - Follow the appropriate guide (see files inside each folder) to implement, test, and package your work.
- Open an issue describing the change you'd like to make.
- Follow the relevant guide under
command/for design and review steps. - If adding a new skill, consider using the scripts in
skill/skill-creator/scriptsto scaffold and package it.
- Add a CI workflow to validate new skills and docs.
- Add example usage for each skill in
skill/to make onboarding easier.
See individual files for licenses. Some folders include a LICENSE.txt (for example: skill/skill-creator/LICENSE.txt).
If you'd like, I can commit this file, add a short changelog entry, or expand any section into more detailed docs.