swift_context
Swift Context: Local Semantic Intelligence
Use this skill to map your project's "local reality" through semantic indexing.
Note: The tool path
<SWIFT_CONTEXT_SKILL_PATH>refers to the root directory of this skill.
🛠️ Tool Usage
Run sync to index, then query to locate logic or impact to see dependencies.
- Intent: "Where is X?", "What breaks if I change Y?", "Find all usages of Z".
Commands
1. sync
Rebuilds the encrypted semantic index.
<SWIFT_CONTEXT_SKILL_PATH>/scripts/swift_context sync --path <PROJECT_ROOT>
More from swiftzilla/skills
swift_swiftui
SwiftUI framework concepts including property wrappers, state management, and reactive UI patterns.
51swift_concurrency
Swift modern concurrency with async/await, Task, Actor, Swift 6 strict mode, Sendable, and structured concurrency patterns.
40swift_style
Swift style guidelines covering naming conventions, code organization, and best practices for writing idiomatic Swift code.
35swift_combine
Swift Combine framework for reactive programming, handling asynchronous events with publishers, subscribers, and operators.
32swift_testing
Swift Testing framework for unit tests, integration tests, and async testing with modern syntax.
26swift_structure
Swift language structures including collections, optionals, closures, generics, control flow, and core language features.
24