Skip to content
 
 

Repository files navigation

Port

Port Agent Skills

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.

Skills

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.

Install

Using the skills CLI:

npx skills add port-labs/port-skills --skill port-workflows

Or 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-skills

Cursor: ~/.cursor/skills. GitHub Copilot: ~/.copilot/skills. Both user-level and project-level (.claude/skills, .cursor/skills) paths work.

Claude Code plugin

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

Cursor plugin

The repo also ships as a Cursor plugin, bundling every skill above plus the Port MCP server for Cursor:

Install from the Cursor Marketplace:

  1. Open Cursor Settings → Plugins
  2. Search for Port MCP
  3. 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).

Contributing

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.

Learn more

License

MIT

About

Curated agent skills to work with port.io

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages