loop-engineering
New40GitHub TrendingGeneralby cobusgreyling
Practical reference and patterns for loop engineering, designing systems that prompt and orchestrate AI coding agents (inspired by Addy Osmani and Boris Cherny / Anthropic)
Install & Usage
1
Create the skills directory
mkdir -p .claude/skills2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/loop-engineering.md https://raw.githubusercontent.com/cobusgreyling/loop-engineering/main/SKILL.md3
Invoke in Claude Code
/loop-engineeringView source on GitHub
designagent
Frequently Asked Questions
What is loop-engineering?
Practical reference and patterns for loop engineering, designing systems that prompt and orchestrate AI coding agents (inspired by Addy Osmani and Boris Cherny / Anthropic)
How to install loop-engineering?
To install loop-engineering, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /loop-engineering.
What is loop-engineering best for?
loop-engineering is a community categorized under General. It is designed for: design, agent. Created by cobusgreyling.