Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

reactuse

reactuse 收录了来自 childrentime 的 8 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
8
Stars
1.0k
更新
2026-06-29
Forks
139
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

publish-medium
软件开发工程师

把博客文章发布到 Medium(@wul55267),通过 opencli 浏览器自动化。Medium 编辑器是富文本,不吃裸 markdown,所以用 pandoc 把正文转 HTML,再模拟一次 paste 事件灌进去。当用户说"发到 medium"、"推送 medium"、"publish to medium"、"cross-post to medium",或在写完/commit 了一篇新博客后说"发出去"、"同步发布"、"把这篇发了"时触发;也用于多平台分发流程(dev.to + Medium + Hashnode + 掘金)里的一环。

2026-06-29
publish-juejin
软件开发工程师

把博客文章发布到掘金(juejin.cn),通过 opencli 浏览器自动化。掘金编辑器是 ByteMD(CodeMirror 内核的 markdown 编辑器),直接吃 markdown,比 Medium 好搞。发的是简体中文版(juejin.md)。当用户说"发到掘金"、"推送掘金"、"publish to juejin"、"把这篇发掘金",或在写完/commit 了一篇新博客后说"发出去"、"同步发布"、"推平台"时触发;也用于多平台分发流程的一环。

2026-06-29
hook-docs
软件开发工程师

Write the Astro .mdx documentation for a hook (English + zh-Hans + zh-Hant), following the website-astro content schema and live-demo convention, then regenerate scripts/hook-registry.json. Triggers on "document this hook", "add docs for useXxx", "write the mdx", or after creating a new hook.

2026-06-25
hook-test
软件质量保证分析师与测试员

Write and run jest tests for a hook in @reactuses/core, following the repo's conventions (co-located index.spec.ts, renderHook/act, fake timers, the .test/ helpers, and the SSR jest-environment pragma). Triggers on "write a test", "add test coverage", "fix the failing test", or "test this hook".

2026-06-25
new-hook
软件开发工程师

Scaffold a new React hook in @reactuses/core with the repo's real conventions (interface.ts + multilingual JSDoc, SSR-safe browser access, shared-util reuse, 3-part public export). Triggers on "add a hook", "new hook", "scaffold a hook", "create a useXxx", or when implementing a new piece of hook functionality in packages/core.

2026-06-25
pr-description
软件开发工程师

Generate a commit message or PR description for ReactUse in the repo's conventional-commit style, derived from the actual git diff. Triggers on "write the PR description", "draft a commit message", "describe this change", or before opening a PR.

2026-06-25
publish-hashnode
网页开发工程师

把博客文章发布到 Hashnode (reactuse.hashnode.dev),canonical URL 指回 reactuse.com。默认走 opencli 浏览器自动化(GraphQL API 已转付费)。当用户说"发到 hashnode"、"推送 hashnode"、"cross-post to hashnode"、"publish to hashnode",或在写完/commit 了一篇新博客后说"发出去"、"同步发布"、"把这篇发了"、"publish the latest post"时触发。也在 `/publish` 类的工作流里作为多平台分发的一环。

2026-05-18
ping-indexnow
市场调研分析师与营销专员

通过 IndexNow 协议主动通知 Bing / Copilot / Yandex / Naver 重新抓取一批 URL。当用户说"ping indexnow"、"通知索引"、"提交到 indexnow"、"通知必应",或在写完一篇博客后请求"通知搜索引擎更新"时触发;也用于一次性把全站推到 IndexNow(`--all`)。

2026-05-07