SwiftAgents Documentation

repository·main·Indexed 23 days ago

https://github.com/twostraws/swiftagents

A collection of instructions and guidelines provided via an AGENTS.md file to help LLMs generate high-quality, modern Swift and SwiftUI code, specifically targeting iOS 26 and later.

Tokens
165
Snippets
0
Records
1
Agent score
30%

What's inside SwiftAgents

  1. Overview of SwiftAgents

    main

    SwiftAgents is a collection of rules and guidelines designed for Swift and SwiftUI developers using LLMs (Large Language Models) to assist with their projects. Its primary goal is to mitigate common issues found in AI-generated Swift code by enforcing modern coding standards.

    Key Characteristics:

    • Modern API Focus: The rules strongly prioritize using the latest Swift and SwiftUI APIs.
    • Target Platform: The rules are optimized for targeting iOS 26 and later.

    Note: If your project requires support for older iOS versions or other Apple platforms, you must manually adjust these rules to accommodate your specific deployment targets.