Kasempiternal

93 mods across 2 repositories, 19 stars between them.

phoenix

25

Kasempiternal/Claude-Agent-System

Skill Claude CodeCodex

██████╗ ██╗ ██╗ ██████╗ ███████╗███╗ ██╗██╗██╗ ██╗ ██╔══██╗██║ ██║██╔═══██╗██╔════╝████╗ ██║██║╚██╗██╔╝ ██████╔╝███████║██║ ██║█████╗ ██╔██╗ ██║██║ ╚███╔╝ ██╔═══╝ ██╔══██║██║ ██║██╔══╝ ██║╚██╗██║██║ ██╔██╗ ██║ ██║ ██║╚██████╔╝███████╗██║ ╚████║██║██╔╝ ██╗ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═══╝╚═╝╚═╝ ╚═╝.

15 1mo ago A 118 tokens original MIT

review

26

Kasempiternal/Claude-Agent-System

Skill Claude CodeCodex

Code Review Swarm - Deploys 7 parallel review agents (2 custom + 5 official Anthropic plugin agents, with built-in fallbacks) to analyze code for bugs, style, silent failures, comment accuracy, type design, and test coverage. Automatically fixes CRITICAL and MAJOR findings, with optional code simplification pass.

15 1mo ago A 69 tokens original MIT

setup-hooks

27

Kasempiternal/Claude-Agent-System

Skill Claude CodeCodex

Verify CAS's focused safety hooks and remove obsolete duplicate installations. Use when approvals are missing, duplicated, or unexpectedly noisy.

15 1mo ago B 27 tokens original MIT

siege

29

Kasempiternal/Claude-Agent-System

Skill Claude CodeCodex

External Orchestrator with Worker-Judge Separation — spawns fresh claude -p sessions per iteration with adversarial two-skeptic verification. Arithmetic exit decisions only. Requires CLAUDECODEEXPERIMENTALAGENTTEAMS=1.

15 1mo ago B 52 tokens original MIT

spectre

30

Kasempiternal/Claude-Agent-System

Skill Claude CodeCodex

Deep Research Swarm — Parallel web, codebase, and document research with synthesis and independent claim validation. Requires Agent Teams and GPT Architect OFF.

15 1mo ago B 32 tokens original MIT

systemcc

31

Kasempiternal/Claude-Agent-System

Skill Claude CodeCodex

Intelligent workflow router with Lyra AI optimization, build config detection, and triple code review. Auto-analyzes complexity, risk, and scope to execute the optimal workflow automatically.

15 1mo ago A 39 tokens original MIT

zk

32

Kasempiternal/Claude-Agent-System

Skill Claude CodeCodex

Intelligent router — analyzes your request and auto-routes to the best execution mode (cccontrol, cyberconan, spectre, siege, legion, hydra, pcc-opus, or pcc). Use instead of choosing manually.

15 1mo ago A 51 tokens original MIT

axiom-v2

33

Kasempiternal/axiom-v2

Plugin Claude Code

Workflow-oriented Claude Code skills for modern iOS/Swift development.

4 6mo ago A tokens not measured original MIT

Kasempiternal/axiom-v2

Agent

Use this agent when the user mentions accessibility checking, App Store submission, WCAG compliance, VoiceOver issues, or Dynamic Type violations. Runs comprehensive accessibility audit to detect VoiceOver issues, Dynamic Type violations, color contrast failures, touch target sizes, and WCAG compliance problems. user…

4 6mo ago A 161 tokens original MIT

build-fixer

35

Kasempiternal/axiom-v2

Agent

Use this agent when the user mentions Xcode build failures, build errors, SPM conflicts, environment issues, or package resolution problems. Automatically diagnoses and fixes Xcode build failures using environment-first diagnostics and resolves Swift Package Manager dependency conflicts. user: "My build is failing…

4 6mo ago C 239 tokens original MIT

code-auditor

36

Kasempiternal/axiom-v2

Agent

Use this agent for code-level audits: concurrency, memory, Swift performance, Codable, or database schema. Supports --focus parameter to target specific audit areas. user: "Check my code for Swift 6 concurrency issues" assistant: [Launches code-auditor with --focus concurrency] user: "Can you check my code for memory…

