@haus-tech/haus-workflow 0.22.1 → 0.23.1
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 +9 -0
- package/dist/cli.js +642 -288
- package/library/catalog/manifest.json +70 -310
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.6.
|
|
2
|
+
"version": "2.6.5",
|
|
3
3
|
"items": [
|
|
4
4
|
{
|
|
5
5
|
"id": "haus.nextjs-patterns",
|
|
@@ -11,12 +11,7 @@
|
|
|
11
11
|
"purpose": "Guide Next.js route, server/client boundary, and middleware-safe changes.",
|
|
12
12
|
"whenToUse": "Use for App Router pages, layouts, route handlers, and middleware behavior updates.",
|
|
13
13
|
"whenNotToUse": "Do not use for backend-only or non-Next framework tasks.",
|
|
14
|
-
"references": [
|
|
15
|
-
"references/conventions.md",
|
|
16
|
-
"references/scope.md",
|
|
17
|
-
"references/workflow.md",
|
|
18
|
-
"https://nextjs.org/llms.txt"
|
|
19
|
-
],
|
|
14
|
+
"references": ["https://nextjs.org/llms.txt"],
|
|
20
15
|
"tokenBudget": 1200,
|
|
21
16
|
"tags": ["frontend", "nextjs", "react", "typescript"],
|
|
22
17
|
"repoRoles": ["next-app"],
|
|
@@ -44,12 +39,7 @@
|
|
|
44
39
|
"purpose": "Guide React component, hook, and state-boundary changes.",
|
|
45
40
|
"whenToUse": "Use for React component behavior, hooks, and UI state flow updates.",
|
|
46
41
|
"whenNotToUse": "Do not use for backend-only changes or framework routing config tasks.",
|
|
47
|
-
"references": [
|
|
48
|
-
"references/conventions.md",
|
|
49
|
-
"references/scope.md",
|
|
50
|
-
"references/workflow.md",
|
|
51
|
-
"https://react.dev/"
|
|
52
|
-
],
|
|
42
|
+
"references": ["https://react.dev/"],
|
|
53
43
|
"tokenBudget": 1200,
|
|
54
44
|
"tags": ["frontend", "react", "typescript"],
|
|
55
45
|
"repoRoles": ["react-app", "next-app", "design-system"],
|
|
@@ -77,12 +67,7 @@
|
|
|
77
67
|
"purpose": "Guide TypeScript contract and migration-safe typing changes.",
|
|
78
68
|
"whenToUse": "Use for shared types, DTOs, interface boundaries, and type-safe refactors.",
|
|
79
69
|
"whenNotToUse": "Do not use for runtime-only changes without type-contract impact.",
|
|
80
|
-
"references": [
|
|
81
|
-
"references/conventions.md",
|
|
82
|
-
"references/scope.md",
|
|
83
|
-
"references/workflow.md",
|
|
84
|
-
"https://www.typescriptlang.org/docs/handbook/"
|
|
85
|
-
],
|
|
70
|
+
"references": ["https://www.typescriptlang.org/docs/handbook/"],
|
|
86
71
|
"tokenBudget": 1200,
|
|
87
72
|
"tags": ["typescript", "frontend", "backend"],
|
|
88
73
|
"repoRoles": [
|
|
@@ -120,13 +105,7 @@
|
|
|
120
105
|
"purpose": "Guide Vite config, plugin wiring, and deterministic build pipeline changes.",
|
|
121
106
|
"whenToUse": "Use for vite config, alias/plugin, and build mode behavior updates.",
|
|
122
107
|
"whenNotToUse": "Do not use for framework feature logic without build pipeline impact.",
|
|
123
|
-
"references": [
|
|
124
|
-
"references/conventions.md",
|
|
125
|
-
"references/scope.md",
|
|
126
|
-
"references/workflow.md",
|
|
127
|
-
"https://vite.dev/guide",
|
|
128
|
-
"https://vitest.dev/guide"
|
|
129
|
-
],
|
|
108
|
+
"references": ["https://vite.dev/guide", "https://vitest.dev/guide"],
|
|
130
109
|
"tokenBudget": 1200,
|
|
131
110
|
"tags": ["vite8", "frontend", "typescript"],
|
|
132
111
|
"repoRoles": ["vite-app", "react-app", "vue-app"],
|
|
@@ -154,12 +133,7 @@
|
|
|
154
133
|
"purpose": "Guide React Router v7 SSR route, loader, and action boundary changes.",
|
|
155
134
|
"whenToUse": "Use for routes, loaders, actions, and SSR config in React Router v7 apps.",
|
|
156
135
|
"whenNotToUse": "Do not use for Next.js App Router or Remix v1 codebases.",
|
|
157
|
-
"references": [
|
|
158
|
-
"references/conventions.md",
|
|
159
|
-
"references/scope.md",
|
|
160
|
-
"references/workflow.md",
|
|
161
|
-
"https://reactrouter.com/start/framework/installation"
|
|
162
|
-
],
|
|
136
|
+
"references": ["https://reactrouter.com/start/framework/installation"],
|
|
163
137
|
"tokenBudget": 1200,
|
|
164
138
|
"tags": ["frontend", "react", "typescript"],
|
|
165
139
|
"repoRoles": ["react-router-app", "react-app"],
|
|
@@ -190,12 +164,7 @@
|
|
|
190
164
|
"purpose": "Guide Expo Router, React Native component, native module, and EAS build changes.",
|
|
191
165
|
"whenToUse": "Use for Expo Router routes, RN components, native modules, expo config plugins, and EAS build/submit.",
|
|
192
166
|
"whenNotToUse": "Do not use for web-only React apps or unrelated mobile native projects (Swift/Kotlin without Expo).",
|
|
193
|
-
"references": [
|
|
194
|
-
"references/conventions.md",
|
|
195
|
-
"references/scope.md",
|
|
196
|
-
"references/workflow.md",
|
|
197
|
-
"https://docs.expo.dev/"
|
|
198
|
-
],
|
|
167
|
+
"references": ["https://docs.expo.dev/"],
|
|
199
168
|
"tokenBudget": 1200,
|
|
200
169
|
"tags": ["expo", "react-native", "mobile", "react"],
|
|
201
170
|
"repoRoles": ["expo-app"],
|
|
@@ -232,12 +201,7 @@
|
|
|
232
201
|
"purpose": "Guide i18next setup, namespace structure, translation key conventions, and SSR-safe usage.",
|
|
233
202
|
"whenToUse": "Use for adding/changing translations, configuring i18next, or wiring react-i18next / next-i18next.",
|
|
234
203
|
"whenNotToUse": "Do not use for non-i18next translation systems or static-only content with no locale.",
|
|
235
|
-
"references": [
|
|
236
|
-
"references/conventions.md",
|
|
237
|
-
"references/scope.md",
|
|
238
|
-
"references/workflow.md",
|
|
239
|
-
"https://www.i18next.com/"
|
|
240
|
-
],
|
|
204
|
+
"references": ["https://www.i18next.com/"],
|
|
241
205
|
"tokenBudget": 1200,
|
|
242
206
|
"tags": ["i18next", "i18n", "frontend"],
|
|
243
207
|
"repoRoles": ["next-app", "react-app", "vue-app", "vite-app"],
|
|
@@ -268,12 +232,7 @@
|
|
|
268
232
|
"purpose": "Guide BullMQ queue, worker, scheduler, and Redis-connection lifecycle changes.",
|
|
269
233
|
"whenToUse": "Use for BullMQ queue definitions, processors, schedulers, and graceful shutdown.",
|
|
270
234
|
"whenNotToUse": "Do not use for non-BullMQ job systems or in-process scheduling without Redis.",
|
|
271
|
-
"references": [
|
|
272
|
-
"references/conventions.md",
|
|
273
|
-
"references/scope.md",
|
|
274
|
-
"references/workflow.md",
|
|
275
|
-
"https://docs.bullmq.io/"
|
|
276
|
-
],
|
|
235
|
+
"references": ["https://docs.bullmq.io/"],
|
|
277
236
|
"tokenBudget": 1200,
|
|
278
237
|
"tags": ["bullmq", "queue", "backend"],
|
|
279
238
|
"repoRoles": ["vendure-app", "nestjs-api"],
|
|
@@ -301,12 +260,7 @@
|
|
|
301
260
|
"purpose": "Guide Sentry SDK setup, error capture, performance tracing, and PII scrubbing.",
|
|
302
261
|
"whenToUse": "Use for `@sentry/*` SDK init, scope/breadcrumb config, source map upload, and PII redaction.",
|
|
303
262
|
"whenNotToUse": "Do not use for non-Sentry monitoring (Datadog, New Relic, etc.).",
|
|
304
|
-
"references": [
|
|
305
|
-
"references/conventions.md",
|
|
306
|
-
"references/scope.md",
|
|
307
|
-
"references/workflow.md",
|
|
308
|
-
"https://docs.sentry.io/"
|
|
309
|
-
],
|
|
263
|
+
"references": ["https://docs.sentry.io/"],
|
|
310
264
|
"tokenBudget": 1200,
|
|
311
265
|
"tags": ["sentry", "observability", "tooling"],
|
|
312
266
|
"repoRoles": ["next-app", "nestjs-api", "vendure-app"],
|
|
@@ -340,7 +294,6 @@
|
|
|
340
294
|
"purpose": "Install `@haus-tech/tech-config` and wire `.prettierrc` to the shared prettier config via the `/prettier` subpath export.",
|
|
341
295
|
"whenToUse": "Use when Prettier is missing from a haus repo, when migrating an ad-hoc config, or when migrating from the deprecated `@haus-tech/prettier-config`.",
|
|
342
296
|
"whenNotToUse": "Do not use when Prettier is already configured against `@haus-tech/tech-config/prettier`.",
|
|
343
|
-
"references": ["references/conventions.md", "references/scope.md", "references/workflow.md"],
|
|
344
297
|
"tokenBudget": 800,
|
|
345
298
|
"tags": ["prettier", "tooling", "quality"],
|
|
346
299
|
"repoRoles": [],
|
|
@@ -365,7 +318,6 @@
|
|
|
365
318
|
"purpose": "Install `@haus-tech/tech-config` and wire ESLint flat config to the shared rules.",
|
|
366
319
|
"whenToUse": "Use when ESLint is missing from a haus repo or migrating from a legacy `.eslintrc` to flat config.",
|
|
367
320
|
"whenNotToUse": "Do not use when ESLint is already configured against `@haus-tech/tech-config`.",
|
|
368
|
-
"references": ["references/conventions.md", "references/scope.md", "references/workflow.md"],
|
|
369
321
|
"tokenBudget": 800,
|
|
370
322
|
"tags": ["eslint", "tooling", "quality"],
|
|
371
323
|
"repoRoles": [],
|
|
@@ -390,12 +342,7 @@
|
|
|
390
342
|
"purpose": "Guide Stripe Elements, Checkout, webhook handling, and PCI-safe integration changes.",
|
|
391
343
|
"whenToUse": "Use for `@stripe/stripe-js` / `@stripe/react-stripe-js` integrations, payment intents, webhooks, and Checkout.",
|
|
392
344
|
"whenNotToUse": "Do not use for non-Stripe payment providers (Qliro, Klarna, etc.).",
|
|
393
|
-
"references": [
|
|
394
|
-
"references/conventions.md",
|
|
395
|
-
"references/scope.md",
|
|
396
|
-
"references/workflow.md",
|
|
397
|
-
"https://docs.stripe.com/"
|
|
398
|
-
],
|
|
345
|
+
"references": ["https://docs.stripe.com/"],
|
|
399
346
|
"tokenBudget": 1200,
|
|
400
347
|
"tags": ["stripe", "payments", "tooling"],
|
|
401
348
|
"repoRoles": ["next-app", "react-app", "vendure-plugin"],
|
|
@@ -426,7 +373,6 @@
|
|
|
426
373
|
"purpose": "Guide Qliro Checkout integration via @haus-tech/qliro-plugin in Vendure storefronts.",
|
|
427
374
|
"whenToUse": "Use for Qliro Checkout flow, order callbacks, refund handling, and merchant API config.",
|
|
428
375
|
"whenNotToUse": "Do not use for non-Nordic payment providers or Stripe-only flows.",
|
|
429
|
-
"references": ["references/conventions.md", "references/scope.md", "references/workflow.md"],
|
|
430
376
|
"tokenBudget": 1200,
|
|
431
377
|
"tags": ["qliro", "payments", "tooling"],
|
|
432
378
|
"repoRoles": ["vendure-app", "vendure-plugin", "next-app"],
|
|
@@ -454,12 +400,7 @@
|
|
|
454
400
|
"purpose": "Guide Supabase client wiring, Row-Level Security, edge functions, and auth integration.",
|
|
455
401
|
"whenToUse": "Use for `@supabase/supabase-js` queries, RLS policies, edge functions, and Supabase Auth flows.",
|
|
456
402
|
"whenNotToUse": "Do not use for non-Supabase BaaS (Firebase, AWS Amplify) or self-hosted Postgres without Supabase.",
|
|
457
|
-
"references": [
|
|
458
|
-
"references/conventions.md",
|
|
459
|
-
"references/scope.md",
|
|
460
|
-
"references/workflow.md",
|
|
461
|
-
"https://supabase.com/docs"
|
|
462
|
-
],
|
|
403
|
+
"references": ["https://supabase.com/docs"],
|
|
463
404
|
"tokenBudget": 1200,
|
|
464
405
|
"tags": ["supabase", "database", "backend"],
|
|
465
406
|
"repoRoles": ["next-app", "react-app"],
|
|
@@ -490,12 +431,7 @@
|
|
|
490
431
|
"purpose": "Guide Sanity v3/v5 schema, Studio config, GROQ query, and Next.js integration changes.",
|
|
491
432
|
"whenToUse": "Use for Sanity schema, Studio plugin, GROQ query, or next-sanity integration updates.",
|
|
492
433
|
"whenNotToUse": "Do not use for Strapi, WordPress, or other CMS work.",
|
|
493
|
-
"references": [
|
|
494
|
-
"references/conventions.md",
|
|
495
|
-
"references/scope.md",
|
|
496
|
-
"references/workflow.md",
|
|
497
|
-
"https://www.sanity.io/docs"
|
|
498
|
-
],
|
|
434
|
+
"references": ["https://www.sanity.io/docs"],
|
|
499
435
|
"tokenBudget": 1200,
|
|
500
436
|
"tags": ["sanity", "backend", "cms"],
|
|
501
437
|
"repoRoles": ["sanity-studio", "next-app"],
|
|
@@ -529,12 +465,7 @@
|
|
|
529
465
|
"purpose": "Guide Strapi v5 content type, controller, service, and policy changes.",
|
|
530
466
|
"whenToUse": "Use for Strapi content type schemas, controllers, services, and policies in v5.",
|
|
531
467
|
"whenNotToUse": "Do not use for Sanity, WordPress, or other CMS work.",
|
|
532
|
-
"references": [
|
|
533
|
-
"references/conventions.md",
|
|
534
|
-
"references/scope.md",
|
|
535
|
-
"references/workflow.md",
|
|
536
|
-
"https://docs.strapi.io/dev-docs/intro"
|
|
537
|
-
],
|
|
468
|
+
"references": ["https://docs.strapi.io/dev-docs/intro"],
|
|
538
469
|
"tokenBudget": 1200,
|
|
539
470
|
"tags": ["strapi", "backend", "cms"],
|
|
540
471
|
"repoRoles": ["strapi-app"],
|
|
@@ -565,12 +496,7 @@
|
|
|
565
496
|
"purpose": "Guide Prisma schema, migration, and query-safe ORM changes.",
|
|
566
497
|
"whenToUse": "Use for prisma/schema.prisma updates, migrations, and PrismaClient query changes.",
|
|
567
498
|
"whenNotToUse": "Do not use for non-Prisma ORM tasks or pure DB schema work without Prisma.",
|
|
568
|
-
"references": [
|
|
569
|
-
"references/conventions.md",
|
|
570
|
-
"references/scope.md",
|
|
571
|
-
"references/workflow.md",
|
|
572
|
-
"https://www.prisma.io/docs"
|
|
573
|
-
],
|
|
499
|
+
"references": ["https://www.prisma.io/docs"],
|
|
574
500
|
"tokenBudget": 1200,
|
|
575
501
|
"tags": ["prisma", "backend", "database"],
|
|
576
502
|
"repoRoles": ["next-app", "nestjs-api"],
|
|
@@ -601,12 +527,7 @@
|
|
|
601
527
|
"purpose": "Guide Vendure plugin boundary, schema, and migration-safe development.",
|
|
602
528
|
"whenToUse": "Use for Vendure plugin resolvers, services, entities, and plugin migrations.",
|
|
603
529
|
"whenNotToUse": "Do not use for storefront-only UI changes or non-Vendure APIs.",
|
|
604
|
-
"references": [
|
|
605
|
-
"references/conventions.md",
|
|
606
|
-
"references/scope.md",
|
|
607
|
-
"references/workflow.md",
|
|
608
|
-
"https://docs.vendure.io/llms.txt"
|
|
609
|
-
],
|
|
530
|
+
"references": ["https://docs.vendure.io/llms.txt"],
|
|
610
531
|
"tokenBudget": 1200,
|
|
611
532
|
"tags": ["backend", "vendure", "nestjs", "graphql", "typescript"],
|
|
612
533
|
"repoRoles": ["vendure-plugin", "vendure-app"],
|
|
@@ -637,12 +558,7 @@
|
|
|
637
558
|
"purpose": "Guide Laravel domain, routing, policy, and persistence changes.",
|
|
638
559
|
"whenToUse": "Use for Laravel controllers/services/models/jobs/policies and route changes.",
|
|
639
560
|
"whenNotToUse": "Do not use for Nova-only admin resource customization tasks.",
|
|
640
|
-
"references": [
|
|
641
|
-
"references/conventions.md",
|
|
642
|
-
"references/scope.md",
|
|
643
|
-
"references/workflow.md",
|
|
644
|
-
"https://laravel.com/docs"
|
|
645
|
-
],
|
|
561
|
+
"references": ["https://laravel.com/docs"],
|
|
646
562
|
"tokenBudget": 1200,
|
|
647
563
|
"tags": ["backend", "laravel", "php"],
|
|
648
564
|
"repoRoles": ["laravel-app", "laravel-nova-app"],
|
|
@@ -670,12 +586,7 @@
|
|
|
670
586
|
"purpose": "Guide WordPress hook/template/plugin/theme runtime changes.",
|
|
671
587
|
"whenToUse": "Use for WordPress hook/filter/template/plugin/theme behavior updates.",
|
|
672
588
|
"whenNotToUse": "Do not use for Bedrock-only config bootstrap or non-WP backend tasks.",
|
|
673
|
-
"references": [
|
|
674
|
-
"references/conventions.md",
|
|
675
|
-
"references/scope.md",
|
|
676
|
-
"references/workflow.md",
|
|
677
|
-
"https://developer.wordpress.org/"
|
|
678
|
-
],
|
|
589
|
+
"references": ["https://developer.wordpress.org/"],
|
|
679
590
|
"tokenBudget": 1200,
|
|
680
591
|
"tags": ["backend", "wordpress", "php"],
|
|
681
592
|
"repoRoles": ["wordpress-site", "wordpress-bedrock-site"],
|
|
@@ -703,7 +614,6 @@
|
|
|
703
614
|
"purpose": "Guide .NET API/service/domain/persistence layer changes.",
|
|
704
615
|
"whenToUse": "Use for .NET service and endpoint behavior changes with domain impact.",
|
|
705
616
|
"whenNotToUse": "Do not use for frontend-only or non-.NET runtime tasks.",
|
|
706
|
-
"references": ["references/conventions.md", "references/scope.md", "references/workflow.md"],
|
|
707
617
|
"tokenBudget": 1200,
|
|
708
618
|
"tags": ["backend", "dotnet", "csharp"],
|
|
709
619
|
"repoRoles": ["dotnet-service"],
|
|
@@ -728,12 +638,7 @@
|
|
|
728
638
|
"purpose": "Guide deterministic E2E browser test flow changes.",
|
|
729
639
|
"whenToUse": "Use for Playwright specs, fixtures, and browser test stability work.",
|
|
730
640
|
"whenNotToUse": "Do not use for unit-only test tasks without browser automation.",
|
|
731
|
-
"references": [
|
|
732
|
-
"references/conventions.md",
|
|
733
|
-
"references/scope.md",
|
|
734
|
-
"references/workflow.md",
|
|
735
|
-
"https://playwright.dev/docs/intro"
|
|
736
|
-
],
|
|
641
|
+
"references": ["https://playwright.dev/docs/intro"],
|
|
737
642
|
"tokenBudget": 1200,
|
|
738
643
|
"tags": ["testing", "playwright"],
|
|
739
644
|
"repoRoles": ["next-app", "react-app", "vue-app", "test-suite"],
|
|
@@ -751,36 +656,6 @@
|
|
|
751
656
|
"reviewStatus": "approved",
|
|
752
657
|
"riskLevel": "low"
|
|
753
658
|
},
|
|
754
|
-
{
|
|
755
|
-
"id": "haus.security-reviewer-agent",
|
|
756
|
-
"version": "1.0.0",
|
|
757
|
-
"source": "haus",
|
|
758
|
-
"type": "agent",
|
|
759
|
-
"path": "agents/haus-owned/security-reviewer.md",
|
|
760
|
-
"title": "Haus security reviewer agent",
|
|
761
|
-
"tags": ["review", "security"],
|
|
762
|
-
"repoRoles": [],
|
|
763
|
-
"requiresAny": [],
|
|
764
|
-
"tokenEstimate": 1400,
|
|
765
|
-
"installMode": "copy-selected",
|
|
766
|
-
"reviewStatus": "approved",
|
|
767
|
-
"riskLevel": "low"
|
|
768
|
-
},
|
|
769
|
-
{
|
|
770
|
-
"id": "haus.docs-researcher-agent",
|
|
771
|
-
"version": "1.0.0",
|
|
772
|
-
"source": "haus",
|
|
773
|
-
"type": "agent",
|
|
774
|
-
"path": "agents/haus-owned/docs-researcher.md",
|
|
775
|
-
"title": "Haus docs researcher agent",
|
|
776
|
-
"tags": ["review", "quality", "workflow"],
|
|
777
|
-
"repoRoles": [],
|
|
778
|
-
"requiresAny": [],
|
|
779
|
-
"tokenEstimate": 1200,
|
|
780
|
-
"installMode": "copy-selected",
|
|
781
|
-
"reviewStatus": "approved",
|
|
782
|
-
"riskLevel": "low"
|
|
783
|
-
},
|
|
784
659
|
{
|
|
785
660
|
"id": "haus.vendure-app-patterns",
|
|
786
661
|
"version": "1.0.0",
|
|
@@ -791,12 +666,7 @@
|
|
|
791
666
|
"purpose": "Guide Vendure app-level config, worker, bootstrap, and plugin wiring changes.",
|
|
792
667
|
"whenToUse": "Use for Vendure app config, worker, bootstrap, and system wiring updates.",
|
|
793
668
|
"whenNotToUse": "Do not use for isolated shared plugin package tasks.",
|
|
794
|
-
"references": [
|
|
795
|
-
"references/conventions.md",
|
|
796
|
-
"references/scope.md",
|
|
797
|
-
"references/workflow.md",
|
|
798
|
-
"https://docs.vendure.io/llms.txt"
|
|
799
|
-
],
|
|
669
|
+
"references": ["https://docs.vendure.io/llms.txt"],
|
|
800
670
|
"tokenBudget": 1200,
|
|
801
671
|
"tags": ["vendure3", "nestjs", "graphql"],
|
|
802
672
|
"repoRoles": ["vendure-app"],
|
|
@@ -824,12 +694,7 @@
|
|
|
824
694
|
"purpose": "Guide resolver/module/guard/DTO-safe GraphQL implementation in NestJS.",
|
|
825
695
|
"whenToUse": "Use for NestJS GraphQL resolver, module, DTO/input, and guard changes.",
|
|
826
696
|
"whenNotToUse": "Do not use for REST-only controller tasks.",
|
|
827
|
-
"references": [
|
|
828
|
-
"references/conventions.md",
|
|
829
|
-
"references/scope.md",
|
|
830
|
-
"references/workflow.md",
|
|
831
|
-
"https://docs.nestjs.com/"
|
|
832
|
-
],
|
|
697
|
+
"references": ["https://docs.nestjs.com/"],
|
|
833
698
|
"tokenBudget": 1200,
|
|
834
699
|
"tags": ["nestjs", "graphql", "typescript5"],
|
|
835
700
|
"repoRoles": ["nestjs-api"],
|
|
@@ -860,12 +725,7 @@
|
|
|
860
725
|
"purpose": "Guide Nx project graph, target pipeline, and workspace boundaries.",
|
|
861
726
|
"whenToUse": "Use for Nx workspace graph, target, and generator configuration updates.",
|
|
862
727
|
"whenNotToUse": "Do not use for app-only feature edits without workspace impact.",
|
|
863
|
-
"references": [
|
|
864
|
-
"references/conventions.md",
|
|
865
|
-
"references/scope.md",
|
|
866
|
-
"references/workflow.md",
|
|
867
|
-
"https://nx.dev/docs"
|
|
868
|
-
],
|
|
728
|
+
"references": ["https://nx.dev/docs"],
|
|
869
729
|
"tokenBudget": 1200,
|
|
870
730
|
"tags": ["nx21", "yarn4"],
|
|
871
731
|
"repoRoles": ["nx-monorepo"],
|
|
@@ -896,12 +756,7 @@
|
|
|
896
756
|
"purpose": "Guide Turbo pipeline and cache-safe monorepo orchestration changes.",
|
|
897
757
|
"whenToUse": "Use for turbo pipeline graph and package task orchestration updates.",
|
|
898
758
|
"whenNotToUse": "Do not use for package-local feature edits without pipeline impact.",
|
|
899
|
-
"references": [
|
|
900
|
-
"references/conventions.md",
|
|
901
|
-
"references/scope.md",
|
|
902
|
-
"references/workflow.md",
|
|
903
|
-
"https://turbo.build/repo/docs"
|
|
904
|
-
],
|
|
759
|
+
"references": ["https://turbo.build/repo/docs"],
|
|
905
760
|
"tokenBudget": 1200,
|
|
906
761
|
"tags": ["turbo", "yarn4"],
|
|
907
762
|
"repoRoles": ["turbo-monorepo"],
|
|
@@ -930,9 +785,6 @@
|
|
|
930
785
|
"whenToUse": "Use for TanStack query cache behavior and TanStack router flow updates.",
|
|
931
786
|
"whenNotToUse": "Do not use for styling-only component changes.",
|
|
932
787
|
"references": [
|
|
933
|
-
"references/conventions.md",
|
|
934
|
-
"references/scope.md",
|
|
935
|
-
"references/workflow.md",
|
|
936
788
|
"https://tanstack.com/query/latest/docs",
|
|
937
789
|
"https://tanstack.com/router/latest/docs"
|
|
938
790
|
],
|
|
@@ -969,13 +821,7 @@
|
|
|
969
821
|
"purpose": "Guide accessible UI primitive and wrapper behavior changes.",
|
|
970
822
|
"whenToUse": "Use for Radix primitive usage and shadcn wrapper updates.",
|
|
971
823
|
"whenNotToUse": "Do not use for backend/domain logic changes.",
|
|
972
|
-
"references": [
|
|
973
|
-
"references/conventions.md",
|
|
974
|
-
"references/scope.md",
|
|
975
|
-
"references/workflow.md",
|
|
976
|
-
"https://ui.shadcn.com/docs",
|
|
977
|
-
"https://www.radix-ui.com/primitives/docs"
|
|
978
|
-
],
|
|
824
|
+
"references": ["https://ui.shadcn.com/docs", "https://www.radix-ui.com/primitives/docs"],
|
|
979
825
|
"tokenBudget": 1200,
|
|
980
826
|
"tags": ["radix", "shadcn", "react19"],
|
|
981
827
|
"repoRoles": ["next-app", "react-app"],
|
|
@@ -1015,12 +861,7 @@
|
|
|
1015
861
|
"purpose": "Guide style-system-safe Tailwind and SCSS module changes.",
|
|
1016
862
|
"whenToUse": "Use for Tailwind token/utility and SCSS module behavior updates.",
|
|
1017
863
|
"whenNotToUse": "Do not use for non-style backend/service changes.",
|
|
1018
|
-
"references": [
|
|
1019
|
-
"references/conventions.md",
|
|
1020
|
-
"references/scope.md",
|
|
1021
|
-
"references/workflow.md",
|
|
1022
|
-
"https://tailwindcss.com/docs"
|
|
1023
|
-
],
|
|
864
|
+
"references": ["https://tailwindcss.com/docs"],
|
|
1024
865
|
"tokenBudget": 1200,
|
|
1025
866
|
"tags": ["tailwind", "scss", "react19"],
|
|
1026
867
|
"repoRoles": ["next-app", "react-app", "vite-app"],
|
|
@@ -1051,12 +892,7 @@
|
|
|
1051
892
|
"purpose": "Guide Vue component/composable/state behavior changes.",
|
|
1052
893
|
"whenToUse": "Use for Vue component, composable, route, and state-boundary updates.",
|
|
1053
894
|
"whenNotToUse": "Do not use for React/Next-only component work.",
|
|
1054
|
-
"references": [
|
|
1055
|
-
"references/conventions.md",
|
|
1056
|
-
"references/scope.md",
|
|
1057
|
-
"references/workflow.md",
|
|
1058
|
-
"https://vuejs.org/guide"
|
|
1059
|
-
],
|
|
895
|
+
"references": ["https://vuejs.org/guide"],
|
|
1060
896
|
"tokenBudget": 1200,
|
|
1061
897
|
"tags": ["vue"],
|
|
1062
898
|
"repoRoles": ["vue-app"],
|
|
@@ -1084,12 +920,7 @@
|
|
|
1084
920
|
"purpose": "Guide Nova admin resources, actions, and policy-safe field behavior.",
|
|
1085
921
|
"whenToUse": "Use for Laravel Nova resources, actions, filters, and admin UI behavior.",
|
|
1086
922
|
"whenNotToUse": "Do not use for customer-facing API/domain-only changes.",
|
|
1087
|
-
"references": [
|
|
1088
|
-
"references/conventions.md",
|
|
1089
|
-
"references/scope.md",
|
|
1090
|
-
"references/workflow.md",
|
|
1091
|
-
"https://laravel.com/docs"
|
|
1092
|
-
],
|
|
923
|
+
"references": ["https://laravel.com/docs"],
|
|
1093
924
|
"tokenBudget": 1200,
|
|
1094
925
|
"tags": ["laravel-nova", "laravel"],
|
|
1095
926
|
"repoRoles": ["laravel-nova-app"],
|
|
@@ -1114,12 +945,7 @@
|
|
|
1114
945
|
"purpose": "Guide Bedrock config/bootstrap and environment-aware WP deployment layout.",
|
|
1115
946
|
"whenToUse": "Use for Bedrock config, env loading, and boot path behavior updates.",
|
|
1116
947
|
"whenNotToUse": "Do not use for hook/template-only WordPress runtime changes.",
|
|
1117
|
-
"references": [
|
|
1118
|
-
"references/conventions.md",
|
|
1119
|
-
"references/scope.md",
|
|
1120
|
-
"references/workflow.md",
|
|
1121
|
-
"https://developer.wordpress.org/"
|
|
1122
|
-
],
|
|
948
|
+
"references": ["https://developer.wordpress.org/"],
|
|
1123
949
|
"tokenBudget": 1200,
|
|
1124
950
|
"tags": ["wordpress", "bedrock"],
|
|
1125
951
|
"repoRoles": ["wordpress-bedrock-site"],
|
|
@@ -1147,12 +973,7 @@
|
|
|
1147
973
|
"purpose": "Guide builder-field/meta-template wiring for ACF, Elementor Pro, and JetEngine.",
|
|
1148
974
|
"whenToUse": "Use for ACF field groups and Elementor/JetEngine-driven dynamic template behavior.",
|
|
1149
975
|
"whenNotToUse": "Do not use for generic WordPress hooks with no builder/meta impact.",
|
|
1150
|
-
"references": [
|
|
1151
|
-
"references/conventions.md",
|
|
1152
|
-
"references/scope.md",
|
|
1153
|
-
"references/workflow.md",
|
|
1154
|
-
"https://developer.wordpress.org/"
|
|
1155
|
-
],
|
|
976
|
+
"references": ["https://developer.wordpress.org/"],
|
|
1156
977
|
"tokenBudget": 1200,
|
|
1157
978
|
"tags": ["wordpress"],
|
|
1158
979
|
"repoRoles": ["wordpress-bedrock-site", "wordpress-vanilla-site"],
|
|
@@ -1192,7 +1013,6 @@
|
|
|
1192
1013
|
"purpose": "Guide .NET service-layer contract and orchestration changes.",
|
|
1193
1014
|
"whenToUse": "Use for .NET service boundary, orchestration, and handler behavior updates.",
|
|
1194
1015
|
"whenNotToUse": "Do not use for route formatting-only tasks with no service impact.",
|
|
1195
|
-
"references": ["references/conventions.md", "references/scope.md", "references/workflow.md"],
|
|
1196
1016
|
"tokenBudget": 1200,
|
|
1197
1017
|
"tags": ["dotnet"],
|
|
1198
1018
|
"repoRoles": ["dotnet-service"],
|
|
@@ -1220,7 +1040,6 @@
|
|
|
1220
1040
|
"purpose": "Guide identity-provider auth flow and claim/session lifecycle changes across OIDC, Azure AD, BankID, and SAML2.",
|
|
1221
1041
|
"whenToUse": "Use for OIDC/Azure AD/BankID/SAML2 login, callback, token, claim mapping, and SP/IDP metadata updates.",
|
|
1222
1042
|
"whenNotToUse": "Do not use for profile CRUD without auth protocol change.",
|
|
1223
|
-
"references": ["references/conventions.md", "references/scope.md", "references/workflow.md"],
|
|
1224
1043
|
"tokenBudget": 1200,
|
|
1225
1044
|
"tags": ["oidc", "azure-ad", "bankid", "saml2"],
|
|
1226
1045
|
"repoRoles": [],
|
|
@@ -1254,12 +1073,7 @@
|
|
|
1254
1073
|
"purpose": "Guide NextAuth.js / Auth.js provider, session, callback, and middleware changes in Next.js apps.",
|
|
1255
1074
|
"whenToUse": "Use for `next-auth` / `@auth/core` provider setup, session strategy, callbacks, JWT, and route protection in Next.js.",
|
|
1256
1075
|
"whenNotToUse": "Do not use for Laravel/PHP auth, OIDC outside Next.js, or session-less API tokens.",
|
|
1257
|
-
"references": [
|
|
1258
|
-
"references/conventions.md",
|
|
1259
|
-
"references/scope.md",
|
|
1260
|
-
"references/workflow.md",
|
|
1261
|
-
"https://authjs.dev/"
|
|
1262
|
-
],
|
|
1076
|
+
"references": ["https://authjs.dev/"],
|
|
1263
1077
|
"tokenBudget": 1200,
|
|
1264
1078
|
"tags": ["next-auth", "auth", "nextjs"],
|
|
1265
1079
|
"repoRoles": ["next-app"],
|
|
@@ -1290,7 +1104,6 @@
|
|
|
1290
1104
|
"purpose": "Guide schema/query/index/search changes across supported data engines.",
|
|
1291
1105
|
"whenToUse": "Use for migrations, query behavior, indexing, and Elasticsearch mapping updates.",
|
|
1292
1106
|
"whenNotToUse": "Do not use for UI-only changes without persistence/search impact.",
|
|
1293
|
-
"references": ["references/conventions.md", "references/scope.md", "references/workflow.md"],
|
|
1294
1107
|
"tokenBudget": 1200,
|
|
1295
1108
|
"tags": ["postgresql", "mariadb", "mysql", "mssql", "elasticsearch", "redis"],
|
|
1296
1109
|
"repoRoles": [],
|
|
@@ -1330,7 +1143,6 @@
|
|
|
1330
1143
|
"purpose": "Guide deterministic dependency/workspace changes for Yarn4 and pnpm89.",
|
|
1331
1144
|
"whenToUse": "Use for lockfile, workspace, and package manager configuration changes.",
|
|
1332
1145
|
"whenNotToUse": "Do not use for feature-only code edits with no dependency/workspace impact.",
|
|
1333
|
-
"references": ["references/conventions.md", "references/scope.md", "references/workflow.md"],
|
|
1334
1146
|
"tokenBudget": 1200,
|
|
1335
1147
|
"tags": ["yarn4", "pnpm89"],
|
|
1336
1148
|
"repoRoles": [],
|
|
@@ -1358,12 +1170,7 @@
|
|
|
1358
1170
|
"purpose": "Guide user-visible behavior testing with Testing Library.",
|
|
1359
1171
|
"whenToUse": "Use for component interaction tests with @testing-library tooling.",
|
|
1360
1172
|
"whenNotToUse": "Do not use for full browser journey tests better served by Playwright.",
|
|
1361
|
-
"references": [
|
|
1362
|
-
"references/conventions.md",
|
|
1363
|
-
"references/scope.md",
|
|
1364
|
-
"references/workflow.md",
|
|
1365
|
-
"https://vitest.dev/guide"
|
|
1366
|
-
],
|
|
1173
|
+
"references": ["https://vitest.dev/guide"],
|
|
1367
1174
|
"tokenBudget": 1200,
|
|
1368
1175
|
"tags": ["testing-library"],
|
|
1369
1176
|
"repoRoles": [],
|
|
@@ -1397,12 +1204,7 @@
|
|
|
1397
1204
|
"purpose": "Guide Vitest unit/integration test structure, mocking, and coverage config.",
|
|
1398
1205
|
"whenToUse": "Use when writing or modifying Vitest tests in TypeScript/JS frontends and Node services.",
|
|
1399
1206
|
"whenNotToUse": "Do not use for Jest, Playwright, or PHPUnit test tasks.",
|
|
1400
|
-
"references": [
|
|
1401
|
-
"references/conventions.md",
|
|
1402
|
-
"references/scope.md",
|
|
1403
|
-
"references/workflow.md",
|
|
1404
|
-
"https://vitest.dev/guide/"
|
|
1405
|
-
],
|
|
1207
|
+
"references": ["https://vitest.dev/guide/"],
|
|
1406
1208
|
"tokenBudget": 1200,
|
|
1407
1209
|
"tags": ["testing", "vitest", "typescript"],
|
|
1408
1210
|
"repoRoles": [
|
|
@@ -1437,12 +1239,7 @@
|
|
|
1437
1239
|
"purpose": "Guide Jest unit/integration test structure, mocking, and Nx-style setup.",
|
|
1438
1240
|
"whenToUse": "Use when writing or modifying Jest tests, including Nx workspace projects.",
|
|
1439
1241
|
"whenNotToUse": "Do not use for Vitest, Playwright, or PHPUnit test tasks.",
|
|
1440
|
-
"references": [
|
|
1441
|
-
"references/conventions.md",
|
|
1442
|
-
"references/scope.md",
|
|
1443
|
-
"references/workflow.md",
|
|
1444
|
-
"https://jestjs.io/docs/getting-started"
|
|
1445
|
-
],
|
|
1242
|
+
"references": ["https://jestjs.io/docs/getting-started"],
|
|
1446
1243
|
"tokenBudget": 1200,
|
|
1447
1244
|
"tags": ["testing", "jest", "typescript"],
|
|
1448
1245
|
"repoRoles": ["next-app", "react-app", "nx-monorepo"],
|
|
@@ -1473,12 +1270,7 @@
|
|
|
1473
1270
|
"purpose": "Guide PHPUnit feature/unit test changes for PHP/Laravel behavior.",
|
|
1474
1271
|
"whenToUse": "Use for PHPUnit tests tied to backend behavior updates.",
|
|
1475
1272
|
"whenNotToUse": "Do not use for frontend/browser-only test tasks.",
|
|
1476
|
-
"references": [
|
|
1477
|
-
"references/conventions.md",
|
|
1478
|
-
"references/scope.md",
|
|
1479
|
-
"references/workflow.md",
|
|
1480
|
-
"https://laravel.com/docs"
|
|
1481
|
-
],
|
|
1273
|
+
"references": ["https://laravel.com/docs"],
|
|
1482
1274
|
"tokenBudget": 1200,
|
|
1483
1275
|
"tags": ["phpunit"],
|
|
1484
1276
|
"repoRoles": ["laravel-app", "laravel-nova-app"],
|
|
@@ -1506,12 +1298,7 @@
|
|
|
1506
1298
|
"purpose": "Guide story coverage and component API documentation updates.",
|
|
1507
1299
|
"whenToUse": "Use for component stories, args/controls, and Storybook config changes.",
|
|
1508
1300
|
"whenNotToUse": "Do not use for backend/service-only development tasks.",
|
|
1509
|
-
"references": [
|
|
1510
|
-
"references/conventions.md",
|
|
1511
|
-
"references/scope.md",
|
|
1512
|
-
"references/workflow.md",
|
|
1513
|
-
"https://storybook.js.org/docs"
|
|
1514
|
-
],
|
|
1301
|
+
"references": ["https://storybook.js.org/docs"],
|
|
1515
1302
|
"tokenBudget": 1200,
|
|
1516
1303
|
"tags": ["storybook"],
|
|
1517
1304
|
"repoRoles": ["react-app", "next-app", "vite-app"],
|
|
@@ -1535,33 +1322,6 @@
|
|
|
1535
1322
|
"reviewStatus": "approved",
|
|
1536
1323
|
"riskLevel": "low"
|
|
1537
1324
|
},
|
|
1538
|
-
{
|
|
1539
|
-
"id": "haus.security-review",
|
|
1540
|
-
"version": "1.0.0",
|
|
1541
|
-
"source": "haus",
|
|
1542
|
-
"type": "skill",
|
|
1543
|
-
"path": "skills/haus-owned/general/security-review",
|
|
1544
|
-
"title": "Haus security review",
|
|
1545
|
-
"purpose": "Route bounded security review with structured findings and explicit verification.",
|
|
1546
|
-
"whenToUse": "Use when the user requests security review, threat check, or hardening on a named scope.",
|
|
1547
|
-
"whenNotToUse": "Do not use for unscoped repo sweeps, exploit development, or non-security tasks.",
|
|
1548
|
-
"references": [
|
|
1549
|
-
"references/conventions.md",
|
|
1550
|
-
"references/output-shape.md",
|
|
1551
|
-
"references/scope-signals.md",
|
|
1552
|
-
"references/verification.md"
|
|
1553
|
-
],
|
|
1554
|
-
"tokenBudget": 800,
|
|
1555
|
-
"tags": ["security", "review"],
|
|
1556
|
-
"repoRoles": [],
|
|
1557
|
-
"requiresAny": [],
|
|
1558
|
-
"tokenEstimate": 1200,
|
|
1559
|
-
"installMode": "copy-selected",
|
|
1560
|
-
"ecosystem": "security",
|
|
1561
|
-
"default": true,
|
|
1562
|
-
"reviewStatus": "approved",
|
|
1563
|
-
"riskLevel": "low"
|
|
1564
|
-
},
|
|
1565
1325
|
{
|
|
1566
1326
|
"id": "haus.writing-documentation",
|
|
1567
1327
|
"version": "1.0.0",
|
|
@@ -1572,14 +1332,6 @@
|
|
|
1572
1332
|
"purpose": "Create or refresh agent-operable project docs (CLAUDE.md, docs/SUMMARY.md, topic files) from code.",
|
|
1573
1333
|
"whenToUse": "Use when the user runs the docs sync or asks to init/refresh project documentation for agent context, or after setup/commands/env/deploy/integration changes.",
|
|
1574
1334
|
"whenNotToUse": "Do not use for code changes with no documentation impact, or where facts would have to be invented.",
|
|
1575
|
-
"references": [
|
|
1576
|
-
"references/claude-template.md",
|
|
1577
|
-
"references/claude-template-workspace.md",
|
|
1578
|
-
"references/summary-template.md",
|
|
1579
|
-
"references/topic-file-formats.md",
|
|
1580
|
-
"references/completeness-criteria.md",
|
|
1581
|
-
"references/validation-checklist.md"
|
|
1582
|
-
],
|
|
1583
1335
|
"tokenBudget": 1200,
|
|
1584
1336
|
"tags": ["workflow", "core-skill", "project-instructions"],
|
|
1585
1337
|
"repoRoles": [],
|
|
@@ -1610,25 +1362,6 @@
|
|
|
1610
1362
|
"reviewStatus": "approved",
|
|
1611
1363
|
"riskLevel": "low"
|
|
1612
1364
|
},
|
|
1613
|
-
{
|
|
1614
|
-
"id": "haus.memory-conventions",
|
|
1615
|
-
"version": "1.0.0",
|
|
1616
|
-
"source": "haus",
|
|
1617
|
-
"type": "template",
|
|
1618
|
-
"path": "templates/memory-conventions.md",
|
|
1619
|
-
"title": "Memory conventions",
|
|
1620
|
-
"purpose": "How to keep durable cross-session learnings using Claude Code native memory; haus ships no memory store.",
|
|
1621
|
-
"whenToUse": "Install when a project wants a documented memory practice (native MEMORY.md + periodic consolidation).",
|
|
1622
|
-
"whenNotToUse": "Skip if the project does not use cross-session memory.",
|
|
1623
|
-
"tags": ["workflow", "project-instructions"],
|
|
1624
|
-
"repoRoles": [],
|
|
1625
|
-
"installMode": "copy-selected",
|
|
1626
|
-
"default": false,
|
|
1627
|
-
"tokenEstimate": 700,
|
|
1628
|
-
"tokenBudget": 900,
|
|
1629
|
-
"reviewStatus": "approved",
|
|
1630
|
-
"riskLevel": "low"
|
|
1631
|
-
},
|
|
1632
1365
|
{
|
|
1633
1366
|
"id": "haus.lefthook-security",
|
|
1634
1367
|
"version": "1.0.0",
|
|
@@ -1842,7 +1575,7 @@
|
|
|
1842
1575
|
},
|
|
1843
1576
|
{
|
|
1844
1577
|
"id": "haus.superpowers-subagent-driven-development",
|
|
1845
|
-
"version": "1.0.
|
|
1578
|
+
"version": "1.0.1",
|
|
1846
1579
|
"source": "curated",
|
|
1847
1580
|
"type": "skill",
|
|
1848
1581
|
"path": "skills/superpowers/subagent-driven-development",
|
|
@@ -1852,7 +1585,7 @@
|
|
|
1852
1585
|
"whenNotToUse": "Do not use for tightly coupled sequential work or when subagents are unavailable.",
|
|
1853
1586
|
"tags": ["workflow", "workflow-skill"],
|
|
1854
1587
|
"repoRoles": [],
|
|
1855
|
-
"tokenEstimate":
|
|
1588
|
+
"tokenEstimate": 3948,
|
|
1856
1589
|
"installMode": "copy-selected",
|
|
1857
1590
|
"default": true,
|
|
1858
1591
|
"reviewStatus": "approved",
|
|
@@ -1861,8 +1594,9 @@
|
|
|
1861
1594
|
"license": "MIT",
|
|
1862
1595
|
"licenseConfidence": "high",
|
|
1863
1596
|
"originSourceId": "superpowers-pcvelz",
|
|
1864
|
-
"originUrl": "https://github.com/pcvelz/superpowers/tree/
|
|
1865
|
-
"ecosystem": "superpowers"
|
|
1597
|
+
"originUrl": "https://github.com/pcvelz/superpowers/tree/48f5123e18a1a92dfba962da8dc2509391c821ee/skills/subagent-driven-development",
|
|
1598
|
+
"ecosystem": "superpowers",
|
|
1599
|
+
"pinnedRef": "48f5123e18a1a92dfba962da8dc2509391c821ee"
|
|
1866
1600
|
},
|
|
1867
1601
|
{
|
|
1868
1602
|
"id": "haus.superpowers-systematic-debugging",
|
|
@@ -1986,7 +1720,7 @@
|
|
|
1986
1720
|
},
|
|
1987
1721
|
{
|
|
1988
1722
|
"id": "haus.superpowers-writing-plans",
|
|
1989
|
-
"version": "1.0.
|
|
1723
|
+
"version": "1.0.1",
|
|
1990
1724
|
"source": "curated",
|
|
1991
1725
|
"type": "skill",
|
|
1992
1726
|
"path": "skills/superpowers/writing-plans",
|
|
@@ -1996,7 +1730,7 @@
|
|
|
1996
1730
|
"whenNotToUse": "Do not use for single-step tasks that need no multi-step plan.",
|
|
1997
1731
|
"tags": ["workflow", "core-skill"],
|
|
1998
1732
|
"repoRoles": [],
|
|
1999
|
-
"tokenEstimate":
|
|
1733
|
+
"tokenEstimate": 5493,
|
|
2000
1734
|
"installMode": "copy-selected",
|
|
2001
1735
|
"default": true,
|
|
2002
1736
|
"reviewStatus": "approved",
|
|
@@ -2005,8 +1739,9 @@
|
|
|
2005
1739
|
"license": "MIT",
|
|
2006
1740
|
"licenseConfidence": "high",
|
|
2007
1741
|
"originSourceId": "superpowers-pcvelz",
|
|
2008
|
-
"originUrl": "https://github.com/pcvelz/superpowers/tree/
|
|
2009
|
-
"ecosystem": "superpowers"
|
|
1742
|
+
"originUrl": "https://github.com/pcvelz/superpowers/tree/48f5123e18a1a92dfba962da8dc2509391c821ee/skills/writing-plans",
|
|
1743
|
+
"ecosystem": "superpowers",
|
|
1744
|
+
"pinnedRef": "48f5123e18a1a92dfba962da8dc2509391c821ee"
|
|
2010
1745
|
},
|
|
2011
1746
|
{
|
|
2012
1747
|
"id": "haus.superpowers-writing-skills",
|
|
@@ -2151,6 +1886,31 @@
|
|
|
2151
1886
|
"originSourceId": "superpowers-pcvelz",
|
|
2152
1887
|
"originUrl": "https://github.com/pcvelz/superpowers/blob/bd000c6ec1df53449a74397f55305b22802b9a2b/commands/write-plan.md",
|
|
2153
1888
|
"ecosystem": "superpowers"
|
|
1889
|
+
},
|
|
1890
|
+
{
|
|
1891
|
+
"id": "haus.superpowers-onboard",
|
|
1892
|
+
"version": "1.0.0",
|
|
1893
|
+
"source": "curated",
|
|
1894
|
+
"type": "command",
|
|
1895
|
+
"path": "commands/superpowers/onboard.md",
|
|
1896
|
+
"title": "Superpowers Onboard",
|
|
1897
|
+
"purpose": "Guided setup for superpowers' optional features. Asks short multiple-choice questions and writes the chosen configuration files in place. Everything it configures can also be set up manually — see README.md.",
|
|
1898
|
+
"whenToUse": "Guided setup for superpowers' optional features. Asks short multiple-choice questions and writes the chosen configuration files in place. Everything it configures can also be set up manually — see README.md.",
|
|
1899
|
+
"whenNotToUse": "Do not use when a more specific skill or command applies.",
|
|
1900
|
+
"tags": ["workflow"],
|
|
1901
|
+
"repoRoles": [],
|
|
1902
|
+
"tokenEstimate": 2871,
|
|
1903
|
+
"installMode": "copy-selected",
|
|
1904
|
+
"default": true,
|
|
1905
|
+
"reviewStatus": "approved",
|
|
1906
|
+
"riskLevel": "low",
|
|
1907
|
+
"useMode": "copy",
|
|
1908
|
+
"license": "MIT",
|
|
1909
|
+
"licenseConfidence": "high",
|
|
1910
|
+
"originSourceId": "superpowers-pcvelz",
|
|
1911
|
+
"originUrl": "https://github.com/pcvelz/superpowers/blob/48f5123e18a1a92dfba962da8dc2509391c821ee/commands/onboard.md",
|
|
1912
|
+
"pinnedRef": "48f5123e18a1a92dfba962da8dc2509391c821ee",
|
|
1913
|
+
"ecosystem": "superpowers"
|
|
2154
1914
|
}
|
|
2155
1915
|
]
|
|
2156
1916
|
}
|