Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -225,5 +225,8 @@ tasks/

# Claude Code integration generated files
integrations/claude-code/converter/generated/
integrations/antigravity/converter/generated/
.agents/
.antigravitycli/
.cursorrules
bun.lock
2 changes: 2 additions & 0 deletions .opencode/agent/content/copywriter.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ name: OpenCopywriter
description: "Expert in persuasive writing, marketing copy, and brand messaging"
mode: primary
temperature: 0.3
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir
---

# Copywriter
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/content/technical-writer.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ name: OpenTechnicalWriter
description: "Expert in documentation, API docs, and technical communication"
mode: primary
temperature: 0.2
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir
---

# Technical Writer
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/core/openagent.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ permission:
"**/*.secret": "deny"
"node_modules/**": "deny"
".git/**": "deny"
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir, run_command, replace_file_content
---
Always use ContextScout for discovery of new tasks or context files.
ContextScout is exempt from the approval gate rule. ContextScout is your secret weapon for quality, use it where possible.
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/core/opencoder.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ permission:
"**/__pycache__/**": "deny"
"**/*.pyc": "deny"
".git/**": "deny"
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir, run_command, replace_file_content
---

# Development Agent
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/data/data-analyst.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: OpenDataAnalyst
description: "Expert in data analysis, visualization, and statistical insights"
mode: primary
temperature: 0.1
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir
---

# Data Analyst
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/eval-runner.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ version: 1.0.0
author: opencode
mode: subagent
temperature: 0.2
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir
---

# Eval Runner - Test Harness
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/meta/repo-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ permission:
"**/*.secret": "deny"
"node_modules/**": "deny"
".git/**": "deny"
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir, run_command, replace_file_content
---

<!-- ═══════════════════════════════════════════════════════════════════════════ -->
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/meta/system-builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ name: OpenSystemBuilder
description: "Main orchestrator for building complete context-aware AI systems from user requirements"
mode: primary
temperature: 0.2
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir
---

# System Builder Orchestrator
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/subagents/code/build-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ permission:
task:
contextscout: "allow"
"*": "deny"
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir, run_command, replace_file_content, write_to_file
---

# BuildAgent
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/subagents/code/coder-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ permission:
contextscout: "allow"
externalscout: "allow"
TestEngineer: "allow"
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir, replace_file_content
---

# CoderAgent
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/subagents/code/reviewer.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ permission:
"**/*": "deny"
task:
contextscout: "allow"
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir, replace_file_content, write_to_file
---

# CodeReviewer
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/subagents/code/test-engineer.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ permission:
task:
contextscout: "allow"
externalscout: "allow"
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir, run_command, replace_file_content
---

# TestEngineer
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/subagents/core/batch-executor.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ permission:
externalscout: "allow"
coderagent: "allow"
OpenFrontendSpecialist: "allow"
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir, replace_file_content
---

# BatchExecutor
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/subagents/core/context-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ permission:
task:
"*": "deny"
"contextscout": "allow"
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir, run_command, replace_file_content, write_to_file
---

# ContextManager
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/subagents/core/context-retriever.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ permission:
"**/*": "deny"
write:
"**/*": "deny"
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir, replace_file_content, write_to_file
---

# Context Retriever Agent
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/subagents/core/contextscout.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ permission:
task:
"*": "deny"

model: gemini-3.1-pro
tools: read_file, grep_search, list_dir
---

# ContextScout
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/subagents/core/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ permission:
task:
contextscout: "allow"
"*": "deny"
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir, replace_file_content
---

# DocWriter
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/subagents/core/externalscout.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ permission:
"*context7*": "allow"
task:
"*": "deny"
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir
---


Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/subagents/core/stage-orchestrator.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ permission:
taskmanager: "allow"
batchexecutor: "allow"
coderagent: "allow"
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir, replace_file_content
---

# StageOrchestrator
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/subagents/core/task-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ permission:
skill:
"*": "deny"
"task-management": "allow"
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir, replace_file_content
---

<context>
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/subagents/development/devops-specialist.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ permission:
"**/*.env*": "deny"
"**/*.key": "deny"
"**/*.secret": "deny"
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir, replace_file_content
---

# DevOps Specialist Subagent
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/subagents/development/frontend-specialist.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ permission:
"**/*.env*": "deny"
"**/*.key": "deny"
"**/*.secret": "deny"
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir, replace_file_content, write_to_file
---

# Frontend Design Subagent
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/subagents/planning/adr-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ permission:
task:
contextscout: "allow"
"*": "deny"
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir, replace_file_content
---

# ADRManager
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/subagents/planning/architecture-analyzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ permission:
"*": "deny"
skill:
"*": "deny"
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir, replace_file_content
---

