Skip to content

continuewith-ai/agent-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ContinueWith agent plugins

MCP server configs and install skills for coding agents — one repo, one MCP server (@continuewith/mcp).

GitHub

Quick pick

Agent Folder Config file
Cursor cursor/ .cursor/mcp.json + optional plugin.json
VS Code (Copilot agent) vscode/ .vscode/mcp.json
Claude Code claude-code/ .mcp.json or user MCP settings
Windsurf windsurf/ Windsurf MCP settings
Codex codex/ Codex / OpenAI agent MCP config

All folders use the same server block — copy from mcp.json if your tool expects a different path.

MCP server (canonical)

{
  "mcpServers": {
    "continuewith": {
      "command": "npx",
      "args": ["-y", "@continuewith/mcp@latest"]
    }
  }
}

Tools exposed: get_install_snippet, install_continuewith_widget, search_ready_directory, and more.

Skills (optional)

Copy folders from skills/ into your agent skills directory:

Skill Use when
install-on-landing-page New marketing / landing pages
coming-soon-handoff Teaser / launch pages
blog-handoff Blog posts and articles
saas-marketing-handoff SaaS marketing sites

Cursor: .cursor/skills/ · Claude Code: project or user skills path · See each agent README.

Without MCP

npx continuewith@latest add
npx continuewith@latest verify

Docs: https://continuewith.ai/docs/agents

Related

License

MIT © ContinueWith

About

MCP configs and skills for Cursor, VS Code, Claude Code, Windsurf, and Codex

Resources

License

Stars

3 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors