introspect

Solid

Deep self-analysis pipeline: collects session/rule/usage data, analyzes across 5 dimensions (strength-shadow + Analogia grounding), produces HTML report. User-invoked via /introspect.

Data & Documents 161 stars 15 forks Updated today MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
74
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Introspect A self-analysis pipeline that collects behavioral context, identifies patterns, and produces actionable insights as an HTML report. The pipeline has 4 phases, each building on the previous. ## Pipeline Overview | Phase | What | Mode | Output | |-------|------|------|--------| | 1. Collect | Gather data from 4 sources | 3 parallel inline Task invocations | Raw findings | | 2. Analyze | Synthesize into profile | AI + user dialogue | Strengths, costs, conflicts | | 3. Ground | Map to philosophical frameworks | Optional Analogia | Validated mapping | | 4. Report | Generate HTML report | Automated | `.html` file | If the user provides a specific question (e.g., "What are my curses?"), orient the analysis toward answering that question rather than producing a generic profile. --- ## Phase 1: Data Collection Launch 3 parallel ad-hoc inline Task(general-purpose) invocations. These are not pre-registered agent files — each is an inline prompt task launched for this pipeline only. Each collects from different sources and returns structured findings. All prompts are English per delegation rules; search keywords in quotes are exempt. ### Agent 1: Rules & Configuration ``` PURPOSE: Extract the user's explicitly stated preferences and constraints from their Claude Code configuration. Paths below written `{config_dir}/…` take `{config_dir}` = `CLAUDE_CONFIG_DIR` when set, else `~/.claude`. Resolve it ONCE per invocation with Bash `printf '%s\n' "${CLAUDE_CONFIG_DIR-$H...

Details

Author
jongwony
Repository
jongwony/epistemic-protocols
Created
8 months ago
Last Updated
today
Language
JavaScript
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

retrospect

Session retrospect — analyze the current Claude Code session against the rules it ran under (project and global `CLAUDE.md`), identify friction patterns and root causes, propose context-appropriate improvement actions, then execute after user approval.

1 Updated yesterday
devseunggwan
AI & Automation Listed

unprompted

Analyze the user's own local Claude Code / Codex session history and show who they are on different projects — two contrasting modes, what they never say, the moments that contradict each other, and a playful MBTI-style AI-use persona with a bespoke card. Use when the user asks about their own AI-use patterns, prompting habits, "what do my sessions say about me", their AI-use personality or MBTI, or asks for an Unprompted report. Analysis runs entirely on their machine; no network calls unless they explicitly ask for LLM naming.

2 Updated 1 months ago
Dreamaker-TA
DevOps & Infrastructure Listed

retro

Analyze a recent decision or action taken by Claude in an ongoing session — specifically to understand the *why* behind a step, not just the what. Use this skill whenever Dhanush asks why Claude did something, questions a decision, calls out an out-of-scope change, flags a redundant tool call, or asks how to prevent a mistake from recurring. Trigger on phrasings like "why did you do that", "why did you X", "I didn't ask for that", "what were you thinking", or any meta question about Claude's reasoning within this session. Useful for surfacing reasoning flaws, hidden assumptions, and suboptimal decisions so they can be prevented in future sessions.

0 Updated 1 months ago
indradhanush