← all publishers

childrentime

@childrentime source repo

25 published skills

  1. Adapt · childrentime
    Adapt designs to work across different screen sizes, devices, contexts, or platforms. Ensures consistent experience across varied environments.
    0
    installs
  2. Bolder · childrentime
    Amplify safe or boring designs to make them more visually interesting and stimulating. Increases impact while maintaining usability.
    0
    installs
  3. Polish · childrentime
    Final quality pass before shipping. Fixes alignment, spacing, consistency, and detail issues that separate good from great.
    0
    installs
  4. Animate · childrentime
    Review a feature and enhance it with purposeful animations, micro-interactions, and motion effects that improve usability and delight.
    0
    installs
  5. Clarify · childrentime
    Improve unclear UX copy, error messages, microcopy, labels, and instructions. Makes interfaces easier to understand and use.
    0
    installs
  6. Delight · childrentime
    Add moments of joy, personality, and unexpected touches that make interfaces memorable and enjoyable to use. Elevates functional to delightful.
    0
    installs
  7. Distill · childrentime
    Strip designs to their essence by removing unnecessary complexity. Great design is simple, powerful, and clean.
    0
    installs
  8. Onboard · childrentime
    Design or improve onboarding flows, empty states, and first-time user experiences. Helps users get started successfully and understand value quickly.
    0
    installs
  9. Quieter · childrentime
    Tone down overly bold or visually aggressive designs. Reduces intensity while maintaining design quality and impact.
    0
    installs
  10. Colorize · childrentime
    Add strategic color to features that are too monochromatic or lack visual interest. Makes interfaces more engaging and expressive.
    0
    installs
  11. Critique · childrentime
    Evaluate design effectiveness from a UX perspective. Assesses visual hierarchy, information architecture, emotional resonance, and overall design quality with actionable feedback.
    0
    installs
  12. Normalize · childrentime
    Normalize design to match your design system and ensure consistency
    0
    installs
  13. Frontend Design · childrentime bundle
    Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications. Generates creative, polished code that avoids generic AI aesthetics.
    0
    installs
  14. Teach Impeccable · childrentime
    One-time setup that gathers design context for your project and saves it to your AI config file. Run once to establish persistent design guidelines.
    0
    installs
  15. Medium Push · childrentime bundle
    将 Markdown 文件推送到浏览器中打开的 Medium 编辑器。当用户说"发布到 medium"、"推送到 medium"、"paste to medium"、"push to medium"或在完成文章生成后要求发送到 Medium 时触发。
    0
    installs
  16. Blog Publisher · childrentime
    Write blog posts for the Pareto documentation site and create external platform versions for 掘金 (Juejin), Medium, and Dev.to. Handles bilingual content (English + Chinese), updates the blog listing pages, verifies internal links, and builds to confirm. Use when the user says "write a blog post", "发布文章", "写博客", "new blog post", "publish article", "blog about X", or wants to announce a feature/release. Also use when the user asks to prepare content for external platforms like Juejin, Medium, or Dev.to.
    0
    installs
  17. Pareto SEO Blog · childrentime
    Write a new Pareto blog post targeting a specific long-tail SEO keyword and prepare its three external-platform copies (Medium, dev.to, 掘金). Use when the user says "写一篇博客", "写一篇 SEO 博客", "针对 X 关键词写博客", "新增一篇博客", "create a new pareto blog post", "publish a new blog post", "write SEO content", or names a slug from blog-external/SEO-KEYWORDS.md and asks to draft it. Generates the bilingual website canonical post (EN + ZH), updates both blog index pages, and produces medium.md / devto.md / juejin.md ready to publish through the existing flow (curl for dev.to, /medium-push, manual copy for 掘金).
    0
    installs
  18. New Hook · childrentime
    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.
    0
    installs
  19. Hook Docs · childrentime
    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.
    0
    installs
  20. Hook Test · childrentime
    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".
    0
    installs
  21. Ping Indexnow · childrentime
    通过 IndexNow 协议主动通知 Bing / Copilot / Yandex / Naver 重新抓取一批 URL。当用户说"ping indexnow"、"通知索引"、"提交到 indexnow"、"通知必应",或在写完一篇博客后请求"通知搜索引擎更新"时触发;也用于一次性把全站推到 IndexNow(`--all`)。
    0
    installs
  22. Pr Description · childrentime
    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.
    0
    installs
  23. Publish Juejin · childrentime
    把博客文章发布到掘金(juejin.cn),通过 opencli 浏览器自动化。掘金编辑器是 ByteMD(CodeMirror 内核的 markdown 编辑器),直接吃 markdown,比 Medium 好搞。发的是简体中文版(juejin.md)。当用户说"发到掘金"、"推送掘金"、"publish to juejin"、"把这篇发掘金",或在写完/commit 了一篇新博客后说"发出去"、"同步发布"、"推平台"时触发;也用于多平台分发流程的一环。
    0
    installs
  24. Publish Medium · childrentime
    把博客文章发布到 Medium(@wul55267),通过 opencli 浏览器自动化。Medium 编辑器是富文本,不吃裸 markdown,所以用 pandoc 把正文转 HTML,再模拟一次 paste 事件灌进去。当用户说"发到 medium"、"推送 medium"、"publish to medium"、"cross-post to medium",或在写完/commit 了一篇新博客后说"发出去"、"同步发布"、"把这篇发了"时触发;也用于多平台分发流程(dev.to + Medium + Hashnode + 掘金)里的一环。
    2
    installs
  25. Publish Hashnode · childrentime
    把博客文章发布到 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` 类的工作流里作为多平台分发的一环。
    0
    installs