# Corpus Good

> Use when verifying that one broken skill does not abort the corpus run.

- Skill: `ai-creed/corpus-good` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add ai-creed/corpus-good`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ai-creed/corpus-good/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-good

---


# corpus-good

## Intent

Serves as the healthy neighbor of a deliberately broken fixture skill.

## Inputs

The corpus root path handed over by the broken-skill test.

## Preconditions

The broken fixture tree is checked out unchanged.

## Procedure

1. Lint cleanly while the neighbor fails to parse.
2. Prove the corpus loop isolates per-skill failures.

## Output

An empty findings list for the good fixture.

## Examples

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

## Anti-patterns

Fixing the broken neighbor; it is broken by design.

