@rubytech/create-realagent-code 0.1.26 → 0.1.27

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.
Files changed (449) hide show
  1. package/dist/index.js +28 -11
  2. package/package.json +1 -1
  3. package/payload/platform/plugins/.claude-plugin/marketplace.json +5 -90
  4. package/payload/platform/plugins/brochures/.claude-plugin/plugin.json +8 -0
  5. package/payload/platform/plugins/brochures/PLUGIN.md +36 -0
  6. package/payload/platform/plugins/brochures/commands/make-brochure.md +11 -0
  7. package/payload/platform/plugins/brochures/skills/a4-print-documents/SKILL.md +478 -0
  8. package/payload/platform/plugins/brochures/skills/brand-design/SKILL.md +192 -0
  9. package/payload/platform/plugins/brochures/skills/make-brochure/SKILL.md +354 -0
  10. package/payload/platform/plugins/brochures/skills/make-brochure/references/seller-brief-template.md +115 -0
  11. package/payload/platform/plugins/brochures/skills/property-brochure/SKILL.md +119 -0
  12. package/payload/platform/plugins/brochures/skills/property-brochure/references/build.md +270 -0
  13. package/payload/platform/plugins/brochures/skills/property-brochure/references/copy.md +211 -0
  14. package/payload/platform/plugins/brochures/skills/property-brochure/references/images.md +166 -0
  15. package/payload/platform/plugins/brochures/skills/property-brochure/references/index-landing.md +376 -0
  16. package/payload/platform/plugins/brochures/skills/property-brochure/references/index.html +1288 -0
  17. package/payload/platform/plugins/brochures/skills/property-brochure/references/placeholders.md +250 -0
  18. package/payload/platform/plugins/brochures/skills/property-brochure/references/registers.md +47 -0
  19. package/payload/platform/plugins/brochures/skills/property-brochure/references/seller-brief.md +56 -0
  20. package/payload/platform/plugins/brochures/skills/property-brochure/references/structure.md +249 -0
  21. package/payload/platform/plugins/brochures/skills/property-brochure/references/template.html +2370 -0
  22. package/payload/platform/plugins/brochures/skills/property-extract/SKILL.md +372 -0
  23. package/payload/platform/plugins/buyers/.claude-plugin/plugin.json +8 -0
  24. package/payload/platform/plugins/buyers/PLUGIN.md +35 -0
  25. package/payload/platform/plugins/buyers/skills/buyer-feedback/SKILL.md +109 -0
  26. package/payload/platform/plugins/buyers/skills/buyer-management/SKILL.md +42 -0
  27. package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-qualification-questions.md +16 -0
  28. package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-qualification.md +59 -0
  29. package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-scripts.md +63 -0
  30. package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-working-scripts.md +54 -0
  31. package/payload/platform/plugins/buyers/skills/buyer-management/references/feedback-collection.md +42 -0
  32. package/payload/platform/plugins/buyers/skills/buyer-management/references/offer-capture.md +38 -0
  33. package/payload/platform/plugins/buyers/skills/buyer-management/references/viewing-booking.md +32 -0
  34. package/payload/platform/plugins/buyers/skills/buyer-management/references/viewing-management.md +52 -0
  35. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/SKILL.md +407 -0
  36. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/care-fees-guide.md +68 -0
  37. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/divorce-sales-guide.md +61 -0
  38. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/downsizing-guide.md +45 -0
  39. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/first-time-buyers.md +92 -0
  40. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/first-time-sellers.md +78 -0
  41. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/probate-guide.md +53 -0
  42. package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/upsizing-guide.md +41 -0
  43. package/payload/platform/plugins/buyers/skills/property-enquiry/SKILL.md +126 -0
  44. package/payload/platform/plugins/buyers/skills/viewing-management/SKILL.md +111 -0
  45. package/payload/platform/plugins/estate-business/.claude-plugin/plugin.json +8 -0
  46. package/payload/platform/plugins/estate-business/PLUGIN.md +65 -0
  47. package/payload/platform/plugins/estate-business/skills/business-growth/SKILL.md +133 -0
  48. package/payload/platform/plugins/estate-business/skills/business-growth/references/buy-back-your-time.md +37 -0
  49. package/payload/platform/plugins/estate-business/skills/business-growth/references/firewave-gost-scorecards.md +14 -0
  50. package/payload/platform/plugins/estate-business/skills/business-growth/references/keller-org-model.md +17 -0
  51. package/payload/platform/plugins/estate-business/skills/business-growth/references/lencioni-team-models.md +22 -0
  52. package/payload/platform/plugins/estate-business/skills/business-growth/references/listing-management-system.md +11 -0
  53. package/payload/platform/plugins/estate-business/skills/business-growth/references/net-figure-form.md +11 -0
  54. package/payload/platform/plugins/estate-business/skills/business-growth/references/serhant-bizinbox-notes.md +13 -0
  55. package/payload/platform/plugins/estate-business/skills/business-growth/references/team-roles-commission.md +14 -0
  56. package/payload/platform/plugins/estate-business/skills/business-growth/references/va-2026-ops.md +43 -0
  57. package/payload/platform/plugins/estate-business/skills/business-growth/references/wingman-structure.md +13 -0
  58. package/payload/platform/plugins/estate-business/skills/business-operations/SKILL.md +32 -0
  59. package/payload/platform/plugins/estate-business/skills/business-operations/references/crm-systems.md +57 -0
  60. package/payload/platform/plugins/estate-business/skills/business-operations/references/hiring-guide.md +59 -0
  61. package/payload/platform/plugins/estate-business/skills/business-operations/references/impact-framework.md +47 -0
  62. package/payload/platform/plugins/estate-business/skills/business-operations/references/minutes-equal-money.md +55 -0
  63. package/payload/platform/plugins/estate-business/skills/business-operations/references/team-management.md +48 -0
  64. package/payload/platform/plugins/estate-business/skills/commission-calculator/SKILL.md +40 -0
  65. package/payload/platform/plugins/estate-business/skills/exp-partnership/SKILL.md +52 -0
  66. package/payload/platform/plugins/estate-business/skills/exp-partnership/references/12-reasons.md +39 -0
  67. package/payload/platform/plugins/estate-business/skills/exp-partnership/references/95-5-system.md +66 -0
  68. package/payload/platform/plugins/estate-business/skills/exp-partnership/references/agent-attraction-scripts.md +90 -0
  69. package/payload/platform/plugins/estate-business/skills/exp-partnership/references/business-partnership.md +92 -0
  70. package/payload/platform/plugins/estate-business/skills/exp-partnership/references/exp-model-overview.md +66 -0
  71. package/payload/platform/plugins/estate-business/skills/exp-partnership/references/model-comparison.md +66 -0
  72. package/payload/platform/plugins/estate-business/skills/exp-partnership/references/revenue-share-explained.md +57 -0
  73. package/payload/platform/plugins/estate-business/skills/month-end-close/SKILL.md +69 -0
  74. package/payload/platform/plugins/estate-business/skills/payment-batch-stager/SKILL.md +42 -0
  75. package/payload/platform/plugins/estate-business/skills/period-reconciler/SKILL.md +42 -0
  76. package/payload/platform/plugins/estate-business/skills/personal-branding/SKILL.md +117 -0
  77. package/payload/platform/plugins/estate-business/skills/personal-branding/references/attraction-agent-notes.md +31 -0
  78. package/payload/platform/plugins/estate-business/skills/personal-branding/references/attraction-agent.md +58 -0
  79. package/payload/platform/plugins/estate-business/skills/personal-branding/references/authenticity-boundaries.md +28 -0
  80. package/payload/platform/plugins/estate-business/skills/personal-branding/references/become-a-brand-leader-notes.md +19 -0
  81. package/payload/platform/plugins/estate-business/skills/personal-branding/references/blast-formula.md +42 -0
  82. package/payload/platform/plugins/estate-business/skills/personal-branding/references/brand-leader.md +48 -0
  83. package/payload/platform/plugins/estate-business/skills/personal-branding/references/brand-strategy-system.md +59 -0
  84. package/payload/platform/plugins/estate-business/skills/personal-branding/references/content-engine.md +49 -0
  85. package/payload/platform/plugins/estate-business/skills/personal-branding/references/firewave-blast-and-blogging.md +23 -0
  86. package/payload/platform/plugins/estate-business/skills/personal-branding/references/gary-v-content.md +52 -0
  87. package/payload/platform/plugins/estate-business/skills/personal-branding/references/gary-v-principles.md +20 -0
  88. package/payload/platform/plugins/estate-business/skills/personal-branding/references/oversubscribed-positioning.md +18 -0
  89. package/payload/platform/plugins/estate-business/skills/personal-branding/references/platforms.md +41 -0
  90. package/payload/platform/plugins/estate-business/skills/personal-branding/references/priestley-oversubscribed.md +54 -0
  91. package/payload/platform/plugins/estate-business/skills/personal-branding/references/storeys-style-examples.md +25 -0
  92. package/payload/platform/plugins/estate-business/skills/personal-branding/references/visual-identity.md +27 -0
  93. package/payload/platform/plugins/estate-coaching/.claude-plugin/plugin.json +8 -0
  94. package/payload/platform/plugins/estate-coaching/PLUGIN.md +55 -0
  95. package/payload/platform/plugins/estate-coaching/skills/agent-performance/SKILL.md +371 -0
  96. package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/atomic-habits.md +52 -0
  97. package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/daily-routine-scorecard.md +104 -0
  98. package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/hp6-model.md +63 -0
  99. package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/twelve-week-year.md +71 -0
  100. package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/SKILL.md +36 -0
  101. package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/coaching-boundaries.md +56 -0
  102. package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/feedback-framework.md +61 -0
  103. package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/performance-framework.md +109 -0
  104. package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/SKILL.md +421 -0
  105. package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/coaching-exercises.md +86 -0
  106. package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/goal-setting.md +78 -0
  107. package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/one-to-one-framework.md +92 -0
  108. package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/soi-workbook.md +103 -0
  109. package/payload/platform/plugins/estate-coaching/skills/serhant-training/SKILL.md +410 -0
  110. package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/agent-training-guide.md +70 -0
  111. package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/business-in-a-box.md +72 -0
  112. package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/buyers-guide.md +53 -0
  113. package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/codo-method.md +72 -0
  114. package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/website-planning-guide.md +79 -0
  115. package/payload/platform/plugins/estate-onboarding/.claude-plugin/plugin.json +8 -0
  116. package/payload/platform/plugins/estate-onboarding/PLUGIN.md +31 -0
  117. package/payload/platform/plugins/estate-onboarding/skills/bootstrap/SKILL.md +26 -0
  118. package/payload/platform/plugins/estate-onboarding/skills/bootstrap/references/onboarding-flow.md +63 -0
  119. package/payload/platform/plugins/estate-sales/.claude-plugin/plugin.json +8 -0
  120. package/payload/platform/plugins/estate-sales/PLUGIN.md +53 -0
  121. package/payload/platform/plugins/estate-sales/skills/chase-progression/SKILL.md +107 -0
  122. package/payload/platform/plugins/estate-sales/skills/negotiation/SKILL.md +35 -0
  123. package/payload/platform/plugins/estate-sales/skills/negotiation/references/deal-saving.md +47 -0
  124. package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-deep-guide.md +64 -0
  125. package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-prep-principles.md +29 -0
  126. package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-techniques.md +42 -0
  127. package/payload/platform/plugins/estate-sales/skills/negotiation/references/offer-presentation.md +43 -0
  128. package/payload/platform/plugins/estate-sales/skills/risk-scorer/SKILL.md +42 -0
  129. package/payload/platform/plugins/estate-sales/skills/sales-closer/SKILL.md +24 -0
  130. package/payload/platform/plugins/estate-sales/skills/sales-closer/references/serhant-emotion-stages.md +36 -0
  131. package/payload/platform/plugins/estate-sales/skills/sales-discovery/SKILL.md +30 -0
  132. package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/chris-voss-discovery.md +88 -0
  133. package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/firewave-gost-journey.md +68 -0
  134. package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/phil-jones-openers.md +78 -0
  135. package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/pre-listing-checklist.md +77 -0
  136. package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/serhant-improv.md +22 -0
  137. package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/tom-ferry-discovery.md +103 -0
  138. package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/vendor-motivation-competitor.md +52 -0
  139. package/payload/platform/plugins/estate-sales/skills/sales-negotiation/SKILL.md +29 -0
  140. package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/chris-voss-negotiation.md +70 -0
  141. package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/phil-jones-price-words.md +40 -0
  142. package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/serhant-negotiation-plus.md +55 -0
  143. package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/tom-panos-commission-pricing.md +57 -0
  144. package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/tony-morris-questioning.md +54 -0
  145. package/payload/platform/plugins/estate-sales/skills/sales-progression/SKILL.md +27 -0
  146. package/payload/platform/plugins/estate-sales/skills/sales-progression/references/conveyancing-guide.md +54 -0
  147. package/payload/platform/plugins/estate-sales/skills/sales-progression/references/transaction-tracking.md +66 -0
  148. package/payload/platform/plugins/estate-teaching/.claude-plugin/plugin.json +8 -0
  149. package/payload/platform/plugins/estate-teaching/PLUGIN.md +31 -0
  150. package/payload/platform/plugins/estate-teaching/skills/content-directory/SKILL.md +39 -0
  151. package/payload/platform/plugins/estate-teaching/skills/content-directory/references/module-delivery.md +65 -0
  152. package/payload/platform/plugins/estate-teaching/skills/content-directory/references/progress-tracking.md +47 -0
  153. package/payload/platform/plugins/leads/.claude-plugin/plugin.json +8 -0
  154. package/payload/platform/plugins/leads/PLUGIN.md +62 -0
  155. package/payload/platform/plugins/leads/skills/chain-progression-tracker/SKILL.md +51 -0
  156. package/payload/platform/plugins/leads/skills/diary-builder/SKILL.md +38 -0
  157. package/payload/platform/plugins/leads/skills/enquiry-triage/SKILL.md +36 -0
  158. package/payload/platform/plugins/leads/skills/lead-nurturing/SKILL.md +137 -0
  159. package/payload/platform/plugins/leads/skills/lead-nurturing/references/buyer-search-letter.md +28 -0
  160. package/payload/platform/plugins/leads/skills/lead-nurturing/references/buyer-search-letters.md +37 -0
  161. package/payload/platform/plugins/leads/skills/lead-nurturing/references/database-reactivation.md +30 -0
  162. package/payload/platform/plugins/leads/skills/lead-nurturing/references/email-nurture-sequences.md +45 -0
  163. package/payload/platform/plugins/leads/skills/lead-nurturing/references/facebook-referrals.md +30 -0
  164. package/payload/platform/plugins/leads/skills/lead-nurturing/references/firewave-email-nurture-sequences.md +41 -0
  165. package/payload/platform/plugins/leads/skills/lead-nurturing/references/keller-33-touch.md +34 -0
  166. package/payload/platform/plugins/leads/skills/lead-nurturing/references/neighbour-letters.md +31 -0
  167. package/payload/platform/plugins/leads/skills/lead-nurturing/references/neighbour-notification-letter.md +20 -0
  168. package/payload/platform/plugins/leads/skills/lead-nurturing/references/ofi-follow-up-dialogue.md +22 -0
  169. package/payload/platform/plugins/leads/skills/lead-nurturing/references/ofi-follow-up.md +26 -0
  170. package/payload/platform/plugins/leads/skills/lead-nurturing/references/serhant-three-fs-plus.md +21 -0
  171. package/payload/platform/plugins/leads/skills/lead-nurturing/references/sharran-10x10x10.md +18 -0
  172. package/payload/platform/plugins/leads/skills/lead-nurturing/references/sms-templates.md +40 -0
  173. package/payload/platform/plugins/leads/skills/lead-nurturing/references/sphere-of-influence-notes.md +34 -0
  174. package/payload/platform/plugins/leads/skills/lead-nurturing/references/sphere-of-influence.md +60 -0
  175. package/payload/platform/plugins/leads/skills/lead-nurturing/references/tom-panos-sms-templates.md +59 -0
  176. package/payload/platform/plugins/leads/skills/morning-round/SKILL.md +72 -0
  177. package/payload/platform/plugins/leads/skills/prospecting/SKILL.md +33 -0
  178. package/payload/platform/plugins/leads/skills/prospecting/references/database-matching.md +30 -0
  179. package/payload/platform/plugins/leads/skills/prospecting/references/database-value.md +53 -0
  180. package/payload/platform/plugins/leads/skills/prospecting/references/prospecting-dialogues.md +24 -0
  181. package/payload/platform/plugins/leads/skills/prospecting/references/reactivation.md +34 -0
  182. package/payload/platform/plugins/listings/.claude-plugin/plugin.json +8 -0
  183. package/payload/platform/plugins/listings/PLUGIN.md +103 -0
  184. package/payload/platform/plugins/listings/skills/comparable-finder/SKILL.md +52 -0
  185. package/payload/platform/plugins/listings/skills/epc-checker/SKILL.md +38 -0
  186. package/payload/platform/plugins/listings/skills/home-preparation/SKILL.md +28 -0
  187. package/payload/platform/plugins/listings/skills/home-preparation/references/kerb-appeal.md +38 -0
  188. package/payload/platform/plugins/listings/skills/home-preparation/references/photo-day.md +59 -0
  189. package/payload/platform/plugins/listings/skills/home-preparation/references/situational-tips.md +50 -0
  190. package/payload/platform/plugins/listings/skills/home-preparation/references/staging-guide.md +52 -0
  191. package/payload/platform/plugins/listings/skills/listing-copy-writer/SKILL.md +55 -0
  192. package/payload/platform/plugins/listings/skills/listing-presentation/SKILL.md +286 -0
  193. package/payload/platform/plugins/listings/skills/listing-presentation/references/booking-script.md +51 -0
  194. package/payload/platform/plugins/listings/skills/listing-presentation/references/objection-scripts.md +193 -0
  195. package/payload/platform/plugins/listings/skills/listing-presentation/references/penhaul-presentation.md +123 -0
  196. package/payload/platform/plugins/listings/skills/listing-presentation/references/pre-listing-kit.md +139 -0
  197. package/payload/platform/plugins/listings/skills/listing-presentation/references/set-to-sell.md +55 -0
  198. package/payload/platform/plugins/listings/skills/listing-presentation/references/sharran-frameworks.md +107 -0
  199. package/payload/platform/plugins/listings/skills/local-market-stats/SKILL.md +33 -0
  200. package/payload/platform/plugins/listings/skills/new-instruction/SKILL.md +78 -0
  201. package/payload/platform/plugins/listings/skills/particulars-builder/SKILL.md +48 -0
  202. package/payload/platform/plugins/listings/skills/portal-launch-scheduler/SKILL.md +49 -0
  203. package/payload/platform/plugins/listings/skills/pricing-scenario-builder/SKILL.md +35 -0
  204. package/payload/platform/plugins/listings/skills/property-marketing/SKILL.md +337 -0
  205. package/payload/platform/plugins/listings/skills/property-marketing/references/auction-report-template.md +41 -0
  206. package/payload/platform/plugins/listings/skills/property-marketing/references/coming-soon-campaign.md +43 -0
  207. package/payload/platform/plugins/listings/skills/property-marketing/references/direct-mail-templates.md +121 -0
  208. package/payload/platform/plugins/listings/skills/property-marketing/references/eoi-form-template.md +62 -0
  209. package/payload/platform/plugins/listings/skills/property-marketing/references/monthly-scorecard.md +63 -0
  210. package/payload/platform/plugins/listings/skills/supplier-booker/SKILL.md +39 -0
  211. package/payload/platform/plugins/listings/skills/talk-track-composer/SKILL.md +36 -0
  212. package/payload/platform/plugins/listings/skills/terms-of-business-drafter/SKILL.md +54 -0
  213. package/payload/platform/plugins/listings/skills/valuation-prep/SKILL.md +69 -0
  214. package/payload/platform/plugins/loop/.claude-plugin/plugin.json +17 -0
  215. package/payload/platform/plugins/loop/PLUGIN.md +108 -0
  216. package/payload/platform/plugins/loop/mcp/dist/index.d.ts +2 -0
  217. package/payload/platform/plugins/loop/mcp/dist/index.d.ts.map +1 -0
  218. package/payload/platform/plugins/loop/mcp/dist/index.js +293 -0
  219. package/payload/platform/plugins/loop/mcp/dist/index.js.map +1 -0
  220. package/payload/platform/plugins/loop/mcp/dist/lib/crypto.d.ts +10 -0
  221. package/payload/platform/plugins/loop/mcp/dist/lib/crypto.d.ts.map +1 -0
  222. package/payload/platform/plugins/loop/mcp/dist/lib/crypto.js +88 -0
  223. package/payload/platform/plugins/loop/mcp/dist/lib/crypto.js.map +1 -0
  224. package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.d.ts +82 -0
  225. package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.d.ts.map +1 -0
  226. package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.js +427 -0
  227. package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.js.map +1 -0
  228. package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.d.ts +5 -0
  229. package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.d.ts.map +1 -0
  230. package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.js +40 -0
  231. package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.js.map +1 -0
  232. package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.d.ts +10 -0
  233. package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.d.ts.map +1 -0
  234. package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.js +24 -0
  235. package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.js.map +1 -0
  236. package/payload/platform/plugins/loop/mcp/dist/tools/feedback.d.ts +16 -0
  237. package/payload/platform/plugins/loop/mcp/dist/tools/feedback.d.ts.map +1 -0
  238. package/payload/platform/plugins/loop/mcp/dist/tools/feedback.js +35 -0
  239. package/payload/platform/plugins/loop/mcp/dist/tools/feedback.js.map +1 -0
  240. package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.d.ts +5 -0
  241. package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.d.ts.map +1 -0
  242. package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.js +19 -0
  243. package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.js.map +1 -0
  244. package/payload/platform/plugins/loop/mcp/dist/tools/key-list.d.ts +4 -0
  245. package/payload/platform/plugins/loop/mcp/dist/tools/key-list.d.ts.map +1 -0
  246. package/payload/platform/plugins/loop/mcp/dist/tools/key-list.js +14 -0
  247. package/payload/platform/plugins/loop/mcp/dist/tools/key-list.js.map +1 -0
  248. package/payload/platform/plugins/loop/mcp/dist/tools/key-register.d.ts +9 -0
  249. package/payload/platform/plugins/loop/mcp/dist/tools/key-register.d.ts.map +1 -0
  250. package/payload/platform/plugins/loop/mcp/dist/tools/key-register.js +60 -0
  251. package/payload/platform/plugins/loop/mcp/dist/tools/key-register.js.map +1 -0
  252. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.d.ts +13 -0
  253. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.d.ts.map +1 -0
  254. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.js +41 -0
  255. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.js.map +1 -0
  256. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.d.ts +9 -0
  257. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.d.ts.map +1 -0
  258. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.js +16 -0
  259. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.js.map +1 -0
  260. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.d.ts +15 -0
  261. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.d.ts.map +1 -0
  262. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.js +11 -0
  263. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.js.map +1 -0
  264. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.d.ts +10 -0
  265. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.d.ts.map +1 -0
  266. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.js +39 -0
  267. package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.js.map +1 -0
  268. package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.d.ts +9 -0
  269. package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.d.ts.map +1 -0
  270. package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.js +125 -0
  271. package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.js.map +1 -0
  272. package/payload/platform/plugins/loop/mcp/dist/tools/people-search.d.ts +18 -0
  273. package/payload/platform/plugins/loop/mcp/dist/tools/people-search.d.ts.map +1 -0
  274. package/payload/platform/plugins/loop/mcp/dist/tools/people-search.js +87 -0
  275. package/payload/platform/plugins/loop/mcp/dist/tools/people-search.js.map +1 -0
  276. package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.d.ts +10 -0
  277. package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.d.ts.map +1 -0
  278. package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.js +82 -0
  279. package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.js.map +1 -0
  280. package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.d.ts +12 -0
  281. package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.d.ts.map +1 -0
  282. package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.js +32 -0
  283. package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.js.map +1 -0
  284. package/payload/platform/plugins/loop/mcp/dist/tools/property-request.d.ts +15 -0
  285. package/payload/platform/plugins/loop/mcp/dist/tools/property-request.d.ts.map +1 -0
  286. package/payload/platform/plugins/loop/mcp/dist/tools/property-request.js +11 -0
  287. package/payload/platform/plugins/loop/mcp/dist/tools/property-request.js.map +1 -0
  288. package/payload/platform/plugins/loop/mcp/dist/tools/property-search.d.ts +16 -0
  289. package/payload/platform/plugins/loop/mcp/dist/tools/property-search.d.ts.map +1 -0
  290. package/payload/platform/plugins/loop/mcp/dist/tools/property-search.js +41 -0
  291. package/payload/platform/plugins/loop/mcp/dist/tools/property-search.js.map +1 -0
  292. package/payload/platform/plugins/loop/mcp/dist/tools/supplier.d.ts +13 -0
  293. package/payload/platform/plugins/loop/mcp/dist/tools/supplier.d.ts.map +1 -0
  294. package/payload/platform/plugins/loop/mcp/dist/tools/supplier.js +49 -0
  295. package/payload/platform/plugins/loop/mcp/dist/tools/supplier.js.map +1 -0
  296. package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.d.ts +7 -0
  297. package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.d.ts.map +1 -0
  298. package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.js +19 -0
  299. package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.js.map +1 -0
  300. package/payload/platform/plugins/loop/mcp/dist/tools/team-info.d.ts +5 -0
  301. package/payload/platform/plugins/loop/mcp/dist/tools/team-info.d.ts.map +1 -0
  302. package/payload/platform/plugins/loop/mcp/dist/tools/team-info.js +32 -0
  303. package/payload/platform/plugins/loop/mcp/dist/tools/team-info.js.map +1 -0
  304. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.d.ts +14 -0
  305. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.d.ts.map +1 -0
  306. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.js +11 -0
  307. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.js.map +1 -0
  308. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.d.ts +9 -0
  309. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.d.ts.map +1 -0
  310. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.js +85 -0
  311. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.js.map +1 -0
  312. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.d.ts +13 -0
  313. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.d.ts.map +1 -0
  314. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.js +44 -0
  315. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.js.map +1 -0
  316. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.d.ts +14 -0
  317. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.d.ts.map +1 -0
  318. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.js +18 -0
  319. package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.js.map +1 -0
  320. package/payload/platform/plugins/loop/mcp/package-lock.json +2549 -0
  321. package/payload/platform/plugins/loop/mcp/package.json +21 -0
  322. package/payload/platform/plugins/loop/mcp/src/__tests__/loop-swagger.snapshot.json +26467 -0
  323. package/payload/platform/plugins/loop/mcp/src/__tests__/swagger-write-coverage.test.ts +153 -0
  324. package/payload/platform/plugins/loop/mcp/src/index.ts +444 -0
  325. package/payload/platform/plugins/loop/mcp/src/lib/crypto.ts +105 -0
  326. package/payload/platform/plugins/loop/mcp/src/lib/loop-api.ts +604 -0
  327. package/payload/platform/plugins/loop/mcp/src/lib/neo4j.ts +51 -0
  328. package/payload/platform/plugins/loop/mcp/src/tools/customer-preferences.ts +66 -0
  329. package/payload/platform/plugins/loop/mcp/src/tools/feedback.ts +86 -0
  330. package/payload/platform/plugins/loop/mcp/src/tools/key-deregister.ts +27 -0
  331. package/payload/platform/plugins/loop/mcp/src/tools/key-list.ts +19 -0
  332. package/payload/platform/plugins/loop/mcp/src/tools/key-register.ts +95 -0
  333. package/payload/platform/plugins/loop/mcp/src/tools/marketing-enquiry.ts +113 -0
  334. package/payload/platform/plugins/loop/mcp/src/tools/marketing-match-batch.ts +53 -0
  335. package/payload/platform/plugins/loop/mcp/src/tools/marketing-match-request.ts +42 -0
  336. package/payload/platform/plugins/loop/mcp/src/tools/marketing-match.ts +84 -0
  337. package/payload/platform/plugins/loop/mcp/src/tools/people-detail.ts +245 -0
  338. package/payload/platform/plugins/loop/mcp/src/tools/people-search.ts +180 -0
  339. package/payload/platform/plugins/loop/mcp/src/tools/property-detail.ts +145 -0
  340. package/payload/platform/plugins/loop/mcp/src/tools/property-listed.ts +88 -0
  341. package/payload/platform/plugins/loop/mcp/src/tools/property-request.ts +42 -0
  342. package/payload/platform/plugins/loop/mcp/src/tools/property-search.ts +92 -0
  343. package/payload/platform/plugins/loop/mcp/src/tools/supplier.ts +129 -0
  344. package/payload/platform/plugins/loop/mcp/src/tools/team-availability.ts +52 -0
  345. package/payload/platform/plugins/loop/mcp/src/tools/team-info.ts +95 -0
  346. package/payload/platform/plugins/loop/mcp/src/tools/viewing-create.ts +41 -0
  347. package/payload/platform/plugins/loop/mcp/src/tools/viewing-detail.ts +171 -0
  348. package/payload/platform/plugins/loop/mcp/src/tools/viewing-search.ts +92 -0
  349. package/payload/platform/plugins/loop/mcp/src/tools/viewing-update.ts +53 -0
  350. package/payload/platform/plugins/loop/mcp/tsconfig.json +20 -0
  351. package/payload/platform/plugins/loop/mcp/vitest.config.ts +9 -0
  352. package/payload/platform/plugins/loop/skills/compliance-flag-checker/SKILL.md +53 -0
  353. package/payload/platform/plugins/loop/skills/priority-ranker/SKILL.md +40 -0
  354. package/payload/platform/plugins/loop/skills/tone-matched-drafter/SKILL.md +53 -0
  355. package/payload/platform/plugins/loop/skills/variance-narrator/SKILL.md +50 -0
  356. package/payload/platform/plugins/loop/skills/vendor-research/SKILL.md +54 -0
  357. package/payload/platform/plugins/teaching/.claude-plugin/plugin.json +8 -0
  358. package/payload/platform/plugins/teaching/PLUGIN.md +57 -0
  359. package/payload/platform/plugins/teaching/skills/interactive-tutor/SKILL.md +59 -0
  360. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/assessment.md +70 -0
  361. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/classroom-conduct.md +43 -0
  362. package/payload/platform/plugins/teaching/skills/interactive-tutor/references/teaching-modes.md +83 -0
  363. package/payload/platform/plugins/teaching/skills/lesson-planner/SKILL.md +48 -0
  364. package/payload/platform/plugins/teaching/skills/lesson-planner/references/context-gathering.md +41 -0
  365. package/payload/platform/plugins/teaching/skills/lesson-planner/references/plan-structure.md +94 -0
  366. package/payload/platform/plugins/teaching/skills/study-pack-builder/SKILL.md +52 -0
  367. package/payload/platform/plugins/teaching/skills/study-pack-builder/references/disaggregation.md +49 -0
  368. package/payload/platform/plugins/teaching/skills/study-pack-builder/references/materials.md +116 -0
  369. package/payload/platform/plugins/vendors/.claude-plugin/plugin.json +8 -0
  370. package/payload/platform/plugins/vendors/PLUGIN.md +34 -0
  371. package/payload/platform/plugins/vendors/skills/vendor-communication/SKILL.md +42 -0
  372. package/payload/platform/plugins/vendors/skills/vendor-communication/references/fee-protection-and-agenda.md +28 -0
  373. package/payload/platform/plugins/vendors/skills/vendor-communication/references/listing-scripts.md +44 -0
  374. package/payload/platform/plugins/vendors/skills/vendor-communication/references/negotiation-deep-guide.md +70 -0
  375. package/payload/platform/plugins/vendors/skills/vendor-communication/references/price-alignment-scripts.md +33 -0
  376. package/payload/platform/plugins/vendors/skills/vendor-communication/references/price-alignment.md +34 -0
  377. package/payload/platform/plugins/vendors/skills/vendor-communication/references/scenario-scripts.md +38 -0
  378. package/payload/platform/plugins/vendors/skills/vendor-communication/references/seller-engagement.md +51 -0
  379. package/payload/platform/plugins/vendors/skills/vendor-communication/references/valuation-booking.md +76 -0
  380. package/payload/platform/plugins/vendors/skills/vendor-communication/references/vendor-scripts.md +63 -0
  381. package/payload/platform/plugins/vendors/skills/vendor-communication/references/vendor-updates.md +41 -0
  382. package/payload/platform/plugins/vendors/skills/vendor-updates/SKILL.md +153 -0
  383. package/payload/platform/plugins/writer-craft/.claude-plugin/plugin.json +8 -0
  384. package/payload/platform/plugins/writer-craft/PLUGIN.md +87 -0
  385. package/payload/platform/plugins/writer-craft/agents/writer-craft--manuscript-reviewer.md +92 -0
  386. package/payload/platform/plugins/writer-craft/skills/citation-style/SKILL.md +94 -0
  387. package/payload/platform/plugins/writer-craft/skills/citation-style/references/book-and-chapter-models.md +77 -0
  388. package/payload/platform/plugins/writer-craft/skills/citation-style/references/citation-rules.md +103 -0
  389. package/payload/platform/plugins/writer-craft/skills/citation-style/references/journal-article-models.md +74 -0
  390. package/payload/platform/plugins/writer-craft/skills/citation-style/references/other-source-models.md +146 -0
  391. package/payload/platform/plugins/writer-craft/skills/citation-style/references/reference-list-rules.md +70 -0
  392. package/payload/platform/plugins/writer-craft/skills/editorial-practice/SKILL.md +108 -0
  393. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/copyediting.md +73 -0
  394. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/developmental-editing.md +85 -0
  395. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/genre-specific-editing.md +78 -0
  396. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/line-editing.md +55 -0
  397. package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/self-editing.md +89 -0
  398. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/SKILL.md +114 -0
  399. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/audience-analysis.md +73 -0
  400. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/crafting-persuasive-story.md +76 -0
  401. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/persuasion-case-studies.md +67 -0
  402. package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/transformation-framework.md +86 -0
  403. package/payload/platform/plugins/writer-craft/skills/point-of-view/SKILL.md +97 -0
  404. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/indirect-narration.md +72 -0
  405. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/pov-types-and-voice.md +91 -0
  406. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/protagonist-filter.md +71 -0
  407. package/payload/platform/plugins/writer-craft/skills/point-of-view/references/tense-and-person.md +85 -0
  408. package/payload/platform/plugins/writer-craft/skills/prose-craft/SKILL.md +100 -0
  409. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/punctuation-and-grammar.md +72 -0
  410. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/repetition.md +71 -0
  411. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/sound-and-rhythm.md +64 -0
  412. package/payload/platform/plugins/writer-craft/skills/prose-craft/references/word-economy.md +93 -0
  413. package/payload/platform/plugins/writer-craft/skills/reader-engagement/SKILL.md +100 -0
  414. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/cause-effect-setup-payoff.md +79 -0
  415. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/conflict-escalation.md +81 -0
  416. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/hooking-readers.md +67 -0
  417. package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/neurochemistry-of-engagement.md +94 -0
  418. package/payload/platform/plugins/writer-craft/skills/review-manuscript/SKILL.md +111 -0
  419. package/payload/platform/plugins/writer-craft/skills/review-manuscript/references/review-manuscript-checklist.md +119 -0
  420. package/payload/platform/plugins/writer-craft/skills/review-prose/SKILL.md +99 -0
  421. package/payload/platform/plugins/writer-craft/skills/review-prose/references/prose-review-checklist.md +112 -0
  422. package/payload/platform/plugins/writer-craft/skills/review-scene/SKILL.md +99 -0
  423. package/payload/platform/plugins/writer-craft/skills/review-scene/references/scene-analysis-framework.md +95 -0
  424. package/payload/platform/plugins/writer-craft/skills/story-architecture/SKILL.md +106 -0
  425. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/blueprinting-and-scene-cards.md +118 -0
  426. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/inner-issue-and-protagonist-goal.md +66 -0
  427. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/misbelief-desire-worldview.md +87 -0
  428. package/payload/platform/plugins/writer-craft/skills/story-architecture/references/origin-scenes-and-escalation.md +82 -0
  429. package/payload/platform/plugins/writer-craft/skills/story-blueprint/SKILL.md +133 -0
  430. package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-exercises.md +118 -0
  431. package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-process.md +128 -0
  432. package/payload/platform/services/claude-session-manager/dist/config.d.ts +6 -0
  433. package/payload/platform/services/claude-session-manager/dist/config.d.ts.map +1 -1
  434. package/payload/platform/services/claude-session-manager/dist/config.js +60 -1
  435. package/payload/platform/services/claude-session-manager/dist/config.js.map +1 -1
  436. package/payload/platform/services/claude-session-manager/dist/http-server.d.ts +9 -0
  437. package/payload/platform/services/claude-session-manager/dist/http-server.d.ts.map +1 -1
  438. package/payload/platform/services/claude-session-manager/dist/http-server.js +34 -0
  439. package/payload/platform/services/claude-session-manager/dist/http-server.js.map +1 -1
  440. package/payload/platform/services/claude-session-manager/dist/index.js +12 -0
  441. package/payload/platform/services/claude-session-manager/dist/index.js.map +1 -1
  442. package/payload/platform/services/claude-session-manager/dist/public-tool-audit.d.ts +33 -0
  443. package/payload/platform/services/claude-session-manager/dist/public-tool-audit.d.ts.map +1 -0
  444. package/payload/platform/services/claude-session-manager/dist/public-tool-audit.js +149 -0
  445. package/payload/platform/services/claude-session-manager/dist/public-tool-audit.js.map +1 -0
  446. package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.d.ts +28 -0
  447. package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.d.ts.map +1 -0
  448. package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.js +77 -0
  449. package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.js.map +1 -0
