@pugi/cli 1.0.0-alpha.173 → 1.0.0-alpha.175

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.
Files changed (56) hide show
  1. package/models.json +1 -1
  2. package/package.json +7 -7
  3. package/skills/a11y/SKILL.md +1 -1
  4. package/skills/ab-test-analysis/SKILL.md +1 -1
  5. package/skills/ai-sdk/SKILL.md +1 -1
  6. package/skills/api-integration/SKILL.md +1 -1
  7. package/skills/architecture-review/SKILL.md +1 -1
  8. package/skills/brand-voice/SKILL.md +1 -1
  9. package/skills/ci-cd-pipeline/SKILL.md +1 -1
  10. package/skills/code-review/SKILL.md +1 -1
  11. package/skills/competitor-analysis/SKILL.md +1 -1
  12. package/skills/content-design/SKILL.md +1 -1
  13. package/skills/css-tailwind/SKILL.md +1 -1
  14. package/skills/css-tailwind/quirks.md +1 -1
  15. package/skills/db-vector/SKILL.md +1 -1
  16. package/skills/design-radix/SKILL.md +1 -1
  17. package/skills/design-system/SKILL.md +1 -1
  18. package/skills/detecting-data-anomalies/SKILL.md +1 -1
  19. package/skills/docker-deploy/SKILL.md +1 -1
  20. package/skills/edge-case-finder/SKILL.md +1 -1
  21. package/skills/fonts/SKILL.md +1 -1
  22. package/skills/framework-grammy/SKILL.md +1 -1
  23. package/skills/framework-mastra/SKILL.md +1 -1
  24. package/skills/framework-nestjs/SKILL.md +1 -1
  25. package/skills/framework-prisma/SKILL.md +1 -1
  26. package/skills/funnel-optimization/SKILL.md +1 -1
  27. package/skills/icons/SKILL.md +1 -1
  28. package/skills/landing-templates/SKILL.md +1 -1
  29. package/skills/market-research/SKILL.md +1 -1
  30. package/skills/metrics-dashboard/SKILL.md +1 -1
  31. package/skills/monitoring-setup/SKILL.md +1 -1
  32. package/skills/motion/SKILL.md +1 -1
  33. package/skills/nestjs-api/SKILL.md +1 -1
  34. package/skills/nestjs-api/quirks.md +1 -1
  35. package/skills/nextjs-page/SKILL.md +1 -1
  36. package/skills/orchestrating-multi-agent-systems/SKILL.md +1 -1
  37. package/skills/preprocessing-data/SKILL.md +1 -1
  38. package/skills/project-memory-keeper/SKILL.md +1 -1
  39. package/skills/public-apis/SKILL.md +1 -1
  40. package/skills/pugi-patterns/SKILL.md +1 -1
  41. package/skills/react-component/SKILL.md +1 -1
  42. package/skills/sprint-planning/SKILL.md +1 -1
  43. package/skills/stack-selection/SKILL.md +1 -1
  44. package/skills/standup-summary/SKILL.md +1 -1
  45. package/skills/task-decomposition/SKILL.md +1 -1
  46. package/skills/team-routing/SKILL.md +1 -1
  47. package/skills/tech-survey/SKILL.md +1 -1
  48. package/skills/test-plan/SKILL.md +1 -1
  49. package/skills/typescript-refactor/SKILL.md +1 -1
  50. package/skills/ui-components/SKILL.md +1 -1
  51. package/skills/ux-patterns/SKILL.md +1 -1
  52. package/skills/web-platform/SKILL.md +1 -1
  53. package/skills/web-scrape/SKILL.md +1 -1
  54. package/skills/web-search/SKILL.md +1 -1
  55. package/skills/webapp-testing/SKILL.md +1 -1
  56. package/skills/webapp-testing/quirks.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pugi/cli",
3
- "version": "1.0.0-alpha.173",
3
+ "version": "1.0.0-alpha.175",
4
4
  "description": "Pugi CLI - terminal-native software execution system",
5
5
  "license": "MIT",
