@su-record/vibe 2.7.22 → 2.8.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/CLAUDE.md +4 -0
- package/README.md +275 -333
- package/agents/ui/ui-antipattern-detector.md +8 -0
- package/dist/cli/commands/upgrade.d.ts.map +1 -1
- package/dist/cli/commands/upgrade.js +14 -4
- package/dist/cli/commands/upgrade.js.map +1 -1
- package/dist/cli/postinstall/constants.d.ts.map +1 -1
- package/dist/cli/postinstall/constants.js +17 -13
- package/dist/cli/postinstall/constants.js.map +1 -1
- package/dist/infra/lib/SkillFrontmatter.d.ts +1 -0
- package/dist/infra/lib/SkillFrontmatter.d.ts.map +1 -1
- package/dist/infra/lib/SkillFrontmatter.js +4 -0
- package/dist/infra/lib/SkillFrontmatter.js.map +1 -1
- package/package.json +1 -1
- package/skills/claude-md-guide/SKILL.md +350 -0
- package/skills/commit-push-pr/SKILL.md +1 -0
- package/skills/create-prd/SKILL.md +89 -0
- package/skills/design-audit/SKILL.md +151 -0
- package/skills/design-critique/SKILL.md +138 -0
- package/skills/design-distill/SKILL.md +129 -0
- package/skills/design-normalize/SKILL.md +132 -0
- package/skills/design-polish/SKILL.md +130 -0
- package/skills/design-teach/SKILL.md +181 -0
- package/skills/exec-plan/SKILL.md +1 -0
- package/skills/parallel-research/SKILL.md +1 -0
- package/skills/prioritization-frameworks/SKILL.md +86 -0
- package/skills/techdebt/SKILL.md +1 -0
- package/skills/ui-ux-pro-max/SKILL.md +14 -0
- package/skills/ui-ux-pro-max/reference/color-and-contrast.md +517 -0
- package/skills/ui-ux-pro-max/reference/interaction-design.md +544 -0
- package/skills/ui-ux-pro-max/reference/motion-design.md +591 -0
- package/skills/ui-ux-pro-max/reference/responsive-design.md +463 -0
- package/skills/ui-ux-pro-max/reference/spatial-design.md +390 -0
- package/skills/ui-ux-pro-max/reference/typography.md +455 -0
- package/skills/ui-ux-pro-max/reference/ux-writing.md +469 -0
- package/skills/user-personas/SKILL.md +74 -0
package/CLAUDE.md
CHANGED
|
@@ -138,6 +138,10 @@ When the user's context matches a pattern below, suggest the relevant skill **on
|
|
|
138
138
|
| Session ending, work incomplete | `/handoff` | 70%+ context, incomplete tasks |
|
|
139
139
|
| Technical debt accumulating | `/techdebt` | Multiple `any` types, console.log, unused imports |
|
|
140
140
|
| Multi-file refactoring planned | `/exec-plan` | 3+ files to change, complex dependencies |
|
|
141
|
+
| Building new UI/UX | `/design-teach` | "new page", "landing", "dashboard", Figma URL |
|
|
142
|
+
| UI code review | `/design-audit` | After implementing UI components |
|
|
143
|
+
| New project setup / CLAUDE.md | `/claude-md-guide` | "new project", "write CLAUDE.md", "project instructions" |
|
|
144
|
+
| Before shipping UI | `/design-polish` | "ready to deploy", "final check" |
|
|
141
145
|
|
|
142
146
|
## Context Management
|
|
143
147
|
|