lukaskellerstein/claude-my-marketplace
A collection of Claude Code plugins — dev tools, documentation, infra, Figma, media generation, design direction, and web design. Reusable skills, agents, and commands across projects.
A collection of Claude Code plugins — dev tools, documentation, infra, Figma, media generation, design direction, and web design. Reusable skills, agents, and commands across projects.
npx skills add lukaskellerstein/claude-my-marketplaceA collection of Claude Code plugins — dev tools, documentation, infra, Figma, media generation, design direction, and web design. Reusable skills, agents, and commands across projects.
Agent skill for LaTeX-based bilingual PDF translation with page-level visual QA.
Interface monitoring tools tracking processing updates across nested multi-modal asset creation pipelines visually.
Language for writing readable, visualizable agent skills that compile into reliable instructions for coding agents.
Governed multi-agent memory for AI agents — hybrid markdown+SQLite, FTS, vector search, LLM reranking. One Go binary, MCP stdio + HTTP + SSE.
An English-coaching skill for Claude Code (and portable to Codex / Antigravity / OpenCode). Quietly upgrades your prompts and builds a vocab log while you vibe-code.
Installs and configures assistant-ui in a project via the CLI, and picks the right runtime for a backend. Use for first-time install, scaffold, or config: `npx assistant-ui@latest create my-app` (templates default, minimal, cloud, cloud-clerk, langgraph, mcp), `npx assistant-ui@latest init [--yes] [--overwrite]` in an existing Next.js app, or `npx assistant-ui@latest add` registry components (markdown-text, thread-list). Also use to choose a runtime hook for a backend: useChatRuntime (AI SDK), useLangGraphRuntime, useAgUiRuntime, useA2ARuntime, useLocalRuntime (custom streaming API), or useExternalStoreRuntime (Redux/Zustand). Covers Vite/TanStack Start setup, shadcn styling, the playground --preset flag, and avoiding the deprecated @assistant-ui/styles and @assistant-ui/react-ui packages. For upgrading an existing install or post-upgrade breakage use update; for building UI from raw parts use primitives.