Files
charleswiltgen__axiom/axiom-codex/.codex-plugin/plugin.json
T
2026-09-19 15:54:09 -07:00

43 lines
1.5 KiB
JSON
Generated

{
"name": "axiom",
"version": "27.1.2",
"description": "Battle-tested skills for modern iOS development — SwiftUI, concurrency, data, performance, networking, accessibility, and more.",
"author": {
"name": "Charles Wiltgen",
"url": "https://charleswiltgen.github.io/Axiom/"
},
"homepage": "https://charleswiltgen.github.io/Axiom/",
"repository": "https://github.com/CharlesWiltgen/Axiom",
"license": "MIT",
"keywords": [
"ios",
"swift",
"swiftui",
"xcode",
"apple",
"mobile",
"development"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Axiom",
"shortDescription": "Battle-tested iOS development skills",
"longDescription": "Axiom gives AI coding assistants deep iOS development expertise — preventing data loss from bad migrations, catching memory leaks, diagnosing build failures, and guiding Swift concurrency, SwiftUI, networking, accessibility, and more.",
"developerName": "Charles Wiltgen",
"category": "Development",
"capabilities": [
"Read"
],
"websiteURL": "https://charleswiltgen.github.io/Axiom/",
"privacyPolicyURL": "https://charleswiltgen.github.io/Axiom/privacy",
"termsOfServiceURL": "https://charleswiltgen.github.io/Axiom/terms",
"brandColor": "#3451b2",
"defaultPrompt": [
"Check my SwiftUI code for performance issues",
"Help me fix this build failure",
"How do I safely add a database column?"
]
}
}