Compare ERB and JavaScript template outputs for the offline scoring SPA. Use when working on ERB-to-JS conversion, debugging template parity issues, or verifying that changes to scoring views work correctly in both ERB and SPA modes.
Add a Testing section to a feature flow document using the standard template.
Skill template with Bun Shell pattern. Copy this folder to create new skills.
This is a sample skill template for Axe. Skills are reusable instruction sets
Guides the user through adding a new resume template to the resume-generator project. Use this skill when the user asks to create, add, or scaffold a new template variant (e.g., "add a compact HTML template", "create a minimal LaTeX resume template", "add a new markdown template"). Also use when they want to add an entirely new output format (e.g., "add JSON output support").
Release template or framework file changes — branch off main if needed, commit, open a PR, verify all GitHub Actions CI checks are green, merge, and return to main
- 📁 scripts/
- 📄 .gitignore
- 📄 SKILL.md
Create code repository from template, or/and update it in parts from the content of the template that contains example of use of tools like make, pre-commit git hooks, Docker, and quality checks.
- 📁 agents/
- 📄 README.md
- 📄 SKILL.md
Rigorously collects and validates all fields needed to produce a complete, unambiguous prompt template for features and bug fixes. The skill asks targeted questions until the template is fully filled, consistent, and ready to paste into a Codex/GPT-5.2 coding session.
- 📁 references/
- 📁 schemas/
- 📁 workflows/
- 📄 _install.yml
- 📄 SKILL.md
- 📄 skill.yml
Construct and scaffold Machina agent-templates and connectors with correct YAML structure, then install them via MCP. Use when users ask to "create a template", "scaffold an agent", "init template", "build a new connector", "install template", "validate template", "analyze template", "trace agent", or "configure secrets".
Grows the agent library from successful oa runs. Use when reviewing completed agent output that follows a clear, repeatable pattern, or when the user mentions saving an agent as a template. Activates for: oa collect shows success, save as template, make reusable, add to library.