6
6
  "homepage": "https://pugi.io",
@@ -40,11 +40,11 @@
40
40
  "LICENSE"
41
41
  ],
42
42
  "optionalDependencies": {
43
- "@pugi/cli-darwin-arm64": "1.0.0-alpha.173",
44
- "@pugi/cli-darwin-x64": "1.0.0-alpha.173",
45
- "@pugi/cli-linux-arm64": "1.0.0-alpha.173",
46
- "@pugi/cli-linux-x64": "1.0.0-alpha.173",
47
- "@pugi/cli-windows-arm64": "1.0.0-alpha.173",
48
- "@pugi/cli-windows-x64": "1.0.0-alpha.173"
43
+ "@pugi/cli-darwin-arm64": "1.0.0-alpha.175",
44
+ "@pugi/cli-darwin-x64": "1.0.0-alpha.175",
45
+ "@pugi/cli-linux-arm64": "1.0.0-alpha.175",
46
+ "@pugi/cli-linux-x64": "1.0.0-alpha.175",
47
+ "@pugi/cli-windows-arm64": "1.0.0-alpha.175",
48
+ "@pugi/cli-windows-x64": "1.0.0-alpha.175"
49
49
  }
50
50
  }
@@ -3,7 +3,7 @@ name: a11y
3
3
  description: "W3C WCAG 2.x grounded accessibility — contrast, keyboard, ARIA, screen readers. Shared with QA (Vera)."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Accessibility (WCAG)
9
9
 
@@ -3,7 +3,7 @@ name: ab-test-analysis
3
3
  description: "Sets up and analyses A/B tests with confidence intervals."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # A/B Test Analysis
9
9
 
@@ -3,7 +3,7 @@ name: ai-sdk
3
3
  description: "Grounded provider-SDK knowledge — tool use, structured outputs, streaming, prompt caching."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # AI SDK Cookbook Knowledge
9
9
 
@@ -3,7 +3,7 @@ name: api-integration
3
3
  description: "Builds typed REST/GraphQL clients with auth, retries, pagination — grounded in the public APIs catalog."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # API Integration
9
9
 
@@ -3,7 +3,7 @@ name: architecture-review
3
3
  description: "Reviews system design against the canonical pattern catalog, calls out anti-patterns, suggests proven alternatives."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Architecture Review
9
9
 
@@ -3,7 +3,7 @@ name: brand-voice
3
3
  description: "Voice and tone frameworks — style guides, headline craft, direct-response copy."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Brand Voice
9
9
 
@@ -3,7 +3,7 @@ name: ci-cd-pipeline
3
3
  description: "Authors CI workflows for build -> test -> deploy."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # CI/CD Pipeline
9
9
 
@@ -3,7 +3,7 @@ name: code-review
3
3
  description: "Reviews diffs for correctness, design, security (OWASP-grounded), performance, tests."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Code Review
9
9
 
@@ -3,7 +3,7 @@ name: competitor-analysis
3
3
  description: "Surveys competitors — features, pricing, stack, positioning — grounded in the SEO/GEO metadata surface."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Competitor Analysis
9
9
 
@@ -3,7 +3,7 @@ name: content-design
3
3
  description: "UX writing — microcopy, empty states, error messages, onboarding copy."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Content Design
9
9
 
@@ -3,7 +3,7 @@ name: css-tailwind
3
3
  description: "Refactors CSS to Tailwind, fixes spacing rhythm, ensures dark/light parity."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Tailwind Polish
9
9
 
@@ -1,4 +1,4 @@
1
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
1
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
2
2
 
3
3
  # Tailwind Polish — known failure modes
4
4
 
@@ -3,7 +3,7 @@ name: db-vector
3
3
  description: "Grounded pgvector knowledge — index types (HNSW/IVFFlat), distance operators, tuning."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # pgvector Knowledge
9
9
 
@@ -3,7 +3,7 @@ name: design-radix
3
3
  description: "Radix UI primitive composition — slot trees, prop APIs, controlled/uncontrolled patterns."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Radix Primitives
