clix-skill-creator

Generates Clix skill scaffolds with SKILL.md, references, scripts, and examples from validated MCP searches.

5|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/clix-so/skills --skill clix-skill-creator
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: clix-skill-creator
Source: https://github.com/clix-so/skills/tree/main/skills/skill-creator
Command: npx skills add https://github.com/clix-so/skills --skill clix-skill-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Generates complete, MCP-first skill scaffolds for new Clix agent capabilities, including SKILL.md, references, scripts, and examples, to standardize how skills are authored.

Core Features & Use Cases

  • MCP-driven scaffolding: uses clix-mcp-server:search_docs and clix-mcp-server:search_sdk to validate concepts and signatures before implementation.
  • Complete scaffold generation: produces a ready-to-use skill folder with MCP-first discipline, including SKILL.md, references/, and scripts/.
  • Guardrails and reuse: enforces no-hallucination rules and aligns with repository conventions to enable safe, repeatable skill creation.

Quick Start

Create a complete Clix skill scaffold for a new capability using MCP-first guidance.

Frequently Asked Questions about clix-skill-creator

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

FAQPage Schema
How do I scaffold a new automation skill without hallucinating SDK signatures?▼

To scaffold a new automation skill without hallucinating SDK signatures, use an MCP-first approach that queries MCP documentation to verify conceptual behavior and exact signatures before generating any implementation files.

What is MCP-first scaffolding for agent development?▼

MCP-first scaffolding is a development process that searches MCP documentation and SDK references to validate concepts before generating a complete skill folder with SKILL.md, references, and scripts.

How do I generate a reproducible skill folder structure for Clix?▼

You can generate a reproducible skill folder structure for Clix by using scaffolding automation that produces SKILL.md, references, scripts, and examples while enforcing no-hallucination rules and repository conventions.

Can I validate generated skill scripts against repository conventions?▼

Yes, you can validate generated skill scripts against repository conventions because the scaffold includes dedicated validation scripts and aligns outputs with existing repository standards for safe, repeatable creation.

Do I need MCP search tools to create new development skills?▼

You need MCP search tools like search_docs and search_sdk to perform MCP-first research, ensuring the generated development skill scaffolds are validated against exact SDK signatures before implementation.