From b3b1d8d1fd767e7b189020e3c9a15a617f6fc6b3 Mon Sep 17 00:00:00 2001 From: Matt Pocock Date: Wed, 1 Jul 2026 16:25:26 +0100 Subject: [PATCH] chore: add implement skill to public plugin set Co-Authored-By: Claude Opus 4.8 (1M context) --- .claude-plugin/plugin.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 9c26f64..2301573 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -10,6 +10,7 @@ "./skills/engineering/tdd", "./skills/engineering/to-issues", "./skills/engineering/to-prd", + "./skills/engineering/implement", "./skills/engineering/prototype", "./skills/engineering/domain-modeling", "./skills/engineering/codebase-design",