awesome-swift-macos-apps-docs

awesome-swift-macos-apps-docs is a skill for Codex from jaywcjlove/awesome-swift-macos-apps. It costs 57 tokens per session (1,072 once invoked), scanned A, original, CC0-1.0.

A documentation-maintenance skill for the Awesome Swift macOS Apps repository, a curated list of Mac applications made with Swift. It keeps app entries consistent in both English and Chinese README files.

In plain words
What is it for?
Adding, updating, moving, or validating app entries in README.md and README.zh.md.
Why use it?
It helps prevent duplicate entries, broken links, misplaced apps, and mismatched bilingual descriptions.

Skill for Codex

Written for Codex: installed under .codex/.

Good fit Adding, updating, moving, or validating app entries in README.md and README.zh.md.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jaywcjlove/awesome-swift-macos-apps/awesome-swift-macos-apps-docs
About the project

awesome-swift-macos-apps is a curated list of open-source macOS applications written in Swift, covering categories such as productivity, utilities, development, and media. It helps macOS developers study practical Swift implementations and find code examples for building desktop applications.

jaywcjlove/awesome-swift-macos-apps · 1,594 stars · on GitHub · wangchujiang.com

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jaywcjlove/awesome-swift-macos-apps --skill awesome-swift-macos-apps-docs
Clone the repo
git clone --depth 1 https://github.com/jaywcjlove/awesome-swift-macos-apps

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for awesome-swift-macos-apps-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/jaywcjlove/awesome-swift-macos-apps/awesome-swift-macos-apps-docs/github.svg)](https://agentmods.dev/skills/jaywcjlove/awesome-swift-macos-apps/awesome-swift-macos-apps-docs)
Your own site
<a href="https://agentmods.dev/skills/jaywcjlove/awesome-swift-macos-apps/awesome-swift-macos-apps-docs"><img src="https://agentmods.dev/badge/skills/jaywcjlove/awesome-swift-macos-apps/awesome-swift-macos-apps-docs/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for awesome-swift-macos-apps-docs

Your own site · 80×15
<a href="https://agentmods.dev/skills/jaywcjlove/awesome-swift-macos-apps/awesome-swift-macos-apps-docs"><img src="https://agentmods.dev/badge/skills/jaywcjlove/awesome-swift-macos-apps/awesome-swift-macos-apps-docs.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,072 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00057 $0.01072
Opus 5 $0.00028 $0.00536
Sonnet 5 $0.00011 $0.00214
Haiku 4.5 $0.00006 $0.00107

Measured 12d ago against content hash b7613c74df2c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

awesome-swift-macos-apps-docs scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.codex/skills/awesome-swift-macos-apps-docs/SKILL.md · 122 lines

How it starts

The opening of the file, as written. The whole thing — 122 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Awesome Swift macOS Apps Docs

Use this skill when the task is to maintain app entries in this repository's bilingual docs.

Use this skill for

  • Adding a new app entry to README.md and README.zh.md
  • Updating an existing app entry in both files
  • Fixing wrong links, duplicate entries, inconsistent descriptions, or mismatched category placement
  • Moving an existing app entry to a better category while preserving local document structure
  • Keeping reply format consistent for this repository

Do not use this skill for code changes in other projects.

For supported files and default scope boundaries, see references/supported-files.md. For category-specific notes and placement heuristics, see references/category-notes.md.

Repository Targets

Always update both files together:

  • README.md
  • README.zh.md

Core workflow

  1. Identify the most appropriate category by searching existing README files for similar apps or keywords.
  2. Read the local context around the target section in both languages before editing.
  3. Check whether the app already exists in either file.
  4. Add or update both entries together.
  5. Keep the description to one sentence in each language.
  6. Verify placement, wording, and formatting with rg and git diff.

Entry Rules

For each new app entry:

  • Use a single concise sentence to describe what the app is
  • Prefer describing the core function, not a feature list
  • Do not emphasize that it is a macOS app unless that is essential to understanding the app
  • Keep English and Chinese descriptions aligned in meaning, but do not translate mechanically
  • Preserve existing markdown format, badges, and ordering style used in the target section
  • Keep naming consistent with the user's request; if the repo name differs from the display name, follow the user's requested display name unless there is a strong reason not to

Curation Rules

  • Match the local section used by each document instead of assuming both files are structured identically.
  • Preserve existing ordering within a section. In practice this is usually alphabetical by app name or grouped with similar nearby tools.
  • Do not rewrite neighboring entries unless needed for the requested task.
  • Keep edits narrowly scoped to the requested listing work.

Read the full file on GitHub · 122 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 122 lines · 57 tokens per session scan A b7613c74df2c

Subscribe to this mod's changes

awesome-swift-macos-apps-docs is a skill published in the GitHub repository jaywcjlove/awesome-swift-macos-apps (1,594 stars, last pushed today), licensed CC0-1.0. It adds 57 tokens to every session and 1,072 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

scarf-template-author

Scaffold a new Scarf project OR enrich an existing one after a Scarf "Upgrade Project" — dashboard, optional configuration schema, optional cron job, AGENTS.md, and (via the scarf-miniapp-author skill) a starter mini-app — from a short conversational interview. Output is immediately usable locally and cleanly…

awizemann/scarf · 79 tokens

scarf-miniapp-author

Author a Scarf mini-app — a small sandboxed web surface (HTML/CSS/JS) that renders inside a project's cockpit and talks to the bound Hermes session + project data through the versioned window.scarf bridge. Use to build a bespoke panel (a task board, an approval queue, a chart, a data table) for a project.

awizemann/scarf · 78 tokens

swift-expert

Expert-level Swift development for iOS, macOS with SwiftUI, Combine, and modern Swift 5.9+. Use when the user mentions iOS, macOS, SwiftUI, Combine, async await, or Apple platforms, or when the task involves Modern Swift Features, Basics and Optionals, Functions and Closures, or Structs and Classes.

personamanagmentlayer/pcl · 76 tokens

swift-focusengine-pro

Reviews, writes, and fixes focus management code for all Apple platforms (tvOS, iOS/iPadOS, watchOS, visionOS, macOS), covering SwiftUI, UIKit, AppKit, and RealityKit. Use when reading, writing, or reviewing apps that handle focus, hover, key view loops, or Digital Crown navigation.

mhaviv/Swift-FocusEngine-Agent-Skill · 74 tokens

swift

Swift programming patterns for iOS and macOS.

miles990/claude-software-skills · 11 tokens

moai-lang-swift

Swift 6.0 enterprise development with async/await, SwiftUI, Combine, and Swift Concurrency. Advanced patterns for iOS, macOS, server-side Swift, and enterprise mobile applications with Context7 MCP integration.

mosif16/codex-Skills · 51 tokens