skill-creator

Automates creation and documentation of Claude Code skills via a guided workflow.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/Patrity/cognova-v1 --skill skill-creator-patrity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Patrity/cognova-v1/tree/main/Claude/skills/skill-creator
Command: npx skills add https://github.com/Patrity/cognova-v1 --skill skill-creator-patrity

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Assists developers in creating new Claude Code skills by outlining a guided, search-powered workflow.

Core Features & Use Cases

  • Guided skill creation: provides a structured process for clarifying requirements, evaluating existing solutions via WebSearch, and selecting the appropriate skill type (pure instruction, Python script, or subagent).
  • Safety and best practices: enforces secrets handling, frontmatter configuration, and tool usage to ensure secure, reusable skills.
  • Quick-start guidance: delivers a ready-to-use SKILL.md template and step-by-step workflow for production-ready skills.

Quick Start

Start by collecting the desired skill requirements and then guide the user through generating a complete SKILL.md workflow.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a Claude Code skill from scratch?

To create a Claude Code skill, you define the skill requirements, validate existing solutions via WebSearch, and generate a production-ready SKILL.md file with appropriate frontmatter and tooling configurations.

What is the best way to structure a SKILL.md file for Claude Code?

A well-structured SKILL.md file for Claude Code requires defined frontmatter, clear tool usage guidelines, secrets handling protocols, and optional resources to ensure the skill is secure and reusable in production environments.

Can I integrate MCPs or plugins when building Claude Code skills?

Yes, you can integrate MCPs or plugins during Claude Code skill creation by specifying the necessary tool usage and dependencies within the skill's workflow and frontmatter configuration.

What are the different types of Claude Code skills I can build?

Claude Code skills can be built as pure instruction sets, Python scripts, or subagents, allowing you to select the appropriate skill type based on your specific project requirements and automation needs.

Do I need to handle secrets manually when generating a SKILL.md workflow?

Secrets handling is enforced automatically during the skill creation workflow, ensuring that sensitive information is managed securely within the generated SKILL.md configuration without requiring manual intervention.

How does web search validation work during Claude Code skill creation?

Web search validation works by querying existing solutions through WebSearch during the skill creation process, allowing you to evaluate available alternatives and refine your skill requirements before generating the final SKILL.md.