Skip to content

Add AINative Studio host + 5 domain skills#850

Open
urbantech wants to merge 2 commits intogarrytan:mainfrom
urbantech:feature/ainative-host-and-skills
Open

Add AINative Studio host + 5 domain skills#850
urbantech wants to merge 2 commits intogarrytan:mainfrom
urbantech:feature/ainative-host-and-skills

Conversation

@urbantech
Copy link
Copy Markdown

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.ts

  • Extends Claude Code host with AINative-specific rules
  • Zero AI attribution in commits (coAuthorTrailer: '')
  • CLI alias cody for AINative's agent persona
  • Full learnings mode enabled

5 New Skills

Skill What It Does
ainative-zerodb Persistent knowledge layer — vectors, memory, files, tables, events, 76+ MCP tools, free embeddings
ainative-zeromemory Cognitive memory for agents — working/episodic/semantic tiers, decay scoring, GraphRAG, 6-tool MCP server
ainative-ax-test Agentic Experience audit — 7-phase, 10-dimension scoring of how well a site supports AI agents
ainative-sdk-quickstart 5-minute SDK setup for React, Next.js, Vue, Svelte, Python, TypeScript
ainative-mcp-builder Build and publish MCP servers using AINative patterns (TS + Python)

Why This Matters

AINative provides the infrastructure layer that gstack users need for building production AI agents:

  • ZeroDB gives agents persistent memory, vector search, and file storage
  • ZeroMemory adds cognitive memory that survives across sessions (100% Recall@1 on LongMemEval)
  • AX Test is a unique methodology for measuring agentic readiness (no one else has this)
  • MCP Builder helps gstack users create their own MCP servers

All skills include working code examples, API references, and MCP server configuration.

Links

AINative Admin 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.
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