@daochild/agents-config
v1.0.2
Published
Instructions for agentic coding pipelines.
Maintainers
Readme
AGENTS CONFIG
This repository contains configuration and tooling for the Opencode and Claude Code AI agents. It defines the project layout, skills, agents, commands and plugins used to orchestrate AI‑powered development workflows.
The package is intended for production‑grade automation: version control, CI/CD, and collaboration across development teams. Extend the configuration as needed for your ecosystem.
Installation
NodeJs stack. Select your package manager:
# Using npm
npm install @daochild/agents-config# Using yarn
yarn install @daochild/agents-config# Using pnpm
pnpm install @daochild/agents-config# Using bun
bun add @daochild/agents-configThe package exposes a set of configuration files and scripts that can be consumed by the Opencode and Claude Code tooling.
License
MIT
