Skip to content

Commit f83e342

Browse files
committed
fix: add badge links to tools table, header, and scaffold prerequisites
Made-with: Cursor
1 parent 82baa9c commit f83e342

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

README.md

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
<a href="LICENSE"><img src="https://img.shields.io/badge/license-CC--BY--NC--ND--4.0-green" alt="License: CC BY-NC-ND 4.0" /></a>
1414
<a href="https://github.com/TMHSDigital/Developer-Tools-Directory/stargazers"><img src="https://img.shields.io/github/stars/TMHSDigital/Developer-Tools-Directory?style=flat" alt="GitHub stars" /></a>
1515
<a href="https://github.com/TMHSDigital/Developer-Tools-Directory/actions/workflows/validate.yml"><img src="https://github.com/TMHSDigital/Developer-Tools-Directory/actions/workflows/validate.yml/badge.svg" alt="Validate" /></a>
16+
<a href="https://github.com/TMHSDigital/Developer-Tools-Directory/actions/workflows/pages.yml"><img src="https://github.com/TMHSDigital/Developer-Tools-Directory/actions/workflows/pages.yml/badge.svg" alt="Pages" /></a>
17+
<a href="https://github.com/TMHSDigital/Developer-Tools-Directory/actions/workflows/codeql.yml"><img src="https://github.com/TMHSDigital/Developer-Tools-Directory/actions/workflows/codeql.yml/badge.svg" alt="CodeQL" /></a>
18+
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/python-3.12+-3776ab?logo=python&logoColor=white" alt="Python 3.12+" /></a>
1619
<a href="CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen" alt="PRs Welcome" /></a>
1720
</p>
1821

@@ -45,15 +48,15 @@ flowchart LR
4548

