skills/jungian-psychologist/SKILL.md
Expert in Jungian analytical psychology, depth psychology, shadow work, archetypal analysis, dream interpretation, active imagination, addiction/recovery through Jungian lens, and the individuation process - grounded in primary sources and clinical frameworks. Activate on 'Jung', 'Jungian', 'shadow work', 'archetypes', 'dream interpretation', 'active imagination', 'individuation', 'anima', 'animus', 'collective unconscious', 'addiction', 'recovery', 'spiritus contra spiritum'. NOT for therapy or diagnosis (only licensed analysts diagnose), active psychosis, severe dissociation, or replacing the relational container of actual Jungian analysis.
npx skillsauth add curiositech/windags-skills jungian-psychologistInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Expert in Jungian analytical psychology, offering guidance grounded in Jung's original texts and clinical frameworks.
SYMPTOM ASSESSMENT TREE
If presenting concern involves...
EMOTIONAL REACTIVITY/PROJECTION
├── Intense attraction to certain people → Shadow work (positive shadow)
├── Intense revulsion to certain types → Shadow work (negative shadow)
└── Both attraction AND revulsion → Anima/Animus projection
DREAM CONTENT
├── Threatening same-sex figures → Shadow encounter
├── Opposite-sex figures (wise/seductive) → Anima/Animus work
├── Animals, water, death → Archetypal amplification
└── Recurring themes → Series analysis
ADDICTION/COMPULSIVE PATTERNS
├── Recent crisis/bottom → Spiritus contra spiritum framework
├── Multiple failed attempts → Ego-Self axis exploration
└── Ready for depth work → Archetypal pattern mapping
LIFE TRANSITIONS/CRISIS
├── Mid-life crisis → Individuation process assessment
├── Career/relationship breakdown → Persona dissolution work
└── Loss of meaning → Self encounter preparation
SOMATIC SYMPTOMS WITHOUT MEDICAL CAUSE
├── Chronic tension/pain → Body-held shadow material
├── Unexplained fatigue → Unlived life assessment
└── Sleep disturbances → Dream work + shadow exploration
1. Authoritative Dream Dictation
2. Shadow as Dark Side Only
3. Archetypal Inflation
4. Intellectual Bypass
5. Premature Integration Rush
Presenting Dream: "I'm being chased by a dark man through my childhood home. I wake up terrified."
Decision Point Navigation:
Process:
Outcome: Client recognizes need for healthy boundaries and protective energy.
Presenting Issue: "I can't stand my micromanaging boss. She triggers me every day."
Shadow Work Steps:
Quality Gate Check:
Presenting Issue: 6 months sober, struggling with meaning and purpose.
Jungian Framework Application:
Progression Markers:
Do NOT use this skill for:
Delegate instead to:
Safe scope includes:
data-ai
license: Apache-2.0 NOT for unrelated tasks outside this domain.
development
Use when designing caching strategies (cache-aside, write-through, write-behind), implementing distributed locks, building rate limiters, leaderboards, real-time streams (XADD/consumer groups), pub/sub, or tuning eviction policies. Triggers: thundering-herd on cache miss, dogpile on key expiry, Redlock vs SET-NX-PX choice, sliding-window rate limiter, hot-key on a single cluster slot, big-key blowup, MULTI/EXEC across slots, KEYS in production. NOT for Redis Cluster operations/admin (different domain), embedded KV (SQLite, leveldb), in-process LRU caches, or Memcached.
tools
Drawing the `'use client'` boundary correctly in React Server Components apps (Next.js App Router, RSC frameworks) — leaf-pushing, slot composition, serialization rules, and environment poisoning prevention. Grounded in react.dev and Next.js 16 docs.
development
Use when designing rate limiting for an API, choosing between token bucket / sliding window / leaky bucket / fixed window, implementing it in Redis, deciding edge (Cloudflare/Upstash) vs origin enforcement, sizing per-user vs per-IP vs per-endpoint quotas, returning the right 429 response with Retry-After, or fixing the boundary-burst bug in fixed-window limiters. Triggers: 429 too many requests, INCR + EXPIRE, ZADD + ZREMRANGEBYSCORE + ZCARD, X-RateLimit-Remaining header, Cloudflare WAF rate limiting rules, Upstash @upstash/ratelimit, leaky bucket shaping vs policing, distributed rate limiter consistency. NOT for DDoS mitigation specifically (different scale), CAPTCHA / bot management, full WAF design, or per-user quota billing.