skills/smithery.ai/autofix-blueprint-syntax

autofix-blueprint-syntax

Installation
SKILL.md

Blueprint Syntax Skill

Fixes parsing and syntax errors in Android Blueprint (Android.bp) files.

Detection Patterns

  • Android.bp:X:Y: parse error
  • expected ',' before ']'
  • unexpected '}'
  • unrecognized property

Strategy

  1. Locate Error: Find the exact line and column in Android.bp.
  2. Identify Issue: Parse the syntax error description.
  3. Fix Syntax: Apply the appropriate correction.

Instructions

Installs
1
First Seen
Mar 21, 2026
autofix-blueprint-syntax from smithery.ai