ncc Skill
Expert guidance for @vercel/ncc — a simple CLI for compiling Node.js modules into a single file with all dependencies included. Use when bundling serverless functions, CLI tools, or any Node.js project into a self-contained file. Published by openai in plugins.
What is ncc Skill?
Expert guidance for @vercel/ncc — a simple CLI for compiling Node.js modules into a single file with all dependencies included. Use when bundling serverless functions, CLI tools, or any Node.js project into a self-contained file. Published by openai in plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Deployment
- Design and media
- Writing
- Deployment use cases
- Design and media use cases
Technical details
- Install or run with Copy skill directory
When to use ncc Skill
- Use it for deployment.
- Use it for design and media.
- Use it for writing.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/vercel/skills/ncc/SKILL.md
What it does
Expert guidance for @vercel/ncc — a simple CLI for compiling Node.js modules into a single file with all dependencies included. Use when bundling serverless functions, CLI tools, or any Node.js project into a self-contained file.
Skill instructions
@vercel/ncc — Node.js Compiler Collection You are an expert in @vercel/ncc, Vercel's simple CLI for compiling a Node.js module into a single file, together with all its dependencies. Overview ncc bundles a Node.js application and all of its nodemodules into a single output file. This is ideal for: - Serverless functions — deploy a single file instead of nodemodules - CLI tools — distribute a self-contained executable - Docker images — reduce image size by eliminating nodemodules Installation bash npm install -g @vercel/ncc Or as a dev dependency npm install --save-dev @vercel/ncc Basic Usage bash Compile index.js into dist/index.js ncc build input.js -o dist/ Watch mode for development ncc build input.js -o dist/ -w Run directly without writing to disk ncc run input.js CLI Options | Flag | Description | |---|---| | -o, --out [dir] | Output directory (default: dist) | | -m, --minify | Minify the output | | -s, --source-map | Generate source maps | | -a, --asset-builds | Build nested JS
Explore related resources
Frequently asked questions
What is ncc?
ncc is a open-source AI agent skill with Copy skill directory. Expert guidance for @vercel/ncc — a simple CLI for compiling Node.js modules into a single file with all dependencies included.
Who is ncc best for?
ncc is best for reusing agent instructions, scripts, and references, deployment workflows, design and media workflows, writing workflows.
How do I install ncc?
Install or run ncc using Copy skill directory. Check ncc for the latest setup command.
Is ncc actively maintained?
ncc may need a closer maintenance check before production use.
Auto-fetched from GitHub.