feat: shared content core, Reddit and LinkedIn article skills#12
Open
DongDongBear wants to merge 2 commits intoYouMind-OpenLab:mainfrom
Open
feat: shared content core, Reddit and LinkedIn article skills#12DongDongBear wants to merge 2 commits intoYouMind-OpenLab:mainfrom
DongDongBear wants to merge 2 commits intoYouMind-OpenLab:mainfrom
Conversation
- Introduce youmind-content-core package (YouMind API, image gen, processors, types) with projectDir-aware config loaders. - Add youmind-reddit-article: OAuth script flow, submit/crosspost, converter, CLI, SKILL and references. - Add youmind-linkedin-article: UGC post/article helpers, dual-mode converter, CLI, SKILL and references. - Point wechat toolkit at file: youmind-content-core; add repo and skill .gitignore for dist/node_modules. Made-with: Cursor
- Changed module and moduleResolution settings in tsconfig.json to 'nodenext' for improved compatibility. - Modified list item styles in theme-engine.ts to reduce margin and enhance spacing consistency across different list types. - Added logic in converter.ts to strip excessive margins from <p> tags wrapped around list items, ensuring a cleaner layout.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This pull request adds a shared
youmind-content-corepackage and two new platform skills: Reddit and LinkedIn, alongside wiring the WeChat toolkit to depend on the core package.Changes
skills/youmind-content-core: Shared TypeScript package (YouMind API, image generation, math/mermaid/code processors, types) withprojectDir-aware config paths.skills/youmind-reddit-article: Reddit script OAuth, submit/crosspost, Markdown converter, CLI (preview,publish,hot,flairs), SKILL.md and references (pipeline, writing guide, subreddit guide, constraints, SEO, frameworks, visuals). Bilingual triggers and writing notes.skills/youmind-linkedin-article: LinkedIn UGC post/article helpers, dual-mode converter (post plain text / article HTML), CLI (preview,publish-post,publish-article,recommend,profile), SKILL.md and references (hashtag strategy, constraints, etc.).package.jsonaddsfile:dependency onyoumind-content-core..gitignoreplus per-skill ignores sodist/andnode_modules/are not committed.Notes
sconfig.yaml(seeconfig.example.yaml`).Made with Cursor