Swttch
Official@Swttch
Swttch (ex - Claude Code with GUI) — a GUI for CLI coding agents.
Agent Skills by Swttch
Showing 2 vetted skills indexed across 1 GitHub repositories.
Frequently Asked Questions About Swttch
FAQPage SchemaWhat tasks can I perform using Swttch's skills?▼
Two contributor tasks are covered: running a pre-PR review checklist for the claude-code-gui-jetbrains project (rebase status, feature docs, forbidden JetBrains API usage, three test layers, core principles, lessons recorded) and adding or verifying UI locales in the webview i18n system via per-namespace translation JSON files.
Who are Swttch's skills designed for?▼
Contributors to the claude-code-gui JetBrains plugin project — developers preparing pull requests against main and translators adding or extending UI languages. The skills also guide coding agents through the same contribution steps consistently with the project's shipped structure.
When should I trigger the pr-checklist skill?▼
Trigger it before opening or updating a pull request. It verifies the branch is rebased onto the latest main, feature docs exist for feature PRs, no marketplace-forbidden Internal or Deprecated JetBrains APIs are used, all three test layers pass, and lessons learned are recorded to memory.
How does the add-locale skill handle new UI languages?▼
It walks a contributor or agent through creating per-namespace translation JSON files for the new language, registering the locale in the webview i18n system, and verifying parity with existing shipped locales. It can also extend or audit an already-registered locale for completeness.
What prerequisites do Swttch's skills assume?▼
Familiarity with the claude-code-gui-jetbrains codebase: its three test layers, core principles (CLI equivalence, original-data preservation, consistent naming), JetBrains marketplace API restrictions, and the webview i18n structure of per-namespace translation JSON files used by shipped locales.