PreToolUse
25Hook
Runs before the agent uses a tool for Bash, Write, Edit, Bash, Task, Task and Agent tool calls, executing run-py.sh and context-warning.sh via bash (4 commands). From primeline-ai/evolving-lite.
Hook
Runs before the agent uses a tool for Bash, Write, Edit, Bash, Task, Task and Agent tool calls, executing run-py.sh and context-warning.sh via bash (4 commands). From primeline-ai/evolving-lite.
Hook
Runs when you submit a prompt, before the agent sees it, executing run-py.sh via bash (2 commands). From primeline-ai/evolving-lite.
Hook
Runs after a tool call finishes for Write, Edit, Bash, Task, Skill, Write, Edit, WebFetch, mcp__firecrawl__firecrawl_scrape, mcp__firecrawl__firecrawl_search, mcp__firecrawl__firecrawl_extract, mcp__firecrawl__firecrawl_crawl and mcp__firecrawl__firecrawl_agent tool calls, executing run-py.sh via bash (3 commands).…
Hook
Runs before the context is compacted for auto and manual tool calls, executing run-py.sh via bash. From primeline-ai/evolving-lite.
Hook
Runs when the agent finishes a response, executing session-summary.sh and run-py.sh via bash (4 commands). From primeline-ai/evolving-lite.
Skill Claude CodeCodex
Explains how Evolving Lite works when the user asks about the system, its features, or how to use it. Triggers on questions like "how does this work", "what is evolving lite", "what hooks are running", "explain the system".
Skill Claude CodeCodex
Auto-activating session startup - reads memory, orients Claude, announces status. Triggers on session start or when user says "continue", "weiter", "resume".
primeline-ai/universal-planning-framework
Plugin Claude Code
Universal Planning Framework for Claude Code.
primeline-ai/universal-planning-framework
Plugin Claude Code
Planning framework for Claude Code that catches gaps before execution: a 10-step pipeline, 21 anti-patterns with detection rules, mandatory FAILED conditions, and silent execution-vehicle selection.
primeline-ai/universal-planning-framework
Agent Claude Code
Autonomous plan quality reviewer using Universal Planning Framework.
primeline-ai/universal-planning-framework
Command Claude Code
Interview a plan using framework-aware questions across 3 depth tiers.
primeline-ai/universal-planning-framework
Command Claude Code
Create a new plan using the Universal Planning Framework.
primeline-ai/universal-planning-framework
Command Claude Code
Autonomously stress-test and harden a plan through 6 adversarial perspectives.
primeline-ai/universal-planning-framework
Command Claude Code
Check plan quality against Universal Planning Framework standards.
primeline-ai/universal-planning-framework
Skill Claude CodeCodex
The Universal Planning Framework rulebook - 10-step planning pipeline, 8 domain profiles, 21 anti-patterns with detection rules, mandatory FAILED conditions, and the C/B/A quality rubric. Use when creating, reviewing, refining or grading any plan, and whenever a plan needs discovery, kill criteria, observable gates or…
primeline-ai/universal-planning-framework
Skill Claude CodeCodex
The execution-vehicle rubric - decides silently how each plan phase runs (single agent, parallel sub-agents, agent team, background session, dynamic workflow or goal-loop) and which model tier it uses. Use while drafting or reviewing plan phases; never prompt the user for a vehicle.
MCP server Claude CodeCodexCursor +2
MCP server "kairn" as configured in primeline-ai/kairn. Launched with https://github.com/primeline-ai/kairn/releases/download/v0.2.1/kairn-0.2.1.mcpb. Needs 1 environment variable to run.
primeline-ai/claude-adaptive-research
Plugin Claude Code
Autonomous, personalized research loops for Claude Code. Set a topic, walk away, come back to a quality-gated report adapted to your projects.
primeline-ai/claude-adaptive-research
Command
Autonomous personalized research loop — set a topic, get a quality-gated report.
primeline-ai/claude-adaptive-research
Command
Stop a running auto-run research loop.
primeline-ai/claude-adaptive-research
Hook
Runs when the agent finishes a response, executing ralph-loop-stop.sh via bash. From primeline-ai/claude-adaptive-research.
primeline-ai/claude-adaptive-research
Hook
Runs on the StopFailure event, executing stop-failure-handler.sh via bash. From primeline-ai/claude-adaptive-research.
primeline-ai/claude-adaptive-research
Skill Claude CodeCodex
Autonomous personalized research loop. Use when the user wants to research a topic autonomously, run a research loop, start adaptive research, or use presets like technique-scout or cross-domain. Triggers on: 'auto run', 'research loop', 'autonomous research', 'run research', 'start research', 'adaptive research'.
primeline-ai/claude-code-starter-system
Plugin Claude Code
A complete session management system for Claude Code. Memory persistence, session handoffs, context awareness, and delegation basics - extracted from a 650-node production AI system.