dmaynor/dmaynor-skills-marketplace
Plugin Claude Code
Security skills marketplace.
dmaynor/dmaynor-skills-marketplace
Plugin Claude Code
Security skills marketplace.
dmaynor/dmaynor-skills-marketplace
Plugin Claude Code
Systematic attack surface enumeration for Apple Silicon devices (A-series, M-series). Use when: (1) starting security re.
dmaynor/dmaynor-skills-marketplace
Skill Claude CodeCodex
Systematic attack surface enumeration for Apple Silicon devices (A-series, M-series). Use when: (1) starting security research on a new Apple chip/device, (2) need to map IOKit UserClients, Mach services, kexts, DART units, and coprocessor boundaries, (3) want to identify cross-platform (Mac↔iPhone/iPad) vulnerability…
dmaynor/dmaynor-skills-marketplace
Skill Claude CodeCodex
Find the correct arm64e kernel and per-SoC kernelcache for a research target on Apple Silicon macOS. Use when: (1) /System/Library/Kernels/kernel reports as Mach-O 64-bit executable x8664 on an Apple Silicon Mac and you wonder which binary the system actually boots; (2) you need the per-SoC arm64e kernel for a…
dmaynor/dmaynor-skills-marketplace
Plugin Claude Code
Validate whether a seed CVE maps to a specific Apple macOS/iOS binary before porting its PoC.
dmaynor/dmaynor-skills-marketplace
Skill Claude CodeCodex
Validate whether a seed CVE actually maps to a specific Apple macOS/iOS binary BEFORE porting its PoC. Use when: (1) a research idea / report / AI suggestion names CVE IDs claimed to affect a specific daemon (rapportd, sharingd, bluetoothd, etc.) but the IDs were produced by heuristic or memory and may be wrong, (2)…
dmaynor/dmaynor-skills-marketplace
Plugin Claude Code
Recover message-type/frame-type/command-type enums and their dispatch tables from stripped Apple daemon binaries via static disassembly.
dmaynor/dmaynor-skills-marketplace
Skill Claude CodeCodex
Recover a complete message-type / frame-type / command-type enum and its dispatch table from a stripped Apple daemon binary (arm64e/x8664, Mach-O) via static disassembly. Use when: (1) probing an Apple daemon (rapportd, sharingd, nearbyd, bluetoothd, sociald, identityservicesd, etc.) has surfaced integer message/frame…
dmaynor/dmaynor-skills-marketplace
Skill Claude CodeCodex
Reliably diff a single macOS kext between two macOS versions (e.g. 26.4.1 vs 26.5) when both kexts ship inside the kernelcache. Use when: (1) you need to confirm whether a kext was actually changed across a point release (kext CFBundleVersion is unreliable in macOS 26+: bumps with no code change, AND code changes with…
dmaynor/dmaynor-skills-marketplace
Plugin Claude Code
apple-vuln-research-nsxpc-listener-enum. Private Claude Code skills marketplace.
dmaynor/dmaynor-skills-marketplace
Skill Claude CodeCodex
Enumerate the server-side NSXPC attack surface of an Apple daemon without extracting its private-framework binaries from the dyld shared cache. Use when: (1) need to know what XPC methods a daemon like rapportd, sharingd, nearbyd, homed, coreduetd exposes on each of its mach endpoints, (2) need to distinguish an…
dmaynor/dmaynor-skills-marketplace
Plugin Claude Code
apple-vuln-research-security-report-submission. Private Claude Code skills marketplace.
dmaynor/dmaynor-skills-marketplace
Skill Claude CodeCodex
Submit vulnerability reports to Apple Security Research (security.apple.com). Use when: (1) preparing a macOS/iOS vulnerability report for Apple's bounty program, (2) need to know which affected area dropdown to select, (3) structuring PoC code and panic logs for Apple's submission form, (4) estimating bounty category…
dmaynor/dmaynor-skills-marketplace
Plugin Claude Code
apple-vuln-research-txm-sptm-firmware-extraction. Private Claude Code skills marketplace.
dmaynor/dmaynor-skills-marketplace
Skill Claude CodeCodex
Extract and analyze Apple Silicon TXM (Trusted Execution Monitor) and SPTM (Secure Page Table Monitor) firmware binaries from IM4P containers on macOS. Use when: (1) need to reverse-engineer TXM panic codes, (2) analyzing SPTM/TXM trust boundary behavior, (3) extracting firmware from /System/Volumes/Preboot for static…
dmaynor/dmaynor-skills-marketplace
Plugin Claude Code
Harden autonomous research loop safety blocks against LLM rationalization.
dmaynor/dmaynor-skills-marketplace
Skill Claude CodeCodex
Harden autonomous research loop safety blocks against LLM rationalization. Use when: (1) an autonomous loop keeps triggering crashes/panics despite prompt-level blocks, (2) the loop "works around" a safety constraint by reframing the task (e.g., "static analysis" that ends up running the blocked operation), (3) you…
dmaynor/dmaynor-skills-marketplace
Plugin Claude Code
Pattern for running Claude Code as an autonomous research agent with restart-with-state loops. Use when: (1) long-runnin.
dmaynor/dmaynor-skills-marketplace
Skill Claude CodeCodex
Pattern for running Claude Code as an autonomous research agent with restart-with-state loops. Use when: (1) long-running research or enumeration that exceeds context limits, (2) need autonomous operation for hours/days, (3) systematic task-based work that should survive crashes and quota limits. Covers: loop script…
dmaynor/dmaynor-skills-marketplace
Plugin Claude Code
Debug Claude Code hook errors (SessionStart, UserPromptSubmit, PreToolUse, PostToolUse). Use when: (1) console shows "hook error" with no details, (2) plugin hooks fail silently, (3) need to trace which plugin registers which hook event.
dmaynor/dmaynor-skills-marketplace
Skill Claude CodeCodex
Debug Claude Code hook errors (SessionStart, UserPromptSubmit, PreToolUse, PostToolUse). Use when: (1) console shows "hook error" with no details, (2) plugin hooks fail silently, (3) need to trace which plugin registers which hook event. Covers finding hooks.json across plugin cache, diagnosing missing dependencies…
dmaynor/dmaynor-skills-marketplace
Plugin Claude Code
Continuous-learning meta-skill: identifies skill gaps in the current session's work and creates new skills to fill them. Adapted from blader/Claudeception (MIT) with marketplace-plugin packaging and dmaynor-skills-marketplace conventions. Use when: (1) you just developed a methodology that should outlive the current…
dmaynor/dmaynor-skills-marketplace
Command
Run a retrospective on the current session — identify methodology that should be extracted as new skills or catalogued in the research log.
dmaynor/dmaynor-skills-marketplace
Skill Claude CodeCodex
Continuous-learning meta-skill: identifies skill gaps in the current session's work and creates new skills to fill them. The complement to skill-improver (which refines existing skills). Triggers: (1) /claudeception command to review session learnings, (2) "save this as a skill" / "extract a skill from this", (3)…