yogasw

38 mods across 1 repository, 5 stars between them.

doc-sync

01

yogasw/wick

Agent Claude Code

Keeps the root docs/ site in sync with code changes before a PR is created. Spawn this whenever you are about to run gh pr create (the doc-sync PreToolUse hook will block PR creation until it has run for the current HEAD). It reviews the branch diff vs master, decides whether the change is user-facing enough to…

5 4d ago A 108 tokens original MIT

PreToolUse

02

yogasw/wick

Hook Claude Code

Runs before the agent uses a tool for Bash tool calls, executing ensure-docs-synced.sh. From yogasw/wick.

5 4d ago A tokens not measured copy · 50% MIT

wick

03

yogasw/wick

Settings file Claude Code

Agent settings declaring 1 hook event (PreToolUse) and 18 allowed tools.

5 4d ago A tokens not measured original MIT

yogasw/wick

Skill Claude CodeCodex

Use for ANY work on an agent channel transport — creating a new channel under internal/agents/channels/ / (Slack, Telegram, Discord, …), refactoring an existing one, fixing bugs in event fan-out / approval flow / hot-reload, or touching the registry, setup composer, or shared interfaces in internal/agents/channels.…

5 4d ago A 164 tokens original MIT

yogasw/wick

Skill Claude CodeCodex

Use for ANY work on agent resource limits or usage analytics — the memory guard, CPU/IO/task contention controls, OOM detection and reporting, the Resources page, usage history sampling and retention, spawn admission, or wick memory report. Covers internal/agents/provider/{memscope,oomscore}…

5 4d ago A 231 tokens original MIT

config-tags

06

yogasw/wick

Skill Claude CodeCodex

Every exported field in a Config / Configs struct that carries a wick:"..." tag becomes one editable row in the configs table at boot time, scoped to that module's key. Fields without a tag are ignored.

5 4d ago A 0 tokens original MIT

connector-module

07

yogasw/wick

Skill Claude CodeCodex

Use for ANY work on a connector in the wick core repo — creating a new connector under internal/connectors/, refactoring/improving an existing one, fixing bugs, adding operations, editing the Configs or per-op Input structs, or touching anything that affects the MCP surface (internal/mcp/) or the registry…

5 4d ago A 165 tokens original MIT

design-system

08

yogasw/wick

Skill Claude CodeCodex

Use when creating or editing any UI component, styling, button, input, form, card, modal, or layout. Enforces the project design system — Inter font, 8-pixel grid, green/navy palette, named color tokens, dark/light theming, responsive layout, and icon/spacing rules.

5 4d ago A 66 tokens original MIT

encrypted-fields

09

yogasw/wick

Skill Claude CodeCodex

Use when a connector handles credentials, tokens, or any value the LLM should carry between calls without ever seeing the plaintext. Covers the secret tag (auto-mask), manual c.Mask / c.MaskIgnoreCase for dynamic response data, the wickenc token format, per-user keys, and the MCP redirect tools (wickencrypt…

5 4d ago A 85 tokens original MIT

fe-module

10

yogasw/wick

Skill Claude CodeCodex

Use for ANY work on the Svelte SPAs or shared FE libraries under fe/ — adding or editing a component, writing API calls, creating a new SPA workspace, porting templ-embedded JS into a SPA, wiring a new route, or extracting shared code. Covers the npm-workspaces layout (fe/common/ shared libs + fe/agents/ SPAs), the…

5 4d ago A 166 tokens original MIT

plugin-module

11

yogasw/wick

Skill Claude CodeCodex

Use when building, packaging, or releasing a connector (or later a tool/job) as an EXTERNAL wick PLUGIN — a separate binary in the plugins monorepo that wick downloads and runs over gRPC, instead of an in-tree module compiled into wick. Covers the plugins repo layout (one folder per plugin under connector/ /), the…

5 4d ago A 206 tokens original MIT

tool-module

12

yogasw/wick

Skill Claude CodeCodex

Use for ANY work on a tool OR job in the repo — creating new, improving/refactoring existing, fixing bugs, editing view/handler/service/JS, adding features, or touching anything under internal/tools/{tool}/ or internal/jobs/{job}/. Covers both surfaces because they share the same Config reflection, the same wick:"..."…

5 4d ago A 255 tokens original MIT

yogasw/wick

Skill Claude CodeCodex

Use for ANY work on a workflow node type — creating a new node executor under internal/agents/workflow/nodes/, refactoring/improving an existing one, adding fields to a node's schema, or wiring the executor into setup/manager.go. Covers the full executor contract — workflow.Executor interface, engine.NodeDescriptor…

5 4d ago A 132 tokens original MIT

wick AGENTS.md

14

yogasw/wick

Instructions file CodexOpenCode

Instructions for yogasw/wick, covering agents.md, running the app (agent flow), tailwind cli presence check, killing processes and quick commands.

5 4d ago A 1,887 tokens original MIT

wick CLAUDE.md

15

yogasw/wick

Instructions file

Instructions for yogasw/wick: This project has a graphify knowledge graph at graphify-out/.

5 4d ago A 154 tokens original MIT

airouter

16

yogasw/wick

Agent

AI Router embeds one or more local LLM router/proxy dashboards inside wick — accessible with no shell access and no exposed port. Today it ships two backends you can run side by side and switch between.

5 4d ago A 0 tokens original MIT

channels

17

yogasw/wick

Agent

A channel is where a message comes from. Wick agents are reachable from four channels at once.

5 4d ago A 0 tokens original MIT

memory-guard

18

yogasw/wick

Agent

The agent pool (Pool & Sessions) caps how many agent processes run at once. It has no idea how much RAM any one of them uses — an idle agent at 150 MB and one driving a browser at 2 GB count as the same slot. A single runaway agent (a browser leak, a bad loop) can take the whole machine down with it, wick included.

5 4d ago A 0 tokens original MIT

pool

19

yogasw/wick

Agent

The pool caps how many agent subprocesses run at once across all sessions, FIFO-queues the rest, kills idle ones, and revives them with --resume when new messages arrive.

5 4d ago D 0 tokens original MIT

projects

20

yogasw/wick

Agent

A project bundles a folder with its defaults. One project = 1 folder + defaults + pinned sessions + a display name and icon. Sessions belong to a project; the project's folder is the cwd the agent subprocess runs in.

5 4d ago A 0 tokens original MIT

providers

21

yogasw/wick

Agent

A provider type is an AI CLI: claude, codex, gemini (provider.go:36-40). A provider instance is a configured copy of one. Multiple instances per type are supported — same claude binary, different env vars (e.g. two PATs).

5 4d ago A 0 tokens original MIT

scheduled-messages

22

yogasw/wick

Agent

A scheduled message injects a message into an agent session at a future time — one-shot or recurring — without spinning up the workflow engine. Use it for "check back in 20 minutes," a daily standup nudge, or any cadence a chat session should just remember on its own.

5 4d ago A 0 tokens original MIT

skills-manager

23

yogasw/wick

Agent

The Skills Manager is a built-in UI for browsing, previewing, syncing, and deleting skill files (.md prompt files) across all agent skill directories on the host.

5 4d ago A 0 tokens original MIT

source-control

24

yogasw/wick

Agent

The Source Control panel is a VSCode-style SCM sidebar mounted on the session detail page (/tools/agents/sessions/ ). It lets you stage, commit, push, pull, view diffs, and browse history for any git repositories inside the session's working directory — without leaving the chat.

5 4d ago A 0 tokens original MIT