docs(repo): add agent skills publishing format

This commit is contained in:
sherlock
2026-05-26 22:41:48 +05:30
parent b812c96c0a
commit 11151c5249
6 changed files with 778 additions and 7 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "no-ai-slop-writing-rules",
"owner": {
"name": "Rossmann Group",
"url": "https://github.com/realrossmanngroup"
},
"metadata": {
"description": "Portable no-AI-slop writing rules and Rossmann-style prose guidance for agentic writing workflows",
"version": "1.0.0",
"repository": "https://github.com/realrossmanngroup/no_ai_slop_writing_rules"
},
"plugins": [
{
"name": "no-ai-slop-writing-rules",
"description": "Writing skills for removing AI slop and writing in a precise Rossmann-style voice",
"source": "./",
"strict": false,
"skills": [
"./skills/no-ai-slop",
"./skills/rossmann-voice"
]
}
]
}