# Agent Skill Generator

> Generate skills for Claude AI agents.

- Skill: `qyinm/agent-skill-generator` (Agent Skill)
- Install (CLI): `npx skillmds@latest add qyinm/agent-skill-generator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/qyinm/agent-skill-generator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: qyinm (https://skillmd.com/u/qyinm)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/qyinm/agent-skill-generator

---


# Overview
This skill allows you to generate skills for Claude AI agents. It provides a set of tools to create, edit, and manage skills.

# Usage
## Simple Usage
To use this skill, you can call the `generate_skill` function with the desired skill name and description. For example:

```bash
/generate_skill "my_skill" "This is my skill"
```

## Generate with user input

To generate a skill with user input, you can call the `generate_skill_with_user_input` function. For example:

```bash
/generate_skill_with_user_input {ARGUMENTS}
```



