CommunityKunst & Designgithub.com

dotlabshq/crux

Markdown-native multi-agent workspace framework. Define agents, skills, and workflows as plain .md files — no runtime required.

Funktioniert mit~Claude Code~Codex CLI~Cursor
npx skills add dotlabshq/crux

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

Dokumentation

dotlabshq/crux

Markdown-native multi-agent workspace framework. Define agents, skills, and workflows as plain .md files — no runtime required.

Verwandte Skills

urbanlotusai/arc-iac-skill

Self-contained Claude skill to browse, scaffold & tfsec-scan SourceFuse ARC Terraform modules — no MCP server required

community

oliwoodman/verify-loop-skill

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.

community

sevzq/screenshot-to-html

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.

community

bobthebuilder301/skill4agent-mcp-server

🔍 Manage and access AI skills via MCP protocol for searching, viewing, and installing skills in AI conversation platforms.

community

sayed3li97/skillscore-vscode

VS Code / Antigravity IDE extension that scores SKILL.md files against the Claude, Codex, and Antigravity authoring guides

community

assistant-ui/thread-list

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.

community