Skip to content

Commit 53bfe2d

Browse files
committed
Tone tweak
1 parent c2d1a31 commit 53bfe2d

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

plugins/spark/skills/spark-app-template/SKILL.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Comprehensive guidance for building web apps with opinionated defau
77

88
## Purpose
99

10-
Spark App Template provides battle-tested defaults and comprehensive guidance for building web applications in 2026. When a user asks to build a web app, this skill provides the complete technical foundation and design direction to create beautiful, functional applications quickly.
10+
Spark App Template provides defaults and guidance for building web applications. When a user asks to build a web app, this skill provides the technical foundation and design direction to create functional applications.
1111

1212
## When to Use This Skill
1313

@@ -62,7 +62,7 @@ Understanding complexity helps choose the right stack variation and design appro
6262

6363
## Core Tech Stack (Shared Foundation)
6464

65-
All Spark App Template applications use this battle-tested foundation:
65+
All Spark App Template applications use this foundation:
6666

6767
### Build & Development
6868
- **Build Tool**: Vite (latest stable)
@@ -113,12 +113,12 @@ All variations share the core foundation above. These templates add specific pac
113113
- **Additive packages**: Zustand (state management), date-fns
114114
- **Design focus**: Navigation patterns, state architecture, performance
115115

116-
## React 19+ Features (Production-Ready)
116+
## React 19+ Features
117117

118118
Enable these modern React capabilities:
119119

120120
### React Compiler
121-
- **Status**: Production-ready, battle-tested at Meta
121+
- **Status**: Available in React 19+
122122
- **Benefits**: Auto-memoization, significantly faster initial loads and interactions
123123
- **Setup**: Compatible with React 17+, configure via compiler config
124124

@@ -467,7 +467,7 @@ If app feels slow:
467467

468468
### Build Tool Alternatives
469469

470-
Newer Vite versions with Rolldown bundler may offer significantly faster builds when production-ready. Monitor for stable releases.
470+
Newer Vite versions with Rolldown bundler may offer faster builds when stable. Monitor for stable releases.
471471

472472
## System Requirements
473473

@@ -487,4 +487,4 @@ After scaffolding:
487487

488488
---
489489

490-
**Remember**: The goal is production-ready, beautiful, and performant web applications. Start simple, iterate based on user needs, and always prioritize user experience over technical complexity.
490+
**Remember**: The goal is functional and performant web applications. Start simple, iterate based on user needs, and prioritize user experience over technical complexity.

plugins/spark/skills/spark-app-template/references/radix-migration-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Context
44

5-
Radix UI, the foundation of shadcn/ui, has received fewer updates since its acquisition by WorkOS. While Radix remains stable and battle-tested, the ecosystem is evolving with new alternatives.
5+
Radix UI, the foundation of shadcn/ui, has received fewer updates since its acquisition by WorkOS. While Radix remains stable, the ecosystem is evolving with new alternatives.
66

77
## Current Status (January 2026)
88

plugins/spark/skills/spark-app-template/stacks/content-showcase.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ export function Hero() {
150150
Build Beautiful Web Experiences
151151
</h1>
152152
<p className="mt-6 text-xl leading-relaxed text-muted-foreground">
153-
A comprehensive toolkit for creating production-ready applications
154-
with exceptional design and performance.
153+
A toolkit for creating applications with design and performance
154+
in mind.
155155
</p>
156156
<div className="mt-10 flex items-center justify-center gap-4">
157157
<Button size="lg">Get Started</Button>

0 commit comments

Comments
 (0)