npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

agentskill-create

v1.0.0

Published

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

Readme

create-agent-skill

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

npm version License: MIT Node.js Version

✨ 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

Interactive Mode (Recommended)

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

| Option | Description | |--------|-------------| | --yes, -y | Skip prompts and use defaults | | --no-git | Skip git initialization | | --template <name> | Use a specific template | | --version, -v | Show version number | | --help, -h | Show 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

| Platform | Status | |----------|--------| | 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:

  1. Report Bugs - Open an issue
  2. Suggest Features - Start a discussion
  3. Submit PRs - Fork, create a branch, and submit a pull request

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.