9
9
 
@@ -3,7 +3,7 @@ name: design-system
3
3
  description: "Defines tokens, components, typography for the product."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Design System Author
9
9
 
@@ -3,7 +3,7 @@ name: detecting-data-anomalies
3
3
  description: "Identifies outliers and anomalies in numerical, categorical, and time-series data."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Detecting Data Anomalies
9
9
 
@@ -3,7 +3,7 @@ name: docker-deploy
3
3
  description: "Generates Dockerfile + docker-compose for service deployment."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Docker Deploy
9
9
 
@@ -3,7 +3,7 @@ name: edge-case-finder
3
3
  description: "Audits code for null handling, race conditions, timeouts, injection and parsing edge cases."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Edge Case Finder
9
9
 
@@ -3,7 +3,7 @@ name: fonts
3
3
  description: "Typeface pairing and selection from the Google Fonts metadata catalog."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Font Catalog
9
9
 
@@ -3,7 +3,7 @@ name: framework-grammy
3
3
  description: "Grounded grammY (Telegram bot framework) knowledge — handlers, sessions, conversations, keyboards, webhooks."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # grammY Framework Knowledge
9
9
 
@@ -3,7 +3,7 @@ name: framework-mastra
3
3
  description: "Grounded Mastra orchestrator knowledge — agents, workflows, memory, RAG, evals."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Mastra Framework Knowledge
9
9
 
@@ -3,7 +3,7 @@ name: framework-nestjs
3
3
  description: "Grounded NestJS 10 knowledge — modules, DI, guards, interceptors, pipes, lifecycle."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # NestJS Framework Knowledge
9
9
 
@@ -3,7 +3,7 @@ name: framework-prisma
3
3
  description: "Grounded Prisma 6 knowledge — schema, migrate, client, RLS patterns."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Prisma Framework Knowledge
9
9
 
@@ -3,7 +3,7 @@ name: funnel-optimization
3
3
  description: "Audits funnels, finds drop-off points, proposes experiments."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Funnel Optimization
9
9
 
@@ -3,7 +3,7 @@ name: icons
3
3
  description: "Icon selection across Lucide / Tabler / Heroicons / Phosphor."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Icon Catalogs
9
9
 
@@ -3,7 +3,7 @@ name: landing-templates
3
3
  description: "Landing / dashboard / marketing section templates — hero, pricing, features, CTA, stat cards."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Landing Templates
9
9
 
@@ -3,7 +3,7 @@ name: market-research
3
3
  description: "Runs search over a topic, summarises findings with citations using research methods frameworks."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Market Research
9
9
 
@@ -3,7 +3,7 @@ name: metrics-dashboard
3
3
  description: "Designs KPI dashboards — DAU, MRR, retention, funnel cohorts — grounded in dashboard/chart block templates."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Metrics Dashboard
9
9
 
@@ -3,7 +3,7 @@ name: monitoring-setup
3
3
  description: "Wires Prometheus / Grafana / Langfuse instrumentation into a service."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Monitoring Setup
9
9
 
@@ -3,7 +3,7 @@ name: motion
3
3
  description: "Motion patterns — springs, transitions, staggering, reduced-motion compliance."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Motion & Animation
9
9
 
@@ -3,7 +3,7 @@ name: nestjs-api
3
3
  description: "Generates idiomatic NestJS modules, controllers, services, DTOs."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # NestJS API Builder
9
9
 
@@ -1,4 +1,4 @@
1
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
1
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
2
2
 
3
3
  # NestJS API Builder — known failure modes
4
4
 
@@ -3,7 +3,7 @@ name: nextjs-page
3
3
  description: "Builds Next.js App Router pages with shadcn/ui + Tailwind."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Next.js Page Builder
9
9
 
@@ -3,7 +3,7 @@ name: orchestrating-multi-agent-systems
3
3
  description: "Designs and coordinates multi-agent topologies (planner / workers / critics) grounded in the AI SDK cookbook patterns."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Orchestrating Multi Agent Systems
9
9
 
