skills/core/aios-level-up/SKILL.md
Iterative AIOS improvement loop — reviews recent sessions, finds what's stale or missing in context/, and proposes exactly one connection to wire, one context file to update, and one skill to add. Logs the decision to decisions/.
npx skillsauth add bereniketech/claude_kit aios-level-upInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Read the 3 newest files in decisions/ (by date prefix). Identify:
If decisions/ is empty or missing, skip to step 2.
Read all files in context/. Flag:
| Issue | Signal |
|---|---|
| Stale priorities | priorities.md last updated more than 90 days ago (check file mtime) |
| Missing voice | about-me.md has no Voice section or only a placeholder |
| Empty buckets | connections.md has bucket rows with no tool listed |
| No audit log | aios-audit-log.md doesn't exist — suggest running /aios-audit first |
Read context/connections.md. Find the first bucket where Status is documented-only or the tool cell is empty.
Priority order (highest first):
Rule: Recommend the first unwired bucket in this order — not the one the user might find most interesting.
Level-Up Proposal — [date]
1. CONNECT: Wire [tool] for the [Bucket] bucket
Why: [what Claude can do once this is live — one sentence]
How: /aios-connect [tool]
2. UPDATE: Refresh [filename in context/]
Why: [what's stale or missing — one sentence]
How: [specific edit — e.g. "update ## This Quarter with Q3 goals"]
3. ADD SKILL: [skill name]
Why: [which repetitive task it covers — one sentence, sourced from context/about-me.md]
How: Create .kit/skills/core/[name]/SKILL.md
Approve all three? (yes / pick numbers / skip)
Wait for user response before writing anything.
After user approval, write decisions/[YYYY-MM-DD]-level-up.md:
# Level-Up — [date]
## Approved
- [list of approved items]
## Skipped
- [list of skipped items, with reason if given]
## Status
- [ ] [action 1]
- [ ] [action 2]
- [ ] [action 3]
Rule: Always log what was skipped — it surfaces recurring patterns in the next level-up run.
testing
AUTHORIZED USE ONLY: This skill contains dual-use security techniques. Before proceeding with any bypass or analysis: > 1.
testing
Provide comprehensive techniques for attacking Microsoft Active Directory environments. Covers reconnaissance, credential harvesting, Kerberos attacks, lateral movement, privilege escalation, and domain dominance for red team operations and penetration testing.
development
Detects missing zeroization of sensitive data in source code and identifies zeroization removed by compiler optimizations, with assembly-level analysis, and control-flow verification. Use for auditing C/C++/Rust code handling secrets, keys, passwords, or other sensitive data.
development
Comprehensive guide to auditing web content against WCAG 2.2 guidelines with actionable remediation strategies.