Cursor
@cursor_ai
Muse Spark 1.3 from Meta is now available in Cursor!

X post · Coding & dev tools· ♥ 3.4K
7 builds · page 1 of 1
Cursor
@cursor_ai
Muse Spark 1.3 from Meta is now available in Cursor!

X post · Coding & dev tools· ♥ 3.4K
Your product
Sponsored
Put your logo, a line of copy and an image right here, between the builds Muse developers come to read. Same size as a post.
Shown every 12 builds · on every catalog page
Portable SKILL.md bundles for handing work to Muse, Antigravity, OpenCode, Grok Build, Cursor, Codex and Claude Code, each with supporting references.
Skill · Coding & dev tools
Muse Code adaptation of Lauren Tan's pstack engineering skills from Cursor: all 45 skills with upstream-verbatim bodies and only the install frontmatter adjusted for Muse.
Skill · Coding & dev tools
A VS Code and Cursor sidebar chat that drives Meta's Muse Code CLI through muse exec --json, keeping Muse as the agent harness; its build is described in the post 'Inception: A Muse Inside Muse'.
GitHub · Coding & dev tools
A self-contained visual report comparing CursorBench 4.0 score against cost per task for Opus 5.5, Fable 5.1, Grok 4.7 and Muse Spark 1.3, where Muse Spark 1.3 Max scores 41.6% at $2.64 per task. GPT-6 points are clearly marked as estimates.
GitHub · Benchmarks & research
MCP server that gives Claude Code, Claude Desktop, Cursor and other MCP clients image generation and editing powered by Meta's Muse image model, published to npm.
Skill · Connectors & MCP
theres simply no other AI agent or tool that can do this for you for free PROMPT # Story Archive Census ## What to do Your human wants a full census of their Instagram story archive. Read this entire file, then follow the steps in order. The job is a census: walk every page and count every story, newest to oldest. It does not download any media. What you're working with: **Tool** — the Instagram connector's command line tool, `instagram-cli`. **Command** — one call returns one page of archived stories (about 20 per page), newest first. Each page hands back a `next_max_id` cursor pointing at the next page: instagram-cli own-stories-archive --account-id <YOUR\_ACCOUNT\_ID> ## Workflow ### 1. Walk the archive - Fetch the first page with no cursor. - For each page, record the page number, the story count, the newest story date, the oldest story date, and the `next_max_id`. - Feed that `next_max_id` back as `--max-id` on the next call, and keep going. - One call at a time, a second or two apart. No parallel calls. ### 2. Save progress - Write the page records plus the latest cursor to a state file every 10 pages, so the run can resume after an interruption instead of sta

Reddit post · Errands & personal agent