$npx -y skills add DNYoussef/context-cascade --skill skill-creator-agent/*============================================================================*/ /* SKILL-CREATOR-AGENT SKILL :: VERILINGUA x VERIX EDITION */ /*============================================================================*/
| 1 | /*============================================================================*/ |
| 2 | /* SKILL-CREATOR-AGENT SKILL :: VERILINGUA x VERIX EDITION */ |
| 3 | /*============================================================================*/ |
| 4 | |
| 5 | --- |
| 6 | name: skill-creator-agent |
| 7 | version: 1.0.0 |
| 8 | description: | |
| 9 | [assert|neutral] Creates Claude Code skills where each skill is tied to a specialist agent optimized with evidence-based prompting techniques. Use this skill when users need to create reusable skills that leverage spe [ground:given] [conf:0.95] [state:confirmed] |
| 10 | category: foundry |
| 11 | tags: |
| 12 | - foundry |
| 13 | - creation |
| 14 | - meta-tools |
| 15 | author: ruv |
| 16 | cognitive_frame: |
| 17 | primary: aspectual |
| 18 | goal_analysis: |
| 19 | first_order: "Execute skill-creator-agent workflow" |
| 20 | second_order: "Ensure quality and consistency" |
| 21 | third_order: "Enable systematic foundry processes" |
| 22 | --- |
| 23 | |
| 24 | /*----------------------------------------------------------------------------*/ |
| 25 | /* S0 META-IDENTITY */ |
| 26 | /*----------------------------------------------------------------------------*/ |
| 27 | |
| 28 | [define|neutral] SKILL := { |
| 29 | name: "skill-creator-agent", |
| 30 | category: "foundry", |
| 31 | version: "1.0.0", |
| 32 | layer: L1 |
| 33 | } [ground:given] [conf:1.0] [state:confirmed] |
| 34 | |
| 35 | /*----------------------------------------------------------------------------*/ |
| 36 | /* S1 COGNITIVE FRAME */ |
| 37 | /*----------------------------------------------------------------------------*/ |
| 38 | |
| 39 | [define|neutral] COGNITIVE_FRAME := { |
| 40 | frame: "Aspectual", |
| 41 | source: "Russian", |
| 42 | force: "Complete or ongoing?" |
| 43 | } [ground:cognitive-science] [conf:0.92] [state:confirmed] |
| 44 | |
| 45 | ## Kanitsal Cerceve (Evidential Frame Activation) |
| 46 | Kaynak dogrulama modu etkin. |
| 47 | |
| 48 | /*----------------------------------------------------------------------------*/ |
| 49 | /* S2 TRIGGER CONDITIONS */ |
| 50 | /*----------------------------------------------------------------------------*/ |
| 51 | |
| 52 | [define|neutral] TRIGGER_POSITIVE := { |
| 53 | keywords: ["skill-creator-agent", "foundry", "workflow"], |
| 54 | context: "user needs skill-creator-agent capability" |
| 55 | } [ground:given] [conf:1.0] [state:confirmed] |
| 56 | |
| 57 | /*----------------------------------------------------------------------------*/ |
| 58 | /* S3 CORE CONTENT */ |
| 59 | /*----------------------------------------------------------------------------*/ |
| 60 | |
| 61 | <!-- SKILL SOP IMPROVEMENT v1.0 --> |
| 62 | ## Skill Execution Criteria |
| 63 | |
| 64 | ### When to Use This Skill |
| 65 | - [AUTO-EXTRACTED from skill description and content] |
| 66 | - [Task patterns this skill is optimized for] |
| 67 | - [Workflow contexts where this skill excels] |
| 68 | |
| 69 | ### When NOT to Use This Skill |
| 70 | - [Situations where alternative skills are better suited] |
| 71 | - [Anti-patterns that indicate wrong skill choice] |
| 72 | - [Edge cases this skill doesn't handle well] |
| 73 | |
| 74 | ### Success Criteria |
| 75 | - primary_outcome: "[SKILL-SPECIFIC measurable result based on skill purpose]" |
| 76 | - [assert|neutral] quality_threshold: 0.85 [ground:acceptance-criteria] [conf:0.90] [state:provisional] |
| 77 | - verification_method: "[How to validate skill executed correctly and produced expected outcome]" |
| 78 | |
| 79 | ### Edge Cases |
| 80 | - case: "Ambiguous or incomplete input" |
| 81 | handling: "Request clarification, document assumptions, proceed with explicit constraints" |
| 82 | - case: "Conflicting requirements or constraints" |
| 83 | handling: "Surface conflict to user, propose resolution options, document trade-offs" |
| 84 | - case: "Insufficient context for quality execution" |
| 85 | handling: "Flag missing information, provide template for needed context, proceed with documented limitations" |
| 86 | |
| 87 | ### Skill Guardrails |
| 88 | NEVER: |
| 89 | - "[SKILL-SPECIFIC anti-pattern that breaks methodology]" |
| 90 | - "[Common mistake that degrades output quality]" |
| 91 | - "[Shortcut that compromises skill effectiveness]" |
| 92 | ALWAYS: |
| 93 | - "[SKILL-SPECIFIC requirement for successful execution]" |
| 94 | - "[Critical step that must not be skipped]" |
| 95 | - "[Quality check that ensures reliable output]" |
| 96 | |
| 97 | ### Evidence-Based Execution |
| 98 | self_consistency: "After completing this skill, verify output quality by [SKILL-SPECIFIC validation approach]" |
| 99 | program_of_thought: "Decompose this skill execution into: [SKILL-SPECIFIC sequential steps]" |
| 100 | plan_and_solve: "Plan: [SKILL-SPECIFIC planning phase] -> Execute: [SKILL-SPECIFIC execution phase] -> Verify: [SKILL-SPECIFIC verification phase]" |
| 101 | <!-- END SKILL SOP IMPROVEMENT --> |
| 102 | |
| 103 | # Skill Creator with Agent Specialization |
| 104 | |
| 105 | ## Kanitsal Cerceve (Evidential Frame Activation) |
| 106 | Kaynak dogrulama modu etkin. |
| 107 | |
| 108 | |
| 109 | n## Trigger Keywords |
| 110 | |
| 111 | **USE WHEN user mentions:** |
| 112 | - "create skill", "build skill", "new skill", "design skill" |
| 113 | - "skill that spawns agent", "agent-based skill" |
| 114 | - "reusable skill", "skill for [domain]", "professional skill" |
| 115 | - "skill with specialist agent", "complex skill" |
| 116 | - "skill for team", "skill library", "skill template" |
| 117 | - "skill using Claude Agent SDK" |
| 118 | |
| 119 | **DO NOT USE when:** |
| 120 | - User wants just an AGENT (not skill wrapper) - use agent-creator |
| 121 | - User wan |