@allthingsclaude/blueprints 0.4.1 → 0.4.2
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/content/commands/brand.md +2 -2
- package/content/commands/copy.md +3 -3
- package/content/commands/design.md +3 -3
- package/content/commands/docs.md +1 -1
- package/content/commands/email.md +1 -1
- package/content/commands/imagine.md +2 -2
- package/content/commands/onboard.md +1 -1
- package/content/commands/pitch.md +2 -2
- package/package.json +1 -1
|
@@ -16,7 +16,7 @@ I'll create or document a comprehensive brand identity system — colors, typogr
|
|
|
16
16
|
!`ls tailwind.config.* src/app/globals.css src/styles/*.css styles/*.css public/images/*.svg public/*.svg 2>/dev/null | head -20 || echo "No brand files detected"`
|
|
17
17
|
|
|
18
18
|
**Design Directory**:
|
|
19
|
-
!`ls design/ 2>/dev/null && echo
|
|
19
|
+
!`ls design/ 2>/dev/null && echo == existing brand docs == && ls design/brand-brief.md design/brand-guide.md design/tokens.css 2>/dev/null || echo "No existing design directory"`
|
|
20
20
|
|
|
21
21
|
**Previous Brand Brief**:
|
|
22
22
|
!`cat design/brand-brief.md 2>/dev/null | head -40 || echo "No brand brief yet"`
|
|
@@ -35,7 +35,7 @@ I'll create or document a comprehensive brand identity system — colors, typogr
|
|
|
35
35
|
|
|
36
36
|
**README / Package Info**:
|
|
37
37
|
!`cat README.md 2>/dev/null | head -20 || echo "No README"`
|
|
38
|
-
!`node -
|
|
38
|
+
!`node -p 'var p=require("./package.json");p.name+" — "+(p.description||"no description")' 2>/dev/null || echo "No package.json"`
|
|
39
39
|
|
|
40
40
|
---
|
|
41
41
|
|
package/content/commands/copy.md
CHANGED
|
@@ -19,16 +19,16 @@ I'll write on-brand marketing copy — social captions, ad copy, email subject l
|
|
|
19
19
|
!`cat README.md 2>/dev/null | head -30 || echo "No README found"`
|
|
20
20
|
|
|
21
21
|
**Package Description**:
|
|
22
|
-
!`node -
|
|
22
|
+
!`node -p 'var p=require("./package.json");[p.name,p.description,p.homepage].filter(Boolean).join(" | ")' 2>/dev/null || echo "No package.json found"`
|
|
23
23
|
|
|
24
24
|
**Existing Copy & Messaging**:
|
|
25
|
-
!`grep -rh
|
|
25
|
+
!`grep -rh 'content=\|<title>\|<meta name=.description' src/app/layout.tsx src/app/page.tsx index.html 2>/dev/null | head -10 || echo "No meta/title tags detected"`
|
|
26
26
|
|
|
27
27
|
**Landing Page Copy**:
|
|
28
28
|
!`grep -rh "<h1\|<h2\|<p class.*hero\|<p class.*subtitle\|<p class.*tagline" src/app/page.tsx src/components/Hero.tsx src/components/Landing.tsx index.html 2>/dev/null | head -15 || echo "No landing page copy detected"`
|
|
29
29
|
|
|
30
30
|
**Design Directory**:
|
|
31
|
-
!`ls design/ 2>/dev/null && echo
|
|
31
|
+
!`ls design/ 2>/dev/null && echo == existing campaigns == && ls -d design/*/ 2>/dev/null || echo "No existing design directory"`
|
|
32
32
|
|
|
33
33
|
---
|
|
34
34
|
|
|
@@ -16,14 +16,14 @@ I'll create on-brand design and marketing assets — social media banners, ad cr
|
|
|
16
16
|
!`ls tailwind.config.* src/app/globals.css src/styles/*.css public/images/*.svg 2>/dev/null | head -15 || echo "No brand files detected"`
|
|
17
17
|
|
|
18
18
|
**Design Directory**:
|
|
19
|
-
!`ls design/ 2>/dev/null && echo
|
|
19
|
+
!`ls design/ 2>/dev/null && echo == existing campaigns == && ls -d design/*/ 2>/dev/null || echo "No existing design directory"`
|
|
20
20
|
|
|
21
21
|
**Previous Brand Brief**:
|
|
22
22
|
!`cat design/brand-brief.md 2>/dev/null | head -30 || echo "No brand brief yet"`
|
|
23
23
|
|
|
24
24
|
**Image Generation APIs**:
|
|
25
|
-
- GEMINI_API_KEY: !`
|
|
26
|
-
- FAL_KEY: !`
|
|
25
|
+
- GEMINI_API_KEY: !`test -n "$GEMINI_API_KEY" && echo AVAILABLE || echo NOT_SET`
|
|
26
|
+
- FAL_KEY: !`test -n "$FAL_KEY" && echo AVAILABLE || echo NOT_SET`
|
|
27
27
|
|
|
28
28
|
---
|
|
29
29
|
|
package/content/commands/docs.md
CHANGED
|
@@ -15,7 +15,7 @@ I'll analyze your codebase and generate or update documentation.
|
|
|
15
15
|
**Working Directory**: !`pwd`
|
|
16
16
|
|
|
17
17
|
**Project**:
|
|
18
|
-
!`ls README* 2>/dev/null; ls docs/ 2>/dev/null | head -10; echo
|
|
18
|
+
!`ls README* 2>/dev/null; ls docs/ 2>/dev/null | head -10; echo ===; cat package.json 2>/dev/null | head -5`
|
|
19
19
|
|
|
20
20
|
**Existing Docs**:
|
|
21
21
|
!`find . -maxdepth 3 -name "*.md" -not -path "*/node_modules/*" -not -path "*/.git/*" 2>/dev/null | head -15`
|
|
@@ -16,7 +16,7 @@ I'll create on-brand, email-client-compatible HTML templates — newsletters, pr
|
|
|
16
16
|
!`ls tailwind.config.* src/app/globals.css src/styles/*.css public/images/*.svg 2>/dev/null | head -15 || echo "No brand files detected"`
|
|
17
17
|
|
|
18
18
|
**Design Directory**:
|
|
19
|
-
!`ls design/ 2>/dev/null && echo
|
|
19
|
+
!`ls design/ 2>/dev/null && echo == existing campaigns == && ls -d design/*/ 2>/dev/null || echo "No existing design directory"`
|
|
20
20
|
|
|
21
21
|
**Previous Brand Brief**:
|
|
22
22
|
!`cat design/brand-brief.md 2>/dev/null | head -30 || echo "No brand brief yet"`
|
|
@@ -10,8 +10,8 @@ $ARGUMENTS
|
|
|
10
10
|
|
|
11
11
|
## API Keys
|
|
12
12
|
|
|
13
|
-
- GEMINI_API_KEY: !`
|
|
14
|
-
- FAL_KEY: !`
|
|
13
|
+
- GEMINI_API_KEY: !`test -n "$GEMINI_API_KEY" && echo AVAILABLE || echo NOT_SET`
|
|
14
|
+
- FAL_KEY: !`test -n "$FAL_KEY" && echo AVAILABLE || echo NOT_SET`
|
|
15
15
|
|
|
16
16
|
---
|
|
17
17
|
|
|
@@ -21,7 +21,7 @@ I'll analyze your project and generate a comprehensive onboarding guide for new
|
|
|
21
21
|
!`ls -la`
|
|
22
22
|
|
|
23
23
|
**Git Info**:
|
|
24
|
-
!`git log --oneline -5 2>/dev/null; echo
|
|
24
|
+
!`git log --oneline -5 2>/dev/null; echo ===; git branch -a 2>/dev/null | head -10`
|
|
25
25
|
|
|
26
26
|
**Existing Docs**:
|
|
27
27
|
!`ls README* CONTRIBUTING* CLAUDE.md docs/ 2>/dev/null | head -10`
|
|
@@ -19,13 +19,13 @@ I'll create an on-brand, self-contained HTML presentation deck with keyboard nav
|
|
|
19
19
|
!`cat README.md 2>/dev/null | head -30 || echo "No README found"`
|
|
20
20
|
|
|
21
21
|
**Package Description**:
|
|
22
|
-
!`node -
|
|
22
|
+
!`node -p 'var p=require("./package.json");[p.name,p.description,p.homepage].filter(Boolean).join(" | ")' 2>/dev/null || echo "No package.json found"`
|
|
23
23
|
|
|
24
24
|
**Product Features & Stats**:
|
|
25
25
|
!`grep -rh "<h2\|<h3\|<strong\|features\|pricing\|stats\|metric" src/app/page.tsx src/components/*.tsx README.md 2>/dev/null | head -20 || echo "No product features detected"`
|
|
26
26
|
|
|
27
27
|
**Design Directory**:
|
|
28
|
-
!`ls design/ 2>/dev/null && echo
|
|
28
|
+
!`ls design/ 2>/dev/null && echo == existing campaigns == && ls -d design/*/ 2>/dev/null || echo "No existing design directory"`
|
|
29
29
|
|
|
30
30
|
---
|
|
31
31
|
|