Atomic Check banner
th3vib3coder th3vib3coder

Atomic Check

Development community

Description

--- description: Check WIKI_VRE for existing surfaces before adding a feature argument-hint: "<feature-description>" allowed-tools: Read, Grep, Glob, Bash model: opus --- # atomic-check Use this before writing code for any Phase 9 or Phase 10 feature. The purpose is anti-duplication: determine whether the requested behavior already exists, should extend an existing surface, or is genuinely new. ## Usage ```text /atomic-check "<feature description>" /vibe-science:atomic-check "<feature descri

Installation

Installs to ~/.claude/skills/th3vib3coder-vibe-science-atomic-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/th3vib3coder-vibe-science-atomic-check && curl -fsSL https://raw.githubusercontent.com/th3vib3coder/vibe-science/HEAD/commands/atomic-check.md -o ~/.claude/skills/th3vib3coder-vibe-science-atomic-check/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository