# Atom

> Atom hackable text editor from GitHub. Use for extensible editing.

- Skill: `majiayu000/atom` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/atom`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/atom/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/atom

---


# Atom (Legacy)

> [!WARNING]
> **Atom is Discontinued**. GitHub archived the project in 2022.

Atom pioneered Electron-based editors and the modern extension model. Its spirit lives on in **VS Code** (Microsoft) and **Zed** (created by Atom's founder).

## When to Use

- **Do Not Use**: It receives no security updates.
- **Migration**: If you have Atom packages, look for their VS Code equivalents.

## Alternatives (2025)

1.  **VS Code**: The direct successor in spirit and tech stack.
2.  **Zed**: The spiritual successor by the same creator (Nathan Sobo).
3.  **Pulsar**: A community fork attempting to keep Atom alive.

## Core Concepts (Historical)

### Teletype

Real-time collaboration (precursor to Live Share).

### APM (Atom Package Manager)

The tool that inspired `code --install-extension`.

## References

- [Atom Sunsetting](https://github.blog/2022-06-08-sunsetting-atom/)

