opencode-config/.opencode/commands/project-template.md
Sergey b3aac737eb
feat(spec): project template skill init and check flow (#237)
* feat(spec): add project-template skill init and check flow

* refactor(spec): remove repo-init migrate references to project-template

* test(spec): structural tests for project-template skill and command

* fix(test): wrap long lines and use non_templated var in project template tests

* fix(ci): reformat test_project_template_skill.py for ruff format

---------

Co-authored-by: opencode-agent <agent@opencode.local>
2026-08-03 17:37:55 +03:00

658 B
Raw Blame History

description agent
Project template — init new project (cookiecutter + GitHub remote) or check existing (project-status) build

Load the project-template skill via skill({name: "project-template"}) and follow its ПРОТОКОЛ strictly. Два flow: init (cookiecutter по типу + git + gh repo create + branch protection + project-status) или check (project-status → отчёт → рекомендации через subagents). Главный агент — оркестратор: вопросы юзеру + project-status tool (read-only) + делегирование. Не делает cookiecutter/git/gh напрямую.