4649
| Tool | Type | Skills | Rules | MCP&nbsp;Tools | Links |
4750
|:-----|:-----|-------:|------:|------:|:------|
48-
| **CFX Developer Tools** | Plugin | 9 | 6 | 6 | [Repo](https://github.com/TMHSDigital/CFX-Developer-Tools) &bull; [Docs](https://tmhsdigital.github.io/CFX-Developer-Tools/) |
49-
| **Unity Developer Tools** | Plugin | 18 | 8 | 4 | [Repo](https://github.com/TMHSDigital/Unity-Developer-Tools) |
50-
| **Docker Developer Tools** | Plugin | 17 | 10 | 150 | [Repo](https://github.com/TMHSDigital/Docker-Developer-Tools) &bull; [Docs](https://tmhsdigital.github.io/Docker-Developer-Tools/) |
51-
| **Home Lab Developer Tools** | Plugin | 22 | 11 | 50 | [Repo](https://github.com/TMHSDigital/Home-Lab-Developer-Tools) &bull; [Docs](https://tmhsdigital.github.io/Home-Lab-Developer-Tools/) |
52-
| **Mobile App Developer Tools** | Plugin | 43 | 12 | 36 | [Repo](https://github.com/TMHSDigital/Mobile-App-Developer-Tools) |
53-
| **Plaid Developer Tools** | Plugin | 17 | 7 | 30 | [Repo](https://github.com/TMHSDigital/Plaid-Developer-Tools) |
54-
| **Monday Cursor Plugin** | Plugin | 21 | 8 | 45 | [Repo](https://github.com/TMHSDigital/Monday-Cursor-Plugin) &bull; [Docs](https://tmhsdigital.github.io/Monday-Cursor-Plugin/) |
55-
| **Steam Cursor Plugin** | Plugin | 30 | 9 | 25 | [Repo](https://github.com/TMHSDigital/Steam-Cursor-Plugin) &bull; [Docs](https://tmhsdigital.github.io/Steam-Cursor-Plugin/) |
56-
| **Steam MCP Server** | MCP Server | -- | -- | 25 | [Repo](https://github.com/TMHSDigital/steam-mcp) &bull; [npm](https://www.npmjs.com/package/@tmhs/steam-mcp) |
51+
| **CFX Developer Tools** | Plugin | 9 | 6 | 6 | [![Repo](https://img.shields.io/badge/repo-blue?logo=github)](https://github.com/TMHSDigital/CFX-Developer-Tools) [![Docs](https://img.shields.io/badge/docs-7c3aed)](https://tmhsdigital.github.io/CFX-Developer-Tools/) |
52+
| **Unity Developer Tools** | Plugin | 18 | 8 | 4 | [![Repo](https://img.shields.io/badge/repo-blue?logo=github)](https://github.com/TMHSDigital/Unity-Developer-Tools) |
53+
| **Docker Developer Tools** | Plugin | 17 | 10 | 150 | [![Repo](https://img.shields.io/badge/repo-blue?logo=github)](https://github.com/TMHSDigital/Docker-Developer-Tools) [![Docs](https://img.shields.io/badge/docs-7c3aed)](https://tmhsdigital.github.io/Docker-Developer-Tools/) |
54+
| **Home Lab Developer Tools** | Plugin | 22 | 11 | 50 | [![Repo](https://img.shields.io/badge/repo-blue?logo=github)](https://github.com/TMHSDigital/Home-Lab-Developer-Tools) [![Docs](https://img.shields.io/badge/docs-7c3aed)](https://tmhsdigital.github.io/Home-Lab-Developer-Tools/) |
55+
| **Mobile App Developer Tools** | Plugin | 43 | 12 | 36 | [![Repo](https://img.shields.io/badge/repo-blue?logo=github)](https://github.com/TMHSDigital/Mobile-App-Developer-Tools) |
56+
| **Plaid Developer Tools** | Plugin | 17 | 7 | 30 | [![Repo](https://img.shields.io/badge/repo-blue?logo=github)](https://github.com/TMHSDigital/Plaid-Developer-Tools) |
57+
| **Monday Cursor Plugin** | Plugin | 21 | 8 | 45 | [![Repo](https://img.shields.io/badge/repo-blue?logo=github)](https://github.com/TMHSDigital/Monday-Cursor-Plugin) [![Docs](https://img.shields.io/badge/docs-7c3aed)](https://tmhsdigital.github.io/Monday-Cursor-Plugin/) |
58+
| **Steam Cursor Plugin** | Plugin | 30 | 9 | 25 | [![Repo](https://img.shields.io/badge/repo-blue?logo=github)](https://github.com/TMHSDigital/Steam-Cursor-Plugin) [![Docs](https://img.shields.io/badge/docs-7c3aed)](https://tmhsdigital.github.io/Steam-Cursor-Plugin/) |
59+
| **Steam MCP Server** | MCP Server | -- | -- | 25 | [![Repo](https://img.shields.io/badge/repo-blue?logo=github)](https://github.com/TMHSDigital/steam-mcp) [![npm](https://img.shields.io/badge/npm-cb3837?logo=npm&logoColor=white)](https://www.npmjs.com/package/@tmhs/steam-mcp) |
5760

5861
<details>
5962
<summary>Tool descriptions</summary>
@@ -106,7 +109,13 @@ Documented conventions for building new developer tools. All docs in [`standards
106109

107110
Generate a fully standards-compliant repository from the command line.
108111

109-
**Prerequisites:** `pip install Jinja2`
112+
**Prerequisites:**
113+
114+
<a href="https://www.python.org/"><img src="https://img.shields.io/badge/python-3.12+-3776ab?logo=python&logoColor=white" alt="Python 3.12+" /></a> <a href="https://pypi.org/project/Jinja2/"><img src="https://img.shields.io/badge/Jinja2-3.1+-b41717?logo=jinja&logoColor=white" alt="Jinja2 3.1+" /></a>
115+
116+
```bash
117+
pip install Jinja2
118+
```
110119

111120
```bash
112121
python scaffold/create-tool.py \

0 commit comments

Comments
 (0)