bun-publish

Publish a package to the npm registry after building with Bun. Use when the user wants to release to npm, preview a publish with `--dry-run`, publish a scoped package with `--access public`, or enable supply chain `--provenance` signing. Triggers: "publish to npm", "release this package", "npm publish dry run", "publish scoped package with provenance".

Safety Notice

This listing is imported from SkillsMP metadata and should be treated as untrusted until upstream source review is completed.

Copy this and send it to your AI assistant to learn

Install skill "bun-publish" with this command: npx skills add laurigates/skillsmp-laurigates-laurigates-bun-publish

No markdown body

This source entry does not include full markdown content beyond metadata.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Web3

parallel-agent-dispatch

Dispatch contract for any workflow that spawns more than one agent in parallel — whether via the native TeamCreate / agent-teams flow or plain parallel Agent tool fan-out. Covers the three recurring failure modes: worktree hygiene collisions, unbounded agent scope leading to context overflow, and silent agent exits that leave loose ends invisible to the orchestrator. Use when planning to spawn two or more agents that run concurrently, when authoring a lead/orchestrator prompt that will fan out work, or when recovering from a silent agent exit or worktree collision. Complements agent-teams (TeamCreate mechanics) and custom-agent-definitions (agent file structure).

Repository SourceNeeds Review
Web3

langchain-init

Initialize a new LangChain TypeScript project with recommended configuration. Use when starting a new LLM-powered application, scaffolding an AI agent project, or setting up LangChain with TypeScript from scratch.

Repository SourceNeeds Review
Coding

python-code-quality

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

task-add

File a new taskwarrior task with blueprint linkage (bpid/bpdoc/bpms) and, when a GitHub remote is present, optional issue linkage via ghid. Checks for duplicates by bpid, offers to pre-fill from an existing GitHub issue, or offers to create a new issue. Use when adding a coordination task for multi-agent work, linking a blueprint WO to an actionable queue entry, or mirroring a GitHub issue into the local task queue.

Repository SourceNeeds Review
bun-publish | V50.AI