skill-creator

Create Agent Skills-compliant skills with directory structure and registry sync.

39|7|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/Senuto/nodeshub-seo-skills --skill skill-creator-senuto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Senuto/nodeshub-seo-skills/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/Senuto/nodeshub-seo-skills --skill skill-creator-senuto

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of creating and syncing new Agent Skills-compliant skills, simplifying the setup and management of skills for SEO automation.

Core Features & Use Cases

  • Skill Scaffolding: Automatically generates the full directory structure for new skills, including SKILL.md with complete frontmatter, scripts/, and evals/.
  • Support for nod- and Generic Skills: Handles both NodesHub API-based skills and generic skills.
  • Registry Sync: Automatically updates the skills table in nod-nodeshub-api/SKILL.md and the skills list in CLAUDE.md.
  • Trigger Phrases: Uses predefined trigger phrases for agent discovery.
  • Compatibility: Requires Python 3.9+.

Quick Start

To create a new skill, use the command: /skill-creator create "skill-name" "short-description" ["cost"]

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I automate skill creation and generate the directory structure for Agent Skills?

To automate skill creation, use the skill-creator command to scaffold the full directory structure, including SKILL.md frontmatter, scripts, and evals, ensuring compliance with Agent Skills standards. This automates registration and registry synchronization.

What is the difference between nod- and generic skills when scaffolding new Python scripts?

When scaffolding Python scripts, nod- skills integrate with the NodesHub API, while generic skills operate independently without API dependencies. The skill creation process automatically configures the correct directory structure and frontmatter for either type.

How do I sync a newly created skill with the SKILL.md registry and CLAUDE.md?

To sync a newly created skill, the skill-creator automatically updates the skills table in nod-nodeshub-api/SKILL.md and the skills list in CLAUDE.md during the creation process. This ensures registry synchronization without manual edits.

Does skill creation for Agent Skills require a specific Python version?

Yes, skill creation for Agent Skills requires Python 3.9 or higher. This compatibility requirement ensures that the generated Python scripts and directory structures function correctly within the NodesHub environment.

What's the best way to add trigger phrases for agent discovery in new skills?

The best way to add trigger phrases is through the skill-creator, which uses predefined trigger phrases during the skill scaffolding process. These are embedded directly into the SKILL.md frontmatter to enable automatic agent discovery.