Skip to content

Add t3d to Plugins & Extensions#64

Open
coolsocket wants to merge 2 commits into
jmanhype:mainfrom
coolsocket:add-t3d
Open

Add t3d to Plugins & Extensions#64
coolsocket wants to merge 2 commits into
jmanhype:mainfrom
coolsocket:add-t3d

Conversation

@coolsocket

Copy link
Copy Markdown

Adds t3d — a small Claude Code plugin (5 hooks + 4 skills + project templates) that enforces DDD + TDD discipline at edit time.

Format follows existing table convention.

Verification:

/plugin marketplace add coolsocket/t3d
/plugin install t3d
/t3d-init

@qodo-code-review

Copy link
Copy Markdown

PR Summary by Qodo

Add t3d plugin to README Plugins & Extensions list
📝 Documentation 🕐 Less than 5 minutes

Grey Divider

Description

• Add t3d plugin entry to the Plugins & Extensions table.
• Document DDD+TDD enforcement and scaffolding capabilities in the listing.
High-Level Assessment

The current approach (adding a single table row following the established convention) is optimal. Considered alternatives like adding a separate subsection or reformatting the table, but that would be inconsistent with the existing curated list format for a single new entry.

Files changed (1) +1 / -0

Documentation (1) +1 / -0
README.mdAdd t3d entry to Plugins & Extensions table +1/-0

Add t3d entry to Plugins & Extensions table

• Adds a new row for the t3d plugin, linking to the repository and summarizing its DDD/TDD enforcement hooks and scaffolding skills. Keeps formatting consistent with the existing table.

README.md

@qodo-code-review

qodo-code-review Bot commented Jun 21, 2026

Copy link
Copy Markdown

Code Review by Qodo

🐞 Bugs (0) 📘 Rule violations (0) 📎 Requirement gaps (0) 🎨 UX issues (0) 🔗 Cross-repo conflicts (0) 📜 Skill insights (0)

Grey Divider


Remediation recommended

1. Plugin count metric stale ✓ Resolved 🐞 Bug ≡ Correctness
Description
README.md still reports "Plugins listed | 4" in the Status table, but the Plugins & Extensions table
now contains 5 entries after adding t3d. This makes the README’s top-level metrics
incorrect/misleading.
Code

README.md[33]

+| [t3d](https://github.com/coolsocket/t3d) | coolsocket | DDD + TDD harness; 5 hooks enforce Domain-layer purity and cross-context rules, 4 skills scaffold bounded contexts and audit drift. |
Evidence
The Status table explicitly states there are 4 plugins, while the Plugins & Extensions section
contains five rows including the newly added t3d entry.

README.md[7-13]
README.md[25-34]

Agent prompt
The issue below was found during a code review. Follow the provided context and guidance below and implement a solution

### Issue description
The README "Status" table hard-codes the number of plugins listed, but this PR adds an additional plugin row without updating that metric.

### Issue Context
After adding the `t3d` entry, there are now 5 items in the "Plugins & Extensions" table while the Status section still says 4.

### Fix Focus Areas
- README.md[7-13]
- README.md[25-34]

### Suggested fix
Update the Status table value from `Plugins listed | 4` to `Plugins listed | 5` (or remove the hard-coded count entirely to avoid future drift).

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


Grey Divider

Qodo Logo

Caught by Qodo code review on PR jmanhype#64 — the t3d row makes 5 entries
but the Status table still said 4.
@coolsocket

Copy link
Copy Markdown
Author

Thanks for the Qodo review — fixed in ff0aa0a: bumped Plugins listed from 4 to 5 in the Status table so it stays consistent with the table content.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant