From auto-claude-skills
Tiered context retrieval across External Truth (docs), Internal Truth (dependencies), Historical Truth (memory), and Intent Truth (feature specs) with graceful degradation based on installed tools.
npx claudepluginhub damianpapadopoulos/auto-claude-skillsThis skill uses the workspace's default tool permissions.
An infrastructure-level skill that provides tiered context retrieval for every SDLC phase. Reads your session's `Context Stack:` capabilities line to determine which tools are available, then follows strict fallback tiers.
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.
An infrastructure-level skill that provides tiered context retrieval for every SDLC phase. Reads your session's Context Stack: capabilities line to determine which tools are available, then follows strict fallback tiers.
Context Stack: line from your session start for capability flagsThese are injected by the session-start hook as: Context Stack: context7=true, context_hub_cli=false, ...
| Flag | Tool | What it enables |
|---|---|---|
context7 | Context7 MCP | Broad library doc retrieval |
context_hub_available | Context Hub via Context7 | High-trust curated docs — flag means Hub is reachable, not that it has docs for your library (query /andrewyng/context-hub) |
context_hub_cli | chub CLI | Local curated doc retrieval and annotations |
serena | Serena MCP | LSP-powered dependency mapping and AST edits |
forgetful_memory | Forgetful Memory | Persistent cross-session architectural knowledge |
openspec | OpenSpec CLI | Whether the openspec binary is available. See the separate OpenSpec: capability line for detailed surface/command info. Intent Truth retrieval does NOT require this flag — it checks artifact presence directly. |
Note: Intent Truth checks for artifact presence in the workspace (openspec/specs/, openspec/changes/, docs/plans/, docs/plans/archive/, docs/superpowers/specs/ [legacy]). The OpenSpec: capability line from session-start indicates CLI availability for write operations (used by openspec-ship), but Intent Truth retrieval works regardless of CLI installation — it reads local files.