Turns repeatable business workflows into versioned agent skills that can run in Refly, ship to coding agents, or be exposed as APIs and webhooks.
Provides a local-first Markdown knowledge graph that LLMs and humans can both read and write via the Model Context Protocol (MCP). Features two-way, editable notes, semantic search (embeddings + hybrid ranking), and optional cloud sync and team workspaces.
Feeds simplified Figma layout and style metadata to AI coding agents like Cursor and Claude Code to implement designs in one shot. Sends descriptive JSON (1px border, 16px padding) rather than code, leaving framework choices to the model.
Runs an MCP server that lets an LLM like Claude drive Blender directly: create and edit objects, apply materials, inspect scenes, and run Python. Pulls assets from Sketchfab, Poly Haven, and Hyper3D so prompts build editable 3D scenes.
Connects AI coding agents (Cursor, Claude Code) to Figma through a WebSocket bridge, letting an agent read a design and edit it programmatically. Includes a Figma plugin and 40+ MCP tools for text, styling, components, and bulk edits.
Bridges LLM-driven AI assistants to the Unity Editor so models can create scenes, edit C# scripts, manage assets, run tests and automate game-dev workflows. Exposes 47 focused MCP tool entrypoints, supports many MCP clients, and is MIT-licensed for local use.
Connects Claude (via the Model Context Protocol) to Ableton Live so the LLM can create and edit tracks, clips, instruments, and control playback through a socket-based MCP server and an Ableton MIDI Remote Script.
Provides 223 production-ready agent skills and plugins plus 298 stdlib Python CLI tools to add domain expertise to coding agents. Includes cross-tool conversion (11 platforms supported), personas, orchestration patterns, and a skill security auditor.
Desktop app that runs many CLI coding agents — Claude Code, Codex, Cursor, Gemini — in parallel, each in its own git worktree and branch. A built-in diff viewer, terminal, and PR tracking let you dispatch and review 10+ agents at once.
Curated index of 1,100+ official and community Agent Skills for extending AI agents across platforms — Claude Code, Codex, Gemini CLI, Cursor, GitHub Copilot, OpenCode, and more. Focuses on hand-picked, engineering-authored skills, organized by vendor, paths, and quality guidance.
Provides adaptive workflow steering rules for AI coding agents to guide development across Inception, Construction, and Operations phases. Includes opt-in extensions (security, testing), IDE/agent integrations (Cursor, Kiro, Amazon Q, Copilot, Claude), and human-in-the-loop approval points.
Packages Hugging Face ML tasks—dataset creation, model training, evaluation, Hub ops, Spaces deployment—as portable Agent Skills. Each is a SKILL.md folder agents load on demand, running unchanged across Claude Code, Codex, Gemini CLI, and Cursor.