From subcog
Searches past session memories for decisions, patterns, and learnings using vector, text, or hybrid modes to inform current coding tasks.
npx claudepluginhub zircote/subcogThis skill uses the workspace's default tool permissions.
Search and surface relevant memories to inform current work with decisions, patterns, and learnings from past sessions.
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.
Search and surface relevant memories to inform current work with decisions, patterns, and learnings from past sessions.
| Search Mode | Best For | Example |
|---|---|---|
hybrid (default) | General queries, balanced results | "database storage decision" |
vector | Conceptual similarity, fuzzy matching | "how to handle errors gracefully" |
text | Exact terms, specific keywords | "PostgreSQL" |
Search Quality Guidelines:
vector mode for conceptual searchestext mode when you know exact termshybrid mode (default) works best for most queries
Finding patterns for a domain:
Mode: vector (conceptual similarity)
Namespace: patterns
Example: "how to handle API errors gracefully"
Debugging help (gotchas):
Mode: hybrid
Namespace: learnings
Example: "authentication token refresh issues"
Parameters:
query (required): Natural language search querymode (optional): "hybrid" (default), "vector", or "text"namespace (optional): Filter to specific namespacelimit (optional): Maximum results (default: 10, max: 50)format (optional): Output format for MIF (Memory Interchange Format)
json (default): Single-line JSON-LD for token efficiencydetail: Pretty-printed JSON-LD for human readabilitymd: Markdown with YAML frontmattercompact: Single-line JSON for streamingReturns:
@id: URN identifier (e.g., urn:mif:memory-id)@type: "Memory"content, namespace, tags, created, modifiedsubcog:score: Relevance score (0.0-1.0)