criar-skill

Create, modify, and package Claude skills with TDD and CSO.

16|6|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/georgemarmelstein/superjurista-dev --skill criar-skill-georgemarmelstein
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: criar-skill
Source: https://github.com/georgemarmelstein/superjurista-dev/tree/main/skills/criar-skill
Command: npx skills add https://github.com/georgemarmelstein/superjurista-dev --skill criar-skill-georgemarmelstein

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill facilitates the creation of new Claude skills, modification of existing ones, and packaging specialized knowledge into reusable skill formats. It ensures skills are robust, efficient, and aligned with user needs.

Core Features & Use Cases

  • Skill Creation: Use this Skill when creating new skills, modifying existing ones, or packaging specialized knowledge into reusable formats.
  • TDD Integration: Incorporates Test-Driven Development (TDD) to validate and refine skill functionality.
  • CSO Optimization: Implements Claude Search Optimization (CSO) to enhance skill discoverability and usability.
  • Use Case: Imagine you want to automate a repetitive process in Claude. Use this Skill to capture the workflow and create a skill that automates the process, reducing manual effort and improving accuracy.

Quick Start

Use the crear-skill command to begin creating 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 create a reusable Claude skill from a workflow?

To create a Claude skill, use the `crear-skill` command to capture your workflow and package specialized knowledge into a reusable, testable format. This process automates repetitive tasks and packages domain knowledge into Claude's skill structure.

What is Claude Search Optimization (CSO) for skills?

Claude Search Optimization (CSO) is a technique to enhance skill discoverability and usability within Claude. Implementing CSO ensures your packaged skills are robust, efficient, and easily found by users who need them.

Can I use TDD to validate Claude skill functionality?

Yes, you can use Test-Driven Development (TDD) to validate and refine Claude skill functionality. Integrating TDD into the skill lifecycle ensures that newly created or modified skills are robust and operate without errors.

What's the best way to package specialized knowledge for Claude?

The best way to package specialized knowledge is to use a skill creation tool that integrates TDD and CSO. This approach manages the entire skill lifecycle, ensuring your knowledge is validated, optimized, and formatted correctly.

Do I need dependencies to modify existing Claude skills?

No dependencies are required to modify existing Claude skills. The skill lifecycle management process operates independently, allowing you to refine and optimize skills without external packages or libraries.

When should I not use a skill creation workflow for automation?

You should avoid skill creation workflows if your process requires external dependencies or lacks repetitive patterns. Skills are designed for reusable automation, so one-off manual tasks do not benefit from TDD and CSO packaging.