Add AINative Studio host + 5 domain skills#850
Open
urbantech wants to merge 2 commits intogarrytan:mainfrom
Open
Add AINative Studio host + 5 domain skills#850urbantech wants to merge 2 commits intogarrytan:mainfrom
urbantech wants to merge 2 commits intogarrytan:mainfrom
Conversation
added 2 commits
April 6, 2026 02:00
Host config (hosts/ainative.ts): - Extends Claude Code host with AINative-specific rules - Zero AI attribution in commits (coAuthorTrailer: '') - Alias 'cody' for AINative's CLI persona - Skips codex skill (not relevant for AINative stack) 5 new skills for gstack users: - ainative-zerodb: Persistent knowledge layer for AI agents (vectors, memory, files, tables, events, free embeddings, 76+ MCP tools) - ainative-zeromemory: Cognitive memory with working/episodic/semantic tiers, decay scoring, GraphRAG, and 6-tool MCP server - ainative-ax-test: Agentic Experience audit — 7-phase, 10-dimension scoring of how well a website supports AI agents - ainative-sdk-quickstart: 5-minute setup for React, Next.js, Vue, Svelte, Python, and TypeScript SDKs - ainative-mcp-builder: Build and publish MCP servers using AINative patterns (TypeScript + Python examples)
Use nullish coalescing (??) instead of logical OR (||) so that hosts with coAuthorTrailer: '' correctly get no trailer instead of falling back to the default Claude trailer. This is needed for AINative Studio which has a zero-tolerance policy for AI attribution in commits.
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
Adds AINative Studio as a gstack host with 5 domain-specific skills that give gstack users access to AI agent infrastructure.
Host Config:
hosts/ainative.tscoAuthorTrailer: '')codyfor AINative's agent persona5 New Skills
ainative-zerodbainative-zeromemoryainative-ax-testainative-sdk-quickstartainative-mcp-builderWhy This Matters
AINative provides the infrastructure layer that gstack users need for building production AI agents:
All skills include working code examples, API references, and MCP server configuration.
Links