# Agent Skill Creator — One Skill, 14+ Platforms > Turn any workflow into reusable AI agent skills that install on Claude Code, Copilot, Cursor, Windsurf, Codex, Gemini CLI, Kiro, and 7 more tools. No coding required. MIT, 660+ stars. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use **One-liner install:** ```bash curl -fsSL https://raw.githubusercontent.com/FrancyJGLisboa/agent-skill-creator/main/scripts/bootstrap.sh | sh ``` **Or clone manually:** ```bash git clone https://github.com/FrancyJGLisboa/agent-skill-creator.git cd agent-skill-creator ./install.sh # Detects and installs for all your AI tools ``` Then create a skill: ``` /skill-create "Convert my deployment docs into a reusable deploy skill" ``` --- ## Intro Agent Skill Creator transforms any workflow — messy documentation, code snippets, processes, PDFs, even video transcripts — into validated, cross-platform AI agent skills that install on 14+ tools. With 660+ GitHub stars and MIT license, it generates a universal SKILL.md that works natively on Claude Code, GitHub Copilot, Codex CLI, Gemini CLI, Kiro, Goose, and OpenCode, with auto-adapted formats for Cursor (.mdc), Windsurf (.md rules), Cline, Roo Code, and Trae. No spec writing, no prompt engineering, no coding required. Best for: teams who want to package their workflows as reusable skills across multiple AI coding tools. Works with: Claude Code, Copilot, Cursor, Windsurf, Codex, Gemini CLI, Kiro, Goose, Cline, Roo Code, Trae, and more. Setup time: under 2 minutes. --- ## Agent Skill Creator — How It Works ### Three-Phase Pipeline 1. **Understand** — Analyzes your input materials (docs, PDFs, code, transcripts, links) to uncover implicit requirements and intent 2. **Build** — Generates structured SKILL.md with code, documentation, and platform-specific formats 3. **Validate** — Scans for security issues, validates spec quality, detects credentials ### Platform Support | Tier | Platforms | Format | |------|-----------|--------| | **Tier 1** (native) | Claude Code, Copilot, Codex CLI, Gemini CLI, Kiro, Antigravity, Goose, OpenCode | SKILL.md | | **Tier 2** (auto-adapted) | Cursor, Windsurf, Cline, Roo Code, Trae | .mdc / .md rules | | **Tier 3** (manual) | Zed, Junie, Aider | Manual integration | ### Key Features - **Any input format** — Docs, PDFs, code, video transcripts, URLs - **Cross-platform output** — One skill, every tool - **Quality gates** — Spec validation, security scanning, credential detection - **Team sharing** — Publish to GitHub/GitLab, one-command install for teammates - **Staleness monitoring** — Tracks review dates, dependency health, API drift - **Skill registry** — Browse and install team-wide shared skills ### Example ```bash # Turn deployment runbook into a skill /skill-create "Here's our deploy process: SSH to server, pull latest, run tests, build, restart PM2" # Output: .claude/skills/deploy-skill.md (+ Cursor .mdc, Windsurf .md) ``` ### FAQ **Q: What is Agent Skill Creator?** A: A tool that converts any workflow (docs, code, PDFs) into reusable AI agent skills that install on 14+ platforms including Claude Code, Cursor, Copilot, and Gemini CLI. **Q: Is it free?** A: Yes, MIT license. **Q: Do I need to write prompts?** A: No. Describe your workflow in plain language or feed it existing docs. The tool generates the skill automatically. --- ## Source & Thanks > Created by [FrancyJGLisboa](https://github.com/FrancyJGLisboa). Licensed under MIT. > > [agent-skill-creator](https://github.com/FrancyJGLisboa/agent-skill-creator) — ⭐ 660+ --- ## 快速使用 ```bash curl -fsSL https://raw.githubusercontent.com/FrancyJGLisboa/agent-skill-creator/main/scripts/bootstrap.sh | sh ``` 然后:`/skill-create "将我的部署文档转换为可复用的部署技能"` --- ## 简介 将任何工作流转换为可在 14+ 平台安装的 AI Agent 技能——Claude Code、Copilot、Cursor、Windsurf、Codex、Gemini CLI、Kiro 等。无需编码,无需写 Prompt。660+ Star,MIT 许可证。 --- ## 来源与感谢 > Created by [FrancyJGLisboa](https://github.com/FrancyJGLisboa). Licensed under MIT. > > [agent-skill-creator](https://github.com/FrancyJGLisboa/agent-skill-creator) — ⭐ 660+ --- Source: https://tokrepo.com/en/workflows/0b7c0a41-97e1-4187-9cc5-4dc32d91a9cd Author: Skill Factory