Imgui Repo Navigator
Navigate and extract authoritative information from a local Dear ImGui checkout or, when the local repo is missing or does not answer the query, from the official GitHub repository. Also use it to find similar open-source Dear ImGui projects before implementing higher-level app features so proven patterns can be adapted safely. Use when implementing, modifying, reviewing, or debugging Dear ImGui…
Github Stars Organizer
Audit, export, classify, clean up, and reorganize GitHub starred repositories into GitHub Lists. Use when Codex needs to help a user sort GitHub stars by theme or usage, generate backup files, propose cleanup candidates, bulk-unstar approved repos, sync local groupings into GitHub Lists via GraphQL, handle the 32-list cap with list reuse, or delete old Lists after migration.
Open Source Radar
Find and summarize current open-source trends for any domain, niche, technology, or keyword by using live GitHub and adjacent ecosystem sources. Use when Codex needs to identify hot, fast-rising, or worth-following projects; compare daily, weekly, and monthly momentum; or build a compact radar from a user-supplied topic. Treat domain presets as optional accelerators, not as the skill boundary.
Gemini Web Image
Generate or vary a single image through Gemini Web using a dedicated local Chrome profile and cached cookies instead of the official API. Use only when the user explicitly wants Gemini web image generation; text mode exists only for diagnostics.
N8n Api V1
Operate an n8n instance through the REST API v1. Use when an agent needs to list, inspect, create, update, activate, transfer, or delete workflows; inspect, retry, or delete executions; manage credentials, tags, users, variables, data tables, projects, audit reports, or source control; or craft authenticated curl/Python requests against an n8n API endpoint. Default examples assume `http://localho…
Project Continuity Manager
Maintain a durable `docs/agent/` memory system for large software projects that span many sessions, pauses, and agent or model handoffs. Use when bootstrapping a long-running project, resuming from prior agent docs, creating or validating a session handoff, or keeping status, architecture, decisions, and tasks aligned across multiple agents.