Reusable skills—instructions plus helper scripts—that extend AI coding agents. Covers Vercel deployment audits, React performance rules, UI accessibility checks, and writing guidelines; each loads only when a relevant task appears.
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.
Provides a manifest-driven marketplace of official Cursor plugins for developer workflows and agent integrations. Each plugin lives in its own directory with a .cursor-plugin manifest; examples include agent skills, PR review canvases, SDK integrations, CI/team tooling, and orchestration for parallel agent work.
Provides a REST server that lets AI agents browse sites while avoiding common bot-detection by running Camoufox (a Firefox fork with C++-level fingerprint spoofing). Returns compact accessibility snapshots, stable element refs, session isolation, proxy/geoIP support, and agent-friendly endpoints (click, type, snapshot, transcripts).
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.
Native macOS terminal that surfaces and manages AI coding-agent sessions with vertical tabs, pane-level notification rings, a scriptable in-app browser, and a CLI/socket API — Ghostty-compatible and built in Swift/AppKit for low memory and fast startup.
Browser dashboard for OpenClaw Gateways that shows agents, streams runtime events, supports chat and exec approvals, and lets you configure jobs. Runs a small server process (Node + SQLite) and supports local or cloud setups with Tailscale or SSH access.
Models an AI agent's context as a file system, unifying memory, resources, and skills instead of flat vector RAG. Uses L0/L1/L2 tiered loading to cut tokens, directory-recursive plus semantic retrieval, and visualized retrieval traces for debugging.
Local-first AI desktop app that combines multi-model chat and a proactive Agent workspace to embed agent workflows into daily work. Features per-workspace Skills, MCP support, Feishu/remote-robot bridges, and local JSON/JSONL storage for privacy and portability.
Provides a catalog of NVIDIA-verified, portable “skills” — instruction sets that teach AI agents how to use NVIDIA libraries, models and platform tools. Each skill is published with detached signatures and evaluation artifacts for verifiable reuse in agent workflows.
Generates protocol-bound GEP prompts that guide iterative evolution of AI agent behavior from runtime logs, producing auditable EvolutionEvents and reusable Genes/Capsules. Node.js-based and works offline; optional EvoMap network integration enables skill sharing, worker pools and leaderboards while git provides rollback and validation.