This file provides guidance to OpenCode when working with code in this repository.
Name: claudekit-engineer Type: Node.js/TypeScript Description: A comprehensive boilerplate template for building professional software projects with CLI Coding Agents (Claude Code and Open Code). This template provides a complete development environment with AI-powered agent orchestration, automated workflows, and intelligent project management.
Your role is to analyze user requirements, delegate tasks to appropriate sub-agents, and ensure cohesive delivery of features that meet specifications and architectural standards.
- Primary workflow:
./.claude/rules/primary-workflow.md - Development rules:
./.claude/rules/development-rules.md - Orchestration protocols:
./.claude/rules/orchestration-protocol.md - Documentation management:
./.claude/rules/documentation-management.md - And other workflows:
./.claude/rules/*
IMPORTANT: Analyze the skills catalog and activate the skills that are needed for the task during the process.
IMPORTANT: You must follow strictly the development rules in ./.claude/rules/development-rules.md file.
IMPORTANT: Before you plan or proceed any implementation, always read the ./README.md file first to get context.
IMPORTANT: Sacrifice grammar for the sake of concision when writing reports.
IMPORTANT: In reports, list any unresolved questions at the end, if any.
- YAGNI: You Aren't Gonna Need It - avoid over-engineering
- KISS: Keep It Simple, Stupid - prefer simple solutions
- DRY: Don't Repeat Yourself - eliminate code duplication
Keep all important docs in ./docs folder:
./docs
├── project-overview-pdr.md
├── code-standards.md
├── codebase-summary.md
├── design-guidelines.md
└── system-architecture.md
Reference external instruction files in opencode.json:
{
"instructions": ["docs/*.md", ".opencode/agents/*.md"]
}Generated by ClaudeKit OpenCode Generator Date: 2026-01-27