chrismaz11/Cross Model Skill Sync
Validate and refresh repo-resident AI control files from a canonical project spec.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-root | Repository root to manage. | no | . |
| target-models | Comma-separated model adapters to validate or refresh. | no | openai,claude,gemini |
| mode | Operation mode: validate or refresh. | no | validate |
| fail-on-drift | Fail the action when drift is detected. | no | true |
| report-path | Path to write the JSON report to, relative to the repository root. | no | .ai/skills/reports/ai-skill-sync-report.json |
Outputs
| name | description |
|---|---|
| drift-detected | Whether any drift or missing derived files were detected. |
| report-path | Absolute path to the generated JSON report. |