docs: add AI-integration section + quickstart, fix ClaudeHAX plugin references - #31
Merged
Merged
Conversation
…eferences README: new AI integration section after Bundled Agent Skills showing both install paths (hax skills install --all for Warp/Oz; PRAW marketplace + hax-onboarding for Claude Code) and the golden path to a running site, with brief notes on the three PRAW plugins. AGENTS.md: prominent Quickstart for new users block before Setup Commands (install hax CLI, scaffold site, serve locally) noting Codex reads AGENTS.md natively and Claude Code can use the PRAW onboarding plugin. src/skills/hax-claudehax/SKILL.md: update plugin-install references from the old claudehax marketplace/hax@claudehax to the PRAW marketplace (haxtheweb/praw) and renamed hax-site-ops plugin; update repo reference to the new marketplace home. dist/ untouched; regenerates on next release. Co-Authored-By: Warp <agent@warp.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Consolidates HAX's AI-integration discovery surface into the
createrepo as part of the PRAW marketplace consolidation.README.md
hax skills install --all/plugin marketplace add haxtheweb/prawthen/plugin install hax-onboarding@haxthewebhax site my-hax-site --y --no-i→cd my-hax-site && hax serve→ open the local URL.hax-onboarding,hax-site-ops,openstax2hax).AGENTS.md
src/skills/hax-claudehax/SKILL.md
claudehaxmarketplace /hax@claudehaxto the PRAW marketplace (haxtheweb/praw) and the renamedhax-site-opsplugin (resolves the name collision).https://github.com/haxtheweb/praw.dist/untouched — regenerates on next release.Validation
claudehaxmarketplace /hax@claudehaxplugin-install references remain.Draft — part of the PRAW AI-integration consolidation.
Co-Authored-By: Warp agent@warp.dev