# ArchitectureAnalyzer
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/subagents/planning/contract-manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ permission:
"*": "deny"
skill:
"*": "deny"
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir, replace_file_content
---

<context>
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/subagents/planning/prioritization-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ permission:
task:
contextscout: "allow"
"*": "deny"
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir, replace_file_content
---

# Prioritization Engine
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/subagents/planning/story-mapper.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ permission:
"*": "deny"
skill:
"*": "deny"
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir, replace_file_content
---

# StoryMapper
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/subagents/system-builder/agent-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ name: AgentGenerator
description: "Generates XML-optimized agent files (orchestrator and subagents) following research-backed patterns"
mode: subagent
temperature: 0.1
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir
---

# Agent Generator
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/subagents/system-builder/command-creator.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ name: CommandCreator
description: "Creates custom slash commands that route to appropriate agents with clear syntax and examples"
mode: subagent
temperature: 0.1
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir
---

# Command Creator
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/subagents/system-builder/context-organizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ permission:
"**/*.env*": "deny"
"**/*.key": "deny"
"**/*.secret": "deny"
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir, replace_file_content
---

# Context Organizer
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/subagents/system-builder/domain-analyzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ name: DomainAnalyzer
description: "Analyzes user domains to identify core concepts, recommended agents, and context structure"
mode: subagent
temperature: 0.1
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir
---

# Domain Analyzer
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/subagents/system-builder/workflow-designer.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ permission:
"**/*.env*": "deny"
"**/*.key": "deny"
"**/*.secret": "deny"
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir, replace_file_content
---

# Workflow Designer
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/subagents/test/simple-responder.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ name: Simple Responder
description: "Test agent that responds with 'AWESOME TESTING' - for eval framework testing"
mode: subagent
temperature: 0.0
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir
---

# Simple Responder - Test Agent
Expand Down
2 changes: 2 additions & 0 deletions .opencode/agent/subagents/utils/image-specialist.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ name: Image Specialist
description: "Specialized agent for image editing and analysis using Gemini AI tools"
mode: subagent
temperature: 0.2
model: gemini-3.1-pro
tools: read_file, grep_search, list_dir
---

You are an image processing specialist powered by Gemini AI's Nano Banana model. Your capabilities include:
Expand Down
1 change: 1 addition & 0 deletions .opencode/command/add-context.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
name: add-context
description: Interactive wizard to add project patterns using Project Intelligence standard
tags: [context, onboarding, project-intelligence, wizard]
dependencies:
Expand Down
1 change: 1 addition & 0 deletions .opencode/command/build-context-system.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
name: build-context-system
description: "Interactive system builder that creates complete context-aware AI architectures tailored to user domains"
---

Expand Down
1 change: 1 addition & 0 deletions .opencode/command/clean.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
name: clean
description: Clean the codebase or current working task in focus via Prettier, Import Sorter, ESLint, and TypeScript Compiler
---

Expand Down
1 change: 1 addition & 0 deletions .opencode/command/commit-openagents.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
name: commit-openagents
description: Smart commit command for opencode-agents repository with automatic validation and conventional commits
---

Expand Down
1 change: 1 addition & 0 deletions .opencode/command/commit.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
name: commit
description: Create well-formatted commits with conventional commit messages and emoji
---

Expand Down
1 change: 1 addition & 0 deletions .opencode/command/context.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
name: context
description: Context system manager - harvest summaries, extract knowledge, organize context
tags:
- context
Expand Down
1 change: 1 addition & 0 deletions .opencode/command/openagents/check-context-deps.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
name: check-context-deps
description: Validate context file dependencies across agents and registry
tags:
- registry
Expand Down
5 changes: 5 additions & 0 deletions .opencode/command/openagents/new-agents/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
name: README
description: OAC command converted to Antigravity skill
---

# New Agent Creation System

**Research-backed agent creation following Anthropic 2025 best practices**
Expand Down
1 change: 1 addition & 0 deletions .opencode/command/openagents/new-agents/create-agent.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
name: create-agent
description: "Create new OpenCode agents following research-backed best practices (Anthropic 2025)"
---

Expand Down
1 change: 1 addition & 0 deletions .opencode/command/openagents/new-agents/create-tests.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
name: create-tests
description: "Generate comprehensive test suites for OpenCode agents with 8 essential test types"
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
name: agent-template
description: "{one-line purpose of this agent}"
mode: primary
temperature: 0.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
name: context-template
description: OAC command converted to Antigravity skill
---

# {Agent Name} Context

## Key Commands
Expand Down
1 change: 1 addition & 0 deletions .opencode/command/optimize.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
name: optimize
description: Analyze and optimize code for performance, security, and potential issues
---

Expand Down
Loading
Loading