Engineering Health logo

Engineering Health

OrganizationPopular
RefoundAI
engineering-health

Help users build a sustainable engineering culture by measuring health through frameworks like Core 4, managing technical debt as leverage, and optimizing workflows with AI tools.

Overview

PublisherRefoundAI
Repositorylenny-skills
Skill nameengineering-health
Stars
1.3K
Forks
170
Bundled files
2
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 2 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by RefoundAI on GitHub. Read the source before you install it.

Installation

Install the Engineering Health AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/RefoundAI/lenny-skills.git /tmp/lenny-skills
mkdir -p .claude/skills
cp -r /tmp/lenny-skills/skills/engineering-health .claude/skills/engineering-health
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Engineering Health in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Engineering Health on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Engineering Health is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Engineering Health and Productivity

Maintain high shipping velocity by balancing technical excellence with strategic developer investments.

Help the user with engineering health and productivity using insights from 18 guests and posts across Lenny's Podcast and Newsletter.

How to Help

  1. Baseline health - Use the Core 4 or DORA frameworks to establish a quantitative and qualitative starting point for team performance.
  2. Optimize workflows - Identify bottlenecks in the path from code completion to production deployment to unlock hidden velocity.
  3. Manage technical debt - Frame technical investments as business ROI to secure buy-in for non-feature work.
  4. Leverage AI tools - Integrate AI into the development lifecycle to shift engineer focus from syntax to architecture.

Core Principles

Evaluate AI by Value over Volume

Chip Huyen: "It's really hard to measure productivity. So, I do ask people to ask their managers, "Would you rather give everyone on the team very expensive coding agent subscriptions or you get an extra head count?" Almost every one, the managers will say head count."

Compare the cost and output of AI tools against the value of additional headcount rather than just looking at raw productivity gains.

Shift Focus to Architecture

Inbal S: "The user of the AI tools to develop software needs to form a different thinking. You need to start figuring out how are you using these AI tools to help you be successful. And it's no longer just the actual code writing, it's really evolving your thinking to the big picture, to the connected experience, to connected systems."

Use AI to handle manual syntax so engineers can spend more time on high level system design and product understanding.

Modernize Internal Tooling for AI

Mike Krieger: "We really rapidly became bottlenecked on other things like our merge queue. We had to completely re-architect it because so much more code was being written and so many more pull requests were being submitted. Over half of our pull requests are Claude Code generated."

Internal tools like merge queues must be re-architected to handle the massive increase in pull request volume generated by AI coding.

Measure Multi-Dimensional Productivity

Nicole Forsgren: "So productivity, I think, is basically how much we can get done and how much we can do over time. And I think that's why it's so important to have this holistic measure because we can't just brute force it, right. And so that's why when my team and a bunch of my peers study productivity, we include this community effect because software is a team sport."

Avoid raw output metrics: instead, use a balanced view that includes team dynamics, sustainability, and workflow friction.

Automate the Quality Gate

Sherwin Wu V2: "100% of our PRs are reviewed by Codex daily as well. So basically any code that goes into production that's merged in, Codex kind of has its eyes on and suggests improvements, suggests changes in the PRs."

As code volume increases, implement AI powered automated reviews to maintain quality without creating a manual bottleneck.

Benchmark AI Progress

Dhanji R. Prasanna: "We find engineering teams that are very, very AI forward are reporting about eight to 10 hours save per week. Whenever I hear a stat like this, I think an important element is this is the worst it will ever be. This is now the baseline."

Track weekly hours saved by AI forward teams to establish a performance baseline that will evolve as the technology matures.

Incentivize Code Deletion

Farhan Thawar: "We have a Delete Code Club. We can always almost find a million-plus lines of code to delete, which is insane."

Aggressively remove obsolete code to prevent system complexity from slowing down development velocity.

Treat Tech Debt as Leverage

Gaurav Misra: "I actually think as a startup your job is to take on technical debt because that is how you operate faster than a bigger company. Bigger companies don't take contact technical debt, they pay it usually right away, or they're paying back technical debt from the days when they were a startup."

