atomicojsatomicojsOfficialยท14 Agent Skills Included

atomico

Build fast, reusable web components with a React-like syntax

Generates and validates Atomico.js web components using a simple React-style syntax with hooks, props, and Shadow DOM. Eliminates verbose class boilerplate, manual event wiring, and tricky TypeScript typing errors in custom elements. Guides your AI agent through coding standards, API references, and a built-in validation pipeline so every component compiles cleanly.
npx skills add atomicojs/atomico --all -g -y

All Skills in This Repository (14)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
atomicojsatomicojs

atomico-hooks-dom

Observe slotted nodes and light DOM children in Atomico components.

Official
Intermediate
๐Ÿ“ฆ In Repo
atomicojsatomicojs

atomico-css-styling

Creates scoped, cacheable stylesheets for Atomico components using adoptedStyleSheets and CSS custom properties.

Official
Intermediate
๐Ÿ“ฆ In Repo
atomicojsatomicojs

atomico-hooks-forms

Implement form-associated hooks for Atomico web components.

Official
Intermediate
๐Ÿ“ฆ In Repo
atomicojsatomicojs

atomico-hooks-props

Provide bidirectional reactive access to Atomico component properties.

Official
Intermediate
๐Ÿ“ฆ In Repo
atomicojsatomicojs

atomico-component

Create Atomico web components with host roots, typed props, and shadow DOM styles.

Official
Intermediate
๐Ÿ“ฆ In Repo
atomicojsatomicojs

atomico-hooks-core

Provide core Atomico hooks for state, memoization, refs, and updates.

Official
Intermediate
๐Ÿ“ฆ In Repo
atomicojsatomicojs

atomico-hooks-async

Generate dynamic PDFs with customizable layouts and formats for your application's needs.

Official
Advanced
๐Ÿ“ฆ In Repo
atomicojsatomicojs

atomico-hooks-events

Dispatch and listen to typed DOM and custom events in Atomico components.

Official
Intermediate
๐Ÿ“ฆ In Repo
atomicojsatomicojs

atomico-jsx-patterns

Guide JSX patterns for type-safe Atomico web components.

Official
Intermediate
๐Ÿ“ฆ In Repo
atomicojsatomicojs

atomico-context

Create and consume cross-shadow-DOM contexts for Atomico web components.

Official
Advanced
๐Ÿ“ฆ In Repo
atomicojsatomicojs

atomico-hooks-effects

Coordinate Atomico hook side effects across web component lifecycle callbacks.

Official
Intermediate
๐Ÿ“ฆ In Repo
atomicojsatomicojs

atomico-app-patterns

Manage Atomico component state and events with composition and context.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install Atomico?โ–ผ

Run `npx skills add atomicojs/atomico --all -g -y` in your terminal to install all skills in this suite globally.

What is Atomico used for?โ–ผ

Atomico is a tiny library for building standard web components with a React-like syntax, so your components work in React, Vue, Svelte, or plain HTML.

How is Atomico different from React?โ–ผ

Atomico produces native web components instead of framework-specific code, and it is roughly 60% faster than React with a much smaller bundle size.

Does Atomico work with AI coding agents?โ–ผ

Yes. The included SKILL.md gives your AI agent coding standards, API references, and a validation checklist for generating correct Atomico components.

Do I need to know TypeScript to use Atomico?โ–ผ

No. Atomico infers prop types automatically, and the skill guides your agent to write fully typed components for you.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’