docs: add portable LLM workflow skill

This commit is contained in:
2026-07-02 03:17:02 -04:00
parent 7bcdd44fe5
commit 92b449f080
7 changed files with 383 additions and 0 deletions
+9
View File
@@ -270,6 +270,15 @@ The generated launcher snippets contain only `command`, `args`,
`GITEA_MCP_CONFIG`, and `GITEA_MCP_PROFILE` — never a token or password.
</details>
### Portable LLM workflow skill
Reusable LLM operating rules are packaged as a portable skill at
[`skills/llm-project-workflow/SKILL.md`](skills/llm-project-workflow/SKILL.md).
It documents issue-first work, isolated branch worktrees, no self-review or
self-merge, profile safety, fail-closed behavior, merge cleanup, and recovery
patterns. Copy the `skills/llm-project-workflow/` directory into other projects
that should use the same workflow.
<details>
<summary><strong>Codex / non-MCP tools</strong></summary>