Skip to content

Add npx and pnpm dlx as package runner options in skills#53

Merged
devxoul merged 2 commits intomainfrom
fix/skill-package-runners
Mar 10, 2026
Merged

Add npx and pnpm dlx as package runner options in skills#53
devxoul merged 2 commits intomainfrom
fix/skill-package-runners

Conversation

@devxoul
Copy link
Owner

@devxoul devxoul commented Mar 10, 2026

Summary

  • Update all 5 skill SKILL.md files to list npx -y, bunx, and pnpm dlx as package runner options in the "command not found" troubleshooting sections (matching vibe-notion pattern)
  • Extend the "never run" warning to also cover npx <cli-name> (not just bunx)

Summary by cubic

Added npx -y and pnpm dlx as package runner options (alongside bunx) in the troubleshooting sections for agent-discord, agent-discordbot, agent-slack, agent-slackbot, and agent-teams.
Expanded the warning to never run npx agent-.../bunx agent-.../pnpm dlx agent-...; use agent-messenger <platform> instead, and ask for or use the user's preferred runner.

Written for commit 871855c. Summary will update on new commits.

@vercel
Copy link

vercel bot commented Mar 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
agent-messenger Ignored Ignored Mar 10, 2026 11:40pm

Request Review

Copy link

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 issues found across 5 files

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="skills/agent-slack/SKILL.md">

<violation number="1" location="skills/agent-slack/SKILL.md:410">
P2: The new warning omits `pnpm dlx agent-slack`, even though `pnpm dlx` was just introduced as a runner and can hit the same wrong-package install risk.</violation>
</file>

<file name="skills/agent-slackbot/SKILL.md">

<violation number="1" location="skills/agent-slackbot/SKILL.md:331">
P2: The "NEVER run" warning is incomplete after adding `pnpm dlx`; it should also forbid `pnpm dlx agent-slackbot` to avoid inconsistent guidance.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

@devxoul devxoul merged commit da69d06 into main Mar 10, 2026
5 checks passed
@devxoul devxoul deleted the fix/skill-package-runners branch March 10, 2026 23:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant