Skip to main content
在 Manus 中运行任何 Skill
一键导入
$pwd:
atomicojs
GitHub 创作者资料

atomicojs

按仓库查看 1 个 GitHub 仓库中的 13 个已收集 skills,并展示近似职业覆盖。

已收集 skills
13
仓库
1
职业领域
1
更新
2026-04-15
职业覆盖
该创作者主要覆盖的职业大类。
仓库分布

Skills 分布在哪些仓库

按已收集 skill 数展示主要仓库,并显示它们在该创作者目录中的占比和职业覆盖。

仓库浏览

仓库与代表性 skills

#001
atomico
13 个 skills1.3k44更新于 2026-04-15
占该创作者 100%
atomico-hooks-events
网页开发工程师

Use useEvent and useListener hooks for custom event dispatching and DOM event listening. Triggers when the user needs to dispatch custom events from a component, listen to events on referenced elements, or implement pub/sub communication between web components. Also covers the event() prop helper.

2026-04-15
atomico-hooks-props
网页开发工程师

Use useProp hook to create bidirectional bindings to component props. Triggers when the user needs to read AND write a component prop reactively from within the component, especially for two-way data flow or controlled input patterns. Do NOT confuse with regular props access via the render function parameter — useProp provides a setter.

2026-04-15
atomico-jsx-patterns
网页开发工程师

Best practices and patterns for using JSX in Atomico web components. Triggers when the user needs guidance on JSX composition, constructor vs tag-name usage, type inference patterns, slot management, style handling, or virtualDOM rendering behavior. Covers the critical recommendation to prefer constructor instances over tag-name strings for type safety.

2026-04-15
atomico-app-patterns
网页开发工程师

Full application patterns and component composition in Atomico. Triggers when the user needs to build a multi-component application, implement parent-child communication, manage shared state across components, or structure a web component project. Covers real-world patterns like todo apps, forms, and component hierarchies.

2026-04-14
atomico-component
网页开发工程师

Create Atomico web components using the `c()` function. Triggers when the user needs to create a new custom element, define reactive props, attach styles, or register a component with `customElements.define`. Do NOT trigger for React, Vue, or Angular component creation. Atomico components are functional web components that return JSX with a mandatory `<host>` root element.

2026-04-14
atomico-context
网页开发工程师

Use Atomico's context system: createContext, useContext, useProvider. Triggers when the user needs to share state or dependencies across nested web components without prop-drilling, implement theme providers, or pass configuration down a component tree. Works across shadow DOM boundaries via events, not React-style fiber context.

2026-04-14
atomico-css-styling
网页开发工程师

Use the css tagged template literal and adoptedStyleSheets for styling Atomico components. Triggers when the user needs to style web components, use CSS custom properties, create themeable components, or understand how Atomico manages stylesheets. Do NOT trigger for external CSS frameworks unless combined with Atomico's css utility.

2026-04-14
atomico-hooks-async
网页开发工程师

Use usePromise, useAsync, useSuspense, and useAbortController hooks for asynchronous data fetching and loading state management. Triggers when the user needs to fetch data, handle loading/error/fulfilled states, implement suspense boundaries, or abort in-flight requests in Atomico components.

2026-04-14
当前展示该仓库 Top 8 / 13 个已收集 skills。
已展示 1 / 1 个仓库
已展示全部仓库