Skip to content

Mozilla-Ocho/claude-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

claude-automation

This repo contains scripts and configuration files for AI-assisted development of a Next.js app. These items were extracted from the Carmen project.

One-time setup

Ensure tools are installed and configured:

brew install jq
npm install -g linearis@latest
echo -n "Enter the Linear API token: "
read -s LINEAR_API_TOKEN
echo "LINEAR_API_TOKEN=${LINEAR_API_TOKEN}" >> ~/.zshrc

Copy files

You can copy these files as is into your project's repo.

Items for CLAUDE.md

In your project's CLAUDE.md file, either include CLAUDE-AUTOMATION.md with @CLAUDE-AUTOMATION.md or paste its contents directly into CLAUDE.md.

About

AI-assisted software development using claude clode and a Next.js app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages