QualityJavaScript

Pristine

by newbanser

Pristine is a Quality skill for Claude Code, published by newbanser in pristine-skill.

31 stars0 forkson newbanser/pristine-skillAdded 2026/08/11+288% in starsRepository updated 2026/08/10
agent-skillsai-agentsclaude-codecodexcoding-principlesopencode
Install in seconds
Install Pristine
Copy Pristine into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/newbanser/pristine-skill ~/.claude/skills/pristine-skill

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/newbanser/pristine-skill.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
SKILL.md in newbanser/pristine-skill
Installs to
~/.claude/skills/pristine-skill
Collection
The only skill cataloged from this repository
Category
Quality1354 skills

What Pristine does

Enforces the First-Time Principle for AI-assisted development: write code, docs, and memory as if from scratch, avoiding patches, residue, and drift. Use when starting any implementation, refactor, or bug fix to maintain codebase purity.

Pristine is cataloged under Quality on DirSkills. Pristine comes from a repository tagged agent-skills, ai-agents, claude-code, codex and coding-principles.

Documentation

README

Pristine

English | 简体中文

Pristine cover

如果失忆是根因,那就让AI的每次重生都遵从纯净原则。

这或许是你唯一需要使用的agent skill,让你的产出永远像第一次写出来一样。 纯净、清晰、节约。

支持 Claude Code、OpenAI Codex、OpenCode、OpenClaw(开放 Agent Skill 格式)。

当前版本:v1.3.0

你需要知道

在 AI 辅助开发中,补丁的累积方式和纯人类团队不一样:

  • 代码常被重写,但 文档和记忆是跨会话唯一的桥 —— 一条过期的记录会让下一个 Agent 基于错误前提做决定。
  • Agent 读的是整个文件,不是 diff —— 每一个遗留的特殊分支都在稀释真实设计的信号。
  • 一个"能用"的补丁是最容易被复制的,因为它最不需要理解。每一轮打补丁,都在教下一个会话打补丁。

Pristine 是反向的力:每一次改动都像第一次写出来,让系统朝清晰演进,而不是朝熵演进。

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Pristine

  • How does Pristine compare to other Quality skills?

    Pristine ranks #1309 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Pristine against them. Open each page to compare what they document and how they install.