{
  "schema_version": "openagent.resource.v1",
  "id": "res_react_native_agent_skills",
  "slug": "react-native-agent-skills",
  "status": "published",
  "identity": {
    "name": "React Native Agent Skills",
    "one_liner": "React Native-focused skills for helping coding agents work on mobile app projects.",
    "short_description": "React Native Agent Skills is a Callstack Incubator repository of agent-optimized skills for coding assistants working in React Native projects."
  },
  "classification": {
    "resource_type": "skill",
    "primary_category": "skills",
    "subcategories": [
      "agent-skill",
      "coding-agent",
      "developer-workflow",
      "workflow"
    ]
  },
  "positioning": {
    "why_it_matters": "React Native Agent Skills matters because mobile projects have conventions, build systems, testing flows, and upgrade traps that generic agents often miss. Domain-specific skills can make agents behave more like an experienced React Native developer.",
    "best_for": [
      "React Native teams using coding agents",
      "Developers who want mobile-specific agent procedures",
      "Tool builders studying domain-specific skill libraries"
    ],
    "not_for": [
      "Users who want a fully managed consumer product with no setup work",
      "Teams that cannot review the linked source, license, and operational requirements before adoption"
    ],
    "use_cases": [
      "developer-workflow"
    ],
    "target_audience": [
      "developer",
      "agent_builder"
    ],
    "maturity": "active"
  },
  "decision_signals": {
    "deployment_modes": [],
    "open_source": true,
    "local_first": false,
    "self_hostable": false,
    "has_api": false,
    "has_gui": false,
    "supports_mcp": false,
    "supports_docker": false
  },
  "facts": {
    "license": "MIT",
    "pricing_model": "open_source",
    "github_repo_full_name": "callstackincubator/agent-skills",
    "last_verified_at": "2026-04-19"
  },
  "capabilities": {
    "core_capabilities": [
      "agent-skill",
      "workflow"
    ],
    "interfaces": [
      "repo"
    ]
  },
  "links": {
    "primary_url": "https://github.com/callstackincubator/agent-skills",
    "items": [
      {
        "type": "github",
        "label": "GitHub",
        "url": "https://github.com/callstackincubator/agent-skills"
      },
      {
        "type": "homepage",
        "label": "Source",
        "url": "https://skills.sh/callstackincubator"
      }
    ]
  },
  "media": {
    "thumbnail_url": "https://github.com/callstackincubator.png",
    "og_image_url": "https://github.com/callstackincubator.png",
    "thumbnail_brief": {
      "resource_type": "skill",
      "visual_motif": "clean technical blocks with a small source-link motif",
      "background_style": "minimal App Store editorial card using restrained open-source accents",
      "title_overlay": "React Native Agent Skills",
      "subtitle": "React Native-focused skills for helping coding agents work on mobile app projects.",
      "avoid": [
        "busy benchmark poster",
        "unverified logos",
        "marketing-heavy screenshots"
      ]
    }
  },
  "tags": {
    "category": [
      "skill",
      "open-source"
    ],
    "capability": [
      "agent-skill",
      "workflow"
    ],
    "constraint": [
      "open-source"
    ],
    "scenario": [
      "developer-workflow"
    ]
  },
  "relationships": {},
  "machine_readable": {
    "canonical_url": "https://www.openagent.bot/skills/react-native-agent-skills",
    "json_url": "https://www.openagent.bot/skills/react-native-agent-skills.json",
    "markdown_url": "https://www.openagent.bot/skills/react-native-agent-skills.md"
  },
  "seo": {
    "title": "React Native Agent Skills: Skills resource for open AI builders",
    "description": "React Native Agent Skills profile on OpenAgent.bot: what it is, when to use it, official links, open-source status, and structured resource data."
  },
  "editorial": {
    "trust_note": "Verified from source links and project metadata.",
    "core_strengths": [
      {
        "title": "Domain-specific skills",
        "description": "The repository focuses on React Native rather than generic coding advice.",
        "why_it_matters": "Specificity is what makes skills more valuable than broad prompts."
      },
      {
        "title": "Agent-optimized format",
        "description": "Skills are written for AI coding assistants and agent workflows.",
        "why_it_matters": "The content is designed to guide agent behavior during real implementation tasks."
      },
      {
        "title": "Mobile workflow coverage",
        "description": "React Native work often needs upgrade, device, build, and platform context.",
        "why_it_matters": "These are exactly the details generic LLMs tend to mishandle."
      }
    ],
    "use_case_notes": [
      {
        "title": "React Native upgrades",
        "description": "Guide agents through version and dependency upgrades with mobile-specific context."
      },
      {
        "title": "Mobile debugging",
        "description": "Help agents reason about simulator, device, and platform-specific issues."
      },
      {
        "title": "Project conventions",
        "description": "Provide reusable instructions for how React Native projects should be changed safely."
      }
    ],
    "compare_notes": [
      {
        "title": "Better for mobile than generic coding skills",
        "summary": "General skills help with process; this repository is more useful when the codebase is specifically React Native.",
        "against": "general agent skill packs"
      }
    ],
    "getting_started": [
      {
        "label": "Review the GitHub repository",
        "url": "https://github.com/callstackincubator/agent-skills",
        "type": "github"
      }
    ],
    "command_line": [
      {
        "label": "Clone the skills",
        "command": "git clone https://github.com/callstackincubator/agent-skills.git",
        "description": "Use the repository instructions to install or copy relevant skills."
      }
    ],
    "seo_article": {
      "intro": "React Native Agent Skills is a Callstack Incubator repository of agent-optimized skills for coding assistants working in React Native projects.",
      "what_it_is": "React Native Agent Skills is an open agent skill resource: a reusable procedure, instruction pack, or capability layer that should make an agent better at a repeatable task than one-off prompting.",
      "why_it_matters": "React Native Agent Skills matters because mobile projects have conventions, build systems, testing flows, and upgrade traps that generic agents often miss. Domain-specific skills can make agents behave more like an experienced React Native developer.",
      "how_it_works": "Evaluate React Native Agent Skills by reading its official source, then running one workflow end to end. Check when the skill should be invoked, what inputs it expects, what evidence it collects, and how easy it is to edit or version.",
      "use_cases": [
        {
          "title": "React Native upgrades",
          "description": "Guide agents through version and dependency upgrades with mobile-specific context."
        },
        {
          "title": "Mobile debugging",
          "description": "Help agents reason about simulator, device, and platform-specific issues."
        },
        {
          "title": "Project conventions",
          "description": "Provide reusable instructions for how React Native projects should be changed safely."
        }
      ],
      "alternatives": [
        {
          "title": "Better for mobile than generic coding skills",
          "summary": "General skills help with process; this repository is more useful when the codebase is specifically React Native.",
          "against": "general agent skill packs"
        }
      ],
      "getting_started": [
        {
          "label": "Review the GitHub repository",
          "url": "https://github.com/callstackincubator/agent-skills",
          "type": "github"
        }
      ],
      "faq": [
        {
          "question": "What should I check before using React Native Agent Skills?",
          "answer": "Evaluate React Native Agent Skills by reading its official source, then running one workflow end to end. Check when the skill should be invoked, what inputs it expects, what evidence it collects, and how easy it is to edit or version."
        },
        {
          "question": "Is React Native Agent Skills open source?",
          "answer": "React Native Agent Skills is listed with MIT based on the official source links in this profile. Re-check the repository, model card, or docs before production use."
        },
        {
          "question": "Who should evaluate React Native Agent Skills?",
          "answer": "React Native Agent Skills is most worth evaluating for react Native teams using coding agents."
        }
      ]
    }
  },
  "timestamps": {
    "created_at": "2026-04-19T00:00:00.000Z",
    "updated_at": "2026-04-19T00:00:00.000Z",
    "published_at": "2026-04-19T00:00:00.000Z"
  }
}