criar-skill

Generate a complete SKILL.md from workflows or session histories.

81|31|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/okjpg/skill-creator --skill criar-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: criar-skill
Source: https://github.com/okjpg/skill-creator/tree/main
Command: npx skills add https://github.com/okjpg/skill-creator --skill criar-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates turning ad-hoc workflows, session histories, or new ideas into a complete, QA-verified SKILL.md that can be deployed to ~/.claude/skills/.

Core Features & Use Cases

  • Generate a complete SKILL.md from a workflow, session, or idea.
  • Automatic QA checks for kebab-case names, triggers, edge cases, and credentials exposure.
  • Deploy to ~/.claude/skills/ with optional GitHub backup via evals/evals.json.

Quick Start

Describe a workflow or paste a session, then trigger /criar-skill to generate a new SKILL.

Frequently Asked Questions about criar-skill

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

FAQPage Schema
How do I automatically generate a Claude Code skill from an existing workflow?

To capture repetitive processes, deploy the skill to ~/.claude/skills/ by generating a SKILL.md from your workflow or session. It ensures valid kebab-case frontmatter and outputs evals.json for testing.

How do I create a SKILL.md file from session histories or notes?

Creating a SKILL.md from session histories involves feeding your notes into the skill generator, which structures the content into a deployable file with valid frontmatter, detects credentials exposure, and outputs evals.json for testing.

Does generating a SKILL.md require manual checks for credentials exposure?

No, generating a SKILL.md includes automatic QA checks that detect credentials exposure, validate kebab-case names, and verify triggers and edge cases before deploying to ~/.claude/skills/.

Can I deploy generated skills directly to ~/.claude/skills/ with GitHub backup?

Yes, you can deploy generated skills to ~/.claude/skills/ with optional GitHub backup via evals/evals.json. This ensures your automated workflows are version-controlled and tested.

What is the best way to turn ad-hoc workflows into production-ready Claude Code skills?

The best way to turn ad-hoc workflows into production-ready Claude Code skills is by automating SKILL.md generation from your existing processes. This approach ensures structured outputs, QA validation, and proper deployment to ~/.claude/skills/.

Why do I need evals.json when creating a new Claude Code skill?

You need evals.json when creating a new Claude Code skill to provide QA validation and structured testing. It ensures the automated workflow functions correctly and can be backed up via GitHub before deployment.