@@ -0,0 +1,87 @@
1
+ ---
2
+ name: writer-craft
3
+ description: "Manuscript review and writing craft tools grounded in neuroscience-based story theory, professional editing practice, and prose technique. 11 skills covering story architecture, reader engagement, prose craft, point of view, persuasive storytelling, editorial practice, citation style, and three levels of manuscript review — plus a specialist subagent for autonomous deep manuscript review."
4
+ icon: ✍️
5
+ tools: []
6
+ always: false
7
+ metadata: {"platform":{"optional":true,"pluginKey":"writer-craft","embed":["admin"]}}
8
+ ---
9
+
10
+ # Writer Craft
11
+
12
+ 11 specialist skills for writers, editors, and anyone working with narrative. Each skill draws on neuroscience-based story theory (how the brain processes narrative), professional editing practice (developmental, line, and copyediting), and prose technique (sound, rhythm, word economy, POV). One specialist subagent performs autonomous deep manuscript review.
13
+
14
+ ## When to Activate
15
+
16
+ The user is:
17
+ - Writing fiction or nonfiction and wants craft-level guidance
18
+ - Reviewing or editing a manuscript, chapter, scene, or passage
19
+ - Building a story from scratch using blueprinting methodology
20
+ - Working on persuasive writing, speeches, or advocacy storytelling
21
+ - Formatting citations and references in Chicago author-date style
22
+ - Seeking feedback on prose quality, POV consistency, or reader engagement
23
+
24
+ ## Skills
25
+
26
+ ### Story & Structure
27
+
28
+ | Skill | Purpose |
29
+ |-------|---------|
30
+ | `story-architecture` | Build and analyze internal story architecture: misbelief, desire, third rail, worldview, origin scenes, scene cards |
31
+ | `story-blueprint` | Walk a writer interactively through building a story from the inside out using the Story Genius blueprinting method |
32
+ | `reader-engagement` | Analyze and teach reader engagement: hooking from page one, urgency, cause-and-effect, setup-payoff, conflict escalation |
33
+
34
+ ### Prose & Voice
35
+
36
+ | Skill | Purpose |
37
+ |-------|---------|
38
+ | `prose-craft` | Review and teach prose technique: sound and rhythm, sentence variety, punctuation, repetition, word economy, crowding and leaping |
39
+ | `point-of-view` | Guide point of view, narrative voice, tense, person, and indirect narration |
40
+ | `persuasive-storytelling` | Guide persuasive storytelling for nonfiction, speeches, marketing, and advocacy |
41
+
42
+ ### Editing & Reference
43
+
44
+ | Skill | Purpose |
45
+ |-------|---------|
46
+ | `editorial-practice` | Guide professional editing methods: developmental editing, line editing, copyediting, self-editing, genre-specific considerations |
47
+ | `citation-style` | Guide Chicago author-date citation and reference formatting per the Chicago Manual of Style (17th edition) |
48
+
49
+ ### Review
50
+
51
+ | Skill | Purpose |
52
+ |-------|---------|
53
+ | `review-manuscript` | Comprehensive multi-level review covering story architecture, reader engagement, prose craft, and editorial quality |
54
+ | `review-scene` | Deep analysis of a single scene against scene card criteria, engagement principles, and prose craft standards |
55
+ | `review-prose` | Prose-level review analyzing sound, rhythm, sentence variety, POV consistency, word economy, and crowding/leaping balance |
56
+
57
+ ## Specialist Agent
58
+
59
+ | Agent | Purpose |
60
+ |-------|---------|
61
+ | `writer-craft--manuscript-reviewer` | Autonomous deep manuscript reviewer — reads a full manuscript or chapter and produces a structured report with inline observations and summary |
62
+
63
+ The manuscript-reviewer agent operates in its own context window with file tools (Read, Glob, Grep, Write), allowing it to work through full manuscripts autonomously. Use it when the user submits a substantial piece of text for comprehensive review across all dimensions.
64
+
65
+ ## Tools Used
66
+
67
+ No MCP server. Skills operate via existing platform tools:
68
+ - `memory-search` — retrieve writing-related content from the knowledge base
69
+ - `render-component` — present structured choices during interactions
70
+
71
+ ## References
72
+
73
+ Domain knowledge files loaded on demand by each skill. See individual skill files for their specific reference listings.
74
+
75
+ | Skill | References |
76
+ |-------|-----------|
77
+ | `story-architecture` | `misbelief-desire-worldview.md`, `blueprinting-and-scene-cards.md`, `origin-scenes-and-escalation.md`, `inner-issue-and-protagonist-goal.md` |
78
+ | `story-blueprint` | `blueprinting-process.md`, `blueprinting-exercises.md` |
79
+ | `prose-craft` | `sound-and-rhythm.md`, `word-economy.md`, `punctuation-and-grammar.md`, `repetition.md` |
80
+ | `point-of-view` | `pov-types-and-voice.md`, `tense-and-person.md`, `indirect-narration.md`, `protagonist-filter.md` |
81
+ | `reader-engagement` | `hooking-readers.md`, `cause-effect-setup-payoff.md`, `conflict-escalation.md`, `neurochemistry-of-engagement.md` |
82
+ | `persuasive-storytelling` | `audience-analysis.md`, `transformation-framework.md`, `crafting-persuasive-story.md`, `persuasion-case-studies.md` |
83
+ | `editorial-practice` | `developmental-editing.md`, `line-editing.md`, `copyediting.md`, `genre-specific-editing.md`, `self-editing.md` |
84
+ | `citation-style` | `citation-rules.md`, `reference-list-rules.md`, `journal-article-models.md`, `book-and-chapter-models.md`, `other-source-models.md` |
85
+ | `review-manuscript` | `review-manuscript-checklist.md` |
86
+ | `review-scene` | `scene-analysis-framework.md` |
87
+ | `review-prose` | `prose-review-checklist.md` |
@@ -0,0 +1,92 @@
1
+ ---
2
+ name: manuscript-reviewer
3
+ description: "Autonomous deep manuscript reviewer. Delegate when the user submits a manuscript, chapter, or substantial passage for comprehensive review, asks for a 'full review', 'manuscript assessment', or 'deep critique', or wants feedback across all dimensions of writing quality rather than a specific aspect."
4
+ summary: "Reads a full manuscript or chapter and produces a structured report with inline observations and a summary covering story architecture, reader engagement, prose craft, and editorial quality."
5
+ model: claude-sonnet-4-6
6
+ tools: Read, Glob, Grep, Write
7
+ ---
8
+
9
+ # Manuscript Reviewer Agent
10
+
11
+ You are a manuscript reviewer with deep expertise in neuroscience-based story theory, professional editing practice, and prose craft. Your job is to read the submitted text carefully and produce a comprehensive review that helps the writer make their work better.
12
+
13
+ ## Your Knowledge Base
14
+
15
+ You draw on three bodies of knowledge:
16
+
17
+ 1. **Neuroscience-based story theory** — how the brain processes narrative, why readers engage or disengage, the internal architecture of story (misbelief, desire, third rail, cause-and-effect, setup-payoff)
18
+ 2. **Professional editing practice** — developmental editing, line editing, copyediting, genre-specific considerations
19
+ 3. **Prose craft technique** — sound, rhythm, sentence variety, POV, voice, word economy, crowding and leaping
20
+
21
+ ## Review Process
22
+
23
+ ### Step 1: Read the Full Text
24
+ Read everything before making observations. Note your first impressions — where you were engaged, confused, bored, or delighted. These are data.
25
+
26
+ ### Step 2: Identify the Story's Core
27
+ Before critiquing, establish what exists:
28
+ - What is the story about (the internal journey, not the plot)?
29
+ - Who is the protagonist and what do they want?
30
+ - What is the misbelief or inner issue?
31
+ - What is the story question the reader is tracking?
32
+
33
+ If these cannot be identified, that is the primary finding.
34
+
35
+ ### Step 3: Apply Four Lenses (in order)
36
+
37
+ **Lens 1 — Story Architecture:**
38
+ Check misbelief (specific, earned, active?), desire (in conflict with misbelief?), third rail (does every scene touch it?), cause-and-effect chain through the internal story, opening (last possible moment?), trajectory toward the Aha moment.
39
+
40
+ **Lens 2 — Reader Engagement:**
41
+ Check the opening hook, urgency, cause-and-effect scene to scene, setup-payoff integrity, conflict escalation, emotional resonance (protagonist reacting, reader able to mirror).
42
+
43
+ **Lens 3 — Prose Craft:**
44
+ Check sound and rhythm (mind's ear test), sentence variety, adjective/adverb economy, repetition (deliberate vs. accidental), POV consistency, exposition integration, crowding/leaping balance.
45
+
46
+ **Lens 4 — Editorial Quality:**
47
+ Check structural pacing, line-level clarity, internal consistency (names, timeline, details), passages where the reader would disengage.
48
+
49
+ ### Step 4: Produce the Report
50
+
51
+ Output two parts:
52
+
53
+ **Part A — Inline Observations:**
54
+ Walk through the text, noting observations at the specific points where they occur. For each:
55
+ - Quote or reference the passage
56
+ - Name the issue precisely
57
+ - Explain why it matters to the reader's experience
58
+ - Suggest a direction for revision where possible
59
+
60
+ **Part B — Summary Report:**
61
+
62
+ ```
63
+ ## Manuscript Review: [Title/Description]
64
+
65
+ ### What Works
66
+ [Specific, genuine praise — name what the writer does well]
67
+
68
+ ### Story Architecture
69
+ [Misbelief, desire, third rail, internal story, cause-and-effect]
70
+
71
+ ### Reader Engagement
72
+ [Hooks, urgency, setup-payoff, conflict, emotional resonance]
73
+
74
+ ### Prose Craft
75
+ [Sound, rhythm, POV, word economy, crowding/leaping]
76
+
77
+ ### Editorial Notes
78
+ [Structure, pacing, consistency, line-level issues]
79
+
80
+ ### Priority Recommendations
81
+ [3-5 most important things to address, ordered by impact]
82
+ ```
83
+
84
+ ## Review Principles
85
+
86
+ - **Start with what works.** Every manuscript has strengths. Name them.
87
+ - **Biggest issues first.** If story architecture is broken, don't lead with comma placement.
88
+ - **Be specific.** Not "the pacing is off" but "Chapters 4-6 lose momentum because the protagonist has no active goal."
89
+ - **Explain why.** Don't just flag problems — explain what they do to the reader.
90
+ - **Preserve the author's voice.** Never suggest changes that would make the writing sound like you.
91
+ - **Frame as possibilities.** "What if..." rather than "You must..."
92
+ - **The book belongs to the author.** Help them write the best version of their book.
@@ -0,0 +1,94 @@
1
+ ---
2
+ name: citation-style
3
+ description: "Guides Chicago author-date citation and reference formatting per the Chicago Manual of Style (17th edition). Use this skill whenever the user asks about citations, references, bibliography formatting, in-text citations, author-date style, Chicago style, how to cite a source, how to format a reference list, reference entries, parenthetical citations, narrative citations, DOIs, or any question about how to format a citation or reference for a journal article, book, chapter, conference paper, dissertation, report, newspaper, magazine, website, software, dataset, audiovisual source, archival material, patent, or legal case. Also use when reviewing a manuscript's reference list for consistency or when a writer needs to format citations correctly."
4
+ ---
5
+
6
+ # Citation Style: Chicago Author-Date
7
+
8
+ This skill covers citation and reference formatting in accordance with the Chicago Manual of Style, Seventeenth Edition (2017), using the author-date system. This is the standard for many academic journals and publishers.
9
+
10
+ ## In-Text Citations
11
+
12
+ Citations appear in two forms:
13
+
14
+ ### Narrative Citations
15
+ The author surname(s) appear as part of the sentence. The year follows in parentheses.
16
+ - `According to Singh and Harris (2018), this phenomenon occurs frequently.`
17
+ - `In 2018, Singh and Harris reported on the frequency...`
18
+
19
+ ### Parenthetical Citations
20
+ The author surname(s) and year appear together in parentheses, placed at the end of a sentence before terminal punctuation.
21
+ - `This phenomenon occurs frequently in nature (Singh and Harris 2018).`
22
+
23
+ ### Author Rules in Citations
24
+
25
+ | Authors | Citation Form |
26
+ |---------|-------------|
27
+ | 1 | Surname (Year) |
28
+ | 2 | Surname and Surname (Year) |
29
+ | 3 | Surname, Surname, and Surname (Year) |
30
+ | 4+ | Surname et al. (Year) |
31
+ | Organizational | Full name or abbreviation if reference uses one |
32
+ | No author | Short title in title case (Year) |
33
+
34
+ ### Page Numbers with Quoted Passages
35
+ A comma separates year from page number: `(Liu et al. 2009, 124)` or for a range: `(Liu et al. 2009, 124–125)`.
36
+
37
+ ### Multiple Citations
38
+ Arrange alphabetically by author surname; separate with semicolons: `(Abbas and Ludden 2018; Carlyle 1997; Carlyle et al. 1997)`
39
+
40
+ ### Same Author, Same Year
41
+ Add lowercase letter designators: `(Murakami 2003a, 2003b)`
42
+
43
+ ### Secondary Sources
44
+ Use "quoted in": `(Huang and Zoller 1995, quoted in Zhu 2010, 18)`
45
+
46
+ ## Reference List
47
+
48
+ The reference section appears at the end of the text under the heading "References." It includes entries for all works cited. Entries use hanging indent format.
49
+
50
+ ### Ordering Rules
51
+ 1. Alphabetical by first author's surname
52
+ 2. Same first author → alphabetical by subsequent authors
53
+ 3. Same full author list → chronological by publication date
54
+ 4. Same authors and year → alphabetical by title, with letter designators (a, b, c)
55
+ 5. Organizational authors ordered alphabetically by name/acronym
56
+ 6. No credited author → alphabetical by title among other entries
57
+
58
+ ### Author Formatting in References
59
+ - First author: Surname, Given Name(s) or Initial(s).
60
+ - Subsequent authors: Given Name(s) Surname (not inverted)
61
+ - 2–10 authors: list all, "and" before final name
62
+ - 11+ authors: list first seven, then "et al."
63
+ - Do not replace repeated names with dashes
64
+
65
+ ### Titles
66
+ - Journal/magazine/newspaper titles: italicised, title case, no quotation marks
67
+ - Article/chapter titles: roman font, quotation marks, title case
68
+ - Book/report titles: italicised, title case
69
+
70
+ ### URLs and DOIs
71
+ - DOIs close journal article entries (when available)
72
+ - URLs close web and other electronic resource entries
73
+ - Access dates recorded only when no publication date can be determined
74
+
75
+ ## Quick Formatting Checklist
76
+
77
+ - [ ] All in-text citations have corresponding reference entries (and vice versa)
78
+ - [ ] Author names formatted correctly (inverted first author, non-inverted subsequent)
79
+ - [ ] 4+ authors use "et al." in citations, full list (up to 10) in references
80
+ - [ ] Publication years present on all entries (or "n.d." / "forthcoming")
81
+ - [ ] Journal articles include volume, issue number, page range, and DOI
82
+ - [ ] Book entries include city and publisher
83
+ - [ ] Titles use correct capitalisation and formatting (italic vs. quotation marks)
84
+ - [ ] Reference list alphabetised correctly
85
+ - [ ] Same-author/same-year entries have letter designators
86
+ - [ ] Hanging indent format throughout reference list
87
+
88
+ ## When to Read Reference Files
89
+
90
+ - **For detailed in-text citation rules** (placement, authors, years, special cases) — read `references/citation-rules.md`
91
+ - **For general reference list formatting rules** (ordering, author lists, titles, URLs/DOIs) — read `references/reference-list-rules.md`
92
+ - **For journal article reference models** with examples — read `references/journal-article-models.md`
93
+ - **For book and book chapter reference models** with examples — read `references/book-and-chapter-models.md`
94
+ - **For all other source types** (conferences, dissertations, reports, newspapers, magazines, web, software, audiovisual, unpublished, archival, legal) — read `references/other-source-models.md`
@@ -0,0 +1,77 @@
1
+ # Book and Book Chapter Reference Models
2
+
3
+ ## Book Models
4
+
5
+ ### One Author
6
+ `Gibson, J. J. 1966. *The Senses Considered as Perceptual Systems*. Boston: Houghton Mifflin.`
7
+
8
+ ### Two Authors
9
+ `Hodgson, Jay, and Steve MacLeod. 2014. *Representing Sound*. Waterloo, ON: Wilfrid Laurier University Press.`
10
+
11
+ ### Three Authors
12
+ `Bale, Tim, Paul Webb, and Monica Poletti. 2020. *Footsoldiers*. Abingdon, UK: Routledge.`
13
+
14
+ ### Four to Ten Authors
15
+ List all. `Goad, Philip, Ann Stephen, Andrew McNamara, Harriet Edquist, and Isabel Wünsche. 2019. *Bauhaus Diaspora and Beyond*. Melbourne: Melbourne University Press.`
16
+
17
+ ### No Credited Author
18
+ `*The Dual Disorders Recovery Book*. 1993. Center City, MN: Hazelden Foundation.`
19
+
20
+ ### Nonprimary Author Credited
21
+ `Todorovic, Milan. 2016. *Rethinking Strategy for Creative Industries*. With Ali Bakir. Abingdon, UK: Routledge.`
22
+
23
+ ### Editor in Author Role
24
+ `Goodwin, Prue, ed. 2005. *The Literate Classroom*. London: David Fulton.`
25
+
26
+ ### Multiple Editors in Author Role
27
+ `Malici, A., and E. S. Smith, eds. 2018. *Political Science Research in Practice*. New York: Routledge.`
28
+
29
+ ### Authored with Editor
30
+ `Arendt, Hannah. 1978. *The Life of the Mind*. Edited by Mary McCarthy. New York: Harcourt.`
31
+
32
+ ### Republication (Reprint)
33
+ `Dewey, John. (1916) 1997. *Democracy and Education*. Reprint, New York: Free Press.`
34
+
35
+ ### Numbered Edition
36
+ `du Cros, Hilary, and Bob McKercher. 2020. *Cultural Tourism*. 3rd ed. Abingdon, UK: Routledge.`
37
+
38
+ ### Non-English Title with Translation
39
+ `Martín-Baró, Ignacio. 1995. *Violencia y agresión social* [Violence and social aggression]. Santo Domingo, Dominican Republic: Centro de Estudios Sociales.`
40
+
41
+ ### Published Translation
42
+ `Bourdieu, Pierre. 1984. *Distinction*. Translated by Richard Nice. Cambridge, MA: Harvard University Press.`
43
+
44
+ ### Translation with Edition
45
+ `Wittgenstein, Ludwig. 2009. *Philosophical Investigations*. Translated by G. E. M. Anscombe, P. M. S. Hacker, and Joachim Schulte. 4th rev. ed. Oxford: Wiley–Blackwell.`
46
+
47
+ ### Multivolume Work
48
+ `Moore, C. 2013–2019. *Margaret Thatcher: The Authorized Biography*. 3 vols. London: Allen Lane.`
49
+
50
+ ### Single Volume of Multivolume Work
51
+ `Hauser, Arnold. 2005. *Naturalism, Impressionism, The Film Age*. 3rd ed. Vol. 4 of *The Social History of Art*. London: Routledge.`
52
+
53
+ ### Organizational Author (without abbreviation)
54
+ `Shanghai Finance Institute P2P Research Group. 2017. *Peer-to-Peer Lending with Chinese Characteristics*. Abingdon, UK: Routledge.`
55
+
56
+ ### Organizational Author (with abbreviation)
57
+ `SFI P2P RG (Shanghai Finance Institute P2P Research Group). 2017. *Peer-to-Peer Lending with Chinese Characteristics*. Routledge.`
58
+
59
+ ## Book Chapter Models
60
+
61
+ ### One Editor
62
+ `Saks Berman, Joan. 1995. "From Chicago to Rainbow Bridge." In *Voices of Feminist Therapy*, edited by Elizabeth Friar Williams, 11–25. Reading, UK: Harwood Academic Publishers.`
63
+
64
+ ### Two Editors
65
+ `Schwab, Brendan, and Steven Finocchiaro. 2018. "'Don't Fix It!': The Role of Player Empowerment." In *Match-Fixing in Sport*, edited by Stacey Steele and Hayden Opie, 135–150. Abingdon, UK: Routledge.`
66
+
67
+ ### Three Editors
68
+ `Adams, Zeno, Roland Füss, and Dieter G. Kaiser. 2008. "Macroeconomic Determinants of Commodity Futures Returns." In *The Handbook of Commodity Investing*, edited by Frank J. Fabozzi, Roland Füss, and Dieter G. Kaiser, 87–112. Hoboken, NJ: John Wiley & Sons.`
69
+
70
+ ### No Credited Author, Republication
71
+ `"The Putney Debates: The Debate on the Franchise." (1647) 2003. In *Divine Right and Democracy*, edited by David Wooton, 285–316. Indianapolis, IN: Hackett.`
72
+
73
+ ### Chapter with Author-Supplied Translation
74
+ `Rey, B. 2006. "Le savoir universitaire: Un savoir sans problème?" [University knowledge: Problem-free knowledge?]. In *Situations de formation et problématisation*, edited by M. Fabre and E. Vellas, 143–158. Louvain-la-Neuve, Belgium: De Boeck.`
75
+
76
+ ### Chapter from Titled Volume of Multivolume Work
77
+ `Brooke, Jonathan E. 2018. "Calcutta: A Central Exchange Point (1700–1840)." In *Since 1500*, edited by Aran MacKinnon and Elaine McClarnand MacKinnon, 103–120. Vol. 2 of *Places of Encounter*. New York: Routledge.`
@@ -0,0 +1,103 @@
1
+ # In-Text Citation Rules — Chicago Author-Date
2
+
3
+ ## Placement
4
+
5
+ ### Narrative Citations
6
+ Author surname(s) appear as part of the sentence. Year in parentheses after the surname(s) or integrated into the sentence.
7
+ - `According to Singh and Harris (2018)...`
8
+ - `In 2018, Singh and Harris reported...`
9
+
10
+ ### Parenthetical Citations
11
+ Author surname(s) and year together in parentheses, placed at end of sentence before terminal punctuation (period).
12
+ - `This occurs frequently (Singh and Harris 2018).`
13
+
14
+ If positioned elsewhere in the sentence, the citation precedes any nonterminal punctuation (comma, semicolon).
15
+ - `This occurs frequently (Singh and Harris 2018); however...`
16
+
17
+ ## Quoted Passages
18
+
19
+ A page number follows the year, separated by a comma:
20
+ - Short quote: `(Liu et al. 2009, 124)`
21
+ - Page range: `(Liu et al. 2009, 124–125)` (en dash, not hyphen)
22
+
23
+ Narrative citation with page: `Liu et al. (2009, 124) make the claim...`
24
+
25
+ ### Block Quotes
26
+ Quoted passages of 40+ words: set in indented block form without quotation marks. Parenthetical citation after terminal punctuation.
27
+
28
+ ### Multiple Quotes from Same Source in One Paragraph
29
+ Full parenthetical citation after the first quote; subsequent quotes from the same work use only page number in parentheses: `(127)`.
30
+
31
+ ## Author Rules
32
+
33
+ ### One Author
34
+ Surname and year: `Singh (2018)` or `(Singh 2018)`
35
+
36
+ ### Two Authors
37
+ Both surnames, joined by "and": `Singh and Harris (2018)` or `(Singh and Harris 2018)`
38
+
39
+ ### Three Authors
40
+ All three surnames: `Nowacki, Creech, and Parks (2020)` or `(Nowacki, Creech, and Parks 2020)`
41
+
42
+ ### Four or More Authors
43
+ First author surname + "et al.": `Prinzie et al. (2009)` or `(Prinzie et al. 2009)`
44
+
45
+ ### Organizational Authors
46
+ - If reference uses abbreviation: use abbreviation in citation: `NIAAA (2016)`
47
+ - If reference spells out full name: use full name: `National Institute on Alcohol Abuse and Alcoholism (2016)`
48
+
49
+ ### No Credited Author
50
+ Short title in title case:
51
+ - Article/chapter titles: in quotation marks: `"Physician Oversight" (2019)`
52
+ - Book/report/website titles: italicised: `*Dual Disorders Recovery Book* (1993)`
53
+
54
+ ### First Authors with Same Surname
55
+ Distinguish by adding given-name initials: `G. R. Smith et al. (2001)` and `T. J. Smith and Gladwell (2012)`
56
+
57
+ ### Four+ Authors, Same First Author, Same Year
58
+ Extend surname list to show differences: `Parnell, Foster, et al. (2018)` and `Parnell, Klein, et al. (2018)`
59
+
60
+ ## Publication Years
61
+
62
+ ### Date Range
63
+ En dash, full second year: `(Author 2013–2019)`
64
+
65
+ ### Forthcoming
66
+ `(Author, forthcoming)` — accepted but not yet published in any form
67
+
68
+ ### No Date
69
+ `(Author, n.d.)` — no identifiable publication date
70
+
71
+ ### Circa
72
+ `(Author, ca. 1920)` — estimated date
73
+
74
+ ### Original Publication and Republication
75
+ Original year in square brackets: `(Dewey [1916] 1997)`
76
+
77
+ ### Same Authors, Same Year
78
+ Lowercase letter designators: `(Murakami 2003a, 2003b, n.d.-a, forthcoming-a)`
79
+
80
+ ## Multiple Citations
81
+
82
+ ### In Parenthetical Unit
83
+ Arrange alphabetically by author surname. Semicolons separate different author lists:
84
+ `(Abbas and Ludden 2018; Carlyle 1997; 2015a, 76; 2015b; Carlyle et al. 1997; Federation of State Medical Boards 2000, n.d.; Piquant 2019, forthcoming)`
85
+
86
+ ### Same Author List, Multiple Years
87
+ Author appears once, years in parenthetical units separated by commas (or semicolons if page numbers included):
88
+ `Carlyle (1997; 2015a, 76; 2015b)`
89
+
90
+ ## Special Cases
91
+
92
+ ### Multivolume Work Citations
93
+ - Single volume entry: cite normally
94
+ - Multi-volume entry: specify volume: `(Hauser 2005, vol. 2)` or with page: `(Hauser 2005, 2:110)`
95
+
96
+ ### Secondary Resource Citations
97
+ `Huang and Zoller (1995, quoted in Zhu 2010, 18)` — only the primary resource gets a reference entry
98
+
99
+ ### Personal Communication
100
+ `Tomi Adeyemi (pers. comm., September 3, 2014)` — no reference entry
101
+
102
+ ### Tables and Figures
103
+ Citations usually in table footnotes, not body. In figure captions, not graphics.
@@ -0,0 +1,74 @@
1
+ # Journal Article Reference Models
2
+
3
+ ## Standard Models
4
+
5
+ ### One Author
6
+ **Format:** `Author, Aaaa A. yyyy. "Title of the Journal Article: Subtitle." *Journal Title* ## (#): ####–####. https://doi.org/DOI.`
7
+
8
+ **Example:** `Binnall, James M. 2019. "Jury Diversity in the Age of Mass Incarceration: An Exploratory Mock Jury Experiment." *Psychology, Crime & Law* 25 (4): 345–363. https://doi.org/10.1080/1068316X.2018.1528359.`
9
+
10
+ **Citations:** Binnall (2019) [narrative]; (Binnall 2019) [parenthetical]
11
+
12
+ ### Two Authors
13
+ **Format:** `Author, Aaaa A., and Bbbb B. Author. yyyy. "Title." *Journal Title* ## (#): ####–####. https://doi.org/DOI.`
14
+
15
+ **Example:** `Machado, Mercedes M., and Jacqueline M. Swank. 2019. "Therapeutic Gardening: A Counseling Approach for Bereavement from Suicide." *Death Studies* 43 (10): 629–633.`
16
+
17
+ ### Three Authors
18
+ **Format:** `Author, Aaaa A., Bbbb B. Author, and Cccc C. Author. yyyy. "Title." *Journal Title* ## (#): ####–####.`
19
+
20
+ **Example:** `Nowacki, J. S., D. Creech, and M. Parks. 2020. "Political Climate, Voter Suppression Policies and Federal Sentencing Outcomes." *British Journal of Criminology* 60 (5): 1115–1180.`
21
+
22
+ ### Four to Ten Authors
23
+ List all authors in reference. Use "et al." only in citations.
24
+
25
+ **Example:** `Prinzie, Peter, Geert Jan J. M. Stams, Maja Deković, Albert H. A. Reijntjes, and Jay Belsky. 2009. "The Relations between Parents' Big Five Personality Factors and Parenting." *Journal of Personality and Social Psychology* 97 (2): 351–362.`
26
+
27
+ ### Eleven or More Authors
28
+ List first seven authors, comma, "et al."
29
+
30
+ **Example:** `Adeloye, Davies, Adebanke Olawole-Isaac, Asa Auta, Mary T. Dewan, Chiamaka Omoyele, Nnenna Ezeigwe, Wura Jacobs, et al. 2019. "Epidemiology of Harmful Use of Alcohol in Nigeria." *American Journal of Drug and Alcohol Use* 45 (5): 438–450.`
31
+
32
+ ## Special Cases
33
+
34
+ ### Organizational Author (without abbreviation)
35
+ `Select Committee on Race Relations and Immigration. 1975. "The Organisation of Race Relations Administration." *Journal of Ethnic and Migration Studies* 4 (3): 314–316.`
36
+
37
+ ### Organizational Author (with abbreviation)
38
+ `SCRRI (Select Committee on Race Relations and Immigration). 1975. "The Organisation of Race Relations Administration." *Journal of Ethnic and Migration Studies* 4 (3): 314–316.`
39
+
40
+ ### No Credited Author
41
+ `"Physician Oversight of Specialized Emergency Medical Services." 2019. *Prehospital Emergency Care* 23 (4): 590–591.`
42
+
43
+ ### Nonprimary Author Credit
44
+ Add collaboration note after authors: `With P. López Torres and M. V. Reina.`
45
+
46
+ ### Author-Supplied Translation of Non-English Title
47
+ `Guzmán, Fernando, Javier Barros, Paola Corti, and Magdalena Pereira. 2019. "El rito bautismal y las imágenes pintadas en la iglesia de Curahuara de Carangas" [The baptismal rite and the images painted in the church of Curahuara de Carangas]. *Colonial Latin American Review* 28 (1): 81–105.`
48
+
49
+ ### Published Translation
50
+ `Ioffe, D. G. 2017. "The Revolutionary Aesthetics of the Second Russian Avant-Garde." Translated by N. Seligman Favorov. *Russian Studies in Literature* 53 (2): 172–200.`
51
+
52
+ ### Advance Online Publication
53
+ `Chasi, Colin, and Cuthbeth Tagwirei. 2020. "Death and Ubuntu in Oliver Mtukudzi's Music." *Muziki*. Advance online publication. https://doi.org/10.1080/18125980.2020.1810110.`
54
+
55
+ ### Forthcoming Article
56
+ `Rao, Smriti, Sarah Gammage, Julia Arnold, and Elizabeth Anderson. Forthcoming. "Human Mobility, COVID-19, and Policy Responses." *Feminist Economics*.`
57
+
58
+ ### Journal without Issue Divisions (Volume Only)
59
+ `Bilish, Shane P., J. Nikolaus Callow, and Hamish McGowan. 2020. "Streamflow Variability and the Role of Snowmelt." *Arctic, Antarctic, and Alpine Research* 52:161–176.`
60
+
61
+ ### Article with e-Location
62
+ `Capurro, G., J. Tustin, C. G. Jardine, and S. M. Driedger. 2022. "When Good Messages Go Wrong." *Human Vaccines & Immunotherapies* 18 (7): 2145822.`
63
+
64
+ ### Article from Supplement
65
+ `Bender, Kimberly, et al. 2020. "A Human-Centered Design Approach." In "Advancing Social Work Education," edited by Benjamin F. Henwood and Amanda Aykanian. Supplement, *Journal of Social Work Education* 56 (S1): S28–S45.`
66
+
67
+ ### Special Issue (Cited in Full)
68
+ `McCone, David R., Cynthia J. Thomsen, and Janice H. Laurence, eds. 2018. "Sexual Harassment and Sexual Assault in the US Military." Special issue, *Military Psychology* 30 (3).`
69
+
70
+ ### Abstract from Compiled Abstract Issue
71
+ `Buckley, Anne F. 2017. "Mitochondrial Disorders." Abstract. *Ultrastructural Pathology* 41 (1): 76.`
72
+
73
+ ### Review without Original Title
74
+ `McCully, Alan. 2019. Review of *Teacher Preparation in Ireland*, by Tom O'Donoghue, Judith Harford, and Teresa O'Doherty. *History of Education* 48 (5): 700–702.`