Engineer By Example
Description
Best Engineering Profiles for Claude Code 2026 – Stack-Specific Workflows & Automation by otherCode
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
AI Profile Manager – Intelligent Stack-Specific Engineering Profiles for Claude, ChatGPT & GPT Assistants
[](https://culturedveil.github.io/engineer-by-example/)
**Version 2.4.1** | **MIT Licensed** | **Released 2026 Edition**
The Problem We Solve: Every Assistant Starts as a Stranger
When you summon Claude, ChatGPT, or any AI assistant to help with a Ruby on Rails backend, then pivot to a React frontend, then debug a Kubernetes deployment—you expect the assistant to *know* the context. But out of the box, these models don't. They need profiles: engineered context packages that tell the AI who you are, what stack you use, and how you work.
**AI Profile Manager** is that missing bridge. It turns raw language models into **stack-specific engineering partners** that understand your conventions, workflows, and automation preferences from the first message.
What Makes This Different from Other Tools
Traditional "system prompts" are static text blocks. They break. They're forgotten. They don't adapt.
This system treats profiles as **living configuration files**—version-controlled, modular, and hot-swappable. Think of it as a **`.env` file for your AI's brain**. When you switch from Python data pipelines to Golang microservices, your AI's personality, syntax preferences, and toolchain knowledge switch with you.
graph TD
A[Developer] --> B[AI Profile Manager]
B --> C{Profile Selector}
C --> D[Python Data Stack Profile]
C --> E[Golang Backend Profile]
C --> F[React/TypeScript Profile]
C --> G[SRE/DevOps Profile]
D --> H[Claude API]
E --> H
F --> H
G --> H
H --> I[Stack-Aware Responses]
I --> J[% Faster Onboarding]
J --> K[80% Fewer Clarification Rounds]
How It Works: The Three-Layer Architecture
1. The Profile Engine
Your profiles live as YAML or JSON files in a `profil
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11