paadhai-skill

Enforce Paadhai skill scaffolding conventions with required metadata and gate handling.

1|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/learnzdevelopmenthub/paadhai --skill paadhai-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paadhai-skill
Source: https://github.com/learnzdevelopmenthub/paadhai/tree/main/.claude/skills/paadhai-skill
Command: npx skills add https://github.com/learnzdevelopmenthub/paadhai --skill paadhai-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Stops inconsistent Paadhai skill additions by guiding maintainers through every required check so new skills align with registry expectations.

Core Features & Use Cases

  • Metadata Gathering: Prompts for name, trigger, purpose, and pipeline position while validating format and conflicts.
  • Convention Enforcement: Reads configuration, reference docs, and existing skills, then determines the next gate number before generating SKILL.md content.
  • Registration Workflow: Specifies how to write the file, update CLAUDE.md and plugin.json, and commit the new skill for reliable delivery.

Quick Start

Use paadhai-skill to gather new skill info, compute the next gate, and draft the SKILL.md before updating registry files.

Frequently Asked Questions about paadhai-skill

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

FAQPage Schema
How do I scaffold new skills with required metadata and gate handling?

Scaffolding new skills requires reading .paadhai.json and existing CLAUDE.md files to validate configuration, review references, compute gate numbering, and generate SKILL.md content matching capability markers before committing.

What is the workflow for registering a new Claude skill in the plugin registry?

Registering a Claude skill involves prompting for name, trigger, and purpose, validating format conflicts, writing the SKILL.md file, updating CLAUDE.md and plugin.json, and committing the new skill for reliable delivery.

How does gate management work when adding updates to Paadhai skills?

Gate management works by reading existing configuration, reference docs, and registered skills to determine the next sequential gate number before generating compliant SKILL.md content.

Can I use paadhai-skill to validate configuration conflicts before committing updates?

Yes, paadhai-skill validates configuration by reading .paadhai.json and existing plugin registries, checking metadata formats, and resolving trigger conflicts before drafting SKILL.md content for commits.

Why does my new skill fail registry expectations when committing?

New skills fail registry expectations when SKILL.md content lacks required metadata, proper gate numbering, or capability markers, which this scaffolding convention enforcement prevents.

Do I need to manually update CLAUDE.md and plugin.json after creating a skill scaffold?

No, the registration workflow specifies how to automatically write SKILL.md, update CLAUDE.md and plugin.json, and commit the new skill to align with registry expectations.