← all plugins

Weline Codex Plugin

by @aiweline · plugin · 7 skills

Weline Codex Plugin from Aiweline/WelineFramework.

Install the whole plugin (CLI)
npx skillmds add aiweline/gitnexus-cli npx skillmds add aiweline/gitnexus-guide npx skillmds add aiweline/weline-framework npx skillmds add aiweline/gitnexus-debugging npx skillmds add aiweline/gitnexus-exploring npx skillmds add aiweline/gitnexus-refactoring npx skillmds add aiweline/gitnexus-impact-analysis
⬇ Download

Skills in this plugin

  1. gitnexus-cli · aiweline
    Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: "Index this repo", "Reanalyze the codebase", "Generate a wiki"
    1
    repo stars
  2. gitnexus-guide · aiweline
    Use when the user asks about GitNexus itself — available tools, how to query the knowledge graph, MCP resources, graph schema, or workflow reference. Examples: "What GitNexus tools are available?", "How do I use GitNexus?"
    1
    repo stars
  3. weline-framework · aiweline
    Entry skill for WelineFramework development in Codex. Use when working in the WelineFramework repository, routing Weline tasks to role skills, applying repository guardrails, or validating Weline changes.
    1
    repo stars
  4. gitnexus-debugging · aiweline
    Use when the user is debugging a bug, tracing an error, or asking why something fails. Examples: "Why is X failing?", "Where does this error come from?", "Trace this bug"
    1
    repo stars
  5. gitnexus-exploring · aiweline
    Use when the user asks how code works, wants to understand architecture, trace execution flows, or explore unfamiliar parts of the codebase. Examples: "How does X work?", "What calls this function?", "Show me the auth flow"
    1
    repo stars
  6. gitnexus-refactoring · aiweline
    Use when the user wants to rename, extract, split, move, or restructure code safely. Examples: "Rename this function", "Extract this into a module", "Refactor this class", "Move this to a separate file"
    1
    repo stars
  7. gitnexus-impact-analysis · aiweline
    Use when the user wants to know what will break if they change something, or needs safety analysis before editing code. Examples: "Is it safe to change X?", "What depends on this?", "What will break?"
    1
    repo stars