4 6mo ago A 236 tokens original MIT

crash-analyzer

37

Kasempiternal/axiom-v2

Agent

Use this agent when the user has a crash log (.ips, .crash, or pasted text) that needs analysis. Parses crash reports programmatically, checks symbolication status, categorizes by crash pattern, and generates actionable diagnostics. user: "Analyze this crash log" [pastes crash report] assistant: [Launches…

4 6mo ago A 152 tokens original MIT

data-auditor

38

Kasempiternal/axiom-v2

Agent

Use this agent for data layer audits: Core Data, SwiftData, iCloud, or file storage. Supports --focus parameter to target specific data technologies. user: "Check my Core Data code for thread safety issues" assistant: [Launches data-auditor with --focus core-data] user: "Audit my SwiftData models for issues"…

4 6mo ago A 199 tokens original MIT

energy-auditor

39

Kasempiternal/axiom-v2

Agent

Use this agent when the user mentions battery drain, energy optimization, power consumption audit, or pre-release energy check. Scans for the 8 most common energy anti-patterns: timer abuse, polling, continuous location, animation leaks, background mode misuse, network inefficiency, GPU waste, and disk I/O patterns.…

4 6mo ago A 136 tokens original MIT

modernizer

40

Kasempiternal/axiom-v2

Agent

Use this agent to modernize iOS code to current APIs and patterns. Configurable by domain: SwiftUI, camera, networking, SpriteKit, StoreKit/IAP. Scans for legacy patterns and provides migration paths. user: "How do I migrate from ObservableObject to @Observable?" assistant: [Launches modernizer for SwiftUI domain]…

4 6mo ago A 262 tokens original MIT

Kasempiternal/axiom-v2

Agent

Use this agent when the user wants automated performance profiling, headless Instruments analysis, or CLI-based trace collection. Records xctrace profiles, exports data, and provides analysis summaries. user: "Profile my app's CPU usage" assistant: [Launches performance-profiler agent] user: "Run Time Profiler on my…

4 6mo ago A 155 tokens original MIT

security-scanner

42

Kasempiternal/axiom-v2

Agent

Use this agent when the user mentions security review, App Store submission prep, Privacy Manifest requirements, hardcoded credentials, or sensitive data storage. Scans for API keys in code, insecure @AppStorage usage, missing Privacy Manifests (iOS 17+), ATS violations, and logging sensitive data. user: "Can you…

4 6mo ago A 197 tokens original MIT

simulator-tester

43

Kasempiternal/axiom-v2

Agent

Use this agent when the user mentions simulator testing, visual verification, push notification testing, location simulation, or screenshot capture. Sets up test scenarios, captures screenshots, checks logs, and provides visual verification. user: "Take a screenshot to verify this fix" assistant: [Launches…

4 6mo ago A 133 tokens original MIT

test-runner

44

Kasempiternal/axiom-v2

Agent

Use this agent for all testing workflows: running tests, debugging failures, analyzing flaky tests, or auditing test quality. Supports modes: run, debug, analyze, audit. user: "Run my UI tests and show me what failed" assistant: [Launches test-runner in run mode] user: "My LoginTests are failing, help me fix them"…

4 6mo ago B 195 tokens original MIT

ui-auditor

45

Kasempiternal/axiom-v2

Agent

Use this agent for SwiftUI UI audits: architecture, performance, navigation, layout, liquid glass, or text rendering. Supports --focus parameter to target specific audit areas. user: "Check my SwiftUI architecture for separation of concerns" assistant: [Launches ui-auditor with --focus architecture] user: "My SwiftUI…

4 6mo ago A 287 tokens original MIT

analyze-crash

46

Kasempiternal/axiom-v2

Command

Parse and analyze iOS/macOS crash logs (.ips, .crash, or pasted text) to identify root cause.

4 6mo ago A 29 tokens copy · 92% MIT

audit

47

Kasempiternal/axiom-v2

Command

Smart audit selector - analyzes your project and suggests relevant audits.

4 6mo ago A 11 tokens original MIT

fix-build

48

Kasempiternal/axiom-v2

Command

Diagnose and fix Xcode build failures (launches build-fixer agent).

4 6mo ago A 19 tokens original MIT