# Mission Skill

> Use when verifying anatomy alias overrides against a fixture skill.

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

---


# mission-skill

## Mission

States its purpose under a heading only a config override can accept.

## Inputs

The config fixture path handed over by the alias test.

## Preconditions

The alias fixture tree is checked out unchanged.

## Procedure

1. Lint once without a config to observe the CT06 warning.
2. Lint again with the intent-alias override to observe silence.

## Output

One CT06 warning by default; none under the alias override.

## Examples

Given the input `mission`, the expected output is `one CT06 warning`.

## Anti-patterns

Renaming the Mission heading back to Intent.

