@appsforgood/next-supabase-kit 0.1.0 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +31 -1
- package/DOGFOOD.md +1 -1
- package/README.md +24 -7
- package/REPOSITORY_SETTINGS.md +2 -1
- package/SUPPLY_CHAIN.md +5 -5
- package/UPGRADE.md +14 -10
- package/antigravity/commands/audit.toml +16 -0
- package/antigravity/commands/copy.toml +16 -0
- package/antigravity/commands/frontend.toml +17 -0
- package/antigravity/commands/handoff.toml +16 -0
- package/antigravity/commands/plan.toml +18 -0
- package/antigravity/commands/security.toml +16 -0
- package/antigravity/commands/setup.toml +16 -0
- package/antigravity/commands/ship.toml +17 -0
- package/antigravity/commands/upgrade.toml +17 -0
- package/antigravity/plugin.json +58 -0
- package/assistant-adapters/README.md +1 -0
- package/assistant-adapters/antigravity.md +56 -0
- package/assistant-adapters/claude-code-subagents.md +1 -1
- package/assistant-adapters/codex-agents.md +2 -1
- package/assistant-adapters/cursor-agent-kit.mdc +2 -2
- package/assistant-adapters/github-copilot-instructions.md +1 -1
- package/assistant-adapters/github-next-supabase.instructions.md +1 -1
- package/dist/index.js +3956 -1105
- package/dist/index.js.map +1 -1
- package/dist/studio/office/assets/office.css +551 -0
- package/dist/studio/office/assets/office.js +1105 -0
- package/dist/studio/wizard/assets/wizard.css +525 -0
- package/dist/studio/wizard/assets/wizard.js +692 -0
- package/examples/next-supabase-installed/.agent-kit/manifest.json +13 -12
- package/examples/next-supabase-installed/.agent-kit/model-routing.json +7 -0
- package/examples/next-supabase-installed/README.md +3 -3
- package/examples/next-supabase-installed/audit-output.json +24 -7
- package/examples/next-supabase-installed/tree.txt +6 -0
- package/model-routing/default-model-routing.json +7 -0
- package/package.json +13 -5
- package/runtime-skills/README.md +7 -0
- package/runtime-skills/accessibility-wcag/SKILL.md +8 -0
- package/runtime-skills/agent-handoff-tracing/SKILL.md +8 -0
- package/runtime-skills/best-practice-maturity-review/SKILL.md +8 -0
- package/runtime-skills/content-first-design/SKILL.md +8 -0
- package/runtime-skills/conversion-copywriting/SKILL.md +8 -0
- package/runtime-skills/deployment-observability/SKILL.md +8 -0
- package/runtime-skills/docs-maintainer/SKILL.md +8 -0
- package/runtime-skills/frontend-design-system/SKILL.md +8 -0
- package/runtime-skills/frontend-distinctiveness-benchmark/SKILL.md +8 -0
- package/runtime-skills/frontend-product-quality-rubric/SKILL.md +8 -0
- package/runtime-skills/landing-page-copy/SKILL.md +8 -0
- package/runtime-skills/nextjs-app-router/SKILL.md +8 -0
- package/runtime-skills/onboarding-empty-state-copy/SKILL.md +8 -0
- package/runtime-skills/owasp-security-review/SKILL.md +8 -0
- package/runtime-skills/planning-council/SKILL.md +8 -0
- package/runtime-skills/positioning-messaging/SKILL.md +8 -0
- package/runtime-skills/postgres-migrations/SKILL.md +8 -0
- package/runtime-skills/product-voice-tone/SKILL.md +8 -0
- package/runtime-skills/reference-led-design-critique/SKILL.md +8 -0
- package/runtime-skills/supabase-auth-rls/SKILL.md +8 -0
- package/runtime-skills/testing-qa/SKILL.md +8 -0
- package/runtime-skills/upgrade-maintenance/SKILL.md +8 -0
- package/runtime-skills/visual-regression-qa/SKILL.md +8 -0
- package/schemas/onboarding-state.schema.json +33 -0
- package/templates/next-supabase/.github/workflows/agent-kit-audit.yml +35 -0
- package/templates/next-supabase/AGENTS.md +1 -1
- package/templates/next-supabase/ASSISTANT_ADAPTERS.md +21 -3
- package/templates/next-supabase/CLAUDE.md +39 -0
- package/templates/next-supabase/DECISIONS.md +14 -0
- package/templates/next-supabase/DOCS.md +4 -0
- package/templates/next-supabase/MODEL_ROUTING.md +12 -0
- package/templates/next-supabase/QUALITY_GATES.md +4 -0
- package/templates/next-supabase/SPEC.md +2 -0
- package/templates/next-supabase/TESTING.md +3 -0
- package/templates/next-supabase/UPGRADE.md +8 -4
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"packageName": "@
|
|
3
|
-
"packageVersion": "0.1.
|
|
2
|
+
"packageName": "@appsforgood/next-supabase-kit",
|
|
3
|
+
"packageVersion": "0.1.3",
|
|
4
4
|
"stack": "next-supabase",
|
|
5
|
-
"installedAt": "2026-06-
|
|
5
|
+
"installedAt": "2026-06-14T04:35:38.435Z",
|
|
6
6
|
"docs": [
|
|
7
7
|
"AGENTS.md",
|
|
8
8
|
"AGENT_ROSTER.md",
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"skills",
|
|
28
28
|
"prompts",
|
|
29
29
|
"checklists",
|
|
30
|
+
"runtime-skills",
|
|
30
31
|
"design-adapters",
|
|
31
32
|
"assistant-adapters",
|
|
32
33
|
"design-briefs",
|
|
@@ -37,22 +38,22 @@
|
|
|
37
38
|
"agentRoster": ".agent-kit/agent-roster.json",
|
|
38
39
|
"modelRouting": ".agent-kit/model-routing.json",
|
|
39
40
|
"templateHashes": {
|
|
40
|
-
"AGENTS.md": "
|
|
41
|
+
"AGENTS.md": "c7f3e7360938a1ed804d2110e9af96e6f09d50c49138063bef0db1642ddaf84f",
|
|
41
42
|
"AGENT_ROSTER.md": "fb88198d0a5f911ec8cbaa2850c1a47e1dbd1fe2c8144f9ce633bbfc1ec414d3",
|
|
42
|
-
"ASSISTANT_ADAPTERS.md": "
|
|
43
|
+
"ASSISTANT_ADAPTERS.md": "7deab45792ad5724c292f99fda64ea24d84dbdf81204a8fa0371325dbc86671b",
|
|
43
44
|
"COUNCIL.md": "40bec9051664c9c38b8360ee16f21b5e4716030d19c493cdec67395ab06528e1",
|
|
44
45
|
"SKILLS.md": "3c3c2eb40438a42026479dccac7bbf084ba22e2d758c425dff59385d05eae3bd",
|
|
45
|
-
"SPEC.md": "
|
|
46
|
-
"DECISIONS.md": "
|
|
47
|
-
"DOCS.md": "
|
|
46
|
+
"SPEC.md": "bb0406a141338b630a82026e4a2bb37f38448b3641d3b3ada62d146711a4fbfe",
|
|
47
|
+
"DECISIONS.md": "0c08d1106a40f829b197d552d0397c9bcd9af7e168a55c47ff5be033c6035ec6",
|
|
48
|
+
"DOCS.md": "4a2940e8d2526d4ad8f481c82451dd65d62f0420638795580a5f04dacec237de",
|
|
48
49
|
"DESIGN.md": "70f52e539073e7c4c1d37e63c9a21672a3221d2931d3ff284058dabf60243530",
|
|
49
50
|
"MESSAGING.md": "f1f7c0f11796820b60bb44e42a65749763f7167944ba6acf092a1cf7b59e50de",
|
|
50
|
-
"MODEL_ROUTING.md": "
|
|
51
|
-
"QUALITY_GATES.md": "
|
|
51
|
+
"MODEL_ROUTING.md": "f0ca3bd12872cd5f61ff4c6bef670249c0a0188f20c049cb0d09d84219b1839c",
|
|
52
|
+
"QUALITY_GATES.md": "df9a39ad301394f7f58bc3dd5bf52f9fafeefffdc240fb7ae6a9b6a74b8da0b5",
|
|
52
53
|
"STYLE_GUIDE.md": "dcaed2d7885e920060d74e4ba5a8d548a08a729a3efc178434a17b5a182fb628",
|
|
53
54
|
"SECURITY.md": "f046e4dc794f49700ddee4cb866e2ba1983a1b71268f2e244892d615b41714f8",
|
|
54
|
-
"TESTING.md": "
|
|
55
|
+
"TESTING.md": "30ef3fa51a6b8e0b5ef608d7b7c448d6a7958bc87c27e15786a54f361fc7ef23",
|
|
55
56
|
"DEPLOYMENT.md": "c33d949c2b1850f8ee6c38e5ec565325c3d47f4daac13b81c75e1b35655ea174",
|
|
56
|
-
"UPGRADE.md": "
|
|
57
|
+
"UPGRADE.md": "d4678475458744dee7c1f23b69c04e3cf82d9e896196e62455585aaae5d3a25a"
|
|
57
58
|
}
|
|
58
59
|
}
|
|
@@ -153,6 +153,13 @@
|
|
|
153
153
|
"modelSelection": "Use Copilot chat or coding-agent model selection where available; repo instructions advise but do not force model selection",
|
|
154
154
|
"enforcement": "advisory",
|
|
155
155
|
"adapter": ".agent-kit/assistant-adapters/model-selection/github-copilot-model-selection.md"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"tool": "Antigravity",
|
|
159
|
+
"instructionSurface": ".antigravity/agent-kit/plugin.json, .antigravity/agent-kit/commands/*.toml, and .antigravity/runtime-skills/*/SKILL.md",
|
|
160
|
+
"modelSelection": "Use Antigravity runtime or workspace model controls where available; native commands advise Agent Kit model profiles but do not force provider selection",
|
|
161
|
+
"enforcement": "advisory",
|
|
162
|
+
"adapter": ".agent-kit/assistant-adapters/antigravity.md"
|
|
156
163
|
}
|
|
157
164
|
],
|
|
158
165
|
"updatePolicy": [
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
This directory shows the expected shape after running:
|
|
4
4
|
|
|
5
5
|
```bash
|
|
6
|
-
npx @
|
|
7
|
-
npx @
|
|
8
|
-
npx @
|
|
6
|
+
npx @appsforgood/next-supabase-kit init --stack next-supabase
|
|
7
|
+
npx @appsforgood/next-supabase-kit audit --json
|
|
8
|
+
npx @appsforgood/next-supabase-kit audit --min-readiness baseline-setup
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
The example is intentionally compact. It documents the generated structure, representative manifest metadata, Cursor adapter rules under `.cursor/rules/`, and expected audit shape without duplicating every template file. `npm run examples:check` verifies that these committed example files still match a clean install from the current built CLI.
|
|
@@ -1,23 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"summary": {
|
|
3
|
-
"pass":
|
|
4
|
-
"warn":
|
|
3
|
+
"pass": 62,
|
|
4
|
+
"warn": 4,
|
|
5
5
|
"fail": 0
|
|
6
6
|
},
|
|
7
7
|
"readiness": {
|
|
8
8
|
"level": "baseline-setup",
|
|
9
9
|
"summary": "Agent kit setup is valid, but project-specific evidence still needs to replace starter placeholders.",
|
|
10
10
|
"nextActions": [
|
|
11
|
-
"
|
|
11
|
+
"Answer product summary, audience, workflows, auth/tenant model, UI direction, value proposition, and quality target with agent-kit setup or by editing .agent-kit/project-context.json.",
|
|
12
12
|
"Replace TBD adapter rows with date, owner, evidence, model-selection status, and known limitations for each active IDE.",
|
|
13
|
-
"Replace TBD/example rows with real project evidence, or document why an item is not applicable before claiming strong or best-practice maturity."
|
|
13
|
+
"Replace TBD/example rows with real project evidence, or document why an item is not applicable before claiming strong or best-practice maturity.",
|
|
14
|
+
"Add package.json with test, lint, and build scripts appropriate to the stack."
|
|
14
15
|
]
|
|
15
16
|
},
|
|
16
17
|
"findings": [
|
|
17
18
|
{
|
|
18
19
|
"level": "pass",
|
|
19
20
|
"area": "install",
|
|
20
|
-
"message": "Agent kit installed at version 0.1.
|
|
21
|
+
"message": "Agent kit installed at version 0.1.3."
|
|
21
22
|
},
|
|
22
23
|
{
|
|
23
24
|
"level": "pass",
|
|
@@ -179,11 +180,16 @@
|
|
|
179
180
|
"area": "agents",
|
|
180
181
|
"message": ".agent-kit/schemas/studio-session.schema.json is present and parseable."
|
|
181
182
|
},
|
|
183
|
+
{
|
|
184
|
+
"level": "pass",
|
|
185
|
+
"area": "agents",
|
|
186
|
+
"message": ".agent-kit/schemas/onboarding-state.schema.json is present and parseable."
|
|
187
|
+
},
|
|
182
188
|
{
|
|
183
189
|
"level": "warn",
|
|
184
190
|
"area": "studio",
|
|
185
|
-
"message": ".agent-kit/project-context.json is missing.",
|
|
186
|
-
"remediation": "
|
|
191
|
+
"message": ".agent-kit/project-context.json is valid but still missing high-value project context.",
|
|
192
|
+
"remediation": "Answer product summary, audience, workflows, auth/tenant model, UI direction, value proposition, and quality target with agent-kit setup or by editing .agent-kit/project-context.json."
|
|
187
193
|
},
|
|
188
194
|
{
|
|
189
195
|
"level": "pass",
|
|
@@ -331,6 +337,17 @@
|
|
|
331
337
|
"area": "evidence",
|
|
332
338
|
"message": "Project evidence docs still contain starter placeholders: COUNCIL.md, SPEC.md, DESIGN.md, MESSAGING.md, SECURITY.md, DEPLOYMENT.md, ASSISTANT_ADAPTERS.md, UPGRADE.md.",
|
|
333
339
|
"remediation": "Replace TBD/example rows with real project evidence, or document why an item is not applicable before claiming strong or best-practice maturity."
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"level": "warn",
|
|
343
|
+
"area": "project-reality",
|
|
344
|
+
"message": "No package.json found to verify test scripts.",
|
|
345
|
+
"remediation": "Add package.json with test, lint, and build scripts appropriate to the stack."
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"level": "pass",
|
|
349
|
+
"area": "project-reality",
|
|
350
|
+
"message": ".agent-kit/project-context.json exists."
|
|
334
351
|
}
|
|
335
352
|
]
|
|
336
353
|
}
|
|
@@ -16,6 +16,9 @@
|
|
|
16
16
|
|-- TESTING.md
|
|
17
17
|
|-- DEPLOYMENT.md
|
|
18
18
|
|-- UPGRADE.md
|
|
19
|
+
|-- .github
|
|
20
|
+
| `-- workflows
|
|
21
|
+
| `-- agent-kit-audit.yml
|
|
19
22
|
|-- .cursor
|
|
20
23
|
| `-- rules
|
|
21
24
|
| |-- cursor-agent-kit.mdc
|
|
@@ -24,10 +27,13 @@
|
|
|
24
27
|
|-- manifest.json
|
|
25
28
|
|-- agent-roster.json
|
|
26
29
|
|-- model-routing.json
|
|
30
|
+
|-- project-context.json
|
|
31
|
+
|-- project-context.md
|
|
27
32
|
|-- config.json
|
|
28
33
|
|-- overrides.json
|
|
29
34
|
|-- agents/
|
|
30
35
|
|-- skills/
|
|
36
|
+
|-- runtime-skills/
|
|
31
37
|
|-- prompts/
|
|
32
38
|
|-- checklists/
|
|
33
39
|
|-- design-adapters/
|
|
@@ -153,6 +153,13 @@
|
|
|
153
153
|
"modelSelection": "Use Copilot chat or coding-agent model selection where available; repo instructions advise but do not force model selection",
|
|
154
154
|
"enforcement": "advisory",
|
|
155
155
|
"adapter": ".agent-kit/assistant-adapters/model-selection/github-copilot-model-selection.md"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"tool": "Antigravity",
|
|
159
|
+
"instructionSurface": ".antigravity/agent-kit/plugin.json, .antigravity/agent-kit/commands/*.toml, and .antigravity/runtime-skills/*/SKILL.md",
|
|
160
|
+
"modelSelection": "Use Antigravity runtime or workspace model controls where available; native commands advise Agent Kit model profiles but do not force provider selection",
|
|
161
|
+
"enforcement": "advisory",
|
|
162
|
+
"adapter": ".agent-kit/assistant-adapters/antigravity.md"
|
|
156
163
|
}
|
|
157
164
|
],
|
|
158
165
|
"updatePolicy": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appsforgood/next-supabase-kit",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Open agent council, skills, prompts, checklists, and markdown templates for Next.js and Supabase projects.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -20,11 +20,15 @@
|
|
|
20
20
|
},
|
|
21
21
|
"files": [
|
|
22
22
|
"dist",
|
|
23
|
+
"dist/studio/wizard/assets",
|
|
24
|
+
"dist/studio/office/assets",
|
|
23
25
|
"templates",
|
|
24
26
|
"agents",
|
|
25
27
|
"skills",
|
|
26
28
|
"prompts",
|
|
27
29
|
"checklists",
|
|
30
|
+
"antigravity",
|
|
31
|
+
"runtime-skills",
|
|
28
32
|
"design-adapters",
|
|
29
33
|
"assistant-adapters",
|
|
30
34
|
"model-routing",
|
|
@@ -63,7 +67,7 @@
|
|
|
63
67
|
},
|
|
64
68
|
"packageManager": "npm@11.6.2",
|
|
65
69
|
"scripts": {
|
|
66
|
-
"build": "tsup",
|
|
70
|
+
"build": "tsup && node scripts/copy-studio-assets.mjs",
|
|
67
71
|
"dev": "tsx src/cli/index.ts",
|
|
68
72
|
"typecheck": "tsc --noEmit",
|
|
69
73
|
"lint": "tsc --noEmit",
|
|
@@ -72,7 +76,9 @@
|
|
|
72
76
|
"smoke": "node dist/index.js doctor",
|
|
73
77
|
"smoke:install": "node scripts/smoke-install.mjs",
|
|
74
78
|
"smoke:studio": "node scripts/smoke-studio.mjs",
|
|
79
|
+
"smoke:setup": "node scripts/smoke-setup.mjs",
|
|
75
80
|
"smoke:audit-gate": "node scripts/smoke-audit-gate.mjs",
|
|
81
|
+
"package:validate": "node dist/index.js package validate",
|
|
76
82
|
"examples:check": "node scripts/example-check.mjs",
|
|
77
83
|
"version:check": "node scripts/version-check.mjs",
|
|
78
84
|
"sbom:check": "node scripts/sbom-check.mjs",
|
|
@@ -88,11 +94,13 @@
|
|
|
88
94
|
"zod": "^3.24.1"
|
|
89
95
|
},
|
|
90
96
|
"devDependencies": {
|
|
91
|
-
"@
|
|
92
|
-
"@types/node": "^22.10.5",
|
|
97
|
+
"@types/node": "^25.9.3",
|
|
93
98
|
"tsup": "^8.3.5",
|
|
94
99
|
"tsx": "^4.19.2",
|
|
95
|
-
"typescript": "^
|
|
100
|
+
"typescript": "^6.0.3",
|
|
96
101
|
"vitest": "^4.1.8"
|
|
102
|
+
},
|
|
103
|
+
"overrides": {
|
|
104
|
+
"esbuild": "0.28.1"
|
|
97
105
|
}
|
|
98
106
|
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# Runtime Skills
|
|
2
|
+
|
|
3
|
+
These portable `SKILL.md` wrappers are for runtimes that discover skills by directory.
|
|
4
|
+
|
|
5
|
+
Canonical skill content remains in `skills/*.md` and installed project copies under `.agent-kit/skills/*.md`. Runtime wrappers must point back to the canonical skill file instead of forking the workflow.
|
|
6
|
+
|
|
7
|
+
When a canonical skill changes, update the matching wrapper description only if the trigger behavior changes.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: accessibility-wcag
|
|
3
|
+
description: Use for WCAG 2.1 AA review of forms, navigation, modals, menus, tables, dashboards, and custom interactions.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Canonical workflow: read `skills/accessibility-wcag.md` or `.agent-kit/skills/accessibility-wcag.md`.
|
|
7
|
+
|
|
8
|
+
Apply semantic HTML first, ARIA only when needed, keyboard navigation, focus states, and WCAG 2.1 AA color contrast. Record accessibility evidence with `agent-kit session output` when the work changes user-facing UI.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: agent-handoff-tracing
|
|
3
|
+
description: Use for meaningful multi-agent work where decisions, risks, handoffs, outputs, and verification must survive the chat.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Canonical workflow: read `skills/agent-handoff-tracing.md` or `.agent-kit/skills/agent-handoff-tracing.md`.
|
|
7
|
+
|
|
8
|
+
Select the roster workflow, read project context and corrections, record decisions/handoffs/required outputs with `agent-kit session ...`, then run `agent-kit session render`.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: best-practice-maturity-review
|
|
3
|
+
description: Use for setup audits, release readiness, dogfood reviews, roadmap checkpoints, and best-practice maturity claims.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Canonical workflow: read `skills/best-practice-maturity-review.md` or `.agent-kit/skills/best-practice-maturity-review.md`.
|
|
7
|
+
|
|
8
|
+
Use `QUALITY_GATES.md` to name the target level and require evidence for each affected area. Treat missing evidence as incomplete, not as a passing caveat.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: content-first-design
|
|
3
|
+
description: Use before designing or changing user-facing product screens, dashboards, tools, marketplaces, content experiences, or AI workflow UIs.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Canonical workflow: read `skills/content-first-design.md` or `.agent-kit/skills/content-first-design.md`.
|
|
7
|
+
|
|
8
|
+
Capture audience, user needs, product category, content inventory, brand constraints, creative options, and non-goals before implementation starts.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: conversion-copywriting
|
|
3
|
+
description: Use for public-facing or conversion-facing headlines, CTAs, onboarding, pricing, landing pages, and UX copy.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Canonical workflow: read `skills/conversion-copywriting.md` or `.agent-kit/skills/conversion-copywriting.md`.
|
|
7
|
+
|
|
8
|
+
Use `MESSAGING.md` for audience, pain, desired outcome, proof, objections, voice, and conversion goal. Mark unsupported claims as assumptions.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: deployment-observability
|
|
3
|
+
description: Use for release readiness, environment variables, migration order, logs, monitoring, rollback, and post-release verification.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Canonical workflow: read `skills/deployment-observability.md` or `.agent-kit/skills/deployment-observability.md`.
|
|
7
|
+
|
|
8
|
+
Confirm deployment prerequisites, observable failures, release order, verification commands, and rollback guidance before shipping.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: docs-maintainer
|
|
3
|
+
description: Use after significant architecture, behavior, release, security, adapter, or workflow changes that affect living docs.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Canonical workflow: read `skills/docs-maintainer.md` or `.agent-kit/skills/docs-maintainer.md`.
|
|
7
|
+
|
|
8
|
+
Update `SPEC.md`, `DECISIONS.md`, `DOCS.md`, `QUALITY_GATES.md`, `TESTING.md`, `UPGRADE.md`, and related docs so another engineer or agent can continue safely.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: frontend-design-system
|
|
3
|
+
description: Use for user-facing screens and components that need design tokens, component states, responsiveness, accessibility, and anti-generic UI review.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Canonical workflow: read `skills/frontend-design-system.md` or `.agent-kit/skills/frontend-design-system.md`.
|
|
7
|
+
|
|
8
|
+
Require real content, task-first hierarchy, component states, accessibility, mobile behavior, and visual QA evidence before accepting significant frontend work.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: frontend-distinctiveness-benchmark
|
|
3
|
+
description: Use when significant frontend work risks looking interchangeable with a generic AI-generated product.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Canonical workflow: read `skills/frontend-distinctiveness-benchmark.md` or `.agent-kit/skills/frontend-distinctiveness-benchmark.md`.
|
|
7
|
+
|
|
8
|
+
Prove first-screen specificity, product nouns, data shapes, real actions, source-safe references, asset provenance, important states, and desktop/mobile evidence.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: frontend-product-quality-rubric
|
|
3
|
+
description: Use to score significant frontend work for user fit, content specificity, visual identity, IA, states, accessibility, and source safety.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Canonical workflow: read `skills/frontend-product-quality-rubric.md` or `.agent-kit/skills/frontend-product-quality-rubric.md`.
|
|
7
|
+
|
|
8
|
+
Reject critical zeroes, require at least `10/14` for acceptance, and require higher evidence for best-practice frontend claims.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: landing-page-copy
|
|
3
|
+
description: Use for landing-page headlines, subheads, proof, objections, CTAs, and conversion copy.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Canonical workflow: read `skills/landing-page-copy.md` or `.agent-kit/skills/landing-page-copy.md`.
|
|
7
|
+
|
|
8
|
+
Tie copy to audience, problem, outcome, differentiator, proof, objections, and one clear primary CTA. Avoid generic SaaS claims.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: nextjs-app-router
|
|
3
|
+
description: Use for Next.js App Router, Server Components, Client Components, Route Handlers, Server Actions, caching, forms, and metadata.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Canonical workflow: read `skills/nextjs-app-router.md` or `.agent-kit/skills/nextjs-app-router.md`.
|
|
7
|
+
|
|
8
|
+
Keep server/client boundaries explicit, preserve auth context, protect secrets from client bundles, and handle loading, error, empty, and success states.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: onboarding-empty-state-copy
|
|
3
|
+
description: Use for onboarding copy, first-run states, empty states, setup prompts, and guided user flows.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Canonical workflow: read `skills/onboarding-empty-state-copy.md` or `.agent-kit/skills/onboarding-empty-state-copy.md`.
|
|
7
|
+
|
|
8
|
+
Use product-specific nouns and actions, reduce cognitive load, avoid unsupported claims, and align copy with `MESSAGING.md`.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: owasp-security-review
|
|
3
|
+
description: Use for auth, API routes, Server Actions, external fetches, file uploads, webhooks, dependencies, and data mutations.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Canonical workflow: read `skills/owasp-security-review.md` or `.agent-kit/skills/owasp-security-review.md`.
|
|
7
|
+
|
|
8
|
+
Review broken access control, IDOR, injection, SSRF, misconfiguration, vulnerable dependencies, secret handling, validation, encoding, and safe errors.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: planning-council
|
|
3
|
+
description: Use for planning, roadmaps, ambiguous feature requests, core architecture changes, auth/data work, release work, and multi-agent routing.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Canonical workflow: read `skills/planning-council.md` or `.agent-kit/skills/planning-council.md`.
|
|
7
|
+
|
|
8
|
+
Classify the request, select the roster workflow, name the maturity target, map affected layers, preserve contracts, assign handoffs, and record evidence.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: positioning-messaging
|
|
3
|
+
description: Use for audience, pain, outcome, alternatives, differentiator, proof, objections, voice, and conversion strategy.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Canonical workflow: read `skills/positioning-messaging.md` or `.agent-kit/skills/positioning-messaging.md`.
|
|
7
|
+
|
|
8
|
+
Update `MESSAGING.md`, ask only high-impact discovery questions, and connect every public claim to real proof or an explicit assumption.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: postgres-migrations
|
|
3
|
+
description: Use for schema changes, constraints, indexes, SQL functions, triggers, seed data, data migrations, and rollback planning.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Canonical workflow: read `skills/postgres-migrations.md` or `.agent-kit/skills/postgres-migrations.md`.
|
|
7
|
+
|
|
8
|
+
Order migrations, protect integrity with constraints, add indexes for access patterns, and document rollback or retry guidance.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: product-voice-tone
|
|
3
|
+
description: Use for product voice, tone, microcopy, onboarding language, CTA style, and consistent UX copy.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Canonical workflow: read `skills/product-voice-tone.md` or `.agent-kit/skills/product-voice-tone.md`.
|
|
7
|
+
|
|
8
|
+
Keep voice grounded in product facts, audience needs, proof, objections, and `MESSAGING.md`; avoid generic AI-looking language.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: reference-led-design-critique
|
|
3
|
+
description: Use before accepting significant frontend work that needs references, anti-references, source safety, and design critique.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Canonical workflow: read `skills/reference-led-design-critique.md` or `.agent-kit/skills/reference-led-design-critique.md`.
|
|
7
|
+
|
|
8
|
+
Use references for lessons without copying protected source design, brand identity, copy, or assets. Record critique verdict and required changes.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: supabase-auth-rls
|
|
3
|
+
description: Use for Supabase Auth, SSR clients, sessions, middleware, RLS policies, Storage policies, and service-role usage.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Canonical workflow: read `skills/supabase-auth-rls.md` or `.agent-kit/skills/supabase-auth-rls.md`.
|
|
7
|
+
|
|
8
|
+
Enforce authorization in RLS, keep service-role keys server-only, test session refresh and redirects, and prevent IDOR at the SQL boundary.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: testing-qa
|
|
3
|
+
description: Use for unit tests, regression tests, smoke checks, Playwright coverage, visual QA, and acceptance evidence.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Canonical workflow: read `skills/testing-qa.md` or `.agent-kit/skills/testing-qa.md`.
|
|
7
|
+
|
|
8
|
+
Cover core logic, preserved behavior, critical paths, auth/data mutations, network failures, empty/error states, and explicitly document gaps.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: upgrade-maintenance
|
|
3
|
+
description: Use for Agent Kit, Next.js, Supabase, UI library, testing tool, release workflow, adapter, and dependency upgrades.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Canonical workflow: read `skills/upgrade-maintenance.md` or `.agent-kit/skills/upgrade-maintenance.md`.
|
|
7
|
+
|
|
8
|
+
Run `agent-kit diff`, preserve overrides, review conflicts, check release notes/migrations/codemods, run audit, and record rollback evidence.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: visual-regression-qa
|
|
3
|
+
description: Use for user-facing screen changes, reusable components, visual design tokens, responsive layouts, image-heavy pages, and visual acceptance.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
Canonical workflow: read `skills/visual-regression-qa.md` or `.agent-kit/skills/visual-regression-qa.md`.
|
|
7
|
+
|
|
8
|
+
Name the visual QA tier, capture important states and breakpoints, handle volatile regions, and keep visual checks separate from accessibility and data-boundary tests.
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
+
"$id": "https://agent-skills.dev/schemas/onboarding-state.schema.json",
|
|
4
|
+
"title": "Agent Kit Onboarding State",
|
|
5
|
+
"type": "object",
|
|
6
|
+
"required": [
|
|
7
|
+
"schemaVersion",
|
|
8
|
+
"depth",
|
|
9
|
+
"startedAt",
|
|
10
|
+
"lastVisitedAt",
|
|
11
|
+
"completedSections",
|
|
12
|
+
"skippedSections",
|
|
13
|
+
"currentSection",
|
|
14
|
+
"currentStep",
|
|
15
|
+
"wizardVersion"
|
|
16
|
+
],
|
|
17
|
+
"additionalProperties": false,
|
|
18
|
+
"properties": {
|
|
19
|
+
"schemaVersion": { "const": 1 },
|
|
20
|
+
"depth": { "type": "string", "enum": ["quick", "standard", "complete", "undecided"] },
|
|
21
|
+
"startedAt": { "type": "string", "format": "date-time" },
|
|
22
|
+
"lastVisitedAt": { "type": "string", "format": "date-time" },
|
|
23
|
+
"completedAt": { "type": "string", "format": "date-time" },
|
|
24
|
+
"completedSections": { "type": "array", "items": { "type": "string" } },
|
|
25
|
+
"skippedSections": { "type": "array", "items": { "type": "string" } },
|
|
26
|
+
"currentSection": { "type": "string" },
|
|
27
|
+
"currentStep": { "type": "integer", "minimum": 0 },
|
|
28
|
+
"wizardVersion": { "type": "string" },
|
|
29
|
+
"ideSurface": { "type": "string", "enum": ["cursor", "copilot", "claude", "codex", "other"] },
|
|
30
|
+
"ideVerifiedAt": { "type": "string", "format": "date-time" },
|
|
31
|
+
"visualQaTier": { "type": "string", "enum": ["baseline", "strong", "mature"] }
|
|
32
|
+
}
|
|
33
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
name: Agent Kit Audit
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
pull_request:
|
|
5
|
+
push:
|
|
6
|
+
branches:
|
|
7
|
+
- main
|
|
8
|
+
workflow_dispatch:
|
|
9
|
+
|
|
10
|
+
permissions:
|
|
11
|
+
contents: read
|
|
12
|
+
|
|
13
|
+
jobs:
|
|
14
|
+
audit:
|
|
15
|
+
name: Agent kit readiness
|
|
16
|
+
runs-on: ubuntu-latest
|
|
17
|
+
timeout-minutes: 10
|
|
18
|
+
|
|
19
|
+
steps:
|
|
20
|
+
- name: Checkout
|
|
21
|
+
uses: actions/checkout@v6
|
|
22
|
+
with:
|
|
23
|
+
persist-credentials: false
|
|
24
|
+
|
|
25
|
+
- name: Setup Node
|
|
26
|
+
uses: actions/setup-node@v6
|
|
27
|
+
with:
|
|
28
|
+
node-version: "24"
|
|
29
|
+
cache: npm
|
|
30
|
+
|
|
31
|
+
- name: Install dependencies
|
|
32
|
+
run: npm ci
|
|
33
|
+
|
|
34
|
+
- name: Run baseline audit gate
|
|
35
|
+
run: npx agent-kit audit --json --min-readiness baseline-setup
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
This project uses explicit agent roles so implementation, security, quality, and documentation do not collapse into one vague assistant.
|
|
4
4
|
|
|
5
|
-
Use `.agent-kit/agent-roster.json` as the default council contract. Use `MODEL_ROUTING.md` and `.agent-kit/model-routing.json` to choose model profiles for each agent. Before meaningful work, read `.agent-kit/project-context.json
|
|
5
|
+
Use `.agent-kit/agent-roster.json` as the default council contract. Use `MODEL_ROUTING.md` and `.agent-kit/model-routing.json` to choose model profiles for each agent. Before meaningful work, read `.agent-kit/project-context.json`, `.agent-kit/project-context.md`, and `.agent-kit/agent-briefs.md` when present, then apply active corrections from `.agent-kit/corrections/project-rules.json` and `.agent-kit/corrections/agent-rules.json`. When a request is ambiguous, planning-oriented, or cross-layer, start with Planner and follow the matching workflow in `AGENT_ROSTER.md`. Use `ASSISTANT_ADAPTERS.md` to confirm which AI coding tools load these instructions and how model selection is handled. Record meaningful council sessions in `COUNCIL.md` or the local Agent Studio files under `.agent-kit/council-sessions/`.
|
|
6
6
|
|
|
7
7
|
## Planner
|
|
8
8
|
|
|
@@ -26,10 +26,11 @@ Canonical source of truth:
|
|
|
26
26
|
|
|
27
27
|
| Tool | Instruction surface | Instruction status | Model-selection status | Enforcement | Evidence | Notes |
|
|
28
28
|
| --- | --- | --- | --- | --- | --- | --- |
|
|
29
|
-
| Codex / AGENTS.md-compatible tools | `AGENTS.md`, optional `.codex/config.toml`, optional `.codex/agents/*.toml` | TBD | TBD | Partial | TBD |
|
|
30
|
-
| GitHub Copilot / VS Code | `.github/copilot-instructions.md` and `.github/instructions/*.instructions.md` | TBD | TBD | Advisory | TBD |
|
|
29
|
+
| Codex / AGENTS.md-compatible tools | `AGENTS.md`, optional `.codex/config.toml`, optional `.codex/agents/*.toml` | TBD | TBD | Partial | TBD | Run `agent-kit init --activate codex` to copy optional `.codex/config.toml`. Confirm the tool loads root `AGENTS.md`. |
|
|
30
|
+
| GitHub Copilot / VS Code | `.github/copilot-instructions.md` and `.github/instructions/*.instructions.md` | TBD | TBD | Advisory | TBD | Run `agent-kit init --activate copilot` to promote Copilot instruction files. |
|
|
31
31
|
| Cursor | `.cursor/rules/cursor-agent-kit.mdc` and `.cursor/rules/cursor-model-selection.mdc` | Active on init | Advisory | Advisory | `agent-kit init` copies canonical rules from `.agent-kit/assistant-adapters/`; verify in Cursor Settings > Rules that both rules load. | `agent-kit init` installs `.cursor/rules/cursor-agent-kit.mdc` and `.cursor/rules/cursor-model-selection.mdc`. Re-run `agent-kit diff` after kit updates if the canonical adapter files changed. |
|
|
32
|
-
| Claude Code | `.claude/agents/*.md` and optional `CLAUDE.md` | TBD | TBD | Partial | TBD |
|
|
32
|
+
| Claude Code | `.claude/agents/*.md` and optional `CLAUDE.md` | TBD | TBD | Partial | TBD | Run `agent-kit init --activate claude` to generate subagents from `.agent-kit/agent-roster.json` and install `CLAUDE.md`. |
|
|
33
|
+
| Antigravity | `.antigravity/agent-kit/plugin.json`, `.antigravity/agent-kit/commands/*.toml`, `.antigravity/runtime-skills/*/SKILL.md` | TBD | TBD | Advisory | TBD | Run `agent-kit init --activate antigravity`, then `agent-kit adapter validate antigravity`; optional native validation is `agy plugin validate` when available. |
|
|
33
34
|
|
|
34
35
|
## Model Selection
|
|
35
36
|
|
|
@@ -68,6 +69,23 @@ Verification steps:
|
|
|
68
69
|
|
|
69
70
|
If a project already customized `.cursor/rules/`, review `.agent-kit/conflicts/` after `agent-kit update` before adopting newer adapter wording.
|
|
70
71
|
|
|
72
|
+
## Antigravity Activation
|
|
73
|
+
|
|
74
|
+
`agent-kit init --activate antigravity` installs a native runtime adapter without changing the canonical Agent Kit operating model:
|
|
75
|
+
|
|
76
|
+
- `.antigravity/agent-kit/plugin.json`
|
|
77
|
+
- `.antigravity/agent-kit/commands/*.toml`
|
|
78
|
+
- `.antigravity/runtime-skills/*/SKILL.md`
|
|
79
|
+
- `.antigravity/agent-kit/README.md`
|
|
80
|
+
|
|
81
|
+
Validate the structural package with:
|
|
82
|
+
|
|
83
|
+
```bash
|
|
84
|
+
agent-kit adapter validate antigravity
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
If the local machine has the Antigravity CLI, teams may also run native plugin validation and record that evidence here. Runtime command files are adapters only; `AGENTS.md`, `.agent-kit/agent-roster.json`, `QUALITY_GATES.md`, and Agent Studio sessions remain canonical.
|
|
88
|
+
|
|
71
89
|
## Acceptance Evidence
|
|
72
90
|
|
|
73
91
|
Before claiming strong or best-practice maturity, replace the TBD rows above with:
|