# Corpus Clone A

> Use when verifying near-clone detection against a fixture pair.

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

---


# corpus-clone-a

## Intent

Provides one half of a deliberately duplicated fixture pair.

## Inputs

A corpus root path supplied by the near-clone test.

## Preconditions

The clone fixture tree is checked out unchanged.

## Procedure

1. Repeat the shared fixture prose verbatim.
2. Keep both siblings byte-identical below the title.
3. Trigger near-clone detection by construction.
4. Trigger duplicate-block detection by construction.

## Output

An empty findings list for the clone fixture.

## Examples

Given the input `clone`, the expected output is `clone-lint-clean`.

## Anti-patterns

Letting the siblings drift apart.