@@ -3,7 +3,7 @@ name: preprocessing-data
3
3
  description: "Cleans, transforms, and feature-engineers datasets for analysis or ML."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Preprocessing Data
9
9
 
@@ -3,7 +3,7 @@ name: project-memory-keeper
3
3
  description: "Maintains shared project state — name, stack, goals, decisions log — grounded in the Pugi corpus."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Project Memory Keeper
9
9
 
@@ -3,7 +3,7 @@ name: public-apis
3
3
  description: "Finds and evaluates public/third-party APIs from the daily-ingested catalog (ADR-0041)."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Public APIs Catalog
9
9
 
@@ -3,7 +3,7 @@ name: pugi-patterns
3
3
  description: "Retrieves canonical Pugi implementation patterns (module shapes, proxy routes, migrations, RLS) before any build decision."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Pugi Patterns
9
9
 
@@ -3,7 +3,7 @@ name: react-component
3
3
  description: "Builds composable React + TypeScript components with proper typing."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # React Component Library
9
9
 
@@ -3,7 +3,7 @@ name: sprint-planning
3
3
  description: "Decomposes goals into sprint backlogs with capacity-aware estimates — grounded in agile/service-design methods."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Sprint Planning
9
9
 
@@ -3,7 +3,7 @@ name: stack-selection
3
3
  description: "Helps pick framework / DB / deployment stack based on project constraints."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Tech Stack Selection
9
9
 
@@ -3,7 +3,7 @@ name: standup-summary
3
3
  description: "Daily summary of what each teammate did, blockers, next steps."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Standup Summary
9
9
 
@@ -3,7 +3,7 @@ name: task-decomposition
3
3
  description: "Breaks vague requests into concrete sub-tasks with dependencies, aligned to how Pugi actually builds."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Task Decomposition
9
9
 
@@ -3,7 +3,7 @@ name: team-routing
3
3
  description: "Routes incoming requests to the right teammate by role / expertise."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Team Routing
9
9
 
@@ -3,7 +3,7 @@ name: tech-survey
3
3
  description: "Compares 3-5 technical options against project criteria, recommends."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Tech Survey
9
9
 
@@ -3,7 +3,7 @@ name: test-plan
3
3
  description: "Drafts test plans covering happy path, edge cases, regression scope."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Test Plan Author
9
9
 
@@ -3,7 +3,7 @@ name: typescript-refactor
3
3
  description: "Refactors TS code for readability, type-safety, and conventions."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # TypeScript Refactor
9
9
 
@@ -3,7 +3,7 @@ name: ui-components
3
3
  description: "shadcn/ui v4 registry knowledge — component anatomy, variants, composition."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # UI Components
9
9
 
@@ -3,7 +3,7 @@ name: ux-patterns
3
3
  description: "Service-design and research methods — journey maps, usability tests, heuristics."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # UX Patterns
9
9
 
@@ -3,7 +3,7 @@ name: web-platform
3
3
  description: "MDN-grounded web platform knowledge — CSS, layout, web APIs, HTTP semantics."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Web Platform (MDN)
9
9
 
@@ -3,7 +3,7 @@ name: web-scrape
3
3
  description: "Fetches a URL, extracts clean text/markdown for reading or RAG ingestion."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Web Scrape
9
9
 
@@ -3,7 +3,7 @@ name: web-search
3
3
  description: "Searches the web and returns ranked, cited results."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Web Search
9
9
 
@@ -3,7 +3,7 @@ name: webapp-testing
3
3
  description: "Authors and runs Playwright end-to-end tests against a running web application."
4
4
  ---
5
5
 
6
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
6
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
7
7
 
8
8
  # Webapp Testing
9
9
 
@@ -1,4 +1,4 @@
1
- <!-- GENERATED by pugi-core packages/opencode/script/generate-persona-skill-pack.ts do not hand-edit. -->
1
+ <!-- Generated by Pugi. Do not hand-edit; regenerate from the persona pack. -->
2
2
 
3
3
  # Webapp Testing — known failure modes
4
4