smithery/neversight

swiftzilla_search

Search Swift technical context using SwiftZilla Deep Insight™. Use this skill when the user asks questions about Swift programming, Apple frameworks (SwiftUI, Combine, etc.), or requires deep technical insights.

Installation

$ npx skills add smithery/neversight --skill swiftzilla-search

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/neversight · top by installs.

npx skills add smithery/neversight

Browse all from smithery/neversight

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0
LicenseProprietary
CompatibilityRequires curl, jq
Allowed toolsBash(curl:*) Bash(jq:*)
More metadata
version
1.0
author
SwiftZilla
website
https://swiftzilla.dev

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,875 B
  • docs SUMMARY.md 238 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Swift Deep Insight

This skill allows you to retrieve high-precision technical context and deep insights about the Swift programming language and Apple frameworks using the SwiftZilla Deep Insight™ engine.

Instructions

  1. Verify System: Run ./check.sh to ensure the API key is valid and the server is reachable.

* If this fails, STOP and report the error to the user.

  1. Formulate Query: Create a specific, technical query based on the user's request.

Good: "async await concurrency model", "SwiftUI View protocol", "Combine Publisher lifecycle" Bad: "help", "swift", "code"

  1. Execute Search: Run the search.sh script with the query.
  2. Process Results: The script will output formatted text containing relevant technical details. Use this information to answer the user's question, citing specific details where appropriate.

Usage

Basic Search

# Optional: Verify status first
./check.sh

# Perform search
./search.sh "your query here"

Example

User: "How do actors work in Swift?"

Agent Action:

./search.sh "swift actors concurrency isolation"

Error Handling

The script will return descriptive error messages if:

  • The API key is missing.
  • The SwiftZilla server is unreachable.
  • Authentication fails.
  • No results are found.

Use these error messages to guide the user (e.g., "Please set your SWIFTZILLAAPIKEY to continue.").