feat: Add generator skills category + create-agent-tui skill#2
Open
jonisjongithub wants to merge 1 commit into
Open
feat: Add generator skills category + create-agent-tui skill#2jonisjongithub wants to merge 1 commit into
jonisjongithub wants to merge 1 commit into
Conversation
This PR expands the Venice skills repo to include two types of skills: 1. **API Documentation Skills** (existing, venice-*) - Teach agents how to use specific Venice API endpoints - Follow the strict endpoint/curl/errors template 2. **Generator / Scaffolding Skills** (new, create-*) - Help agents create new projects using Venice AI - Include sample code, references, and interactive checklists Changes: - README.md: Split skill catalog into two sections - CONTRIBUTING.md: Add guidelines for both skill types - Add create-agent-tui skill (like create-react-app for terminal agents) The create-agent-tui skill scaffolds complete agent TUI projects in TypeScript with Venice-specific features: web search, X search, model aliases, DIEM tracking, and 30+ model support.
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
This PR expands the Venice skills repo to support two types of skills:
1. API Documentation Skills (existing,
venice-*)venice-chat,venice-embeddings,venice-audio-speech2. Generator / Scaffolding Skills (new,
create-*)Changes
README.md
CONTRIBUTING.md
New Skill:
create-agent-tuiA skill for AI coding agents (Claude Code, Cursor, Codex) that scaffolds complete agent TUI projects targeting Venice AI.
Like
create-react-appbut for terminal agents.Inspired by OpenRouter's create-agent-tui skill, but built specifically for Venice with additional features:
Venice-Specific Features
--web-search auto|on|off)opus,sonnet,grok,deepseek,llama, etc.)TUI Features
Structure
Testing
npx tsc --noEmit)Quick Start
cd skills/create-agent-tui/sample npm install VENICE_API_KEY=vn_xxx npm start -- --model grok --banner venice