
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
agentskill-create
Advanced tools
Create Agent Skills with one command for Cursor, Windsurf, Claude and more
🚀 Create Agent Skills with one command for Cursor, Windsurf, Claude and more
npx agentskill-create my-awesome-skill
That's it! The CLI will guide you through the setup process.
npx agentskill-create my-skill-name
You'll be prompted for:
Skip prompts with default values:
npx agentskill-create my-skill-name --yes
| 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 |
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
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...
| Platform | Status |
|---|---|
| Cursor | ✅ Supported |
| Windsurf | ✅ Supported |
| Claude | ✅ Supported |
| GitHub Copilot | ✅ Supported |
Once you've created your skill, submit it to the Agent Skills Directory to reach thousands of AI coding enthusiasts:
Your skill will be discoverable by developers using Cursor, Windsurf, Claude, and more!
We love contributions! Here's how you can help:
# 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
MIT © agentskills.help
Browse hundreds of Agent Skills at agentskills.help - The Open Directory for AI Agent Skills.
Made with ❤️ for the AI coding community
FAQs
Create Agent Skills with one command for Cursor, Windsurf, Claude and more
The npm package agentskill-create receives a total of 2 weekly downloads. As such, agentskill-create popularity was classified as not popular.
We found that agentskill-create demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.