Find, share, author and unify Skills, MCP, Instructions (and more) across all your Agents
/Users/me/working/quasarSync MCP servers, skills, and instructions across the agent tools your team already uses.
Keep your shared project instructions, skills, and MCP servers in sync. When you add a skill in Automatic, it's instantly available in Claude Code, Cursor, and any other agent you use.
Connect AI-powered integrations once and use them everywhere. Configure your Model Context Protocol servers centrally and Automatic writes the correct config files for each of your agents.
Stop repeating yourself in every .cursorrules or CLAUDE.md. Compose your project instructions from reusable rule blocks and let Automatic compile them into the right format for each agent.
# Project Overview
This repository contains example pipelines for the Quasar engine, part of the Nebula platform.
Each example demonstrates a specific Quasar pipeline.
All pipelines are defined in YAML and validated against the Quasar schema before deployment...
Persistent context and learnings stored by agents. 9 entries
Give your agents a long-term memory. Automatic captures important decisions, architectural choices, and project learnings—making sure every agent has the context it needs without cluttering up your main instructions.
Define reusable project templates that bundle skills, MCP servers, and agent instructions. Apply a template to any project to instantly to standardize its configuration.
Bundle skills and MCP servers into reusable configurations.
Standard config for Next.js 14+ projects
FastAPI and Postgres configuration
The skills.sh registry is the open-source hub for agent skills. Browse thousands of community-contributed skills, preview their contents, and install them into your local environment with a single click.
$ npx skills add vercel-labs/agent-skills --skill vercel-react-best-practicesReact and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React / Next.js code to ensure optimal performance patterns.
Curated performance patterns drawn from Vercel Engineering's internal review guidelines. Covers component design, data fetching, rendering strategies, and bundle optimization for production React applications.
Stop manually copying AI configuration between projects. Let Automatic handle it.