feat: add /canary, /benchmark, /land-and-deploy skills (v0.7.0)

Three new skills that close the deploy loop:
- /canary: standalone post-deploy monitoring with browse daemon
- /benchmark: performance regression detection with Web Vitals
- /land-and-deploy: merge PR, wait for deploy, canary verify production

Incorporates patterns from community PR #151.

Co-Authored-By: HMAKT99 <HMAKT99@users.noreply.github.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-03-17 23:01:10 -07:00
parent 716e4c934a
commit a35b5b3c6d
10 changed files with 2047 additions and 0 deletions
+3
View File
@@ -72,6 +72,9 @@ describe('gen-skill-docs', () => {
{ dir: 'plan-design-review', name: 'plan-design-review' },
{ dir: 'design-review', name: 'design-review' },
{ dir: 'design-consultation', name: 'design-consultation' },
{ dir: 'canary', name: 'canary' },
{ dir: 'benchmark', name: 'benchmark' },
{ dir: 'land-and-deploy', name: 'land-and-deploy' },
];
test('every skill has a SKILL.md.tmpl template', () => {