Add setup skill and restructure README deploy docs#3
Open
Jerrydiii wants to merge 1 commit into
Open
Conversation
- New .warp/skills/setup skill: clones the repo (or reuses an existing clone), checks prerequisites, installs deps in a venv, configures .env per-integration, handles GitHub/Google auth, replaces placeholders, and verifies the result - README: consolidate Requirements/Setup/Placeholders into a 'How to deploy' section with a copy-paste Warp prompt (Option A) and the manual steps kept as reference (Option B) - AGENTS.md: register setup as the 16th skill Co-Authored-By: Oz <oz-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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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
setupskill (.warp/skills/setup/SKILL.md) that deploys this agent end-to-end: clones the repo (or reuses an existing clone), checks prerequisites, installs dependencies in a venv, configures.envfor only the integrations the user wants, handles GitHub/Google auth, replaces codebase placeholders, and verifies the result.Requirements/Setup/Placeholderssections into a single How to deploy section: Option A is a copy-paste Warp prompt that runs the setup skill; Option B keeps the manual steps and placeholder table as human-readable reference.setupinAGENTS.mdand the README skills table/repo structure.Verification
Ran the skill end-to-end in a clean
/tmpclone: all phases work, including graceful failure withoutcredentials.json. Fixed three issues found during verification: a false-positive.envsecret check, placeholder replacement clobbering docs, and PEP 668pip3failures (now uses a venv).Conversation: https://app.warp.dev/conversation/52fa857a-c9ed-4bdd-aff6-3f405448ca21
Co-Authored-By: Oz oz-agent@warp.dev