Use when asked to evaluate type design/invariants or explicitly asked to run the type-design-analyzer subagent.
Scanned 2/12/2026
Install to Claude Code
npx -y skills add troykelly/codex-skills --skill type-design-analyzer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Type Design Analyzer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/troykelly-type-design-analyzer)More formats (shields.io, HTML) on the badges page.
---
name: type-design-analyzer
description: Use when asked to evaluate type design/invariants or explicitly asked to run the type-design-analyzer subagent.
---
# Type Design Analyzer Subagent
Use the `type-design-analyzer` agent card to handle this specialized task.
## Run
```bash
codex-subagent type-design-analyzer <<'EOF'
[Provide the task context, scope, and any issue/PR numbers.]
EOF
```
## Notes
- Include concrete scope and constraints in the context block.
- Fold the subagent output back into the main workflow.
No comments yet. Be the first to comment!