Deliberately choose to incur technical debt when it provides a significant advantage in shipping speed for new marketable value.

Optimize the Final Mile

From "Increasing team velocity": "Talk to your engineers about opportunities to speed up their review, approval, and deployment process."

Focus on the technical workflow between code complete and deployed to unlock the most significant gains in shipping speed.

Templates & Frameworks

  • Core 4 Framework (Introducing Core 4: The best way to measure and improve your product velocity) - A unified developer productivity framework with four dimensions designed to hold each other in tension, providing a balanced view of team performance. Co-author
  • DORA Metrics (The Four Keys) (Nicole Forsgren) - Four metrics to measure software delivery performance, split into speed and stability.
  • ROI Framing for Engineering Efficiency Investments (Introducing Core 4: The best way to measure and improve your product velocity) - Two complementary frames for presenting the business case for developer experience improvements to leadership.
  • Core 4 Baseline Survey Template (Introducing Core 4: The best way to measure and improve your product velocity) - A plug-and-play survey template to send to engineering teams to collect baseline measurements across all four Core 4 dimensions. Responses must be anonymous.
  • Unsexy Investment Justification Playbook (Casey Winters) - Tactics to get buy-in for tech debt, performance, and UX improvements.
  • Polishing Season (Annual Quality Ritual) (How Linear builds product) - An annual end-of-year ritual where Linear dedicates concentrated time to fixing bugs, paper cuts, and quality issues submitted by users.
  • SPACE Framework (Nicole Forsgren) - A framework for measuring complex creative work across five dimensions to ensure balanced metrics.
  • Crying Octopus Button (Paper Cuts) (David Singleton) - An internal tool embedded in developer environments to instantly report friction.
  • Quarterly Grease Week (How Duolingo builds product) - A dedicated quarterly week where a product team exclusively works on clearing bugs and technical debt
  • Technical Debt Runway (Gaurav Misra) - A mental model that treats technical debt like financial leverage, using an 'interest rate' to determine when debt becomes fatal to a startup.

See references/artifacts.md for the full list with details.

Questions to Help Users

  • "What percentage of your engineering capacity is currently spent on maintenance versus new features?"
  • "How long does it typically take for a piece of code to go from completed to deployed in production?"
  • "Have you surveyed your developers to identify the biggest friction points in their daily workflow?"
  • "Do you have a clear framework for how you decide to pay down technical debt versus building new features?"
  • "How are you currently measuring the impact and adoption of AI tools within your engineering organization?"
  • "What are the three biggest paper cuts or UX annoyances currently slowing down your product quality?"

Common Mistakes to Flag

  • Measuring raw output over impact - Focusing on lines of code or number of PRs ignores code quality and can lead to burnout and system fragility.
  • Treating all debt as a negative - Avoiding all technical debt can prevent a startup from moving fast enough to find product market fit.
  • Relying solely on automated metrics - Quantitative data identifies a problem exists but qualitative developer feedback is needed to diagnose specific friction points.
  • Under investing in testing as a safety net - Without robust unit testing, engineers lose the confidence to refactor code or move quickly without breaking things.

Deep Dive

For all 21 sourced insights from 18 guests, see references/guest-insights.md

Related Skills

  • Writing Prds
  • Shipping Velocity
  • Ai Assisted Prototyping
  • Building With Ai Agents

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the Engineering Health AI skill do?

Help users build a sustainable engineering culture by measuring health through frameworks like Core 4, managing technical debt as leverage, and optimizing workflows with AI tools.

Why use Engineering Health on TypingMind?

Because you install it once and use it with any model. Engineering Health is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Engineering Health in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/RefoundAI/lenny-skills/tree/main/skills/engineering-health. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use Engineering Health?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Engineering Health?

As many as you like. As long as a model supports skills, you can use Engineering Health with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Engineering Health AI skill free?

Yes. It is published on GitHub by RefoundAI under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