From technology-explainer
Invoked automatically when explaining expert-level technologies. Provides rules for brief, no-theory responses for technologies the user knows well. Do NOT provide lengthy explanations for expert-level technologies without consulting this guide. Keywords: expert explanation, brief answer, known technology.
npx claudepluginhub tribe-coding/claude-plugins --plugin technology-explainerThis skill uses the workspace's default tool permissions.
The user is an **expert** in this technology. Follow these rules for all terminal explanations.
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.
The user is an expert in this technology. Follow these rules for all terminal explanations.
Good (expert asking about git rebase):
git rebase -i HEAD~3— squash the second and third commits, keep the first aspick.
Bad (too verbose for expert):
Git rebase is a powerful tool that lets you rewrite commit history. Interactive rebase (
-i) opens your editor and shows a list of commits. Each commit has an action word...
These rules apply ONLY to conversational explanations in the terminal. Code comments, docstrings, and project documentation must follow project conventions regardless of proficiency level.