OutlineDriven

Cursor Skills Port — Development skill for Claude Code

Development community

Cursor plugin specification and official plugins ported to multiple agents.

How to install Cursor Skills Port

This entry records only its repository, not the path inside it, so there is no exact command to give. Open OutlineDriven/cursor-skills-port and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Cursor Skills Port does

Cursor plugin specification and official plugins ported to multiple agents.

Alternatives in Development

  • Plugins — Cursor plugin specification and official plugins 5.2k ★
  • Tau — A Python port of Pi’s minimalist coding agent 2.5k ★
  • Contributing To N-skills — This is a curated marketplace 930 ★

README

Cursor plugins

Official Cursor plugins for popular developer tools, frameworks, and SaaS products. Each plugin is a standalone directory at the repository root with its own `.cursor-plugin/plugin.json` manifest.

Plugins

name Plugin Author Category description (from marketplace)
continual-learning Continual Learning Cursor Developer Tools Incremental transcript-driven memory updates for AGENTS.md using high-signal bullet points only.
cursor-team-kit Cursor Team Kit Cursor Developer Tools Internal team workflows used by Cursor developers for CI, code review, shipping, local automation, and verification.
create-plugin Create Plugin Cursor Developer Tools Scaffold and validate new Cursor plugins.
agent-compatibility Agent Compatibility Cursor Developer Tools CLI-backed repo compatibility scans plus Cursor agents that audit startup, validation, and docs against reality.
cli-for-agent CLI for Agents Cursor Developer Tools Patterns for designing CLIs that coding agents can run reliably: flags, help with examples, pipelines, errors, idempotency, dry-run.
pr-review-canvas PR Review Canvas Cursor Developer Tools Render PR diffs as interactive Cursor Canvases organized for reviewer comprehension — groups changes by importance, separates boilerplate from core logic, and highlights tricky or unexpected code.
docs-canvas Docs Canvas Cursor Developer Tools Render documentation — architecture notes, API references, runbooks, and codebase walkthroughs — as a navigable Cursor Canvas with sections, table of contents, diagrams, and cross-references.
cursor-sdk Cursor SDK Cursor Developer Tools Build apps, scripts, CI pipelin