← Back to registry

Artifact Runtime · TOOL

Canonical runtime-backed view of the artifact, independent from metadata governance.

Resolved Artifact

{
  "definition": {
    "function": {
      "description": "Formally create a new Hera Skill Playbook to persist orchestrated workflows and cognitive loops. Hera will automatically detect it and inject it into progressive disclosure.",
      "name": "create_skill",
      "parameters": {
        "properties": {
          "description": {
            "description": "A very concise 1-sentence description. This will be shown to Hera as the tool description, explaining WHEN it should use this skill.",
            "type": "string"
          },
          "name": {
            "description": "Short, lowercase dir name for the skill (e.g. 'rust_architect')",
            "type": "string"
          },
          "playbook": {
            "description": "The actual detailed markdown rules, instructions, and orchestration steps. (e.g. 'Use spawn_parallel_agents to audit X, then do Y...')",
            "type": "string"
          }
        },
        "required": [
          "name",
          "description",
          "playbook"
        ],
        "type": "object"
      }
    },
    "type": "function"
  },
  "kind": "tool",
  "summary": {
    "description": "Formally create a new Hera Skill Playbook to persist orchestrated workflows and cognitive loops. Hera will automatically detect it and inject it into progressive disclosure.",
    "id": "create_skill",
    "kind": "tool",
    "path": "Tools/global/agents/create_skill.json",
    "title": "create_skill"
  },
  "validation_issues": []
}

Validation

No validation issues detected.