Tag
Explore by tags
CLI for creating, running, and managing coding agents across local hosts, containers, and cloud sandboxes. Uses SSH, git, and tmux; supports snapshots, push/pull, auto-shutdown for cost control, and provider-agnostic workflows for developer-centric agent orchestration.
Desktop-first agent client that composes LLM-driven agents into document-centric, multi-session workflows; it wires APIs, MCPs and local tools into shareable sessions, supports multiple LLM providers, and exposes a headless server + CLI for automation.
A curated, security-first registry of verified, tested skills you can install into AI coding agents. Each skill is human-curated, scanned (Snyk/static analysis), and integrity-locked; delivered via a CLI and optional MCP server to multiple agents (Claude Code, Cursor, Copilot, etc.).
Exposes the Claude Code SDK as a local Anthropic/OpenAI-compatible HTTP proxy so third-party tools can use Claude Max. Adds session management, streaming, multi-profile routing and OpenAI-format endpoints while respecting Anthropic's SDK auth, rate limits and prompt caching.
Filters and compresses CLI command outputs before they reach an LLM, typically reducing token consumption by 60–90%. Single Rust binary with zero runtime dependencies, supports 100+ dev commands and integrates via a Bash hook into common AI coding tools.
A collection of role-specific plugins for Claude Cowork and Claude Code that encode skills, slash commands, and connectors so teams can turn process, tools, and company context into reusable, file-based components for knowledge-work workflows.
Researches the last 30 days of public discussion across Reddit, X, Bluesky, YouTube, TikTok, Instagram, HN and Polymarket, then synthesizes a citation-rich briefing and copy-paste prompts. Multi-source scoring, comparative mode, and optional watchlist; requires API/auth for some sources.
Command-line tool for browser automation: record and generate Playwright scripts, inspect selectors, capture screenshots. Writes snapshots and screenshots to disk rather than into an LLM's context, cutting token use ~4x versus Playwright MCP.
Fetches multi-source content (webpages, YouTube, PDFs, WeChat, paywalled articles, podcasts), uploads it to Google NotebookLM, and generates outputs such as podcasts, PPTs, mind maps, or quizzes. Differentiators: automatic paywall-bypass pipeline, Claude Code Skill integration, and CLI + MCP components for WeChat and document scraping.
A concise, four‑principle guideline (as CLAUDE.md or a Claude Code plugin) that teaches LLMs to: state assumptions, prefer simple solutions, make surgical edits, and use testable success criteria — reducing overcomplication and unwanted changes when an LLM edits code.
Improves Claude Code's coding behavior with a single CLAUDE.md that prescribes four practical rules—Think Before Coding, Simplicity First, Surgical Changes, and Goal-Driven Execution—to reduce LLM assumptions, overengineering, and unrelated edits.
A transparent proxy that lets Claude Code CLI and the VSCode extension run without an Anthropic API key by routing requests to NVIDIA NIM, OpenRouter, LM Studio, or llama.cpp; supports per-model mapping, thinking-token parsing, and messaging integration.