iiRecord
Agentic AI Atlas · Micro Skills
tool:micro-skillsa5c.ai
II.
Tool JSON

tool:micro-skills

Structured · live

Micro Skills json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/tools/tools-agent-skills.yamlCluster · domain
Record JSON
{
  "id": "tool:micro-skills",
  "_kind": "Tool",
  "_file": "domain/tools/tools-agent-skills.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Micro Skills",
    "homepageUrl": "https://github.com/anthropics/micro-skills",
    "kind": "other",
    "description": "Converts agent skills into gated micro-pipelines with hard quality\nchecks at each stage. Breaks down broad skills into discrete,\ntestable steps with pass/fail gates — ensuring each micro-step\nmeets quality criteria before proceeding. Enforces structured\nexecution discipline on otherwise open-ended agent behaviors,\nreducing hallucination and drift in multi-step workflows.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:micro-skills",
      "to": "skill-area:ai-agent-development",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:micro-skills",
      "to": "skill-area:code-quality",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:micro-skills",
      "to": "topic:agent-plugin-system",
      "kind": "relates_to_topic",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}