Active Directory security audit using the MITRE ATT&CK framework. Full domain enumeration, trust mapping, GPO analysis, ACL abuse paths, ADCS attacks (ESC1-ESC8), delegation abuse (constrained/unconstrained/RBCD), fine-grained password policies, LAPS deployment, service account security, and Kerberos configuration. Uses enum4linux-ng, netexec, impacket, ldapsearch, certipy-ad, bloodhound-python, and rpcclient. Produces attack path diagrams, prioritized risk register, and PoCs. Chains into /gh-export for issue filing.
Add /compact command for manual context compaction. Solves context rot in long sessions by forwarding the SDK's built-in /compact slash command. Main-group or trusted sender only.
Enhanced code review capabilities focusing on quality, security, and maintainability.
Reviews code for quality, style, and potential issues.
- 📁 scripts/
- 📁 templates/
- 📄 SKILL.md
ALWAYS invoke first — before any coding or debugging action — when the query references accumulated past knowledge or future session persistence.
- 📁 templates/
- 📄 LICENSE.txt
- 📄 SKILL.md
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Provides structured code review process and checklist
- 📁 references/
- 📁 scripts/
- 📄 clawhub.json
- 📄 SKILL.md
Detect and redact PII from text files. Supports 15 categories including credit cards, SSNs, emails, API keys, addresses, and more — with zero dependencies.
[BETA] Fully autonomous end-to-end project builder. Takes a project description and orchestrates the entire CodeClaw pipeline: ideas, tasks, releases, implementation, docs, and social announcement.
- 📁 subskills/
- 📄 README.ko.md
- 📄 README.md
- 📄 SKILL.md
Generate architecture and design documents for implemented code changes with risk-based depth selection. Automatically evaluates risk signals, layer spread, and change magnitude to choose documentation level (A/B/C).
- 📁 agents/
- 📁 references/
- 📁 scripts/
- 📄 SKILL.md
Install, configure, repair, update, or rebind the Telegram Codex Bridge after the user installs this skill. Use when the user wants Codex to take over bridge setup with minimal user action, only interrupting for unavoidable external steps like providing a Telegram bot token or messaging the bot once.
Execute unit-test alignment after large refactors or broad code changes. Trigger when the user explicitly uses the command "-- 对齐测试 --" or asks to align/fix tests after massive modifications. Run relevant unit tests, analyze failing test cases, update tests and/or implementation, and iterate until stable.