skill-development-workflow

Create and validate a new skill directory structure for the SkillZ MCP server.

60|38|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/abcnuts/manus-skills --skill skill-development-workflow-abcnuts
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-development-workflow
Source: https://github.com/abcnuts/manus-skills/tree/main/skills/workflow-skills/skill-development-workflow
Command: npx skills add https://github.com/abcnuts/manus-skills --skill skill-development-workflow-abcnuts

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates the end-to-end setup of a new skill by creating its directory structure and validating it.

Core Features & Use Cases

  • Initialize a new skill directory structure from a template
  • Validate the created structure to ensure compliance
  • Discover and register the new skill with the SkillZ MCP server for immediate availability

Quick Start

Run the workflow script with your desired skill name to bootstrap a new skill.

Frequently Asked Questions about skill-development-workflow

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

FAQPage Schema
How do I bootstrap a new skill directory structure and validate it?

To bootstrap a new skill, run the workflow script with your desired skill name to initialize its directory structure from a template and validate it for compliance automatically.

What is skill discovery and how does it work with the MCP server?

Skill discovery is the registration process that makes a newly created skill available immediately. The workflow automatically discovers and registers the bootstrapped skill with the MCP-enabled server.

Do I need any dependencies to automate skill creation and validation?

No dependencies are required to automate skill creation. The workflow handles the end-to-end setup, directory initialization, and validation independently without external dependencies.

What's the best way to ensure a compliant skeleton when creating a new skill?

The best way to ensure a compliant skeleton is using an automated workflow that applies template validation immediately after directory creation, ensuring structural compliance before discovery.

Why does my newly created skill not appear in the skill discovery server?

If your new skill is not appearing, the validation step may have failed due to non-compliance, preventing automatic discovery and registration with the SkillZ MCP server.