跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Skill Creator OpenAI

技能 已验证 活跃

Guide for creating effective skills. Use when users want to create a new skill (or update an existing skill) that extends the model's capabilities with specialized knowledge, workflows, or tool integrations.

目的

To guide users in creating effective AI agent skills by providing best practices, structural guidelines, and utility scripts.

功能

  • Guidance on skill structure and principles
  • Scripts for initializing new skills
  • Validation script for checking skill structure
  • Best practices for documentation and resource management

使用场景

  • Creating a new AI agent skill from scratch
  • Updating an existing AI agent skill
  • Ensuring a skill follows best practices for structure and documentation
  • Validating the basic format of a skill before integration

非目标

  • Running or executing other AI skills
  • Providing domain-specific knowledge beyond skill authoring
  • Directly editing the code of skills other than the ones being created or validated

工作流

  1. Understand skill requirements
  2. Plan reusable skill contents
  3. Initialize the skill using `init_skill.py`
  4. Edit SKILL.md and add resources
  5. Validate the skill using `quick_validate.py`
  6. Iterate based on testing and usage

实践

  • Skill Authoring
  • Code Generation
  • Documentation Best Practices

先决条件

  • Python 3

安装

请先添加 Marketplace

/plugin marketplace add lawvable/awesome-legal-skills
/plugin install skill-creator-openai@lawvable

质量评分

已验证
96 /100
3 days ago 分析

信任信号

最近提交2 months ago
星标349
许可证Apache-2.0
状态
查看源代码

类似扩展

Context Mode Ops

100

使用并行子代理军队管理 context-mode GitHub 问题、PR、发布和营销。为每个任务编排 10-20 个动态代理。在分类问题、审查 PR、发布版本、撰写 LinkedIn 帖子、宣布发布、修复错误、合并贡献、验证 ENV 变量、测试适配器或同步分支时使用。

技能
mksglu

Cli Creator

100

Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.

技能
openai

Fixflow

100

使用严格的交付工作流执行编码任务:构建完整计划、分步实现、持续运行测试,并默认在每一步 (`per_step`) 后提交。当用户要求行为驱动交付或需求不明确时,支持显式提交策略覆盖 (`final_only`, `milestone`) 和可选的 BDD(给定/当/则)。

技能
majiayu000

Kotlin Mcp Server Generator

100

Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.

技能
github

Spec to Repo

100

Use when the user says 'build me an app', 'create a project from this spec', 'scaffold a new repo', 'generate a starter', 'turn this idea into code', 'bootstrap a project', 'I have requirements and need a codebase', or provides a natural-language project specification and expects a complete, runnable repository. Stack-agnostic: Next.js, FastAPI, Rails, Go, Rust, Flutter, and more.

技能
alirezarezvani

Extract

100

Turn a proven pattern or debugging solution into a standalone reusable skill with SKILL.md, reference docs, and examples.

技能
alirezarezvani