Add /run-teamforge skill with Playwright driver

Adds a run skill that starts the Django dev server, creates a test
superuser, logs in via /admin/login/, and screenshots any page.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-07 17:01:53 +02:00
parent 198d68e6ff
commit e169d83311
4 changed files with 332 additions and 0 deletions

5
package.json Normal file
View File

@@ -0,0 +1,5 @@
{
"dependencies": {
"playwright": "^1.60.0"
}
}