From subcog
Captures decisions, learnings, patterns, context, tech debt, APIs, configs, security, performance, and testing notes as persistent memories across sessions via MCP tool or CLI.
npx claudepluginhub zircote/subcogThis skill uses the workspace's default tool permissions.
Capture decisions, learnings, patterns, and context as persistent memories that survive across 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.
Capture decisions, learnings, patterns, and context as persistent memories that survive across sessions.
| Namespace | Use When | Signal Words |
|---|---|---|
decisions | Making architectural or design choices | "decided", "chose", "going with" |
patterns | Establishing recurring practices | "always", "never", "when X do Y" |
learnings | Discovering something new | "TIL", "gotcha", "discovered" |
context | Recording background information | "because", "constraint", "requirement" |
tech-debt | Noting future work | "TODO", "FIXME", "temporary" |
apis | Documenting API contracts | "endpoint", "API", "schema" |
config | Recording configuration details | "config", "environment", "setting" |
security | Security-related information | "auth", "vulnerability", "permission" |
performance | Performance insights | "optimization", "benchmark", "latency" |
testing | Testing strategies | "edge case", "fixture", "coverage" |
Capture Quality Guidelines:
For learnings:
[Discovery]: {what was learned}
[Situation]: {when/how it was discovered}
[Impact]: {why it matters}
For patterns:
[Pattern]: {the practice or convention}
[When]: {situations where it applies}
[Why]: {benefits of following this pattern}
Parameters:
namespace (required): One of the 10 namespacescontent (required): The memory contenttags (optional): Array of tags for discoverabilitysource (optional): Source reference (file path, URL, etc.)priority (optional): 1-5, higher = more importantReturns:
memory_id: Unique identifierurn: Memory URN for referencetimestamp: Capture time