npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@port-labs/port-skills

v1.0.1

Published

Port's public Agent Skills, installable as an npm package or as a Claude Code / Cursor plugin.

Readme

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