dotlabshq/crux
Markdown-native multi-agent workspace framework. Define agents, skills, and workflows as plain .md files — no runtime required.
Markdown-native multi-agent workspace framework. Define agents, skills, and workflows as plain .md files — no runtime required.
npx skills add dotlabshq/cruxMarkdown-native multi-agent workspace framework. Define agents, skills, and workflows as plain .md files — no runtime required.
Self-contained Claude skill to browse, scaffold & tfsec-scan SourceFuse ARC Terraform modules — no MCP server required
A Claude skill that runs a supervised, self-verifying loop on a coding task. The loop is the easy part — verification is the point. Built on Boris Cherny's loop engineering.
Drop a screenshot, get a pixel-faithful, actually-clickable HTML page back — an agent skill (Cursor / Claude Code / Codex) that rebuilds UI screenshots as self-contained, verified-interactive HTML.
🔍 Manage and access AI skills via MCP protocol for searching, viewing, and installing skills in AI conversation platforms.
VS Code / Antigravity IDE extension that scores SKILL.md files against the Claude, Codex, and Antigravity authoring guides
Implements multi-thread (conversation history) management in assistant-ui apps: rendering the prebuilt `ThreadList` next to `Thread`, or building a custom sidebar with `ThreadListPrimitive` and `ThreadListItemPrimitive` (Root, New, Items, Trigger, Title, Archive, Unarchive, Delete). Covers thread CRUD through the `useAui()`/`useAuiState()` API: `switchToThread`, `switchToNewThread`, and per item `rename`, `archive`, `unarchive`, `delete`, `generateTitle`, `initialize`, plus reading `s.threads.threadIds`/`archivedThreadIds`/`mainThreadId`. Includes cloud-backed persistence via `useChatRuntime` + `AssistantCloud` and a local `useRemoteThreadListRuntime` + `InMemoryThreadListAdapter` path. Use when a user wants a thread list/sidebar, switching, searching, sorting, drag-and-drop, or renaming/archiving/deleting conversations. For single-thread state, messages, or composer use runtime; for cloud auth/persistence setup use cloud.