cyberneticlibrary

Analyze code with OpenAI Codex reasoning

codexskillsetup L2121
agentic-mcp-tools/owlex
What it does

Search and discover code patterns in a codebase or pattern library

Best for

Finding idiomatic patterns when learning a new codebase or enforcing consistency.

Inputs
  • · Code pattern query (natural language or regex)
  • · Codebase index or repository
Outputs
  • · Matching code snippets
  • · Context and usage examples
  • · Related patterns
Preconditions

Codebase indexed; pattern library available; search index built

Failure modes

Index stale after code changes; query too vague; performance degradation on large repos

Trust signals
  • · Semantic code search
  • · Context-aware suggestions
  • · Pattern relationship graph