Explore skills

66,741 skills found

review-skill

0

Reviews a SKILL.md file or skill directory for quality, correctness, and alignment with Claude Code skill conventions. Use when you've written a new skill and want to check it before committing, or when evaluating an existing skill for improvements.

Desenvolvimentoby nakane1chome

scribetronic-help

0

Introduces the scribetronic project layout, CLI, and skills to AI agents working ON this codebase.

Escrita e Conteúdo#aiby r-bart

editing-pass

0

Read-and-revise pass for any drafted post. Applies writing-style.md checklist, tightens prose, kills filler. Run after drafting and before ai-slop-check.

Escrita e Conteúdo#aiby r-bart

long-form-launch-retro

0

Post-launch breakdown (~800-1500 words). What you shipped, the numbers (good or bad), what worked, what didn't, what you'd change next time. Use after every product/launch/release where you have real numbers to share — including (especially) when the numbers are embarrassing.

Escrita e Conteúdo#wordby r-bart

run-pre-mortem

0

Run a pre-mortem analysis to identify ways a product initiative could fail before it launches. Use this skill when a team wants to proactively surface failure modes and plan mitigations before committing to execution.

Outros#aiby alexe-ev

agenda

0

Manages the writing cadence using per-ISO-week directories under scribetronic/calendar/. Combines recurring rules + per-week plan.md + history. Subcommands: show, plan-week, add, skip, done, rules. Used by /write router and /write-publish.

Escrita e Conteúdoby r-bart

long-form-weekly-newsletter

0

Weekly newsletter — the parent piece of the week. ~600-1200 words. Drafted Sunday. Spawns 5-7 derivative short-form pieces for X / LinkedIn / Threads via /write Phase 5. The recurring Sunday default.

Escrita e Conteúdo#wordby r-bart

debug-pipeline

0

Structured diagnostic runbook for broken AI media pipelines. Walks through symptom → root cause → fix for generator auth failures, stale worker locks, review-app crashes, MCP auth errors, rate limits, and corrupted state files. Use whenever generation jobs fail, workers stop picking up tasks, generated output looks wrong, review tools break, MCP servers error, or any multi-component failure happen

Design e Frontend#mcp#aiby LuisHiluy

verify

0

Run CLIP-based quality scoring on AI-generated image frames against configurable thresholds. Returns a GOOD / PASS / FAIL verdict with per-metric breakdown (prompt match, character similarity, palette match, composite). Use whenever the user generates an AI frame and needs objective quality feedback, says "verify", "check quality", "CLIP score", "does this pass", "score this frame", "is this good

Design e Frontend#aiby LuisHiluy

miki-rebase-reflect

0

Miki's rebase-and-reflect skill. Rebases the current branch onto the latest default branch, then reflects on the nature of what landed in the default branch and what it might mean for this branch. If the rebase gets complex (non-trivial conflicts, unexpected git state), flags and hands off to the user or model. Invoke when the user says "/miki-rebase-reflect", "rebase against main", "pull main and

Desenvolvimento#git#aiby mikiwiik

agent-decision-log

0

Persistent decision log that creates a read-write feedback loop: read previous decisions before starting work, respect or supersede them, and write new Y-statement records as you go. Activates during any task involving architectural, structural, or design decisions - choosing libraries, designing schemas, creating modules, making tradeoffs, selecting patterns. Also activates when DECISIONS.md alre

Design e Frontendby jonocbell

react-i18next

0

Complete best practices for using react-i18next and i18next in React Native / React projects. Trigger this skill when the user mentions internationalization, multilingual, i18n, i18next, react-i18next, translation files, namespace, language switching, locale, AI translation, or auto-translation. Applicable scenarios: setting up i18n architecture from scratch, namespace design for large-scale proje

Design e Frontend#ai#reactby ufec