Skill pack · Free

Engineering Workflow Pack

Plans before code, decisions on record, clean commits and answers grounded in official docs.

4 skills 2 repositories Apache-2.0, MIT All work with Claude Code

Who it’s for: Engineers who want an agent to work like a disciplined senior teammate.

These skills shape how an agent works rather than what it builds: planning in phases, checking official documentation instead of guessing, recording architecture decisions and keeping git history clean.

Skills in this pack

Create a detailed, phased implementation plan with documentation discovery. Use when asked to plan a feature, task, or multi-step implementation — especially before executing with do.

↑ GrowingActive Claude Code
94k GitHub stars Apache-2.0 Updated Sep 20, 2026 Free

Grounds every implementation decision in official documentation. Use when you want to verify an approach against the official docs before implementing it, or when you want authoritative, source-cited code free from outdated patterns. Use when building with any framework or library where correctness matters.

↑ GrowingActive Claude CodeCodexCursor+1
98k GitHub stars MIT Updated Sep 20, 2026 Free

Records decisions and documentation. Use when you need to document an architecture decision (ADR) or the reasoning behind a design choice, when changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase.

↑ GrowingActive Claude CodeCodexCursor+1
98k GitHub stars MIT Updated Sep 20, 2026 Free

Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, splitting uncommitted work in a messy working tree into clean atomic commits, opening or reviewing a pull request (PR), pushing to a remote, or when you need to organize work across multiple parallel streams. Use when cutting a release, choosing a semantic version bump, tagging, or writing a changelog.

↑ GrowingActive Claude CodeCodexCursor+1
98k GitHub stars MIT Updated Sep 20, 2026 Free

Install

Run these commands in your agent. Plugin marketplace commands work in Claude Code; the git clone commands copy a skill into Claude Code’s personal skills folder — adjust the path for other agents.

/plugin marketplace add thedotmack/claude-mem
/plugin marketplace add addyosmani/agent-skills

Review each skill’s source before installing. Every skill links to its repository above.

More packs

All packs →

Custom skills

Need this adapted to your team?

We can tailor these skills to your conventions and tools, or build the missing piece of your workflow as a new skill.

Frequently asked questions

What is in the Engineering Workflow Pack?
4 skills: make-plan (by thedotmack), source-driven-development (by addyosmani), documentation-and-adrs (by addyosmani), git-workflow-and-versioning (by addyosmani). They come from 2 repositories.
Is this pack free?
Yes. Every skill in it is free to install from its public GitHub repository. Licenses in this pack: Apache-2.0, MIT.
Do I have to install every skill?
No. Each skill works on its own; install the ones your project needs. Installing a plugin marketplace adds every skill in that repository.