feat(messages): add donation support to book titles in multiple languages

This commit is contained in:
Fatih Kadir Akın
2026-02-02 01:13:32 +03:00
parent 67d07ff5bc
commit 252d248abf
29 changed files with 3378 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
{
"skills": [
{
"name": "prompt-lookup",
"description": "Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.",
"files": ["SKILL.md"]
},
{
"name": "skill-lookup",
"description": "Activates when the user asks about Agent Skills, wants to find reusable AI capabilities, needs to install skills, or mentions skills for Claude. Use for discovering, retrieving, and installing skills.",
"files": ["SKILL.md"]
}
]
}