XcodeColorSense
Description
:balloon: An Xcode plugin that makes working with color easier
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
XcodeColorSense
An Xcode plugin that makes working with color easier. Inspired by [ColorSense-for-Xcode](https://github.com/omz/ColorSense-for-Xcode) with extra care for Hex color

Features
- Show color preview as you type or select
- Works for
UIColor,NSColor

Matchers
- Hex Matcher
let _ = NSColor.hex("#FFAABB")
let _ = UIColor(hex: 0xFFAABB)
- RGBA Matcher
let _ = UIColor(red: 1.0f, green: 240/255, blue: 0.8, alpha: 0.95)
- Preset Matcher
let _ = NSColor.redColor()
Extensible
Add your own color handler by conforming to `Matcher`
protocol Matcher {
func check(line: String, selectedText: String) -> (color: NSColor, range: NSRange)?
}
Installation
Manually
- Build the project. The plugin will be in
~/Library/Application Support/Developer/Shared/Xcode/Plug-ins - Restart Xcode
Alcatraz
- Available via http://alcatraz.io/
Licence
This project is released under the MIT license. See LICENSE.md.
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11