skills/post_scaffold.json
{
"name": "post_scaffold",
"description": "Generate a standardized daily devlog markdown skeleton with explicit redaction and confidentiality boundaries.",
"input_schema": {
"type": "object",
"properties": {
"date": {
"type": "string",
"description": "YYYY-MM-DD format date for the post"
},
"title": {
"type": "string",
"description": "Post title"
}
},
"required": ["date", "title"]
}
}