Vivswan
- 13 skills
- 0 followers
- 12 hours ago last updated
- ▌ Template Skill · vivswan bundleReplace with a short trigger stating when the skill should fire, starting with "Use when ...".
- ▌ Never Twice · vivswan bundleUse when you just corrected an agent or fixed the same failure class twice, or when a change removes a rule, guard, or check.
- ▌ Code Standards · vivswan bundleUse when writing code changes or asked to apply house code standards.
- ▌ Natural Writing · vivswan bundleUse when asked to humanize text, remove AI tells, check whether text reads as AI-generated, or draft prose that must not sound AI-written.
- ▌ Worktree Hygiene · vivswan bundleUse when creating, removing, or handing over git worktrees, retiring a branch after it landed, or when several actors share one repository through worktrees.
- ▌ Codex Browser Fix · vivswan bundleUse when Codex on macOS must drive the user's Chromium browser (Brave, Vivaldi, Opera, Edge, Chrome) through the bundled Chrome plugin, or that plugin fails with "Codex auth token is unavailable", a missing extension connection, or a stale plugin cache after a desktop app update. Codex only.
- ▌ No Invalid States · vivswan bundleUse when code or a design guards invariants with repeated runtime checks, lifecycle flags, or the same guard at every consumer, or when asked to make invalid states unrepresentable or parse-don't-validate.
- ▌ Orchestrator Mode · vivswan bundleUse when asked to act as orchestrator, orchestrate with worktrees, run a fleet of parallel subagents on multi-track work, or build and manage many PRs in parallel.
- ▌ Rubber Duck Review · vivswan bundleUse when asked to rubber duck a change, get a second opinion, or run an independent cross-model review of code changes.
- ▌ Watch CI After Push · vivswan bundleUse when pushing commits to a remote with CI, merging a PR, or when asked whether a pipeline passed, so every push and merge gets a background watcher.
- ▌ Verify With Controls · vivswan bundleUse when about to report a zero or absent reading, an alarming finding, a success claim, or stillness from a probe or status read, so the reading is evidence-bearing and controlled first.
- ▌ Pr And Issue Discipline · vivswan bundleUse when opening a pull request, changing its body, title, or draft state, triaging review comments, writing an issue, replying to an issue reporter or outside contributor, or deciding who merges.
- ▌ Craft Skills And Memories · vivswan bundleUse when creating a skill or memory, when one fails in practice, or when the user reports one misbehaving or stale.