Jsvana Asc Crash Fetcher
jsvana-asc-crash-fetcher is a Claude Code plugin for the Operate phase that syncs App Store Connect crash reports into SQLite for TestFlight and production triage.
Pull App Store Connect crash reports into SQLite so you can triage TestFlight and production crashes without living in the ASC web UI.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install jsvana-asc-crash-fetcher@jsvana/asc-crash-fetcherBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:jsvana/asc-crash-fetcher") and the paste-ready config with skillselion.get_install_config("plugin:jsvana/asc-crash-fetcher").
What it does
jsvana-asc-crash-fetcher is a Claude Code plugin bundle that wires App Store Connect crash reporting into a solo builder’s operate stack. It targets indie iOS developers who ship through TestFlight and need crash reports downloaded, synced, and held in SQLite for structured triage instead of one-off exports from Apple’s console. Use it when crash volume makes manual ASC browsing slow, when you want status visibility on whether the latest crash batch landed locally, or when you want your coding agent to reason over a stable local dataset. The catalog lists one plugin with keywords spanning asccrashfetcher, crash, downloads, reports, sqlite, syncs, testflight, tracks, and triage—so the intent is operational error handling for mobile, not landing-page validation or growth analytics. Complexity is intermediate because you must configure Apple API access and maintain a local DB. It is a task integration for mobile operate workflows, not a full observability platform.
Highlights
- Syncs ASC crash reports and tracks download/sync status for repeatable fetches
- SQLite-backed local store for search, filtering, and agent-assisted triage
- TestFlight-focused workflow keywords (crash, reports, triage) for pre-release stability
- Single-plugin bundle (pluginCount: 1) scoped to ASC crash fetcher only
- Requires SQLite and ASC credentials implied by sync/download semantics
Why builders use it
Crash data trapped in App Store Connect makes it hard to track sync state, batch-download reports, and triage TestFlight failures alongside your agent workflow.
After install, you can sync ASC crashes locally, query them in SQLite, and triage failures with Claude Code instead of repeating manual ASC exports.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 0 stars, 0 votes.
FAQ
Who is jsvana-asc-crash-fetcher for?
Indie and solo iOS developers using Claude Code who need App Store Connect crash reports synced locally for TestFlight and production triage.
When should I use jsvana-asc-crash-fetcher?
Use it in Operate when crashes are piling up in ASC and you want SQLite-backed reports, sync status tracking, and agent-friendly triage.
How do I add jsvana-asc-crash-fetcher to my agent?
Register the jsvana/asc-crash-fetcher Claude Code marketplace plugin from the repo bundle, satisfy SQLite and ASC API prerequisites, then invoke the plugin’s crash fetch and sync commands from Claude Code.
Comments
Share how you use jsvana-asc-crash-fetcher, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.