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

@konductro/cursor-plugin

v1.0.0

Published

Cursor IDE plugin for the Konductro platform: technical analysis, delivery tasks, repository profiling, and prototype workflows.

Downloads

106

Readme

@konductro/cursor-plugin

Cursor IDE plugin for the Konductro delivery platform. Enables technical analysis, story decomposition, ticket management, prototype delivery, and ticket-to-PR workflows directly from Cursor.

Prerequisites

  • Node.js 18+
  • Cursor IDE (any plan — MCP works on free tier)
  • Konductro CLI token (generated in Konductro → Settings → CLI Access)

Install

npm install -g @konductro/cursor-plugin

Setup

konductro-cursor-setup --url https://platform.konductro.com --token YOUR_CLI_TOKEN

This will:

  1. Configure the Konductro MCP server in ~/.cursor/mcp.json
  2. Install Cursor Rules to ~/.cursor/rules/

After setup, reload Cursor (Cmd+Shift+P → "Developer: Reload Window").

Options

| Flag | Description | Default | |------|-------------|---------| | --url | Konductro platform URL | Required | | --token | Your personal CLI token | Required | | --project | Install to .cursor/ in current directory instead of global | false | | --env-refs | Use ${env:...} references instead of inline values (for git-committed configs) | false |

Rules (Workflows)

Rules are guided workflows that Cursor invokes based on context:

| Rule | Description | |------|-------------| | start-ticket | Pick up a Konductro ticket, create branch, and start work | | decompose | Decompose a story into technical implementation tasks | | technical-analysis | Perform a technical analysis for a project phase | | profile-repository | Scan repository and submit its tech profile | | prototype | Build a UX prototype and publish to S3 | | find-prototype | Find and download approved prototypes | | bug-enrich | Enrich a bug report with codebase context |

MCP Tools

Tools are called automatically by Cursor's agent based on your requests:

| Tool | What it does | |------|-------------| | list_my_tickets | List all tickets assigned to you | | get_ticket_context | Load full context for a ticket | | start_work | Create branch and start a ticket | | create_pr | Create a pull request for a ticket | | list_tech_analysis_tasks | List tech analysis assignments | | get_task_context | Load tech analysis context | | submit_tech_analysis | Submit analysis document | | list_decomposition_tasks | List story decomposition assignments | | get_decomposition_context | Load story context | | submit_decomposition_task | Submit a decomposed task | | complete_decomposition | Mark decomposition complete | | list_prototype_tasks | List prototype assignments | | get_prototype_context | Load prototype context | | start_prototype_work | Mark prototype in progress | | request_upload_credentials | Get S3 upload credentials | | submit_prototype | Submit completed prototype | | profile_repository | Submit repository profile | | find_project_prototypes | Find UX prototypes for a project |

Updating Your Token

Run the setup command again with the new token:

konductro-cursor-setup --url https://platform.konductro.com --token NEW_TOKEN

Troubleshooting

  • MCP server not connecting: Reload Cursor after config changes (Cmd+Shift+P → "Developer: Reload Window")
  • Tools not showing: Check Cursor Settings → MCP tab for connection status and errors
  • Rules not activating: Ensure rules are in ~/.cursor/rules/ or .cursor/rules/ and mention Konductro in your prompt