Agentic Repo Discovery

SkillAI & models

Use when an existing repository contains agents, prompts, workflows, playbooks, commands, or Skills and you need to identify which capabilities are worth converting into a ChatGPT/Codex Plugin.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Agentic Repo Discovery skill

What this skill tells your AI

The instructions your AI receives, as published by immamdouhaboammar/chatgpt-codex-plugin-autopilot in skills/agentic-repo-discovery/SKILL.md and read by ahel’s review.

Find the reusable user workflows inside a repository before creating Plugin files.

Procedure

  1. Read repository instructions and the main README first.
  2. Run the bundled analyzer when filesystem execution is available:
python3 ../chatgpt-codex-plugin-autopilot/scripts/analyze_repo.py <target-repo> --json
  1. Inspect high-scoring candidates in context. The analyzer finds signals; it does not understand the full product by itself.
  2. Build a candidate disposition table using: preserve_skill, compile_skill, reference_only, runtime_dependency, internal_only, or discard.
  3. Identify the user's repeatable job for every candidate. Reject candidates whose only value is repository maintenance trivia unless that is the intended Plugin product.
  4. Flag secrets, organization-specific instructions, destructive operations, security-sensitive workflows, hidden telemetry, and policy-sensitive capabilities for explicit public-distribution review.
  5. Recommend skills-only, MCP-backed, or hybrid from actual behavior. Treat .mcp.json or .app.json as evidence to inspect, not automatic proof that the public Plugin needs them.
  6. Hand selected workflow candidates to workflow-to-skill-compiler and the overall product boundary to plugin-experience-architect.

Output

Return a concise conversion brief containing:

  • repository/ref inspected
  • reusable jobs discovered
  • candidate dispositions with reasons
  • architecture recommendation with confidence
  • runtime dependencies
  • public exclusions
  • missing evidence
  • next conversion actions

Do not generate Plugin configuration before this boundary is clear.

Signals

GitHub stars
22
Forks
1
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
agentic-repo-discovery
Source
github.com/immamdouhaboammar/chatgpt-codex-plugin-autopilot