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.
先审查再安装
这个资产需要先审查。复制的指令会要求 Agent dry-run、列出写入项,确认后再继续。
npx -y tokrepo@latest install 0b7c0a41-97e1-4187-9cc5-4dc32d91a9cd --target codex先 dry-run,确认写入项后再运行此命令。
What it is
Agent Skill Creator is a tool that transforms workflows into portable AI agent skills. One skill definition deploys across Claude Code, GitHub Copilot, Cursor, Windsurf, Codex, Gemini CLI, Kiro, and seven additional platforms.
The tool targets developers and teams who build reusable automation but do not want to maintain separate plugins for each AI coding tool. Write once, install everywhere, with no coding required.
The project is actively maintained and suitable for both individual developers and teams looking to integrate it into their existing toolchain. Documentation and community support are available for onboarding.
How it saves time or tokens
Instead of writing and maintaining 14 separate plugin formats, you define a skill once in a standard format. The creator handles format conversion for each target platform. This eliminates the maintenance burden of keeping multiple plugin implementations in sync as platforms evolve their APIs.
For teams evaluating multiple tools in the same category, the clear documentation and active community reduce the time spent on research and troubleshooting. Getting started takes minutes rather than hours of configuration.
How to use
- Define your workflow as a skill using the standard skill template (YAML or Markdown format).
- Run the Agent Skill Creator to validate and convert the skill definition.
- Choose your target platforms from the supported list.
- Install the generated skill files into each platform's configuration directory.
Example
# skill.yaml — portable skill definition
name: code-reviewer
description: Automated code review with security checks
triggers:
- on_pr_open
- on_file_change
steps:
- action: analyze
target: changed_files
checks: [security, performance, style]
- action: comment
format: inline_suggestions
platforms:
- claude-code
- copilot
- cursor
- gemini-cli
Related on TokRepo
- AI Tools for Automation — Browse automation tools that pair well with agent skills.
- Prompt Library — Discover prompt templates that can serve as skill building blocks.
Common pitfalls
- Assuming all 14 platforms support every skill feature. Some platforms lack tool calling or file system access. Check the compatibility matrix before relying on advanced capabilities.
- Writing overly complex skills that chain 10+ steps. Simpler skills install more reliably across platforms and are easier to debug.
- Not testing the generated skill on at least two target platforms before distributing. Format conversion can introduce subtle differences in behavior.
- Applying the skill without reading the documentation first. Each skill has specific prerequisites and configuration requirements that affect the quality of results.
常见问题
It supports Claude Code, GitHub Copilot, Cursor, Windsurf, Codex, Gemini CLI, Kiro, and seven additional AI coding tools. The full list is maintained in the project repository.
No. Skills are defined in YAML or Markdown format using a declarative template. The Agent Skill Creator handles all code generation and format conversion for each target platform.
Yes. The project is MIT-licensed and open source. Community contributions for additional platform support are accepted through pull requests.
Yes. Skill files are plain text that you can commit to version control and share. Team members install them by placing the generated files in the appropriate platform configuration directory.
The Agent Skill Creator maintains format converters for each platform. When a platform updates its format, you regenerate your skills using the updated converter without changing your source definition.
引用来源 (3)
- Agent Skill Creator GitHub— Supports 14+ AI coding platforms including Claude Code, Copilot, Cursor
- Agent Skill Creator README— MIT licensed open-source project
- Anthropic Docs— Claude Code custom slash commands and skills
来源与感谢
Created by FrancyJGLisboa. Licensed under MIT.
agent-skill-creator — ⭐ 660+
讨论
相关资产
Hugging Face Skills — Agent Skills Marketplace
Install Hugging Face Skills to teach your agent Hub workflows (download, upload, datasets, evals) across Claude Code, Codex, and Cursor.
Get Shit Done (GSD) — Meta-Prompting Dev System for Claude Code
A spec-driven development system with 48.6k GitHub stars. Adds phase-based planning, multi-agent execution, verification gates, and state persistence to Claude Code, Cursor, Gemini CLI and 9 more runtimes. Install with one npx command.
一个Skill,拉满Agent联网和浏览器能力
开源 Agent Skill,让 Claude Code / OpenClaw 等 Agent 获得完整联网能力:10个子Agent并行操作100个网页,自带登录态复用、站点经验沉淀、反爬适配。安装一行命令搞定。
Claude Official Skill: skill-creator
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, ru...