Plugin Claude Code
Plugin marketplace listing 2 plugins: pyeye, worktree-hook.
Plugin Claude Code
Plugin marketplace listing 2 plugins: pyeye, worktree-hook.
Plugin Claude Code
Semantic Python code analysis MCP server - find symbols, navigate definitions, trace call hierarchies, and understand code structure.
Agent Claude Code
This document shows how the smart-commit agent handles the complete git commit workflow efficiently.
Agent Claude Code
Intelligently handles the complete git commit workflow including pre-commit validation, auto-fixes, test validation, and commit retries. Minimizes context usage through efficient iteration and concise summaries.
Settings file Claude Code
Agent settings declaring 3 allowed tools.
Skill Claude CodeCodex
Use when provisioning a real-world dogfooding scenario to verify pyeye against — cross-repo / namespace / single-tree codebases at pinned commits. Triggers on "set up a dogfooding scenario", "provision the jaraco/django scenario", "stand up a namespace scenario for pyeye", "what scenarios do we have". This is the DATA…
Skill Claude CodeCodex
Use when verifying pyeye for regressions or evaluating how well it serves an AI agent across scenarios — "verify pyeye", "check pyeye for regressions", "dogfood pyeye against django/jaraco", "did pyeye regress", "score pyeye agent consumption". Runs a scenario's probe suite, diffs against its recorded baseline, and…
MCP server Claude CodeCodexCursor
MCP server "pyeye" as configured in okeefeco/pyeye-mcp. Runs locally from the ${CLAUDE_PROJECT_DIR:-.} Python package.
Instructions file
Claude Code instructions for okeefeco/pyeye-mcp, covering pyeye server - claude instructions, 🎯 critical: first, understand the documentation system, core behavior and rules, development workflows and required development practices.
Hook
Runs when a session starts, executing install_plugin_deps.py via uv with --no-project. From okeefeco/pyeye-mcp.
Plugin Claude Code
Augments Claude Code's native EnterWorktree: nested type-prefixed branch/dir naming, alias normalisation, re-entrancy, configurable location, and literal-branch guard.
Skill Claude CodeCodex
Use when auditing how a Python codebase's architectural conventions diverge — "review the architecture", "audit conventions", "where does this code disagree with itself", "find inconsistent error-handling/layering/validation patterns", "is this package internally consistent". Surfaces a ranked queue of "here are N…
Skill Claude CodeCodex
Use at the commit checkpoint — or on demand ("log this decision", "record why we did this") — when a change is BOTH contract/invariant-significant AND driven by friction. Captures a short, honest, verifiable decision note into the repo's docs/decisions/DECISIONS.md. Triggers on diffs touching a public signature, a…
Skill Claude CodeCodex
Use when understanding, navigating, debugging, refactoring, or extending Python code with the pyeye MCP server. Triggers on "how does X work", "what does", "why is X doing", "what calls/imports/subclasses this", "add feature", "implement", "refactor", "trace", "debug", "extend". Does NOT trigger for explicit "show…