From thinking-frameworks-skills
Checks substacker corpus readiness for Curator runs via gates on days since last review, new published posts, and cold-start post count. Reports go/no-go JSON with failed gate.
npx claudepluginhub lyndonkl/claude --plugin thinking-frameworks-skillsThis skill uses the workspace's default tool permissions.
- Minimum 28 days since last Curator review (`ops/curator/YYYY-MM-DD-review.md`).
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
ops/curator/YYYY-MM-DD-review.md).section-map.md empty requires ≥10 posts in corpus/published/**.{
"ready": bool,
"gate_failed": str or None, # which gate, if any
"days_elapsed": int,
"new_posts": int,
"total_posts": int,
"rationale": str
}
{ready: true, gate_failed: None, ...}.{ready: false, gate_failed: "28-day-floor", days_elapsed: 18, ...}. Skip this run.{ready: false, gate_failed: "cold-start-10-post-floor", ...}. Abort.ready: false with a too-recent warning in the output, but doesn't block. Writer decides.