一键导入
skill-creator
Create and initialize new Agent Skills following the agentskills.io standard. Use this when you need to modularize a new capability for the AI agent.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create and initialize new Agent Skills following the agentskills.io standard. Use this when you need to modularize a new capability for the AI agent.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | skill-creator |
| description | Create and initialize new Agent Skills following the agentskills.io standard. Use this when you need to modularize a new capability for the AI agent. |
| license | MIT |
| metadata | {"standard":"agentskills.io","version":"1.1"} |
This skill guides the agent in creating a new Agent Skill following the official specification.
.agents/skills/<skill-name>/.agents/skills/<skill-name>/scripts/ for executable code..agents/skills/<skill-name>/references/ for deep documentation..agents/skills/<skill-name>/assets/ for templates and static files.name and description.SKILL.md under 500 lines. Move heavy technical details to references/.npm run sync para actualizar la documentación global del proyecto en AGENTS.md.---
name: <skill-name>
description: <Clear description of what it does and when to use it>
license: MIT
metadata:
author: <your-name>
version: "1.0"
---
Help the team document and maintain Architecture Decision Records (ADRs).
Expert guidance on document processing with Docling and audio transcription with Whisper.
Standard for creating technical documentation in this repository. Use this when writing new documentation in docs/ to ensure consistent hierarchy and formatting.
Expert guidance on creating accurate, visually polished Mermaid diagrams for architecture documentation.
Expert guidance on MongoDB implementation for RAG, including aggregation pipelines and search patterns.
Expert guidance on building agents and tools with Pydantic AI.