{
  "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "description": "Add and configure ngx-theme-stack in an Angular project.",
      "factory": "./ng-add/index#ngAdd",
      "schema": "./ng-add/schema.json"
    },
    "sync": {
      "description": "Re-sync the anti-flash script in index.html with the current provideThemeStack() configuration.",
      "factory": "./sync/index#sync",
      "schema": "./sync/schema.json"
    },
    "skill": {
      "description": "Generate an AI Agent Skill (SKILL.md) in the project root.",
      "factory": "./skill/index#skill",
      "schema": "./skill/schema.json"
    }
  }
}