skill-author

Create cross-platform SKILL.md files for Claude Code and IBM Bob.

1.8k|149|Updated Jul 31, 2025
One-click install
npx skills add https://github.com/generative-computing/mellea --skill skill-author-generative-computing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-author
Source: https://github.com/generative-computing/mellea/tree/main/.agents/skills/skill-author
Command: npx skills add https://github.com/generative-computing/mellea --skill skill-author-generative-computing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires mellea, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of creating new agent skills across different AI platforms, simplifying the process of skill development and compatibility.

Core Features & Use Cases

  • Skill Authoring: Facilitates the drafting, validation, and installation of new agent skills.
  • Cross-Platform Compatibility: Ensures that the skills are compatible with Claude Code and IBM Bob.
  • Structured Workflow: Guides users through naming, scaffolding, and writing SKILL.md files.

Quick Start

To create a new skill, navigate to .agents/skills/ and run uv mellea create <skill-name>.

Frequently Asked Questions about skill-author

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create cross-compatible AI skills for Claude Code and IBM Bob?

You can create cross-compatible AI skills by using a skill authoring tool to generate structured SKILL.md files, scaffold directory structures, and validate scripts for both Claude Code and IBM Bob platforms.

What is the process for scaffolding a new AI agent skill?

Scaffolding a new AI agent skill requires navigating to `.agents/skills/` and running `uv mellea create <skill-name>` to generate the structured SKILL.md file and required directory structure.

Does skill authoring for Claude Code require manual directory setup?

Skill authoring for Claude Code does not require manual setup; the workflow automates scaffolded directory creation and generates structured SKILL.md files for immediate cross-platform compatibility.

Can I validate AI skill scripts during the authoring process?

You can validate AI skill scripts during the authoring process because the workflow includes script execution components designed specifically to validate agent skills before installation.

What's the best way to ensure skills work across different AI platforms?

The best way to ensure cross-platform AI skill compatibility is to use a structured authoring workflow that drafts, validates, and installs skills specifically designed for Claude Code and IBM Bob compatibility.

Do I need mellea installed to author new agent skills?

You need mellea installed to author new agent skills because the scaffolding and creation process depends on the `uv mellea create` command to generate required structured files.