@gobing-ai/knowledge-kit 0.0.11 → 0.0.12
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/dist/index.js +363 -138
- package/package.json +1 -1
- package/plugins/generations/content-gen/src/storm.ts +99 -50
- package/plugins/generations/core-facts-gen/package.json +17 -0
- package/plugins/generations/core-facts-gen/plugin.json +7 -0
- package/plugins/generations/core-facts-gen/src/index.ts +116 -0
- package/plugins/generations/core-facts-gen/tsconfig.json +4 -0
- package/plugins/generations/daily-article-gen/package.json +17 -0
- package/plugins/generations/daily-article-gen/plugin.json +7 -0
- package/plugins/generations/daily-article-gen/src/index.ts +91 -0
- package/plugins/generations/daily-article-gen/tsconfig.json +4 -0
- package/plugins/generations/dailynews-gen/src/index.ts +11 -0
- package/plugins/generations/dailynews-gen/src/script-builder.ts +1 -1
- package/plugins/generations/episode-plan-gen/package.json +17 -0
- package/plugins/generations/episode-plan-gen/plugin.json +7 -0
- package/plugins/generations/episode-plan-gen/src/index.ts +726 -0
- package/plugins/generations/episode-plan-gen/tsconfig.json +4 -0
- package/plugins/generations/voice-gen/src/index.ts +102 -11
- package/plugins/generations/voice-gen/src/qc.ts +154 -9
- package/plugins/ingestions/aihot-ingest/plugin.json +1 -1
- package/plugins/ingestions/aihot-ingest/src/index.ts +72 -13
- package/plugins/ingestions/aihot-ingest/src/mapper.ts +1 -0
- package/plugins/ingestions/aihot-ingest/src/rss.ts +151 -0
- package/plugins/ingestions/horizon-ingest/package.json +17 -0
- package/plugins/ingestions/horizon-ingest/plugin.json +7 -0
- package/plugins/ingestions/horizon-ingest/src/index.ts +205 -0
- package/plugins/ingestions/horizon-ingest/tsconfig.json +4 -0
- package/plugins/ingestions/last30days-ingest/package.json +17 -0
- package/plugins/ingestions/last30days-ingest/plugin.json +7 -0
- package/plugins/ingestions/last30days-ingest/src/index.ts +148 -0
- package/plugins/ingestions/last30days-ingest/tsconfig.json +4 -0
- package/plugins/kk/skills/taste-unslop/SKILL.md +12 -6
- package/plugins/kk/skills/taste-unslop/references/pattern-guide.md +128 -48
- package/plugins/kk/workflows/kk-daily-ai-voice.yaml +432 -19
- package/plugins/publishings/podcast-pub/package.json +17 -0
- package/plugins/publishings/podcast-pub/plugin.json +7 -0
- package/plugins/publishings/podcast-pub/src/index.ts +538 -0
- package/plugins/publishings/podcast-pub/src/map.ts +165 -0
- package/plugins/publishings/podcast-pub/src/microfeed-client.ts +196 -0
- package/plugins/publishings/podcast-pub/src/show-notes.ts +132 -0
- package/plugins/publishings/podcast-pub/tsconfig.json +4 -0
- package/plugins/publishings/surfdash-pub/src/index.ts +328 -62
|
@@ -2,67 +2,147 @@
|
|
|
2
2
|
|
|
3
3
|
Use these patterns during the scan in `SKILL.md`. A matching word or punctuation mark is not enough
|
|
4
4
|
to justify an edit. Change it only when the usage is formulaic, repeated, vague, or wrong for the
|
|
5
|
-
requested voice.
|
|
5
|
+
requested voice. Wordiness is a clarity edit. Clustered stock diction is a stronger signal than a
|
|
6
|
+
single hit.
|
|
6
7
|
|
|
7
8
|
## Content and evidence
|
|
8
9
|
|
|
9
|
-
1. **Puffery and promotion.** Cut phrases such as "pivotal moment", "
|
|
10
|
-
landscape", "breathtaking",
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
10
|
+
1. **Puffery and promotion.** Cut phrases such as "pivotal moment", "watershed moment", "testament
|
|
11
|
+
to", "evolving landscape", "breathtaking", "nestled", "vibrant", "thriving", and "groundbreaking"
|
|
12
|
+
when facts carry the point better. If the sentence still works after the inflation clause is
|
|
13
|
+
deleted, delete the clause.
|
|
14
|
+
2. **Vague authority.** Replace "experts believe", "reports suggest", "studies show", "analysts
|
|
15
|
+
agree", or "independent testing confirms" with a supplied source. If no source exists, preserve
|
|
16
|
+
the uncertainty and flag or remove the unsupported claim. Named, checkable citations stay.
|
|
17
|
+
3. **Context-free name-dropping.** Keep a person, company, or publication only when the text
|
|
18
|
+
explains what it contributes. A stack of prestige names ("cited in NYT, BBC, and Wired") is
|
|
19
|
+
weaker than one specific reference. Cut historical-analogy montages ("like the printing press,
|
|
20
|
+
the telegraph, and the internet") unless one parallel does analytical work.
|
|
21
|
+
4. **Decorative participial tails.** Delete or expand "highlighting", "showcasing", "ensuring",
|
|
22
|
+
"symbolizing", and "reflecting" endings when they add no supported fact.
|
|
23
|
+
5. **Formulaic concessions.** Replace "despite challenges, it continues to thrive" and "while X has
|
|
24
|
+
limitations, it's still remarkable" with the actual limitation and result supplied by the source.
|
|
25
|
+
Vague balance is not a tradeoff.
|
|
19
26
|
6. **Generic openings and conclusions.** Cut scene-setting and endings such as "the future looks
|
|
20
|
-
bright"
|
|
27
|
+
bright", "only time will tell", or "may become one of the most important narratives of the next
|
|
28
|
+
cycle" unless they state a concrete, preferably falsifiable, claim, decision, or next action.
|
|
29
|
+
7. **Novelty inflation.** Do not treat an established idea as a coinage ("he introduced a term I
|
|
30
|
+
hadn't heard", "the failure mode nobody's naming"). Describe what the source did with the idea.
|
|
31
|
+
Cut invented labels that are never defined.
|
|
21
32
|
|
|
22
33
|
## Language
|
|
23
34
|
|
|
24
|
-
|
|
35
|
+
8. **Stock AI diction.** Words such as "delve", "pivotal", "tapestry", "underscore", "vibrant",
|
|
25
36
|
"intricate", and abstract "landscape" are signals only when generic or clustered. Keep the word
|
|
26
|
-
when it is the precise one.
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
9. **
|
|
30
|
-
|
|
31
|
-
10. **
|
|
32
|
-
|
|
33
|
-
"
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
"
|
|
37
|
+
when it is the precise one. Repeated multi-word boilerplate ("the integration of",
|
|
38
|
+
"community-driven", "long-term sustainability") stacked across a piece is the same class: replace
|
|
39
|
+
with a specific claim, or vary genuinely.
|
|
40
|
+
9. **Inflated linking verbs.** Replace "serves as", "stands as", "features", "presents", or
|
|
41
|
+
promotional "boasts" with "is" or "has" when precision survives.
|
|
42
|
+
10. **Stock frames.** Rewrite repeated "not just X but Y" (including the split form "It isn't X.
|
|
43
|
+
The real story is Y"), forced groups of three, false "from X to Y" ranges, and slot-fill
|
|
44
|
+
templates ("a [adj] step towards [adj] infrastructure", "whether you're X or Y") when a direct
|
|
45
|
+
statement is clearer.
|
|
46
|
+
11. **Synonym cycling.** Pick the precise noun and repeat it instead of rotating through
|
|
47
|
+
near-synonyms ("developers… engineers… practitioners… builders").
|
|
48
|
+
12. **Vague metaphor and borrowed jargon.** Replace metaphorical "substrate", "vector", "north
|
|
49
|
+
star", "flywheel", or "scaffolding" with the actual mechanism. Preserve established domain terms
|
|
50
|
+
such as vector embeddings, API surface, language primitive, and test harness.
|
|
51
|
+
13. **Filler, stacked hedges, and empty intensifiers.** Shorten "in order to", "due to the fact
|
|
52
|
+
that", "moreover", "furthermore", and "in today's X". Collapse hedge stacks ("could potentially",
|
|
53
|
+
"may eventually") to one real qualifier. Drop empty "real" / "actual" / "genuine" on abstract
|
|
54
|
+
nouns unless the sentence names the contrast ("real settlement, not bridged IOUs"). Preserve
|
|
55
|
+
qualifiers that encode real uncertainty; never turn "may" into "will".
|
|
56
|
+
14. **Fancy plain words.** Prefer "use", "help", "many", and "if" over "utilize", "facilitate",
|
|
57
|
+
"numerous", and "in the event that" when meaning is unchanged. These are clarity edits, not
|
|
58
|
+
evidence of who wrote the sentence.
|
|
39
59
|
|
|
40
60
|
## Structure and style
|
|
41
61
|
|
|
42
|
-
|
|
43
|
-
summaries.
|
|
44
|
-
|
|
62
|
+
15. **Mechanical rhythm.** Break repeated sentence openings, equal-length paragraphs, and serial
|
|
63
|
+
summaries. Mix short and long sentences with the ideas, not by formula. In longer general prose,
|
|
64
|
+
a narrow looping vocabulary is a cue to name specific things, not to reach for synonyms;
|
|
65
|
+
technical reference that compresses vocabulary on purpose is exempt. Do not force variation
|
|
66
|
+
into text whose form is intentionally regular, and do not sand away deliberate disfluency,
|
|
67
|
+
fragments, or uneven pacing to make the prose "cleaner".
|
|
68
|
+
16. **Punctuation monotony.** Reduce repeated em dashes, colons, or parenthetical asides. Keep
|
|
45
69
|
punctuation required by grammar, locale, quoted material, or the style guide; no mark is banned.
|
|
46
|
-
|
|
47
|
-
labels that merely repeat the sentence
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
70
|
+
17. **Formatting as decoration.** Remove excessive boldface, title-case headings, emoji headers,
|
|
71
|
+
and inline labels that merely repeat the sentence ("**Speed:** Speed improved…"). Convert
|
|
72
|
+
numbered-list inflation ("here are 7 reasons") to the two or three points that matter. On a
|
|
73
|
+
list label, prefer a colon to a period ("**Intros:** …", not "**Intros.** …"). Cut trailing
|
|
74
|
+
hashtag blocks of six or more tags; keep two or three specific tags, or none — and do not treat
|
|
75
|
+
issue refs, hex colors, preprocessor directives, or in-code `#` as tags. Convert a run of five
|
|
76
|
+
or more bare adjective-noun bullets with no verb into prose or into claims that can be checked.
|
|
77
|
+
Preserve formatting that improves navigation or meets the publication format, including genuine
|
|
78
|
+
lists (changelogs, parameters, ingredients).
|
|
79
|
+
18. **Dense syntax.** Split a sentence when its dependencies make the reader backtrack. Keep
|
|
80
|
+
clauses together when separating them would hide the relationship.
|
|
81
|
+
19. **Unhelpful passive voice.** Name the actor when the actor matters. Keep passive voice when the
|
|
52
82
|
actor is unknown, obvious, or deliberately de-emphasized.
|
|
53
|
-
|
|
54
|
-
number to replace "significantly" or "quickly".
|
|
55
|
-
|
|
83
|
+
20. **Adverbs propping up weak claims.** Use a stronger verb or a supplied measurement. Do not
|
|
84
|
+
invent a number to replace "significantly" or "quickly".
|
|
85
|
+
21. **Typographic inconsistency.** Follow the source language and house style for quotation marks,
|
|
56
86
|
dashes, spacing, capitalization, and headings instead of forcing English ASCII conventions.
|
|
87
|
+
Unweld needless hyphens in open compounds ("research-impact" → "research impact", "in real-time"
|
|
88
|
+
→ "in real time") when house style agrees; keep legitimate modifiers ("real-time analytics") and
|
|
89
|
+
do not treat a hyphen fix as authorship evidence.
|
|
90
|
+
22. **Rhetorical stalls and engagement hooks.** Lead with the claim instead of "what if there were
|
|
91
|
+
a better way", "so why should you care", "the catch?", "the kicker?", or "here's the thing."
|
|
92
|
+
Delete the hook; state the thing.
|
|
93
|
+
23. **Excessive scaffolding.** Merge short text that is over-headed (several headers in a few
|
|
94
|
+
hundred words, or stock "Overview" / "Key Points" / "Conclusion" labels). Cut the one-line
|
|
95
|
+
warm-up that restates the heading. Keep structure that a reader would actually use to navigate.
|
|
96
|
+
24. **Modifier stacking.** Cut stacked hyphenated praise ("a high-quality, well-architected,
|
|
97
|
+
future-proof solution") to the modifier that matters. Individual hyphens may be correct.
|
|
57
98
|
|
|
58
|
-
## Chat and meta
|
|
99
|
+
## Chat, register, and meta
|
|
59
100
|
|
|
60
|
-
|
|
61
|
-
question", "I hope this helps", and "Let me know if".
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
101
|
+
25. **Stock assistant framing.** Remove empty openings and closings such as "Of course", "Great
|
|
102
|
+
question", "Certainly", "I hope this helps", and "Let me know if". Cut "let's explore" /
|
|
103
|
+
"let's break this down" when they only delay the point. Skip acknowledgment loops ("you're
|
|
104
|
+
asking about", "to answer your question"). Keep a direct next step when one exists.
|
|
105
|
+
26. **Sycophancy and recap-flattery.** Replace automatic agreement with the answer or evidence. Do
|
|
106
|
+
not open a reply by summarizing the other person's own work back at them as praise; substance
|
|
107
|
+
first, and a short thanks only if it is warranted.
|
|
108
|
+
27. **Cutoff disclaimers.** State the exact missing evidence or omit the unsupported passage. Never
|
|
109
|
+
disguise a guess as "details are limited" or "as of my last update".
|
|
110
|
+
28. **Speculative gap-filling.** Cut hedged invention that hides a missing fact ("maintains a low
|
|
111
|
+
profile", "likely began his career", "appears to have studied"). Unlike a cutoff disclaimer,
|
|
112
|
+
this does not admit the gap. Replace only with a sourced fact from the draft or an
|
|
113
|
+
authoritative lookup; otherwise flag the gap.
|
|
114
|
+
29. **Writing about the writing.** Cut "this article will delve into" and similar road signs when
|
|
115
|
+
the text can make the point directly.
|
|
116
|
+
30. **Feeling, significance, and candor without mechanism.** Replace reusable mood claims
|
|
117
|
+
("what surprised me most", "I was fascinated to discover", "SQL you can read") with a
|
|
118
|
+
source-backed behavior, example, or number — or cut. Cut lingering-attention frames ("the line
|
|
119
|
+
I keep coming back to", "I can't stop thinking about this") unless a reason follows. Cut
|
|
120
|
+
self-labeling after a list ("that last move is the contrarian one") and reader-steering cues
|
|
121
|
+
("it's worth noting", "interestingly", "this is the interesting part") when the fact can stand
|
|
122
|
+
alone. Cut narrated candor ("I want to be upfront", "two caveats I would rather flag than let
|
|
123
|
+
you discover later"); keep the disclosure itself, including real conflict-of-interest wording.
|
|
124
|
+
31. **Reasoning-chain artifacts.** Remove "let me think step by step", "breaking this down", and
|
|
125
|
+
numbered internal monologue. State the conclusion, then the evidence.
|
|
126
|
+
32. **Wall-of-text replies.** In conversational registers (issue/PR comments, chat, DMs), break a
|
|
127
|
+
dense reply-length block at thought boundaries. Do not apply this to long-form prose, docs, or
|
|
128
|
+
a deliberately tight paragraph.
|
|
129
|
+
33. **Tool fingerprints.** Fill or delete shipped placeholders (`[Your Name]`, `[INSERT SOURCE]`,
|
|
130
|
+
`2025-XX-XX`). Strip leaked chat citation tokens (`citeturn0search0`, `oai_citation`,
|
|
131
|
+
`contentReference[oaicite:…]`). Strip `utm_source` values that name an AI product; leave the
|
|
132
|
+
rest of the URL intact.
|
|
133
|
+
|
|
134
|
+
## Diagnostics
|
|
135
|
+
|
|
136
|
+
These are writer-side tests, not findings by themselves.
|
|
137
|
+
|
|
138
|
+
- **Reshuffle.** If two body paragraphs can swap places without breaking the piece, the draft is a
|
|
139
|
+
list of points, not a building argument. Add the missing through-line, or make the list explicit.
|
|
140
|
+
- **Treadmill.** For each paragraph, name the one fact, claim, or turn it adds. If there isn't one,
|
|
141
|
+
cut it. If there is, lead with it.
|
|
142
|
+
|
|
143
|
+
## Provenance
|
|
144
|
+
|
|
145
|
+
Pattern classes adapted from the Pattern reference in
|
|
146
|
+
[avoid-ai-writing](https://github.com/conorbronsdon/avoid-ai-writing) (MIT), rewritten here as
|
|
147
|
+
editing signals. That catalog's replace-on-sight word lists, em-dash bans, numeric type-token
|
|
148
|
+
thresholds, and detector scoring are not part of this skill.
|