Skip to main content
Back to the directory
supercent-io/skills-templateSoftware EngineeringFrontend and Design

npm-git-install

Install npm packages directly from GitHub repositories using git URLs.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
10

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/supercent-io/skills-template --skill npm-git-install
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, npm-git-install has 10 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: supercent-io/skills-template. Canonical URL: https://skills.sh/supercent-io/skills-template/npm-git-install.

Security audits
Gen Agent Trust HubWARN
SocketPASS
SnykFAIL
About this skill
Install npm packages directly from GitHub repositories using git URLs. Covers how to install npm packages directly from GitHub repositories. Useful for installing packages not in the npm registry, specific branches, or private repositories. What npm performs when installing from a Git URL: #npm #git #github #install #package-management #node - Supports HTTPS and SSH methods for public and private repositories, with authentication via SSH keys or personal access tokens - Install from specific branches, tags, commits, or the default branch by appending # to the git URL - Automatically runs the prepare script during installation, enabling TypeScript compilation and builds for packages not yet published to npm - Add git URLs directly to package.json dependencies using full git URLs or GitHub shorthand syntax ( github:owner/repo#branch ) - Packages Not on npm : Install packages not yet published - Specific Branch/Tag : Install main, develop, specific release tags - Private Repositories : Install packages within an organization - Forked Packages : Use a modified fork version - Test Latest Commits : Test the latest code before a release - Use Specific Version/Tag : Pin version with #v1.0.0 format - Prefer SSH Method : Use SSH key when accessing private repos - Manage Token via Environment Variables : Store PAT in env vars - Commit Lockfile : Ensure reproducibility by committing...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does npm-git-install do?

Install npm packages directly from GitHub repositories using git URLs.

Is npm-git-install good?

npm-git-install does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support npm-git-install?

npm-git-install currently lists compatibility with Gemini CLI, ChatGPT, Skills CLI.

Is npm-git-install safe to install?

npm-git-install has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to npm-git-install?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install npm-git-install?

Run the following command to install npm-git-install: npx skills add https://github.com/supercent-io/skills-template --skill npm-git-install

Related skills

More from supercent-io/skills-template

Related skills

Alternatives in Software Engineering