opencode-skills-collection 4.0.43 → 4.0.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundled-skills/.antigravity-install-manifest.json +47 -1
- package/bundled-skills/api-rate-limit-handler/SKILL.md +282 -0
- package/bundled-skills/api-security/SKILL.md +205 -0
- package/bundled-skills/api-security/references/jwt-oauth-testing.md +123 -0
- package/bundled-skills/api-security/references/rest-graphql-testing.md +137 -0
- package/bundled-skills/apk-reverse/SKILL.md +438 -0
- package/bundled-skills/apk-reverse/references/android-advanced.md +365 -0
- package/bundled-skills/apk-reverse/references/apk-security-checklist.md +230 -0
- package/bundled-skills/apk-reverse/references/frida-bypass-kit.md +70 -0
- package/bundled-skills/apk-reverse/references/frida-cookbook.md +472 -0
- package/bundled-skills/attack-chain/SKILL.md +185 -0
- package/bundled-skills/attack-chain/references/attack-playbooks.md +126 -0
- package/bundled-skills/attack-chain/references/evasion-cheatsheet.md +133 -0
- package/bundled-skills/attack-chain/references/lifecycle-checklist.md +37 -0
- package/bundled-skills/attack-chain/references/phases.md +490 -0
- package/bundled-skills/binary-diff/SKILL.md +320 -0
- package/bundled-skills/binary-diff/references/prompt-template.md +173 -0
- package/bundled-skills/browser-extension-reverse/SKILL.md +99 -0
- package/bundled-skills/browser-extension-reverse/references/extension-analysis.md +10 -0
- package/bundled-skills/case-review/SKILL.md +167 -0
- package/bundled-skills/cloud-k8s/SKILL.md +124 -0
- package/bundled-skills/cloud-k8s/references/k8s-cloud-checklist.md +16 -0
- package/bundled-skills/code-audit/SKILL.md +92 -0
- package/bundled-skills/code-audit/references/sast-review-checklist.md +10 -0
- package/bundled-skills/database-security/SKILL.md +81 -0
- package/bundled-skills/database-security/references/db-misconfig-checklist.md +9 -0
- package/bundled-skills/diagram-generator/SKILL.md +199 -0
- package/bundled-skills/diagram-generator/references/README.md +3 -0
- package/bundled-skills/diagram-generator/references/diagram-patterns.md +254 -0
- package/bundled-skills/digital-forensics/SKILL.md +93 -0
- package/bundled-skills/digital-forensics/references/forensics-triage.md +10 -0
- package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +1 -1
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/sources/sources.md +9 -0
- package/bundled-skills/docs/users/aas-core.md +1 -1
- package/bundled-skills/docs/users/bundles.md +1 -1
- package/bundled-skills/docs/users/claude-code-skills.md +1 -1
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/usage.md +3 -3
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/docs-generator/SKILL.md +197 -0
- package/bundled-skills/docs-generator/references/security-report-templates.md +348 -0
- package/bundled-skills/docs-generator/references/templates.md +102 -0
- package/bundled-skills/docs-generator/references/vendor-report-rules.md +263 -0
- package/bundled-skills/dotnet-reverse/SKILL.md +197 -0
- package/bundled-skills/dotnet-reverse/references/common-workflow.md +171 -0
- package/bundled-skills/dotnet-reverse/references/obfuscators.md +145 -0
- package/bundled-skills/dotnet-reverse/references/sharp-tools.md +164 -0
- package/bundled-skills/edr-bypass-re/SKILL.md +248 -0
- package/bundled-skills/edr-bypass-re/references/hook-survey.md +226 -0
- package/bundled-skills/edr-bypass-re/references/telemetry-blinding.md +346 -0
- package/bundled-skills/edr-bypass-re/references/unhook-techniques.md +338 -0
- package/bundled-skills/email-security/SKILL.md +81 -0
- package/bundled-skills/email-security/references/email-auth-checklist.md +8 -0
- package/bundled-skills/firmware-pentest/SKILL.md +381 -0
- package/bundled-skills/firmware-pentest/references/emba-automated-analysis.md +192 -0
- package/bundled-skills/firmware-pentest/references/emulation-and-fuzz.md +337 -0
- package/bundled-skills/firmware-pentest/references/extraction-methodology.md +285 -0
- package/bundled-skills/ghidra-reverse/SKILL.md +98 -0
- package/bundled-skills/ghidra-reverse/references/ghidra-cheatsheet.md +12 -0
- package/bundled-skills/go-rust-reverse/SKILL.md +82 -0
- package/bundled-skills/go-rust-reverse/references/go-rust-notes.md +5 -0
- package/bundled-skills/hardware-security/SKILL.md +80 -0
- package/bundled-skills/hardware-security/references/debug-interface-triage.md +7 -0
- package/bundled-skills/ida-reverse/SKILL.md +401 -0
- package/bundled-skills/ida-reverse/references/LOCAL-SETUP.md +66 -0
- package/bundled-skills/ida-reverse/references/ida-mcp-cheatsheet.md +515 -0
- package/bundled-skills/identity-federation/SKILL.md +81 -0
- package/bundled-skills/identity-federation/references/sso-flow-checklist.md +9 -0
- package/bundled-skills/instructree/SKILL.md +94 -0
- package/bundled-skills/js-reverse/SKILL.md +239 -0
- package/bundled-skills/js-reverse/references/ast-deobfuscation.md +3 -0
- package/bundled-skills/js-reverse/references/automation-entry.md +12 -0
- package/bundled-skills/js-reverse/references/env-patching.md +6 -0
- package/bundled-skills/js-reverse/references/fallbacks.md +8 -0
- package/bundled-skills/js-reverse/references/instrumentation.md +9 -0
- package/bundled-skills/js-reverse/references/local-rebuild.md +11 -0
- package/bundled-skills/js-reverse/references/mcp-task-template.md +30 -0
- package/bundled-skills/js-reverse/references/node-env-rebuild.md +9 -0
- package/bundled-skills/js-reverse/references/output-contract.md +9 -0
- package/bundled-skills/js-reverse/references/task-artifacts.md +11 -0
- package/bundled-skills/js-reverse/references/task-input-template.md +11 -0
- package/bundled-skills/js-reverse/references/tool-defaults.md +7 -0
- package/bundled-skills/llm-security/SKILL.md +160 -0
- package/bundled-skills/llm-security/references/agent-obedience-engineering.md +243 -0
- package/bundled-skills/llm-security/references/agent-security-testing.md +116 -0
- package/bundled-skills/llm-security/references/owasp-llm-top10.md +48 -0
- package/bundled-skills/llm-security/references/prompt-injection-methodology.md +107 -0
- package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package-lock.json +4 -4
- package/bundled-skills/loki-mode/examples/todo-app-generated/backend/package.json +1 -1
- package/bundled-skills/macos-reverse/SKILL.md +85 -0
- package/bundled-skills/macos-reverse/references/macho-triage.md +10 -0
- package/bundled-skills/malware-analysis/SKILL.md +311 -0
- package/bundled-skills/malware-analysis/references/anti-analysis-techniques.md +205 -0
- package/bundled-skills/malware-analysis/references/sandbox-orchestration.md +204 -0
- package/bundled-skills/malware-analysis/references/yara-sigma-rules.md +232 -0
- package/bundled-skills/mobile-reverse/SKILL.md +222 -0
- package/bundled-skills/mobile-reverse/references/anti-detection-bypass.md +182 -0
- package/bundled-skills/mobile-reverse/references/frida-objection-deep.md +218 -0
- package/bundled-skills/mobile-reverse/references/ios-reverse-guide.md +177 -0
- package/bundled-skills/muapi-media/SKILL.md +311 -0
- package/bundled-skills/ot-ics/SKILL.md +117 -0
- package/bundled-skills/ot-ics/references/ot-safe-assessment.md +10 -0
- package/bundled-skills/patch-diff-exploit/SKILL.md +278 -0
- package/bundled-skills/patch-diff-exploit/references/diff-tools-comparison.md +271 -0
- package/bundled-skills/patch-diff-exploit/references/patch-tuesday-workflow.md +253 -0
- package/bundled-skills/patch-diff-exploit/references/root-cause-and-poc.md +198 -0
- package/bundled-skills/pentest-tools/SKILL.md +346 -0
- package/bundled-skills/pentest-tools/references/ai-pentest-agents.md +148 -0
- package/bundled-skills/pentest-tools/references/ai-pentesting-landscape-2026.md +73 -0
- package/bundled-skills/pentest-tools/references/automation-loop-pattern.md +153 -0
- package/bundled-skills/pentest-tools/references/awesome-pentest-digest.md +175 -0
- package/bundled-skills/pentest-tools/references/burpsuite-mcp-guide.md +769 -0
- package/bundled-skills/pentest-tools/references/client-side-lab-playbook.md +155 -0
- package/bundled-skills/pentest-tools/references/kali-mcp-ecosystem.md +119 -0
- package/bundled-skills/pentest-tools/references/msf-protocol.md +169 -0
- package/bundled-skills/pentest-tools/references/network-attack-defense.md +350 -0
- package/bundled-skills/pentest-tools/references/nuclei-guide-2026.md +157 -0
- package/bundled-skills/pentest-tools/references/payloads.md +32 -0
- package/bundled-skills/pentest-tools/references/pentest-ai-agents-matrix.md +117 -0
- package/bundled-skills/pentest-tools/references/pentest-loop.md +270 -0
- package/bundled-skills/pentest-tools/references/recon-pipeline.md +154 -0
- package/bundled-skills/pentest-tools/references/templates/findings.md +21 -0
- package/bundled-skills/pentest-tools/references/templates/progress.md +17 -0
- package/bundled-skills/pentest-tools/references/templates/rules.md +35 -0
- package/bundled-skills/pentest-tools/references/templates/scope.md +29 -0
- package/bundled-skills/pentest-tools/references/templates/task_plan.md +27 -0
- package/bundled-skills/pentest-tools/references/web-attack-cheatsheet.md +387 -0
- package/bundled-skills/pentest-tools/src-hunter/SKILL.md +243 -0
- package/bundled-skills/pentest-tools/src-hunter/references/README.en.md +115 -0
- package/bundled-skills/pentest-tools/src-hunter/references/README.md +148 -0
- package/bundled-skills/pentest-tools/src-hunter/references/dictionaries/00-index.md +44 -0
- package/bundled-skills/pentest-tools/src-hunter/references/dictionaries/chinese-srcfingerprints.md +515 -0
- package/bundled-skills/pentest-tools/src-hunter/references/dictionaries/default-credentials-cn.md +274 -0
- package/bundled-skills/pentest-tools/src-hunter/references/industry/00-index.md +66 -0
- package/bundled-skills/pentest-tools/src-hunter/references/industry/banking-finance.md +338 -0
- package/bundled-skills/pentest-tools/src-hunter/references/industry/telecom-isp.md +315 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/00-index.md +68 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/01-attack-priority.md +143 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/02-bypass-toolkit.md +357 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/03-evidence-discipline.md +205 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/04-control-gap-hunting.md +238 -0
- package/bundled-skills/pentest-tools/src-hunter/references/methodology/05-srctimebox-priority.md +161 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet/adcs/346/224/273/345/207/273.md +254 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet/exchange/346/224/273/345/207/273.md +254 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet/sharepoint/346/224/273/345/207/273.md +113 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//344/277/241/346/201/257/346/224/266/351/233/206.md +947 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//345/205/215/346/235/200/344/270/216/350/247/204/351/201/277.md +780 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//345/207/255/350/257/201/347/252/203/345/217/226.md +1259 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//345/237/237/346/270/227/351/200/217/346/224/273/345/207/273.md +753 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//346/235/203/351/231/220/346/217/220/345/215/207.md +819 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//346/235/203/351/231/220/347/273/264/346/214/201.md +577 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//346/250/252/345/220/221/347/247/273/345/212/250.md +838 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/intranet//351/232/247/351/201/223/344/273/243/347/220/206.md +604 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/ai/345/256/211/345/205/250.md +698 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/api/345/256/211/345/205/250.md +1935 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/csrf/350/267/250/347/253/231/350/257/267/346/261/202/344/274/252/351/200/240.md +952 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/jwt/345/256/211/345/205/250.md +496 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/lfi-rfi/346/226/207/344/273/266/345/214/205/345/220/253.md +1365 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/rce/350/277/234/347/250/213/344/273/243/347/240/201/346/211/247/350/241/214.md +1329 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/sql-nosql/346/263/250/345/205/245.md +1924 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/ssrf/346/234/215/345/212/241/347/253/257/350/257/267/346/261/202/344/274/252/351/200/240.md +1256 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/ssti/346/250/241/346/235/277/346/263/250/345/205/245.md +1151 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/websocket/345/256/211/345/205/250.md +487 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/xss/350/267/250/347/253/231/350/204/232/346/234/254.md +1465 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web/xxe/345/256/236/344/275/223/346/263/250/345/205/245.md +815 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//344/270/232/345/212/241/351/200/273/350/276/221/346/274/217/346/264/236.md +594 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//344/272/221/345/256/211/345/205/250/346/274/217/346/264/236.md +561 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//344/276/233/345/272/224/351/223/276/346/224/273/345/207/273.md +399 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//345/216/237/345/236/213/351/223/276/346/261/241/346/237/223.md +401 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//345/274/200/346/224/276/351/207/215/345/256/232/345/220/221.md +396 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//346/226/207/344/273/266/346/274/217/346/264/236.md +0 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//346/241/206/346/236/266/346/274/217/346/264/236.md +2304 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//347/202/271/345/207/273/345/212/253/346/214/201.md +339 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//347/274/223/345/255/230/344/270/216cdn/345/256/211/345/205/250.md +497 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//350/256/244/350/257/201/346/274/217/346/264/236.md +1778 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/by-category/web//350/257/267/346/261/202/350/265/260/347/247/201.md +854 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/index.md +69 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools/web/346/270/227/351/200/217.md +662 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools/windows/346/270/227/351/200/217.md +100 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//344/277/241/346/201/257/346/224/266/351/233/206.md +852 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//345/206/205/347/275/221/346/270/227/351/200/217.md +873 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//345/207/255/350/257/201/347/252/203/345/217/226.md +186 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//345/237/237/346/270/227/351/200/217.md +50 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//345/257/206/347/240/201/346/224/273/345/207/273.md +462 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//346/235/203/351/231/220/346/217/220/345/215/207.md +168 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//346/274/217/346/264/236/345/210/251/347/224/250.md +445 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//347/263/273/347/273/237/345/221/275/344/273/244.md +410 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//347/272/242/351/230/237/345/267/245/345/205/267.md +64 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//347/274/226/347/240/201/350/247/243/347/240/201.md +226 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/tools//351/232/247/351/201/223/344/273/243/347/220/206.md +84 -0
- package/bundled-skills/pentest-tools/src-hunter/references/payloader/waf-bypass.md +6504 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/00-index.md +57 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/api-rest.md +2050 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/arbitrary-x-authz.md +481 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/dos.md +615 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/file-upload.md +1365 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/graphql.md +253 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/http-smuggling.md +924 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/info-disclosure.md +432 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/intranet-postexp.md +4845 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/llm-prompt-injection.md +1394 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/logic-flaws.md +1796 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/mobile.md +397 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/oauth-saml-jwt.md +2504 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/path-traversal.md +1297 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/race-conditions.md +207 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/rce.md +4829 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/sqli.md +1620 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/ssrf-cache-host.md +2098 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/unauth-access.md +330 -0
- package/bundled-skills/pentest-tools/src-hunter/references/playbooks/xss.md +1159 -0
- package/bundled-skills/pentest-tools/src-hunter/references/templates/report-submission.md +346 -0
- package/bundled-skills/pentest-tools/src-hunter/references/tools/mcp-jshook.md +174 -0
- package/bundled-skills/protocol-reverse/SKILL.md +108 -0
- package/bundled-skills/protocol-reverse/references/protocol-workflow.md +29 -0
- package/bundled-skills/pwn-chain/SKILL.md +209 -0
- package/bundled-skills/pwn-chain/references/heap-pwn.md +283 -0
- package/bundled-skills/pwn-chain/references/kernel-pwn.md +370 -0
- package/bundled-skills/pwn-chain/references/stack-pwn.md +312 -0
- package/bundled-skills/radare2/SKILL.md +460 -0
- package/bundled-skills/radare2/references/cheatsheet.md +129 -0
- package/bundled-skills/radio-sdr/SKILL.md +77 -0
- package/bundled-skills/radio-sdr/references/sdr-lab-rules.md +6 -0
- package/bundled-skills/reverse-browser-automation/SKILL.md +249 -0
- package/bundled-skills/reverse-browser-automation/references/playwright-cheatsheet.md +425 -0
- package/bundled-skills/reverse-engineering/SKILL.md +213 -0
- package/bundled-skills/reverse-engineering/dsl-vm-reverse/SKILL.md +388 -0
- package/bundled-skills/reverse-engineering/references/ai-assisted-re.md +149 -0
- package/bundled-skills/reverse-engineering/references/anti-analysis.md +836 -0
- package/bundled-skills/reverse-engineering/references/awesome-re-resources.md +135 -0
- package/bundled-skills/reverse-engineering/references/crypto-decode-tools.md +220 -0
- package/bundled-skills/reverse-engineering/references/elf-analysis.md +296 -0
- package/bundled-skills/reverse-engineering/references/field-notes.md +540 -0
- package/bundled-skills/reverse-engineering/references/go-reverse.md +240 -0
- package/bundled-skills/reverse-engineering/references/kernel-driver-reverse.md +298 -0
- package/bundled-skills/reverse-engineering/references/languages-compiled.md +587 -0
- package/bundled-skills/reverse-engineering/references/languages-platforms.md +486 -0
- package/bundled-skills/reverse-engineering/references/languages.md +499 -0
- package/bundled-skills/reverse-engineering/references/nonpe-format-cookbook.md +301 -0
- package/bundled-skills/reverse-engineering/references/ollvm-deobfuscation.md +501 -0
- package/bundled-skills/reverse-engineering/references/patterns-ctf-2.md +397 -0
- package/bundled-skills/reverse-engineering/references/patterns-ctf-3.md +719 -0
- package/bundled-skills/reverse-engineering/references/patterns-ctf.md +532 -0
- package/bundled-skills/reverse-engineering/references/patterns.md +801 -0
- package/bundled-skills/reverse-engineering/references/platforms-hardware.md +304 -0
- package/bundled-skills/reverse-engineering/references/platforms.md +442 -0
- package/bundled-skills/reverse-engineering/references/re-agent-workflow.md +240 -0
- package/bundled-skills/reverse-engineering/references/tools-advanced.md +822 -0
- package/bundled-skills/reverse-engineering/references/tools-dynamic.md +846 -0
- package/bundled-skills/reverse-engineering/references/tools.md +546 -0
- package/bundled-skills/supply-chain-security/SKILL.md +180 -0
- package/bundled-skills/supply-chain-security/references/cicd-pipeline-security.md +137 -0
- package/bundled-skills/supply-chain-security/references/sbom-sca-methodology.md +74 -0
- package/bundled-skills/thick-client/SKILL.md +104 -0
- package/bundled-skills/thick-client/references/thick-client-checklist.md +9 -0
- package/bundled-skills/threat-hunting/SKILL.md +94 -0
- package/bundled-skills/threat-hunting/references/hunting-loop.md +5 -0
- package/bundled-skills/threat-intelligence/SKILL.md +176 -0
- package/bundled-skills/threat-intelligence/references/x-public-intelligence.md +93 -0
- package/bundled-skills/tree-ring-memory/SKILL.md +29 -9
- package/bundled-skills/wifi-wireless/SKILL.md +80 -0
- package/bundled-skills/wifi-wireless/references/wireless-lab-rules.md +6 -0
- package/bundled-skills/windows-ad/SKILL.md +109 -0
- package/bundled-skills/windows-ad/references/ad-attack-paths.md +12 -0
- package/package.json +1 -1
- package/skills_index.json +1214 -2
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: diagram-generator
|
|
3
|
+
description: "Generate, refine, validate, and render diagrams from natural language, notes, code, schemas, or existing diagram sources: flowcharts, swimlanes, attack-path graphs, data-flow diagrams, architecture, and state machines."
|
|
4
|
+
risk: safe
|
|
5
|
+
source: "https://github.com/zhaoxuya520/reverse-skill"
|
|
6
|
+
source_repo: "zhaoxuya520/reverse-skill"
|
|
7
|
+
source_type: community
|
|
8
|
+
date_added: "2026-08-25"
|
|
9
|
+
license: "MIT"
|
|
10
|
+
license_source: "https://github.com/zhaoxuya520/reverse-skill/blob/main/LICENSE"
|
|
11
|
+
---
|
|
12
|
+
# Diagram Generator
|
|
13
|
+
## When to Use
|
|
14
|
+
|
|
15
|
+
- Turning textual analysis into Mermaid/Graphviz/PlantUML visuals.
|
|
16
|
+
- Producing attack-path or architecture diagrams for reports.
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## Purpose
|
|
20
|
+
|
|
21
|
+
Create clear, editable diagrams from messy or structured inputs. Prefer text-based diagram source first so the result can be reviewed, versioned, and refined. Render to files only when the user asks for an image/PDF or when a downloadable artifact would materially help.
|
|
22
|
+
|
|
23
|
+
## Default workflow
|
|
24
|
+
|
|
25
|
+
1. Identify the user's intent, audience, and source material.
|
|
26
|
+
2. Choose the diagram family and language using the decision table below.
|
|
27
|
+
3. Normalize entities, relationships, labels, states, branches, and time/order information before writing diagram code.
|
|
28
|
+
4. Generate concise, readable diagram source.
|
|
29
|
+
5. Validate the syntax mentally and, when creating files, run `scripts/render_diagram.py`.
|
|
30
|
+
6. Return the diagram source plus a short note about assumptions. When files are generated, include links to the output files.
|
|
31
|
+
|
|
32
|
+
Do not over-ask for clarification. If the request is underspecified, make reasonable assumptions and label them briefly.
|
|
33
|
+
|
|
34
|
+
## Diagram language decision table
|
|
35
|
+
|
|
36
|
+
Use Mermaid unless another language is clearly better.
|
|
37
|
+
|
|
38
|
+
| User wants | Prefer | Why |
|
|
39
|
+
|---|---|---|
|
|
40
|
+
| process flow, decision tree, simple swimlane | Mermaid flowchart | readable and easy to paste into Markdown |
|
|
41
|
+
| sequence of system/user interactions | Mermaid sequenceDiagram or PlantUML sequence | Mermaid for docs; PlantUML for UML formality |
|
|
42
|
+
| lifecycle, state machine, transitions | Mermaid stateDiagram-v2 or PlantUML state | compact transition syntax |
|
|
43
|
+
| database schema, entities, relationships | Mermaid erDiagram | portable ER notation |
|
|
44
|
+
| class/interface/object model | Mermaid classDiagram or PlantUML class | Mermaid for docs; PlantUML for detailed UML |
|
|
45
|
+
| project schedule | Mermaid gantt | concise timeline syntax |
|
|
46
|
+
| hierarchy, ideas, notes | Mermaid mindmap | good default for idea maps |
|
|
47
|
+
| customer/product journey | Mermaid journey | built-in journey notation |
|
|
48
|
+
| git history | Mermaid gitGraph | built-in git notation |
|
|
49
|
+
| dependency graph, package graph, large network | Graphviz DOT | better layout engines for dense graphs |
|
|
50
|
+
| architecture with layers, clusters, boundaries | Mermaid flowchart with subgraphs, Graphviz clusters, or PlantUML C4-style | choose based on requested fidelity |
|
|
51
|
+
| weighted flow/sankey-like relationship | Mermaid sankey-beta when supported, otherwise SVG or Graphviz | Mermaid support may vary by renderer |
|
|
52
|
+
| custom visual where source languages fit poorly | SVG | precise control over layout and styling |
|
|
53
|
+
|
|
54
|
+
## Output policy
|
|
55
|
+
|
|
56
|
+
- Always provide editable source unless the user explicitly asks only for an image.
|
|
57
|
+
- Default to a single best diagram. Offer alternatives only when genuinely useful.
|
|
58
|
+
- Prefer stable, simple syntax over fancy features that may not render in older Mermaid/PlantUML versions.
|
|
59
|
+
- Use short labels. Split long text into notes outside the diagram when needed.
|
|
60
|
+
- Avoid ambiguous node IDs. Use ASCII IDs and human-readable labels.
|
|
61
|
+
- Preserve user terminology, but standardize capitalization within a diagram.
|
|
62
|
+
- For technical diagrams, include boundaries such as client, service, database, queue, external API, and operator/user when they are implied.
|
|
63
|
+
- For business-process diagrams, distinguish happy path, decision points, failures, retries, and manual steps when present.
|
|
64
|
+
- For diagrams created from uncertain text, include an `Assumptions` section after the code.
|
|
65
|
+
|
|
66
|
+
## Mermaid generation rules
|
|
67
|
+
|
|
68
|
+
Consult `references/diagram-patterns.md` for compact templates.
|
|
69
|
+
|
|
70
|
+
General Mermaid rules:
|
|
71
|
+
- Start with the correct diagram directive, for example `flowchart TD`, `sequenceDiagram`, `erDiagram`, `gantt`, `mindmap`, or `journey`.
|
|
72
|
+
- For flowcharts, use `flowchart TD` unless the user asks for left-to-right; use `flowchart LR` for architecture and pipelines.
|
|
73
|
+
- Use subgraphs for swimlanes or architecture layers. Name subgraphs with readable labels.
|
|
74
|
+
- Keep node IDs stable and ASCII-only, for example `ingest_service[Ingest Service]`.
|
|
75
|
+
- Quote labels that contain punctuation likely to confuse the parser.
|
|
76
|
+
- Use decision diamonds for branching: `decision{Condition?}`.
|
|
77
|
+
- Use consistent edge labels: `-- yes -->`, `-- no -->`, `-. async .->`, or `== critical ==>` only when meaningful.
|
|
78
|
+
- In sequence diagrams, declare participants before messages. Use `actor` for humans and `participant` for systems.
|
|
79
|
+
- Use `alt/else/end`, `opt/end`, `loop/end`, and `par/and/end` blocks for conditional, optional, repeated, and parallel flows.
|
|
80
|
+
|
|
81
|
+
## Graphviz DOT generation rules
|
|
82
|
+
|
|
83
|
+
Use Graphviz for large, dense, or layout-sensitive relationship diagrams.
|
|
84
|
+
|
|
85
|
+
- Prefer `digraph G` for directed relationships and `graph G` for undirected networks.
|
|
86
|
+
- Set layout-friendly graph attributes at the top: `rankdir=LR`, `nodesep`, `ranksep`, and `splines=true` when helpful.
|
|
87
|
+
- Use `subgraph cluster_name` for boundaries and subsystems.
|
|
88
|
+
- Use plain labels and restrained styling.
|
|
89
|
+
- Use edge labels only when they add meaning.
|
|
90
|
+
- For many nodes, group by domain with clusters and avoid crossing-heavy all-to-all edges.
|
|
91
|
+
|
|
92
|
+
## PlantUML generation rules
|
|
93
|
+
|
|
94
|
+
Use PlantUML when the user asks for UML or needs formal UML notation.
|
|
95
|
+
|
|
96
|
+
- Wrap diagrams with `@startuml` and `@enduml`.
|
|
97
|
+
- Use `actor`, `participant`, `database`, `queue`, `collections`, or `component` stereotypes when useful.
|
|
98
|
+
- Use `package`, `rectangle`, or `node` for architecture boundaries.
|
|
99
|
+
- For class diagrams, include only important fields/methods unless the user asks for exhaustive detail.
|
|
100
|
+
- For activity diagrams, use clear start/end markers and explicit branch labels.
|
|
101
|
+
|
|
102
|
+
## SVG generation rules
|
|
103
|
+
|
|
104
|
+
Use SVG only when text diagram languages cannot express the requested visual reliably.
|
|
105
|
+
|
|
106
|
+
- Keep SVG simple, accessible, and editable.
|
|
107
|
+
- Include `<title>` and meaningful text labels.
|
|
108
|
+
- Prefer rectangles, lines, arrows, and groups over complex paths.
|
|
109
|
+
- Do not embed external fonts or remote images.
|
|
110
|
+
|
|
111
|
+
## Rendering files
|
|
112
|
+
|
|
113
|
+
When the user asks for PNG/SVG/PDF, create a source file and run:
|
|
114
|
+
|
|
115
|
+
```bash
|
|
116
|
+
python "<SKILL_ROOT>/diagram-generator/scripts/render_diagram.py" input.mmd --format svg --out output.svg
|
|
117
|
+
python "<SKILL_ROOT>/diagram-generator/scripts/render_diagram.py" input.dot --format png --out output.png
|
|
118
|
+
python "<SKILL_ROOT>/diagram-generator/scripts/render_diagram.py" input.puml --format svg --out output.svg
|
|
119
|
+
```
|
|
120
|
+
|
|
121
|
+
> `<SKILL_ROOT>` 是本包 `skills/` 目录的实际路径,AI 应自动检测。
|
|
122
|
+
|
|
123
|
+
The renderer is intentionally dependency-tolerant. It tries common local tools and reports actionable installation hints if a renderer is unavailable. Do not claim an image was rendered unless the script completed successfully and the output file exists.
|
|
124
|
+
|
|
125
|
+
## Validation checklist
|
|
126
|
+
|
|
127
|
+
Before finalizing:
|
|
128
|
+
|
|
129
|
+
- The diagram type matches the user's task.
|
|
130
|
+
- The source is syntactically plausible for the chosen language.
|
|
131
|
+
- Labels are short enough to fit.
|
|
132
|
+
- Edges and message order reflect the input accurately.
|
|
133
|
+
- Assumptions are called out when the input was incomplete.
|
|
134
|
+
- For generated files, the output exists and opens or has nonzero size.
|
|
135
|
+
|
|
136
|
+
## Common response template
|
|
137
|
+
|
|
138
|
+
Use this structure for most diagram answers:
|
|
139
|
+
|
|
140
|
+
```markdown
|
|
141
|
+
下面是可编辑的 [language] 版本:
|
|
142
|
+
|
|
143
|
+
```[language]
|
|
144
|
+
[source]
|
|
145
|
+
```
|
|
146
|
+
|
|
147
|
+
Assumptions:
|
|
148
|
+
- [only if needed]
|
|
149
|
+
|
|
150
|
+
Rendered file: [link] [only if generated]
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
For English user requests, respond in English. For Chinese user requests, respond in Chinese unless they ask otherwise.
|
|
154
|
+
|
|
155
|
+
---
|
|
156
|
+
|
|
157
|
+
## 按需自举(On-Demand Bootstrap)
|
|
158
|
+
|
|
159
|
+
### 自动化能力边界
|
|
160
|
+
|
|
161
|
+
| 工具 | 可自动安装 | 安装方式 | 说明 |
|
|
162
|
+
|------|-----------|---------|------|
|
|
163
|
+
| Mermaid CLI (mmdc) | ✓ | npm install -g @mermaid-js/mermaid-cli | 渲染 Mermaid 为 PNG/SVG |
|
|
164
|
+
| Graphviz (dot) | ✗ | 手动安装 | https://graphviz.org/download/ |
|
|
165
|
+
| PlantUML | ✗ | 需要 Java + plantuml.jar | https://plantuml.com/download |
|
|
166
|
+
| Python (render script) | ✓ | 已在 bootstrap 中 | `scripts/render_diagram.py` 依赖 |
|
|
167
|
+
|
|
168
|
+
### 说明
|
|
169
|
+
|
|
170
|
+
本 skill 主要输出文本格式的图表源码(Mermaid/DOT/PlantUML),不一定需要本地渲染工具。只有当用户明确要求生成 PNG/SVG/PDF 文件时才需要对应的渲染器。
|
|
171
|
+
|
|
172
|
+
如果渲染器不可用,`scripts/render_diagram.py` 会输出安装提示而不是报错。
|
|
173
|
+
|
|
174
|
+
---
|
|
175
|
+
|
|
176
|
+
## 路由上下文
|
|
177
|
+
|
|
178
|
+
**上游入口**: `skills/SKILL.md`(总控)、`routing.md`
|
|
179
|
+
**触发条件**: 用户说"画图"、"流程图"、"架构图"、"攻击路径图"、"时序图"、"Mermaid"、"Graphviz"、"PlantUML"
|
|
180
|
+
**下游出口**:
|
|
181
|
+
- 生成的图表可嵌入 `docs-generator/` 的报告中
|
|
182
|
+
- 攻击路径图可配合 `pentest-tools/` 的渗透报告
|
|
183
|
+
|
|
184
|
+
**同级关联模块**: `docs-generator/`(报告中嵌入图表)
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
## 任务完成自检(声称完成前 MUST 通过)
|
|
188
|
+
|
|
189
|
+
- [ ] 我是否执行了工作流中的每一步(而不是只阅读)?
|
|
190
|
+
- [ ] 我是否基于 `tool-index` 使用了真实工具路径?
|
|
191
|
+
- [ ] 我是否产出了可复现证据(命令/脚本/截图/报告)?
|
|
192
|
+
- [ ] 我是否完成并回写了 RULES 要求的 Checklist 项?
|
|
193
|
+
|
|
194
|
+
## Limitations
|
|
195
|
+
|
|
196
|
+
- Complex auto-layouts may need manual adjustment in the target tool.
|
|
197
|
+
- Rendering fidelity depends on the available diagram CLI/renderer.
|
|
198
|
+
|
|
199
|
+
> Adapted from [zhaoxuya520/reverse-skill](https://github.com/zhaoxuya520/reverse-skill) (MIT).
|
|
@@ -0,0 +1,254 @@
|
|
|
1
|
+
# Diagram Patterns
|
|
2
|
+
|
|
3
|
+
Use these compact patterns when generating diagram source. Prefer adapting the pattern instead of inventing complex syntax.
|
|
4
|
+
|
|
5
|
+
## Mermaid flowchart
|
|
6
|
+
|
|
7
|
+
```mermaid
|
|
8
|
+
flowchart TD
|
|
9
|
+
start([Start]) --> receive[Receive request]
|
|
10
|
+
receive --> valid{Valid?}
|
|
11
|
+
valid -- yes --> process[Process request]
|
|
12
|
+
valid -- no --> fix[Ask for missing info]
|
|
13
|
+
process --> finish([Finish])
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
## Mermaid swimlane-style flowchart
|
|
17
|
+
|
|
18
|
+
```mermaid
|
|
19
|
+
flowchart LR
|
|
20
|
+
subgraph customer[Customer]
|
|
21
|
+
c1[Submit order]
|
|
22
|
+
end
|
|
23
|
+
subgraph app[Application]
|
|
24
|
+
a1[Validate order]
|
|
25
|
+
a2[Create invoice]
|
|
26
|
+
end
|
|
27
|
+
subgraph ops[Operations]
|
|
28
|
+
o1[Review exception]
|
|
29
|
+
end
|
|
30
|
+
c1 --> a1
|
|
31
|
+
a1 -- valid --> a2
|
|
32
|
+
a1 -- invalid --> o1
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## Mermaid architecture
|
|
36
|
+
|
|
37
|
+
```mermaid
|
|
38
|
+
flowchart LR
|
|
39
|
+
user[User] --> web[Web App]
|
|
40
|
+
web --> api[API Service]
|
|
41
|
+
api --> db[(Database)]
|
|
42
|
+
api -. async .-> queue[[Queue]]
|
|
43
|
+
queue --> worker[Worker]
|
|
44
|
+
worker --> object_store[(Object Store)]
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
## Mermaid sequence diagram
|
|
48
|
+
|
|
49
|
+
```mermaid
|
|
50
|
+
sequenceDiagram
|
|
51
|
+
actor User
|
|
52
|
+
participant Web
|
|
53
|
+
participant API
|
|
54
|
+
database DB
|
|
55
|
+
User->>Web: Submit request
|
|
56
|
+
Web->>API: POST /request
|
|
57
|
+
API->>DB: Save record
|
|
58
|
+
DB-->>API: OK
|
|
59
|
+
API-->>Web: 201 Created
|
|
60
|
+
Web-->>User: Show confirmation
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
## Mermaid ER diagram
|
|
64
|
+
|
|
65
|
+
```mermaid
|
|
66
|
+
erDiagram
|
|
67
|
+
CUSTOMER ||--o{ ORDER : places
|
|
68
|
+
ORDER ||--|{ ORDER_ITEM : contains
|
|
69
|
+
PRODUCT ||--o{ ORDER_ITEM : appears_in
|
|
70
|
+
CUSTOMER {
|
|
71
|
+
string id PK
|
|
72
|
+
string email
|
|
73
|
+
}
|
|
74
|
+
ORDER {
|
|
75
|
+
string id PK
|
|
76
|
+
string customer_id FK
|
|
77
|
+
datetime created_at
|
|
78
|
+
}
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
## Mermaid state diagram
|
|
82
|
+
|
|
83
|
+
```mermaid
|
|
84
|
+
stateDiagram-v2
|
|
85
|
+
[*] --> Draft
|
|
86
|
+
Draft --> Submitted: submit
|
|
87
|
+
Submitted --> Approved: approve
|
|
88
|
+
Submitted --> Rejected: reject
|
|
89
|
+
Approved --> [*]
|
|
90
|
+
Rejected --> Draft: revise
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
## Mermaid class diagram
|
|
94
|
+
|
|
95
|
+
```mermaid
|
|
96
|
+
classDiagram
|
|
97
|
+
class User {
|
|
98
|
+
+string id
|
|
99
|
+
+string email
|
|
100
|
+
+login()
|
|
101
|
+
}
|
|
102
|
+
class Order {
|
|
103
|
+
+string id
|
|
104
|
+
+decimal total
|
|
105
|
+
+submit()
|
|
106
|
+
}
|
|
107
|
+
User "1" --> "0..*" Order : places
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
## Mermaid gantt
|
|
111
|
+
|
|
112
|
+
```mermaid
|
|
113
|
+
gantt
|
|
114
|
+
title Delivery Plan
|
|
115
|
+
dateFormat YYYY-MM-DD
|
|
116
|
+
section Discovery
|
|
117
|
+
Requirements :a1, 2026-01-01, 5d
|
|
118
|
+
Design :after a1, 4d
|
|
119
|
+
section Build
|
|
120
|
+
Implementation :2026-01-10, 10d
|
|
121
|
+
QA :2026-01-22, 5d
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
## Mermaid mindmap
|
|
125
|
+
|
|
126
|
+
```mermaid
|
|
127
|
+
mindmap
|
|
128
|
+
root((Product Launch))
|
|
129
|
+
Research
|
|
130
|
+
Customer interviews
|
|
131
|
+
Market scan
|
|
132
|
+
Build
|
|
133
|
+
Prototype
|
|
134
|
+
QA
|
|
135
|
+
Go-to-market
|
|
136
|
+
Pricing
|
|
137
|
+
Campaign
|
|
138
|
+
```
|
|
139
|
+
|
|
140
|
+
## Mermaid user journey
|
|
141
|
+
|
|
142
|
+
```mermaid
|
|
143
|
+
journey
|
|
144
|
+
title Trial Signup Journey
|
|
145
|
+
section Discover
|
|
146
|
+
Visit landing page: 4: User
|
|
147
|
+
Compare pricing: 3: User
|
|
148
|
+
section Activate
|
|
149
|
+
Create account: 5: User
|
|
150
|
+
Invite teammate: 4: User
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
## Graphviz dependency graph
|
|
154
|
+
|
|
155
|
+
```dot
|
|
156
|
+
digraph G {
|
|
157
|
+
rankdir=LR;
|
|
158
|
+
node [shape=box, style=rounded];
|
|
159
|
+
app -> api;
|
|
160
|
+
api -> auth;
|
|
161
|
+
api -> db;
|
|
162
|
+
worker -> queue;
|
|
163
|
+
worker -> db;
|
|
164
|
+
}
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
## Graphviz clustered architecture
|
|
168
|
+
|
|
169
|
+
```dot
|
|
170
|
+
digraph G {
|
|
171
|
+
rankdir=LR;
|
|
172
|
+
compound=true;
|
|
173
|
+
node [shape=box, style=rounded];
|
|
174
|
+
|
|
175
|
+
subgraph cluster_client {
|
|
176
|
+
label="Client";
|
|
177
|
+
web;
|
|
178
|
+
mobile;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
subgraph cluster_platform {
|
|
182
|
+
label="Platform";
|
|
183
|
+
api;
|
|
184
|
+
worker;
|
|
185
|
+
queue [shape=cylinder];
|
|
186
|
+
db [shape=cylinder];
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
web -> api;
|
|
190
|
+
mobile -> api;
|
|
191
|
+
api -> db;
|
|
192
|
+
api -> queue;
|
|
193
|
+
queue -> worker;
|
|
194
|
+
worker -> db;
|
|
195
|
+
}
|
|
196
|
+
```
|
|
197
|
+
|
|
198
|
+
## PlantUML sequence
|
|
199
|
+
|
|
200
|
+
```plantuml
|
|
201
|
+
@startuml
|
|
202
|
+
actor User
|
|
203
|
+
participant Web
|
|
204
|
+
participant API
|
|
205
|
+
database DB
|
|
206
|
+
User -> Web: Submit request
|
|
207
|
+
Web -> API: POST /request
|
|
208
|
+
API -> DB: Save record
|
|
209
|
+
DB --> API: OK
|
|
210
|
+
API --> Web: 201 Created
|
|
211
|
+
Web --> User: Confirmation
|
|
212
|
+
@enduml
|
|
213
|
+
```
|
|
214
|
+
|
|
215
|
+
## PlantUML component architecture
|
|
216
|
+
|
|
217
|
+
```plantuml
|
|
218
|
+
@startuml
|
|
219
|
+
actor User
|
|
220
|
+
rectangle "Client" {
|
|
221
|
+
[Web App]
|
|
222
|
+
}
|
|
223
|
+
rectangle "Backend" {
|
|
224
|
+
[API Service]
|
|
225
|
+
queue "Queue"
|
|
226
|
+
[Worker]
|
|
227
|
+
database "Database"
|
|
228
|
+
}
|
|
229
|
+
User --> [Web App]
|
|
230
|
+
[Web App] --> [API Service]
|
|
231
|
+
[API Service] --> Database
|
|
232
|
+
[API Service] --> Queue
|
|
233
|
+
Queue --> [Worker]
|
|
234
|
+
[Worker] --> Database
|
|
235
|
+
@enduml
|
|
236
|
+
```
|
|
237
|
+
|
|
238
|
+
## SVG fallback
|
|
239
|
+
|
|
240
|
+
```svg
|
|
241
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="900" height="360" viewBox="0 0 900 360" role="img">
|
|
242
|
+
<title>Simple process diagram</title>
|
|
243
|
+
<defs>
|
|
244
|
+
<marker id="arrow" markerWidth="10" markerHeight="10" refX="8" refY="3" orient="auto">
|
|
245
|
+
<path d="M0,0 L0,6 L9,3 z" />
|
|
246
|
+
</marker>
|
|
247
|
+
</defs>
|
|
248
|
+
<rect x="40" y="120" width="160" height="70" rx="10" fill="white" stroke="black" />
|
|
249
|
+
<text x="120" y="160" text-anchor="middle">Start</text>
|
|
250
|
+
<line x1="200" y1="155" x2="320" y2="155" stroke="black" marker-end="url(#arrow)" />
|
|
251
|
+
<rect x="320" y="120" width="180" height="70" rx="10" fill="white" stroke="black" />
|
|
252
|
+
<text x="410" y="160" text-anchor="middle">Process</text>
|
|
253
|
+
</svg>
|
|
254
|
+
```
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: digital-forensics
|
|
3
|
+
description: "Authorized digital forensics: memory dumps, disk timelines, PCAP investigation, artifact triage, and incident-response evidence preservation."
|
|
4
|
+
risk: safe
|
|
5
|
+
source: "https://github.com/zhaoxuya520/reverse-skill"
|
|
6
|
+
source_repo: "zhaoxuya520/reverse-skill"
|
|
7
|
+
source_type: community
|
|
8
|
+
date_added: "2026-08-25"
|
|
9
|
+
license: "MIT"
|
|
10
|
+
license_source: "https://github.com/zhaoxuya520/reverse-skill/blob/main/LICENSE"
|
|
11
|
+
---
|
|
12
|
+
# Digital Forensics & IR Artifacts
|
|
13
|
+
## When to Use
|
|
14
|
+
|
|
15
|
+
- Investigating a suspected incident with forensic rigor.
|
|
16
|
+
- Building defensible timelines from disk/memory/network artifacts.
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## 适用场景
|
|
20
|
+
|
|
21
|
+
- 内存转储分析(Volatility 2/3)
|
|
22
|
+
- 磁盘/ E01 / 落地文件时间线
|
|
23
|
+
- PCAP 溯源与协议还原(可联合 `protocol-reverse/`)
|
|
24
|
+
- 主机伪影:Prefetch、Shimcache、Event Log、浏览器历史
|
|
25
|
+
- 应急响应 IOC 提炼(联合 `malware-analysis/` / `threat-hunting/`)
|
|
26
|
+
|
|
27
|
+
## 工作流
|
|
28
|
+
|
|
29
|
+
### 1. 保全
|
|
30
|
+
|
|
31
|
+
```text
|
|
32
|
+
□ 计算 SHA256;记录时区与采集命令
|
|
33
|
+
□ 工作在副本上;原始只读
|
|
34
|
+
□ chain of custody 备注写入 timeline
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
### 2. 内存
|
|
38
|
+
|
|
39
|
+
```bash
|
|
40
|
+
vol -f mem.dmp windows.info
|
|
41
|
+
vol -f mem.dmp windows.pslist
|
|
42
|
+
vol -f mem.dmp windows.netscan
|
|
43
|
+
vol -f mem.dmp windows.cmdline
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
### 3. 主机伪影
|
|
47
|
+
|
|
48
|
+
```text
|
|
49
|
+
□ 事件日志:Security / PowerShell / Sysmon
|
|
50
|
+
□ 持久化:Run 键、服务、计划任务、WMI
|
|
51
|
+
□ 执行痕迹:Amcache、Prefetch、BAM
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
### 4. 网络
|
|
55
|
+
|
|
56
|
+
```text
|
|
57
|
+
□ tshark 统计会话与 DNS
|
|
58
|
+
□ 导出可疑流 → protocol-reverse 或 malware C2 分析
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
## 工具链
|
|
62
|
+
|
|
63
|
+
| 工具 | 用途 |
|
|
64
|
+
|------|------|
|
|
65
|
+
| Volatility 3 | 内存 |
|
|
66
|
+
| Timeline Explorer / Plaso | 超级时间线 |
|
|
67
|
+
| tshark | PCAP |
|
|
68
|
+
| Eric Zimmerman 工具集 | Windows 伪影 |
|
|
69
|
+
| Autopsy / FTK Imager | 磁盘 |
|
|
70
|
+
|
|
71
|
+
## 参考
|
|
72
|
+
|
|
73
|
+
- `references/forensics-triage.md`
|
|
74
|
+
- `../malware-analysis/` `../threat-hunting/` `../protocol-reverse/`
|
|
75
|
+
|
|
76
|
+
## 路由上下文
|
|
77
|
+
|
|
78
|
+
**上游**: MASTER R25
|
|
79
|
+
**下游**: 恶意样本深挖 → malware-analysis;规则 → threat-hunting
|
|
80
|
+
|
|
81
|
+
## 任务完成自检
|
|
82
|
+
|
|
83
|
+
- [ ] 是否保全哈希与副本策略?
|
|
84
|
+
- [ ] 时间线是否可复核?
|
|
85
|
+
- [ ] IOC 是否脱敏分级?
|
|
86
|
+
- [ ] Checklist?
|
|
87
|
+
|
|
88
|
+
## Limitations
|
|
89
|
+
|
|
90
|
+
- Chain-of-custody requirements apply; work on verified copies, never originals.
|
|
91
|
+
- Encrypted or anti-forensic artifacts may be unrecoverable.
|
|
92
|
+
|
|
93
|
+
> Adapted from [zhaoxuya520/reverse-skill](https://github.com/zhaoxuya520/reverse-skill) (MIT).
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Jetski/Cortex + Gemini Integration Guide
|
|
3
|
-
description: "Use agentic-awesome-skills with Jetski/Cortex without hitting context-window overflow with 2,
|
|
3
|
+
description: "Use agentic-awesome-skills with Jetski/Cortex without hitting context-window overflow with 2,074+ skills."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
# Jetski/Cortex + Gemini: safe integration with 2,
|
|
6
|
+
# Jetski/Cortex + Gemini: safe integration with 2,074+ skills
|
|
7
7
|
|
|
8
8
|
> **Custom-host integration:** This guide documents a low-level, direct-manifest lazy loader for Jetski/Cortex and similar hosts. For Codex or Claude Code, the recommended path is [AAS Core](../users/aas-core.md), which provides neutral, deterministic catalog retrieval and validates exact agent-selected IDs through a bounded, read-only MCP server.
|
|
9
9
|
|
|
@@ -25,7 +25,7 @@ Never do:
|
|
|
25
25
|
- concatenate all `SKILL.md` content into a single system prompt;
|
|
26
26
|
- re-inject the entire library for **every** request.
|
|
27
27
|
|
|
28
|
-
With 2,
|
|
28
|
+
With 2,074+ skills, this approach fills the context window before user messages are even added, causing truncation.
|
|
29
29
|
|
|
30
30
|
---
|
|
31
31
|
|
|
@@ -23,7 +23,7 @@ This example shows one way to integrate **agentic-awesome-skills** with a Jetski
|
|
|
23
23
|
- How to enforce a **maximum number of skills per turn** via `maxSkillsPerTurn`.
|
|
24
24
|
- How to choose whether to **truncate or error** when too many skills are requested via `overflowBehavior`.
|
|
25
25
|
|
|
26
|
-
This pattern avoids context overflow when you have 2,
|
|
26
|
+
This pattern avoids context overflow when you have 2,074+ skills installed.
|
|
27
27
|
|
|
28
28
|
Manifest contract references:
|
|
29
29
|
|
|
@@ -29,7 +29,7 @@ Preferred homepage:
|
|
|
29
29
|
Preferred social preview:
|
|
30
30
|
|
|
31
31
|
- lead with `AAS Core` and the profile → stack → plan flow;
|
|
32
|
-
- present `2,
|
|
32
|
+
- present `2,074+ Agentic Skills` as supporting catalog evidence, not a second product;
|
|
33
33
|
- mention Codex and Claude as the current Core agent path, with broader host compatibility as distribution support;
|
|
34
34
|
- avoid dense text and tiny logos that disappear in social cards.
|
|
35
35
|
|
|
@@ -72,7 +72,7 @@ The update process refreshes:
|
|
|
72
72
|
- Canonical skills index (`skills_index.json`)
|
|
73
73
|
- Compatibility mirror (`data/skills_index.json`)
|
|
74
74
|
- Web app skills data (`apps\web-app\public\skills.json`)
|
|
75
|
-
- All 2,
|
|
75
|
+
- All 2,074+ skills from the skills directory
|
|
76
76
|
|
|
77
77
|
## When to Update
|
|
78
78
|
|
|
@@ -20,6 +20,15 @@ If you recognize your work here and it is not properly attributed, please open a
|
|
|
20
20
|
| `react-patterns` | [React Docs](https://react.dev/) | CC-BY | Official patterns. |
|
|
21
21
|
| **All Official Skills** | [Anthropic / Google / OpenAI / Microsoft / Supabase / Apify / Vercel Labs] | Proprietary | Usage encouraged by vendors. |
|
|
22
22
|
|
|
23
|
+
## Skills from zhaoxuya520/reverse-skill
|
|
24
|
+
|
|
25
|
+
The following 43 security skills were adapted from the [reverse-skill](https://github.com/zhaoxuya520/reverse-skill) cybersecurity routing pack (MIT). The GPLv3 `CTF-Sandbox-Orchestrator` sidecar and runtime bootstrap scripts were intentionally not bundled.
|
|
26
|
+
|
|
27
|
+
| Skill | Original Source | License | Notes |
|
|
28
|
+
| :---- | :-------------- | :------ | :---- |
|
|
29
|
+
| `api-security`, `apk-reverse`, `attack-chain`, `binary-diff`, `browser-extension-reverse`, `case-review`, `cloud-k8s`, `code-audit`, `database-security`, `diagram-generator`, `digital-forensics`, `docs-generator`, `dotnet-reverse`, `edr-bypass-re`, `email-security`, `firmware-pentest`, `ghidra-reverse`, `go-rust-reverse`, `hardware-security`, `ida-reverse`, `identity-federation`, `js-reverse`, `llm-security`, `macos-reverse`, `malware-analysis`, `mobile-reverse`, `ot-ics`, `patch-diff-exploit`, `pentest-tools`, `protocol-reverse`, `pwn-chain`, `radare2`, `radio-sdr`, `reverse-browser-automation`, `reverse-engineering`, `supply-chain-security`, `thick-client`, `threat-hunting`, `threat-intelligence`, `wifi-wireless`, `windows-ad`, `reverse-engineering/dsl-vm-reverse`, `pentest-tools/src-hunter` | [zhaoxuya520/reverse-skill](https://github.com/zhaoxuya520/reverse-skill) | MIT | Reverse engineering, binary analysis, offensive assessment, and threat-intelligence workflows, adapted with English metadata and upstream safety gates. |
|
|
30
|
+
|
|
31
|
+
|
|
23
32
|
## Skills from VoltAgent/awesome-agent-skills
|
|
24
33
|
|
|
25
34
|
The following skills were added from the curated collection at [VoltAgent/awesome-agent-skills](https://github.com/VoltAgent/awesome-agent-skills):
|
|
@@ -31,7 +31,7 @@ AAS MCP does not scan the repository and does not decide which skills are best.
|
|
|
31
31
|
> **Release boundary:** AAS Core landed after release 14.6.0. Use an exact Core-capable release rather than an unreviewed moving tag.
|
|
32
32
|
|
|
33
33
|
```bash
|
|
34
|
-
npm exec --yes --ignore-scripts --package=agentic-awesome-skills@16.
|
|
34
|
+
npm exec --yes --ignore-scripts --package=agentic-awesome-skills@16.2.0 -- aas mcp configure \
|
|
35
35
|
--host codex \
|
|
36
36
|
--scope user \
|
|
37
37
|
--config /absolute/path/to/codex/config.toml \
|
|
@@ -17,7 +17,7 @@ Configure AAS Core for Claude Code, describe the task and constraints, let Claud
|
|
|
17
17
|
- It lets Claude search the verified local catalog without loading the full library into context.
|
|
18
18
|
- It preserves Claude's exact selection without using metadata as an eligibility gate.
|
|
19
19
|
- It keeps MCP discovery read-only and CLI changes approval-gated.
|
|
20
|
-
- It includes 2,
|
|
20
|
+
- It includes 2,074+ skills instead of a narrow single-domain starter pack.
|
|
21
21
|
- It supports the standard `.claude/skills/` path and the Claude Code plugin marketplace flow.
|
|
22
22
|
- It also ships generated bundle plugins so teams can install focused packs like `Essentials` or `Security Developer` from the marketplace metadata.
|
|
23
23
|
- It includes onboarding docs, bundles, and workflows so new users do not need to guess where to begin.
|
|
@@ -12,7 +12,7 @@ Install into the Gemini skills path, then ask Gemini to apply one skill at a tim
|
|
|
12
12
|
|
|
13
13
|
- It installs directly into the expected Gemini skills path.
|
|
14
14
|
- It includes both core software engineering skills and deeper agent/LLM-oriented skills.
|
|
15
|
-
- It helps new users get started with bundles and workflows rather than forcing a cold start from 2,
|
|
15
|
+
- It helps new users get started with bundles and workflows rather than forcing a cold start from 2,074+ files.
|
|
16
16
|
- It is useful whether you want a broad internal skill library or a single repo to test many workflows quickly.
|
|
17
17
|
|
|
18
18
|
## Install Gemini CLI Skills
|
|
@@ -18,7 +18,7 @@ Kiro is AWS's agentic AI IDE that combines:
|
|
|
18
18
|
|
|
19
19
|
Kiro's agentic capabilities are enhanced by skills that provide:
|
|
20
20
|
|
|
21
|
-
- **Domain expertise** across 2,
|
|
21
|
+
- **Domain expertise** across 2,074+ specialized areas
|
|
22
22
|
- **Best practices** from Anthropic, OpenAI, Google, Microsoft, and AWS
|
|
23
23
|
- **Workflow automation** for common development tasks
|
|
24
24
|
- **AWS-specific patterns** for serverless, infrastructure, and cloud architecture
|