diff --git a/skills/welshman-app/SKILL.md b/skills/welshman-app/SKILL.md index 89cfbeb..9b35287 100644 --- a/skills/welshman-app/SKILL.md +++ b/skills/welshman-app/SKILL.md @@ -1,6 +1,6 @@ --- name: welshman-app -description: Use this skill when working with @welshman/app: high-level Svelte stores for nostr apps, session management, WoT (web of trust), making requests, publishing events, user data, or relay selection at the app layer. +description: "Use this skill when working with @welshman/app: high-level Svelte stores for nostr apps, session management, WoT (web of trust), making requests, publishing events, user data, or relay selection at the app layer." --- # welshman/app — Application Layer Stores diff --git a/skills/welshman-content/SKILL.md b/skills/welshman-content/SKILL.md index 299d8f8..359e4d7 100644 --- a/skills/welshman-content/SKILL.md +++ b/skills/welshman-content/SKILL.md @@ -1,6 +1,6 @@ --- name: welshman-content -description: Use this skill when working with @welshman/content: parsing nostr note content, extracting mentions/links/media/topics, or rendering parsed content to HTML or custom formats. +description: "Use this skill when working with @welshman/content: parsing nostr note content, extracting mentions/links/media/topics, or rendering parsed content to HTML or custom formats." --- # welshman/content — Note Content Parsing diff --git a/skills/welshman-editor/SKILL.md b/skills/welshman-editor/SKILL.md index c25e512..35333e6 100644 --- a/skills/welshman-editor/SKILL.md +++ b/skills/welshman-editor/SKILL.md @@ -1,6 +1,6 @@ --- name: welshman-editor -description: Use this skill when working with @welshman/editor: the batteries-included Tiptap-based rich-text editor for composing nostr notes with mention autocomplete, media upload, and inline nostr objects. +description: "Use this skill when working with @welshman/editor: the batteries-included Tiptap-based rich-text editor for composing nostr notes with mention autocomplete, media upload, and inline nostr objects." --- # welshman/editor — Nostr Editor Component diff --git a/skills/welshman-feeds/SKILL.md b/skills/welshman-feeds/SKILL.md index f3f68e2..600e992 100644 --- a/skills/welshman-feeds/SKILL.md +++ b/skills/welshman-feeds/SKILL.md @@ -1,6 +1,6 @@ --- name: welshman-feeds -description: Use this skill when working with @welshman/feeds: building nostr feeds, FeedController, FeedCompiler, feed definitions, dynamic filtering, or composing feed sources. +description: "Use this skill when working with @welshman/feeds: building nostr feeds, FeedController, FeedCompiler, feed definitions, dynamic filtering, or composing feed sources." --- # welshman/feeds — Dynamic Feed Construction diff --git a/skills/welshman-lib/SKILL.md b/skills/welshman-lib/SKILL.md index 0ab9711..6e5c73a 100644 --- a/skills/welshman-lib/SKILL.md +++ b/skills/welshman-lib/SKILL.md @@ -1,6 +1,6 @@ --- name: welshman-lib -description: Use this skill when working with @welshman/lib: general-purpose utilities including LRU cache, EventEmitter, Deferred promises, TaskQueue, URL normalization, or other standalone helpers. +description: "Use this skill when working with @welshman/lib: general-purpose utilities including LRU cache, EventEmitter, Deferred promises, TaskQueue, URL normalization, or other standalone helpers." --- # welshman/lib — General Utilities diff --git a/skills/welshman-net/SKILL.md b/skills/welshman-net/SKILL.md index 84dd723..c33a70a 100644 --- a/skills/welshman-net/SKILL.md +++ b/skills/welshman-net/SKILL.md @@ -1,6 +1,6 @@ --- name: welshman-net -description: Use this skill when working with @welshman/net: relay connections, request/publish flows, auth, relay pool management, adapters, policies, or low-level nostr network I/O. +description: "Use this skill when working with @welshman/net: relay connections, request/publish flows, auth, relay pool management, adapters, policies, or low-level nostr network I/O." --- # welshman/net — Relay Network Layer diff --git a/skills/welshman-router/SKILL.md b/skills/welshman-router/SKILL.md index 9543db8..8ff3b02 100644 --- a/skills/welshman-router/SKILL.md +++ b/skills/welshman-router/SKILL.md @@ -1,6 +1,6 @@ --- name: welshman-router -description: Use this skill when working with @welshman/router: relay selection, routing strategies, scenario-based relay routing, or choosing which relays to use for reads/writes. +description: "Use this skill when working with @welshman/router: relay selection, routing strategies, scenario-based relay routing, or choosing which relays to use for reads/writes." --- # welshman/router — Relay Selection diff --git a/skills/welshman-signer/SKILL.md b/skills/welshman-signer/SKILL.md index e37dcfd..dc23b73 100644 --- a/skills/welshman-signer/SKILL.md +++ b/skills/welshman-signer/SKILL.md @@ -1,6 +1,6 @@ --- name: welshman-signer -description: Use this skill when working with @welshman/signer: nostr signing, login methods (NIP-07, NIP-46, NIP-55, NIP-59, NIP-01), ISigner interface, or encrypted events. +description: "Use this skill when working with @welshman/signer: nostr signing, login methods (NIP-07, NIP-46, NIP-55, NIP-59, NIP-01), ISigner interface, or encrypted events." --- # welshman/signer — Signing & Login diff --git a/skills/welshman-store/SKILL.md b/skills/welshman-store/SKILL.md index c1b2620..bf53dd7 100644 --- a/skills/welshman-store/SKILL.md +++ b/skills/welshman-store/SKILL.md @@ -1,6 +1,6 @@ --- name: welshman-store -description: Use this skill when working with @welshman/store: Repository pattern for nostr events, synced Svelte stores, throttled stores, or getter/derived store utilities. +description: "Use this skill when working with @welshman/store: Repository pattern for nostr events, synced Svelte stores, throttled stores, or getter/derived store utilities." --- # welshman/store — Svelte Store Utilities diff --git a/skills/welshman-util/SKILL.md b/skills/welshman-util/SKILL.md index 8752cce..f7e1adc 100644 --- a/skills/welshman-util/SKILL.md +++ b/skills/welshman-util/SKILL.md @@ -1,6 +1,6 @@ --- name: welshman-util -description: Use this skill when working with @welshman/util: nostr event types, kinds, tags, filters, addresses, NIPs (42/86/98), profiles, relays, zaps, wallets, or any core nostr data structures. +description: "Use this skill when working with @welshman/util: nostr event types, kinds, tags, filters, addresses, NIPs (42/86/98), profiles, relays, zaps, wallets, or any core nostr data structures." --- # welshman/util — Core Nostr Utilities diff --git a/skills/welshman/SKILL.md b/skills/welshman/SKILL.md index daf9f4f..0cab4a8 100644 --- a/skills/welshman/SKILL.md +++ b/skills/welshman/SKILL.md @@ -1,6 +1,6 @@ --- name: welshman -description: Use this skill for general welshman questions: architecture overview, which package to use, getting started, nostr concepts, or when you're unsure which sub-skill applies. Welshman is a modular TypeScript nostr toolkit for building client applications. +description: "Use this skill for general welshman questions: architecture overview, which package to use, getting started, nostr concepts, or when you're unsure which sub-skill applies. Welshman is a modular TypeScript nostr toolkit for building client applications." --- ## What is welshman