# Cc Only

> Apply cc-only when testing requires_claude_code skip behavior. This skill must appear in claude-code output and be skipped for all other ten tools with a stderr warning per skip.

- Skill: `ivy00johns/cc-only` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ivy00johns/cc-only`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ivy00johns/cc-only/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ivy00johns (https://skillmd.com/u/ivy00johns)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/ivy00johns/cc-only

---


## Overview

This fixture skill sets requires_claude_code to true. The converter must include it in claude-code output and skip it for all other tools.

## Expected Behavior

When convert.sh processes this skill for a non-claude-code tool, it must print a stderr line in the form: `[convert] skipping meta/cc-only for <tool> (requires_claude_code: true)`.

When convert.sh processes this skill for claude-code, it must be included normally without any skip warning.

## Test Coverage

The determinism test (04-convert-determinism-and-skip.bats) verifies that running convert.sh twice produces the same output and that exactly ten skip warnings appear — one for each non-claude-code tool — and that the claude-code output directory contains this skill's SKILL.md while no other tool's output directory contains it.

