Curated Agent Skills for working with Port from your coding agent, Claude Code, Cursor, Codex CLI, GitHub Copilot, and others. Point your agent at one of these and ask it to build the thing: a blueprint, a mapping, a workflow, a dashboard, a plugin.
| Skill | What it does |
|---|---|
port-blueprints |
Model your context lake with Port blueprints, properties, and relations. |
port-context-lake |
Design a Port context lake with connected blueprints and semantic relations. |
port-dashboards |
Build Port dashboard pages with widgets, layout, and permissions. |
port-getting-started |
Sign up for Port and connect its MCP server to your coding agent. |
port-integrations |
Configure and troubleshoot Port integration mapping. |
port-permissions |
Configure Port's RBAC across the context lake and pages. |
port-terraform |
Manage Port resources as code with the Terraform provider. |
port-workflows |
Build Port workflows with triggers, action nodes, and conditions. |
Using the skills CLI:
npx skills add port-labs/port-skills --skill port-workflowsOr clone the repo and copy the skill you want into your agent's skill directory:
git clone https://github.com/port-labs/port-skills /tmp/port-skills
cp -r /tmp/port-skills/skills/port-workflows ~/.claude/skills/
rm -rf /tmp/port-skillsCursor: ~/.cursor/skills. GitHub Copilot: ~/.copilot/skills. Both
user-level and project-level (.claude/skills, .cursor/skills) paths work.
This repo also ships as a Claude Code plugin,
bundling every skill above plus the Port MCP server
(both port-eu and port-us regional servers) in one install:
/plugin marketplace add port-labs/port-skills
/plugin install port-skills
The repo also ships as a Cursor plugin, bundling every skill above plus the Port MCP server for Cursor:
Install from the Cursor Marketplace:
- Open Cursor Settings → Plugins
- Search for Port MCP
- Click Install
Or paste the plugin reference in Cursor Settings → Plugins:
port
After installing, run /setup-region to configure your Port MCP server region (EU or US).
See port-skill-creator for the skill format,
authoring conventions, and how to validate a new skill before opening a PR.
See TESTING.md for how to load and exercise the plugin locally
before submitting changes.
- docs.port.io, Port's product documentation
- Port MCP server
- Agent Skills specification