New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

agentskill-create

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

agentskill-create

Create Agent Skills with one command for Cursor, Windsurf, Claude and more

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
2
-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

create-agent-skill

🚀 Create Agent Skills with one command for Cursor, Windsurf, Claude and more

npm version License: MIT Node.js Version

create-agent-skill

✨ Features

  • 📦 One Command Setup - Create a fully configured Agent Skill project instantly
  • 🎯 Multiple Platforms - Support for Cursor, Windsurf, Claude, GitHub Copilot
  • 📝 Interactive CLI - Guided prompts for easy configuration
  • 🏗️ Best Practices - Generated projects follow established conventions
  • 🔧 Customizable - Templates designed for easy modification

🚀 Quick Start

npx agentskill-create my-awesome-skill

That's it! The CLI will guide you through the setup process.

📖 Usage

npx agentskill-create my-skill-name

You'll be prompted for:

  • Skill name - The name of your skill
  • Description - Brief description of what your skill does
  • Author - Your name or organization
  • Platforms - Target AI assistants (Cursor, Windsurf, Claude, etc.)
  • Category - Type of skill (Code Generation, Code Review, Testing, etc.)
  • License - Open source license

Quick Mode

Skip prompts with default values:

npx agentskill-create my-skill-name --yes

Options

OptionDescription
--yes, -ySkip prompts and use defaults
--no-gitSkip git initialization
--template <name>Use a specific template
--version, -vShow version number
--help, -hShow help

📁 Generated Project Structure

my-awesome-skill/
├── SKILL.md              # Core skill configuration (YAML + Markdown)
├── README.md             # Project documentation
├── prompts/              # AI prompts directory
│   └── main.md           # Main skill prompt
├── examples/             # Usage examples (optional)
│   └── example.md        # Example interactions
├── .gitignore           
└── LICENSE               # Your chosen license

SKILL.md Format

The generated SKILL.md follows the standard Agent Skill format:

---
name: my-awesome-skill
description: A skill that helps with code review
author: John Doe
version: 1.0.0
category: code-review
platforms:
  - cursor
  - windsurf
  - claude
tags:
  - code-review
  - best-practices
---

# My Awesome Skill

## Description
Your skill description here...

## Usage
How to use this skill...

🎯 Supported Platforms

PlatformStatus
Cursor✅ Supported
Windsurf✅ Supported
Claude✅ Supported
GitHub Copilot✅ Supported

📂 Skill Categories

  • 🔨 Code Generation - Generate code from descriptions
  • 🔍 Code Review - Automated code review and suggestions
  • 🧪 Testing - Generate and improve tests
  • 📝 Documentation - Generate docs and comments
  • ♻️ Refactoring - Code improvement suggestions
  • 🐛 Debugging - Help identify and fix bugs
  • 🏗️ Architecture - Design pattern guidance
  • 🔒 Security - Security best practices
  • Performance - Performance optimization

📤 Publish Your Skill

Once you've created your skill, submit it to the Agent Skills Directory to reach thousands of AI coding enthusiasts:

👉 Submit to agentskills.help

Your skill will be discoverable by developers using Cursor, Windsurf, Claude, and more!

🤝 Contributing

We love contributions! Here's how you can help:

Development

# Clone the repository
git clone https://github.com/qiao0919/create-agent-skill.git
cd create-agent-skill

# Install dependencies
npm install

# Build
npm run build

# Run locally
npm start -- my-test-skill

📄 License

MIT © agentskills.help

🌐 Discover More Skills

Browse hundreds of Agent Skills at agentskills.help - The Open Directory for AI Agent Skills.

Browse Skills

Made with ❤️ for the AI coding community

Keywords

agent-skills

FAQs

Package last updated on 08 Feb 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