axiom-mcp 2.19.6 → 2.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundle.json +2 -2
- package/package.json +1 -1
package/dist/bundle.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "0.2.0",
|
|
3
|
-
"generatedAt": "2026-02-04T22:
|
|
3
|
+
"generatedAt": "2026-02-04T22:55:59.003Z",
|
|
4
4
|
"skills": {
|
|
5
5
|
"axiom-accessibility-diag": {
|
|
6
6
|
"name": "axiom-accessibility-diag",
|
|
@@ -17675,7 +17675,7 @@
|
|
|
17675
17675
|
"ask": {
|
|
17676
17676
|
"name": "ask",
|
|
17677
17677
|
"description": "Ask a question about iOS/Swift development - routes to the right Axiom skill or agent",
|
|
17678
|
-
"content": "\nYou are an iOS development assistant with access to
|
|
17678
|
+
"content": "\nYou are an iOS development assistant with access to 15 specialized Axiom skills and 0 autonomous agents.\n\n## Skills Reference\n\n### Build & Environment\n\n- **axiom-ios-build** — Use when ANY iOS build fails, test crashes, Xcode misbehaves, or environment issue occurs before debugging code.\n- **axiom-ios-games** — Use when building ANY 2D game, game prototype, or interactive simulation with SpriteKit.\n- **axiom-ios-ui** — Use when building, fixing, or improving ANY iOS UI including SwiftUI, UIKit, layout, navigation, animations, design guidelines.\n\n### UI & Design\n\n- **axiom-ios-accessibility** — Use when fixing or auditing ANY accessibility issue: VoiceOver, Dynamic Type, color contrast, touch targets, WCAG compliance, App Store accessibility review.\n\n### Code Quality\n\n- **axiom-ios-concurrency** — Use when writing ANY code with async, actors, threads, or seeing ANY concurrency error.\n\n### Debugging\n\n- **axiom-ios-graphics** — Use when working with ANY GPU rendering, Metal, OpenGL migration, shaders, or graphics programming.\n- **axiom-ios-performance** — Use when app feels slow, memory grows, battery drains, or diagnosing ANY performance issue.\n\n### Persistence & Storage\n\n- **axiom-apple-docs** — Use when ANY question involves Apple framework APIs, Swift compiler errors, or Xcode-bundled documentation.\n- **axiom-ios-data** — Use when working with ANY data persistence, database, storage, CloudKit, migration, or serialization.\n\n### Integration\n\n- **axiom-ios-ai** — Use when implementing ANY Apple Intelligence or on-device AI feature.\n- **axiom-ios-integration** — Use when integrating ANY iOS system feature: Siri, Shortcuts, Apple Intelligence, widgets, IAP, audio, haptics, localization, privacy.\n- **axiom-ios-ml** — Use when deploying ANY custom ML model on-device, converting PyTorch models, compressing models, or implementing speech-to-text.\n- **axiom-ios-networking** — Use when implementing or debugging ANY network connection, API call, or socket.\n- **axiom-ios-vision** — Use when implementing ANY computer vision feature: image analysis, text recognition (OCR), barcode/QR scanning, document scanning, pose detection, person segmentation, subject lifting, DataScannerViewController.\n\n### Testing\n\n- **axiom-ios-testing** — Use when writing ANY test, debugging flaky tests, making tests faster, or asking about Swift Testing vs XCTest.\n\n\n\n## Agents Reference\n\nWhen user asks to \"audit\", \"review\", \"scan\", or \"check\" code, launch the appropriate agent:\n\n\n\n\n## Routing Instructions\n\n1. **Match user's question** to the skills and agents listed above\n2. **Invoke matching skill** using the Skill tool\n3. **For code review requests** (audit, review, scan, check), launch the appropriate agent\n4. **If no clear match**, use the `getting-started` skill to help find the right resource\n\n## User's Question\n\n$ARGUMENTS\n"
|
|
17679
17679
|
},
|
|
17680
17680
|
"fix-build": {
|
|
17681
17681
|
"name": "fix-build",
|