4 Commits

Author SHA1 Message Date
Al-Garadi
ef285b5c97 fix: sync upstream main with Windows validation and skill guidance cleanup (#457)
* fix: stabilize validation and tests on Windows

* test: add Windows smoke coverage for skill activation

* refactor: make setup_web script CommonJS

* fix: repair aegisops-ai frontmatter

* docs: add when-to-use guidance to core skills

* docs: add when-to-use guidance to Apify skills

* docs: add when-to-use guidance to Google and Expo skills

* docs: add when-to-use guidance to Makepad skills

* docs: add when-to-use guidance to git workflow skills

* docs: add when-to-use guidance to fp-ts skills

* docs: add when-to-use guidance to Three.js skills

* docs: add when-to-use guidance to n8n skills

* docs: add when-to-use guidance to health analysis skills

* docs: add when-to-use guidance to writing and review skills

* meta: sync generated catalog metadata

* docs: add when-to-use guidance to Robius skills

* docs: add when-to-use guidance to review and workflow skills

* docs: add when-to-use guidance to science and data skills

* docs: add when-to-use guidance to tooling and automation skills

* docs: add when-to-use guidance to remaining skills

* fix: gate bundle helper execution in Windows activation

* chore: drop generated artifacts from contributor PR

* docs(maintenance): Record PR 457 sweep

Document the open issue triage, PR supersedence decision, local verification, and source-only cleanup that prepared PR #457 for re-running CI.

---------

Co-authored-by: sickn33 <sickn33@users.noreply.github.com>
2026-04-05 21:04:39 +02:00
sickn33
054565490e meta(skills): Backfill risk and source metadata
Add a conservative metadata fixer for missing risk and source fields,
cover it with tests, and backfill the remaining skills using explicit
source inference only when the provenance is clear. Fall back to the
repo-documented defaults when the file does not support a stronger claim.

Refs #365
2026-03-20 09:17:09 +01:00
Gizzant
1a5c4059bd Update SKILL.md to final version (#305)
* Update SKILL.md to final version

* fix: restore analyze-project frontmatter

---------

Co-authored-by: sck_0 <samujackson1337@gmail.com>
2026-03-16 15:56:50 +01:00
Gizzant
80abf0f4d6 Add analyze-project — Root Cause Analyst skill (#297)
* Add analyze-project — Root Cause Analyst skill

New forensic analysis skill for Antigravity.

Reads brain/ artifacts (task.md, plans, walkthroughs + .resolved.N versions), classifies scope changes, rework shapes, root causes (SPEC_AMBIGUITY, REPO_FRAGILITY, etc.), clusters friction hotspots, and auto-updates project-health-state + prompt_improvement_tips.md.

Full workflow and SKILL.md included.

* Update SKILL.md

Shorten frontmatter description to pass validation (<200 chars)

* Update SKILL.md

Fix YAML syntax + shorten description to pass validation (<200 chars); improve portability

* Create sample_session_analysis_report.md

Add examples/ with trimmed sample output report to demonstrate skill results

* Update SKILL.md

Fix non-portable hardcoded path in Step 11a (project-health-state) per bot feedback
2026-03-14 17:48:23 +01:00