Tag: npm

Type: All Skills Tools
skill ★ 77,350

Implementing structured logging and debugging

This skill guides developers on using the `debug` npm package to implement structured logging across LobeHub's various components (server, client, desktop). It details namespace conventions and format specifiers for effective tracing and de…

lobehub/lobehub logging debugging typescript developer-tools
skill ★ 24,338

list contents of an npm package tarball

This skill accurately lists the full contents of an npm package tarball, simulating the files that will be published and downloaded. It is useful for verifying package structure, debugging publishing issues, or confirming file inclusion rul…

vercel/ai npm package-management file-listing debugging
skill

List contents of an npm package tarball

This skill accurately lists the precise file contents of an npm package tarball, simulating the files that will be published and downloaded. It is useful for verifying package structure or debugging publishing issues.

vercel-labs/ai npm package-management file-listing publishing
skill ★ 7

Guided npm release and publishing workflow

This skill orchestrates the entire npm release process, guiding the developer through version determination, comprehensive quality gate checks, rebuilding, and committing. It ensures version consistency across multiple files and pauses for …

testdino-hq/testdino-mcp npm publishing release-workflow version-bump
skill ★ 119

Semantic versioning release workflow automation

This skill guides the developer through the complete semantic versioning release process, including updating package metadata, generating release notes, and committing/tagging the changes. It ensures all necessary steps, from linting to pus…

deusXmachina-dev/memorylane git semver release ci-cd
skill ★ 372,633

OpenClaw Release Management Skill

Automates the end-to-end release and publishing workflow for OpenClaw, including version management, changelog generation, and beta/stable distribution. It handles npm publishing, macOS signing, and compatibility validation across multiple …

openclaw/openclaw release-management npm macos software-deployment
tool

NPM Package Research and Audit Tool

Perform in-depth npm package analysis including bundle size, vulnerability scanning, and download trends. This tool enables comparative audits of package downloads and dependency footprints.

ofershap/mcp-server-npm-plus npm mcp package-analysis security-auditing
skill ★ 2,786

Build and Install Unity MCP CLI

Provides instructions to install dependencies, compile TypeScript source, and globally link the unity-mcp-cli tool.

IvanMurzak/Unity-MCP typescript npm cli-installation build-automation
skill ★ 12

Integrating MDMA into Applications

This skill facilitates the integration of MDMA into applications by configuring parsing, runtime stores, React rendering, and LLM streaming. It provides guidance on leveraging the @mobile-reality package ecosystem for custom components, pro…

MobileReality/mdma mdma react llm-streaming markdown-parsing
skill ★ 1,597

btca CLI for source-grounded research

A source-first research CLI that hydrates git, local, and npm resources into searchable context to provide grounded answers. It enables managing persistent resources or performing one-off queries against anonymous sources.

mark3labs/mcphost cli research source-grounding context-retrieval
skill ★ 11,620

Initialise and Configure Convex Projects

Automate the scaffolding of new Convex projects using official templates or integrate Convex into existing React, Next.js, or Vue applications. It manages dependency installation, provider configuration, and environment variable setup for t…

get-convex/convex-backend convex scaffolding frontend-integration fullstack-development