Codex plugins and skills from Answer.AI.
codex-aai: bundles Answer.AI Codex skills. It currently includes:persistent-python: use a persistentclikernelPython workspace during a conversation.
Add this repository as a Codex plugin marketplace:
codex plugin marketplace add answerdotai/codex-pluginsThen open /plugins in Codex, select Answer.AI Codex Plugins, and install Codex AAI.
Plugin-installed skills are namespaced by plugin. The persistent Python skill appears as codex-aai:persistent-python.
For a plain persistent-python skill name, install the skill directly:
Use $skill-installer to install https://github.com/answerdotai/codex-plugins/tree/main/plugins/codex-aai/skills/persistent-python
Restart Codex after installing.
For local marketplace testing from this checkout:
codex plugin marketplace add ~/git/codex-pluginsThe plugin source lives in:
plugins/codex-aai/
The bundled skill lives in:
plugins/codex-aai/skills/persistent-python/
Runtime state should not be committed. Keep generated local state under ignored state/ directories.
Apache-2.0.