Skip to content

Add corrected integration guide - #7

Open
rockyashok7313-ai wants to merge 2 commits into
AKCodez:mainfrom
rockyashok7313-ai:docs/integration-guide
Open

Add corrected integration guide#7
rockyashok7313-ai wants to merge 2 commits into
AKCodez:mainfrom
rockyashok7313-ai:docs/integration-guide

Conversation

@rockyashok7313-ai

Copy link
Copy Markdown

Summary

  • Adds docs/INTEGRATION_GUIDE.md, a plugin usage guide grounded in the actual implementation.
  • A previously-circulated draft of this guide (received as a PDF) described a CLI surface (claude code --task, --workflow, --plugin install ...) that doesn't exist for Claude Code plugins. This version documents the real mechanics instead: slash-command install (/plugin marketplace add, /plugin install), natural-language usage via the pentest skill, and the actual ht_preflight.pyht_search.pyht_run.py pipeline (backend selection, Docker image overrides, real fallback reasons).
  • Verified against live runs in this session: ht_preflight.py (verdict ready, WSL+Docker detected), an nmap -F scan against scanme.nmap.org (Nmap project's own public, explicitly-authorized test host) via the Docker backend, and an httpx -h run showing the WSL→Docker fallback path.

Test plan

  • Ran ht_preflight.py, ht_search.py, ht_run.py (WSL and Docker backends) end-to-end to confirm the documented behavior matches reality.
  • Confirmed docs/INTEGRATION_GUIDE.md renders cleanly (also exported to PDF for review).
  • Maintainer review of doc structure/placement (docs/ is new to this repo).

🤖 Generated with Claude Code

rockyashok7313-ai and others added 2 commits August 7, 2026 12:23
The prior draft (received as a PDF) described a CLI surface
(claude code --task/--workflow/--plugin install) that doesn't exist.
This replaces it with a guide grounded in the actual mechanics: slash-command
install, natural-language usage via the pentest skill, and the real
ht_preflight.py / ht_search.py / ht_run.py pipeline, verified with live runs
(nmap against scanme.nmap.org, httpx) in this session.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Follow-up to the previous commit — the layout tree was missing the new
docs/INTEGRATION_GUIDE.md entry.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant