goosefly99/claude_sessions_logger
MCP server Claude CodeCodexCursor
Sync your claude code sessions and memories in the cloud via Motherduck. Runs locally from the claude-session-logger Python package.
goosefly99/claude_sessions_logger
MCP server Claude CodeCodexCursor
Sync your claude code sessions and memories in the cloud via Motherduck. Runs locally from the claude-session-logger Python package.
goosefly99/profile-project-claude-plugin
MCP server Claude CodeCodexCursor
MCP server "profile-project" as configured in goosefly99/profile-project-claude-plugin. Runs locally from the ${CLAUDE_PLUGIN_ROOT} Python package.
goosefly99/profile-project-claude-plugin
Plugin Claude Code
Profiles a project into agent-facing context, a human guide, and a queryable vectorstore.
goosefly99/profile-project-claude-plugin
Instructions file CodexOpenCode
AGENTS.md instructions for goosefly99/profile-project-claude-plugin, covering profile-project — agent usage guide, tools, config and initialization, run and dag lifecycle and sources.
goosefly99/profile-project-claude-plugin
Agent
Sub-agent for the analyzecodebase phase. Performs static/structural analysis of source code and produces the codebase-analysis artifact.
goosefly99/profile-project-claude-plugin
Agent
Sub-agent for the analyzedocs phase. Analyzes in-repo documentation and produces the docs-analysis artifact.
goosefly99/profile-project-claude-plugin
Agent
Sub-agent for the analyzetranscriptsnotes phase. Analyzes transcripts, notes, and external references and produces the context-analysis artifact.
goosefly99/profile-project-claude-plugin
Command
Initialize profile-project for this project (the only path that creates initial artifacts). Validates env/config, then bootstraps via ppinitproject.
goosefly99/profile-project-claude-plugin
Command
Browse the generated profile pages and per-phase run artifacts.
goosefly99/profile-project-claude-plugin
Command
Run the full fixed profiling DAG over this project to produce agent context pages, a human guide, and (if enabled) a queryable vectorstore.
goosefly99/profile-project-claude-plugin
Command
Ask a semantic question over the profiled project (vectorstore search with context-page fallback).
goosefly99/profile-project-claude-plugin
Command
Incrementally refresh an existing profile after the project changed.
goosefly99/profile-project-claude-plugin
Command
Show the current profiling run/phase status and what is runnable next.
goosefly99/profile-project-claude-plugin
Skill Claude CodeCodex
Configure and initialize profile-project for a project (the only path that creates initial artifacts). Use on first run, to reconfigure, or when /profile-project:init is invoked, or when a tool reports notinitialized.
goosefly99/profile-project-claude-plugin
Skill Claude CodeCodex
Browse the generated profile — agent-facing context pages, the human guide, and per-phase run artifacts. Use for "show me the architecture page", "what did synthesizeknowledge produce", or /profile-project:navigate.
goosefly99/profile-project-claude-plugin
Skill Claude CodeCodex
Give a new contributor a guided walkthrough of the profiled project — setup, structure, and where to start. Use when someone new wants a guided tour of the codebase.
goosefly99/profile-project-claude-plugin
Skill Claude CodeCodex
Orchestrate the fixed profiling DAG over a project to produce agent-facing context pages, a human guide, and a queryable vectorstore. Use when the user says "profile this project", "analyze the codebase", "what does this repo do", or runs /profile-project:profile.
goosefly99/profile-project-claude-plugin
Skill Claude CodeCodex
Answer semantic questions over the profiled project using the local vectorstore, falling back to reading context pages when the vectorstore is disabled. Use for "how is config resolved?", "where is X handled?", or /profile-project:query.
goosefly99/profile-project-claude-plugin
Skill Claude CodeCodex
Incrementally refresh an existing profile after the project changed — re-discover sources and re-run only the affected phases. Use for "the code changed, update the profile" or /profile-project:refresh.