Add gipity plugin (GipityAI/skills)#80
Open
siverson914 wants to merge 1 commit into
Open
Conversation
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.
What this PR does
New plugin: adds the Gipity plugin to the catalog as a remote source.
gipityhttps://github.com/GipityAI/skills.git@90fd54797da9dc4e2ab435dc801eba743f6a538cGipity is a full-stack cloud platform for coding agents - hosting, Postgres databases, serverless functions, auth, file storage, realtime, and AI services, all driven by the
gipityCLI. The plugin's skills cover onboarding plus the most common builds (full-stack web apps, 2D/3D games, computer vision, realtime), and its hooks keep a linked project's files auto-synced to the cloud. Verified against Grok Build 0.2.99:grok plugin install GipityAI/skills --trustdiscovers all 10 skills, the/gipity:setupcommand, and the hooks (grok plugin validatepasses).Ownership
sourcerepo is published under our official org (GipityAI).Checklist
.grok-plugin/marketplace.json(valid JSON, kebab-casename).sha, and that commit is public + reachable..grok-plugin/plugin-index.json(python3 scripts/generate-plugin-index.py).python3 scripts/validate-catalog.pypasses locally.python3 scripts/generate-plugin-index.py --checkpasses locally.homepage+ cleardescriptionset; local plugins includeREADME.md+.grok-plugin/plugin.json.plugin.jsonandLICENSE).Security
curl | bash, remote-code download/exec, orpostinstallRCE..env, or env vars.gipityCLI, which calls*.gipity.ai(Gipity's own API - file sync, deploys). Every hook checks for a.gipity.jsonproject marker in the working directory first and exits immediately outside Gipity projects; nothing runs or phones home in other repos.gipity login(email + 6-digit code). The plugin stores no secrets and requires no API keys.Notes for reviewers
The skills are generated from the same documentation source that powers Gipity's hosted agent and docs site (single source of truth), and the repo doubles as the plugin's Claude Code marketplace - it's the canonical distribution point. Session-capture hooks explicitly no-op under Grok (guarded on
GROK_HOOK_EVENT); only file-sync hooks are active. ThegipityCLI on the machine is installed by the user (npm install -g gipity), not by this plugin.