Skip to content

Commit a550297

Browse files
committed
Merge branch 'development'
2 parents 6b4a6db + ed8031d commit a550297

165 files changed

Lines changed: 8744 additions & 1423 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.agents/skills/ci-cd/SKILL.md

Lines changed: 218 additions & 76 deletions
Large diffs are not rendered by default.

.agents/skills/humanizer/SKILL.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,30 @@ Avoiding AI patterns is only half the job. Sterile, voiceless writing is just as
5757

5858
**Be specific about feelings.** Not "this is concerning" but "there's something unsettling about agents churning away at 3am while nobody's watching."
5959

60+
### For landing pages and product copy
61+
62+
Human does not mean longer.
63+
64+
A lot of weak AI copy explains the product to death. It keeps telling you what the thing means, why it exists, how it fits into a workflow, and what philosophy sits behind it. Real product copy usually has more restraint.
65+
66+
Use these rules:
67+
68+
- Say what it is.
69+
- Say what it does.
70+
- Say where to get it.
71+
- Stop.
72+
73+
When editing marketing pages:
74+
75+
- Cut any sentence that explains the page more than the product.
76+
- Cut any sentence that sounds like the company is narrating its own strategy.
77+
- Prefer capability over commentary.
78+
- Prefer commands, nouns, and concrete outcomes over thesis statements.
79+
- If one short sentence does the job, do not expand it into three.
80+
- If a section exists only to justify the product's existence, delete or compress it.
81+
- Keep CTAs and subheads tight. They should scan fast.
82+
- Do not confuse "human" with "chatty." Brevity feels more confident.
83+
6084
### Before (clean but soulless):
6185

6286
> The experiment produced interesting results. The agents generated 3 million lines of code. Some developers were impressed while others were skeptical. The implications remain unclear.

.agents/skills/smbcloud-auth/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Use this skill when work touches any part of the smbCloud auth stack:
1010
- `smbcloud-api` Rails auth service
1111
- `smbcloud-web-console` Next.js admin UI
1212
- `smbcloud-cli/crates/smbcloud-auth` Rust SDK
13-
- `smbcloud-cli/crates/smbcloud-auth-wasm` browser SDK
13+
- `smbcloud-cli/crates/smbcloud-auth-sdk-wasm` browser SDK
1414
- Tauri apps such as Rumi Learn Persian and PBJ Komplit
1515
- web apps that use `@smbcloud/sdk-auth`
1616

@@ -138,7 +138,7 @@ Do not claim email confirmation exists unless the mailer and route are actually
138138
The Rust client surface lives in:
139139

140140
- `smbcloud-cli/crates/smbcloud-auth`
141-
- `smbcloud-cli/crates/smbcloud-auth-wasm`
141+
- `smbcloud-cli/crates/smbcloud-auth-sdk-wasm`
142142

143143
When changing tenant app auth:
144144

@@ -278,7 +278,7 @@ Use the smallest relevant checks.
278278
### Rust SDK
279279

280280
- `cargo check -p smbcloud-auth`
281-
- `cargo check -p smbcloud-auth-wasm`
281+
- `cargo check -p smbcloud-auth-sdk-wasm`
282282

283283
### Tauri apps
284284

.agents/skills/smbcloud-cli-release/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ From `npm/`:
8585

8686
Example:
8787

88-
- `node ./scripts/render-platform-package.cjs cli-darwin-arm64 0.3.33 darwin arm64`
88+
- `node ./scripts/render-platform-package.cjs cli-darwin-arm64 0.3.39 darwin arm64`
8989

9090
### Publish order
9191

0 commit comments

Comments
 (0)