fix: remove stray quote in img attribute and fix ToC table column count

The img tag on line 2 had an orphaned double-quote between the width
attribute and the alt attribute, making the HTML invalid. Also fixed
the Table of Contents Markdown table whose header declared 4 columns
while the first data row contained 5 cells.

Signed-off-by: Cocoon-Break <86288566+lingxiu58@users.noreply.github.com>
This commit is contained in:
领秀58 2026-04-24 15:18:49 +08:00
parent 293a9bbbe0
commit 8fdfe4e83f

View file

@ -1,6 +1,6 @@
<a href="https://github.com/VoltAgent/voltagent">
<img width="1500" " alt="claude-skills" src="https://github.com/user-attachments/assets/0db54cfc-f3dd-4683-abbb-e4c01d9dfb5d" />
<img width="1500" alt="claude-skills" src="https://github.com/user-attachments/assets/0db54cfc-f3dd-4683-abbb-e4c01d9dfb5d" />
</a>
@ -51,7 +51,7 @@ The most contributed Agent Skills repository, built and maintained together with
### Official Skills by
| | | | |
| | | | | |
|---|---|---|---|
| [Claude](#official-claude-skills) | [VoltAgent](#skills-by-voltagent) | [Angular](#skills-by-angular) | [Composio](#skills-by-composio-team) | [Supabase](#skills-by-supabase-team) |
| [Google Gemini](#skills-by-google-gemini) | [Stripe](#skills-by-stripe-team) | [Courier](#skills-by-courier) | [CallStack](#skills-by-callstack) |