@allthingsclaude/blueprints 0.4.1 → 0.4.3

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.
@@ -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 "---existing brand docs---" && ls design/brand-brief.md design/brand-guide.md design/tokens.css 2>/dev/null || echo "No existing design directory"`
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 -e 'var p=require("./package.json");console.log(p.name,"—",p.description||"no description")' 2>/dev/null || echo "No package.json"`
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
 
@@ -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 -e 'var p=require("./package.json");console.log("Name:",p.name||"n/a");console.log("Description:",p.description||"n/a");console.log("Homepage:",p.homepage||"n/a")' 2>/dev/null || echo "No package.json found"`
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 "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"`
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 "---existing campaigns---" && ls -d design/*/ 2>/dev/null || echo "No existing design directory"`
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 "---existing campaigns---" && ls -d design/*/ 2>/dev/null || echo "No existing design directory"`
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: !`node -e 'console.log(process.env.GEMINI_API_KEY ? "AVAILABLE" : "NOT SET")'`
26
- - FAL_KEY: !`node -e 'console.log(process.env.FAL_KEY ? "AVAILABLE" : "NOT SET")'`
25
+ - GEMINI_API_KEY: !`echo ${GEMINI_API_KEY:+AVAILABLE}`
26
+ - FAL_KEY: !`echo ${FAL_KEY:+AVAILABLE}`
27
27
 
28
28
  ---
29
29
 
@@ -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 "---"; cat package.json 2>/dev/null | head -5`
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 "---existing campaigns---" && ls -d design/*/ 2>/dev/null || echo "No existing design directory"`
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: !`node -e 'console.log(process.env.GEMINI_API_KEY ? "AVAILABLE" : "NOT SET")'`
14
- - FAL_KEY: !`node -e 'console.log(process.env.FAL_KEY ? "AVAILABLE" : "NOT SET")'`
13
+ - GEMINI_API_KEY: !`echo ${GEMINI_API_KEY:+AVAILABLE}`
14
+ - FAL_KEY: !`echo ${FAL_KEY:+AVAILABLE}`
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 "---"; git branch -a 2>/dev/null | head -10`
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 -e 'var p=require("./package.json");console.log("Name:",p.name||"n/a");console.log("Description:",p.description||"n/a");console.log("Homepage:",p.homepage||"n/a")' 2>/dev/null || echo "No package.json found"`
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 "---existing campaigns---" && ls -d design/*/ 2>/dev/null || echo "No existing design directory"`
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@allthingsclaude/blueprints",
3
- "version": "0.4.1",
3
+ "version": "0.4.3",
4
4
  "description": "Claude Code commands and agents for enhanced AI-assisted development workflows",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",