Xcindex Status banner
drewalth drewalth

Xcindex Status

Development community

Description

--- name: status description: Check Xcode index freshness for the current project. allowed-tools: - mcp__xcindex__status - Bash - Glob --- Call the `status` tool from the xcindex MCP server with the project path inferred from the current working directory, or ask the user to provide it if it can't be found. If no `projectPath` or `indexStorePath` is available, scan `./` and `../` for `.xcodeproj` or `.xcworkspace` files and use the first match. Report, in this order: 1. **Index store p

Installation

Installs to ~/.claude/skills/drewalth-claude-xcindex-xcindex-status/SKILL.md

Terminal
mkdir -p ~/.claude/skills/drewalth-claude-xcindex-xcindex-status && curl -fsSL https://raw.githubusercontent.com/drewalth/claude-xcindex/HEAD/commands/xcindex-status.md -o ~/.claude/skills/drewalth-claude-xcindex-xcindex-status/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository