swiftfindrefsUse swiftfindrefs (IndexStoreDB) to list every Swift source file referencing a symbol. Mandatory for “find references”, “fix missing imports”, and cross-module refactors. Do not replace with grep/rg or IDE search.
Install via ClawdBot CLI:
clawdbot install michaelversus/swiftfindrefsGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/michaelversus/SwiftFindRefs.gitAudited Apr 18, 2026 · audit v1.0
Generated Mar 21, 2026
A team at a mobile app agency needs to rename a public API function used across multiple Swift modules in an iOS project. Using swiftfindrefs, they accurately identify all source files referencing the symbol, ensuring no broken references are introduced during the refactor, which maintains code stability and reduces debugging time.
Maintainers of a popular Swift framework are deprecating an old symbol and moving it to a new module. They use swiftfindrefs to find all references in dependent projects, then apply Workflow B to add missing imports only where necessary, preventing build errors for users and streamlining the migration process.
A financial services company is modernizing its legacy iOS banking app by restructuring Swift codebases. Engineers rely on swiftfindrefs to audit symbol usage before deleting obsolete functions, ensuring compliance with internal security audits and avoiding unintended regressions in critical transaction flows.
In a large tech company, multiple teams contribute to a shared Swift monorepo. When one team modifies a widely used protocol, they use swiftfindrefs to list all referencing files, enabling precise communication with other teams about required changes and minimizing integration conflicts during quarterly releases.
Offer specialized consulting to software development firms on integrating swiftfindrefs into their CI/CD pipelines for automated reference checks. Revenue is generated through hourly rates or project-based contracts, helping clients improve code quality and reduce refactoring errors.
Develop and sell a SaaS platform that wraps swiftfindrefs with additional features like dashboards, analytics, and team collaboration tools. Revenue comes from subscription tiers based on usage volume and team size, targeting enterprises with large Swift codebases.
Provide premium support, custom enhancements, and enterprise licenses for swiftfindrefs as part of an open-source model. Revenue is generated through support contracts, custom feature development for specific client needs, and donations from corporate sponsors.
💬 Integration Tip
Integrate swiftfindrefs into pre-commit hooks or CI pipelines to automatically validate symbol references before merges, ensuring code changes do not break existing functionality in Swift projects.
Scored Apr 19, 2026
Implement, review, or improve SwiftUI features using the iOS 26+ Liquid Glass API. Use when asked to adopt Liquid Glass in new SwiftUI UI, refactor an existing feature to Liquid Glass, or review Liquid Glass usage for correctness, performance, and design alignment.
Initialize a minimal SwiftUI iOS app in the current directory by generating a single `.xcodeproj` with XcodeGen (no workspaces, packages, or tests unless explicitly requested).
MLX Swift LM - Run LLMs and VLMs on Apple Silicon using MLX. Covers local inference, streaming, tool calling, LoRA fine-tuning, and embeddings.
Expert SwiftUI guidance for macOS apps — covers writing and reviewing code with runtime-level understanding of observation, concurrency, performance, and pla...
Use when building iOS/macOS applications with Swift 5.9+, SwiftUI, or async/await concurrency. Invoke for protocol-oriented programming, SwiftUI state management, actors, server-side Swift.
Android 开发调试技能,通过系统 ADB 工具操作 Android 设备。以下场景必须触发此技能:(1) 直接 ADB 操作——安装 APK、查看设备列表、抓取 logcat 日志、查看已安装应用、清除应用数据、截图、重启设备、拉取/推送文件、查看 CPU/内存/电池信息、adb shell 操作;(2)...