🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@dharun235/create-skill

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dharun235/create-skill

A skill package for writing AI agent skills

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

@dharun235/create-skill

Package for writing AI agent skills.

Install

npm install @dharun235/create-skill

If you are installing from this repository locally:

cd create-skill
npm pack
npm install ./dharun235-create-skill-1.0.0.tgz

Use

Use this package to write or package a skill with:

  • clear frontmatter
  • a short core workflow
  • optional references for deeper detail
  • trigger testing before release

Package layout

  • SKILL.md - metadata and core instructions
  • references/ - details, examples, and testing guidance

Publish

  • Update the version in package.json.
  • Run npm pack.
  • Publish with npm publish.

Thanks

Based on the Nevo guide on writing AI agent skills.

Keywords

ai-skill

FAQs

Package last updated on 01 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts