Youngmaidainon

60 mods across 1 repository, 2 stars between them.

cavecrew

01

Youngmaidainon/Agent-Level-Up

Skill Claude CodeCodex

Decision guide for delegating to caveman-style subagents. Tells the main thread WHEN to spawn cavecrew-investigator (locate code), cavecrew-builder (1-2 file edit), or cavecrew-reviewer (diff review) instead of doing the work inline or using vanilla Explore. Subagent output is caveman-compressed so the tool-result…

2 6d ago A 134 tokens copy · 100% MIT

caveman-commit

02

Youngmaidainon/Agent-Level-Up

Skill Claude CodeCodex

Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /caveman-commit.…

2 6d ago A 79 tokens copy · 89% MIT

caveman-compress

03

Youngmaidainon/Agent-Level-Up

Skill Claude CodeCodex

Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or…

2 6d ago A 77 tokens copy · 86% MIT

caveman-discover

04

Youngmaidainon/Agent-Level-Up

Skill Claude CodeCodex

Find every LLM workflow in the current repository and label it, so Caveman Cloud groups spend by what the code actually does (support-reply, nightly-digest) instead of one anonymous bucket. Use when the user pastes the Caveman discovery prompt, says "discover workflows", or asks to break LLM spend down by workflow.…

2 6d ago A 95 tokens original MIT

Youngmaidainon/Agent-Level-Up

Skill Claude CodeCodex

Review Caveman Cloud evidence read-only: costs, Cave Score, Cave Plan, workflows, traces, latency, errors, compression, routing, and verified savings. Use when the user asks what Caveman found, where LLM spend goes, why cost or quality changed, which workflows need attention, or asks for a trace or analytics review.…

2 6d ago A 87 tokens original MIT

caveman-explore

06

Youngmaidainon/Agent-Level-Up

Skill Claude CodeCodex

Read-only repository explorer. Use PROACTIVELY for cold-start exploration, broad cross-file localization, or when a direct search has failed and you need to find where something lives. Skip it when the issue already names the exact file or symbol, or a previous turn already returned usable file:line evidence. Returns…

2 6d ago A 86 tokens original MIT

caveman-help

07

Youngmaidainon/Agent-Level-Up

Skill Claude CodeCodex

Quick-reference card for all caveman modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /caveman-help, "caveman help", "what caveman commands", "how do I use caveman".

2 6d ago A 56 tokens copy · 100% MIT

caveman-learn

08

Youngmaidainon/Agent-Level-Up

Skill Claude CodeCodex

Close the loop on a Caveman learn report — review the ranked token sinks, apply cost-lowering fixes (trim config, offload recurring context to cavemem) with per-edit consent, and report what those fixes returned with their attribution. Use when the user runs "caveman learn", asks to lower their agent's token cost…

2 6d ago A 110 tokens original MIT

caveman-manage

09

Youngmaidainon/Agent-Level-Up

Skill Claude CodeCodex

Inspect Caveman Cloud's eval-gated experiment lifecycle and block unsafe execution. Use when the user asks to start, approve, cancel, promote, or roll back a Caveman experiment, or asks what action an experiment's evidence supports. Read evidence first; do not execute lifecycle mutations until server-authoritative…

2 6d ago A 72 tokens original MIT

caveman-optimize

10

Youngmaidainon/Agent-Level-Up

Skill Claude CodeCodex

Turn Caveman's exact report-only repository observations into an operator-chosen optimization candidate with a paired baseline/candidate evaluation. Use when the user asks to inspect an optimization observation, evaluate a candidate change, or act on the current Caveman optimization report. Require a logged-in Caveman…

2 6d ago A 78 tokens original MIT

caveman-review

11

Youngmaidainon/Agent-Level-Up

Skill Claude CodeCodex

Ultra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment is one line: location, problem, fix. Use when user says "review this PR", "code review", "review the diff", "/review", or invokes /caveman-review. Auto-triggers when reviewing pull requests.

2 6d ago A 72 tokens copy · 100% MIT

caveman-setup

12

Youngmaidainon/Agent-Level-Up

Skill Claude CodeCodex

Wire the current repository through the Caveman Cloud gateway so every LLM request is measured — cost, tokens, latency — with zero behavior change. Use when the user pastes the Caveman setup prompt, says "set up caveman", or wants LLM spend observability added to an app. Requires the gateway URL and a Cave API key…

2 6d ago A 82 tokens original MIT

caveman-stats

13

Youngmaidainon/Agent-Level-Up

Skill Claude CodeCodex

Show real token usage and estimated savings for the current session. Reads directly from the Claude Code session log — no AI estimation. Triggers on /caveman-stats. Output is injected by the mode-tracker hook; the model itself does not compute the numbers.

2 6d ago A 60 tokens copy · 100% MIT

caveman

14

Youngmaidainon/Agent-Level-Up

Skill Claude CodeCodex

Ultra-compressed communication mode. Cuts output tokens 65% (measured) by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens"…

2 6d ago A 102 tokens copy · 89% MIT

Youngmaidainon/Agent-Level-Up

Skill Claude CodeCodex

Extract and decrypt Windows DPAPI-protected secrets (Credential Manager, browser logins/cookies, Wi-Fi credentials, KeePass keys) online or offline using SharpDPAPI, SharpChrome, Mimikatz, or Impacket's dpapi.py, including domain-wide decryption via the DPAPI backup key. Use during authorized red-team…

2 6d ago A 97 tokens copy · 100% MIT

Youngmaidainon/Agent-Level-Up

Skill Claude CodeCodex

Take over Active Directory accounts by writing attacker-controlled public keys to msDS-KeyCredentialLink (Shadow Credentials) with pyWhisker, Whisker, or Certipy, then authenticate via PKINIT to recover the target's NT hash without a password reset. Use when BloodHound shows…

2 6d ago A 97 tokens copy · 100% MIT

Youngmaidainon/Agent-Level-Up

Skill Claude CodeCodex

Prepare a defense-contractor environment for CMMC Level 2 certification: scope CUI and FCI, implement the 110 NIST SP 800-171 Rev 2 security requirements across 14 families, compute the SPRS score with the DoD Assessment Methodology, manage a compliant POA&M, and ready the organization for a C3PAO assessment. Use when…

2 6d ago A 255 tokens copy · 100% MIT

Youngmaidainon/Agent-Level-Up

Skill Claude CodeCodex

Create forensically sound bit-for-bit disk images with dd or dcfldd on a Linux forensic workstation, preserving evidence integrity through hash verification (MD5/SHA) during acquisition. Use when imaging a suspect drive, USB device, or memory card for investigation, preserving volatile disk evidence during incident…

2 6d ago B 92 tokens copy · 100% MIT

Youngmaidainon/Agent-Level-Up

Skill Claude CodeCodex

Perform static analysis of Android APK malware using apktool for resource decompilation, jadx for Java source recovery, and androguard for manifest inspection, dangerous permission-combination detection, and identification of obfuscated code, dynamic code loading, and reflection-based API calls. Use to statically…

2 6d ago A 84 tokens copy · 100% MIT

Youngmaidainon/Agent-Level-Up

Skill Claude CodeCodex

Parses API Gateway access logs (AWS API Gateway, Kong, Nginx) to detect BOLA/IDOR attacks, rate limit bypass, credential scanning, and injection attempts. Uses pandas for statistical analysis of request patterns and anomaly detection. Use when investigating API abuse or building API-specific threat detection rules.

2 6d ago A 72 tokens copy · 100% MIT

Youngmaidainon/Agent-Level-Up

Skill Claude CodeCodex

Query ATT&CK data with attackcti, mitreattack-python, and stix2, then build MITRE ATT&CK Navigator layers and multi-layer heatmap overlays mapping one or more APT groups' TTPs for detection-gap analysis. Use to compare threat-actor technique coverage, find gaps in detection engineering, or produce Navigator…

2 6d ago A 90 tokens copy · 100% MIT

Youngmaidainon/Agent-Level-Up

Skill Claude CodeCodex

Queries Azure Monitor activity logs and sign-in logs via azure-monitor-query to detect suspicious administrative operations, impossible travel, privilege escalation, and resource modifications. Builds KQL queries for threat hunting in Azure environments. Use when investigating suspicious Azure tenant activity or…

2 6d ago A 68 tokens copy · 100% MIT

Youngmaidainon/Agent-Level-Up

Skill Claude CodeCodex

Analyzes bootkit and advanced rootkit malware infecting the Master Boot Record (MBR), Volume Boot Record (VBR), or UEFI firmware for below-OS persistence, covering boot sector analysis, UEFI module inspection, and anti-rootkit detection. Use when compromise survives OS reinstallation or antivirus/EDR fails to detect…

2 6d ago A 85 tokens copy · 100% MIT