hubify generate
Generate a new skill from a natural language prompt using AI. Uses the Anthropic API (Claude Sonnet) when available, falling back to a template-based generator.Usage
Arguments
Natural language description of the skill to generate.
Options
Skill category. Auto-inferred from the prompt if not specified.
Target platform for the skill.
Output directory. Defaults to the current directory.
Skill name. Auto-generated from the prompt if not specified.
Skip the preview step before writing files.
Skip confirmation prompts.
Publish the skill immediately after generation.
Show what would be generated without writing files.
Use a specific template instead of AI generation.
Examples
Basic generation
Specify output and name
Generate and publish immediately
Use a specific category
Dry run
AI Generation
WhenANTHROPIC_API_KEY is set, the generator uses Claude Sonnet to:
- Analyze the prompt for intent, category, and complexity
- Infer relevant tool calls and platform targeting
- Generate a complete SKILL.md with frontmatter and instructions
- Create example usage scenarios