reqall
v2026.9.17Persistent semantic memory workflows for Codex agents
By ReqallSystemLicense: MIT0 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 8 skill or MCP entries
- Source updated
- Sep 17, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install reqall for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add reqall@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/ReqallSystem/codex-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── skills/context/SKILL.md├── skills/document/SKILL.md├── skills/intend/SKILL.md├── skills/persist/SKILL.md├── skills/review/SKILL.md├── skills/sleep/SKILL.md├── skills/triage/SKILL.md└── .mcp.json
Included Skills7
Initialize the project and gather relevant context from the Reqall knowledgebase before work starts.
Capture a meaningful work item or new finding in Reqall during ongoing work; skip routine tool-call logs.
Record agreed new behavior or architecture in Reqall before implementation, so outcomes can be checked against the intent.
Save and verify meaningful session outcomes in Reqall, reusing existing records and capturing unresolved findings.
Interactively review and triage open Reqall records for the current project.
Compress project memory — consolidate, split, compact, skip, and crosslink Reqall records
Classify incoming issues or requests, gather structured details, and create prioritized Reqall records.
MCP servers1
- url
- https://www.reqall.net/mcp
Plugin manifests1
{
"name": "reqall",
"version": "2026.9.17",
"description": "Persistent semantic memory workflows for Codex agents",
"author": {
"name": "ReqallSystem",
"url": "https://github.com/ReqallSystem"
},
"homepage": "https://github.com/ReqallSystem/codex-plugin",
"repository": "https://github.com/ReqallSystem/codex-plugin",
"license": "MIT",
"keywords": [
"rag",
"memory",
"project-context",
"issues",
"specifications",
"codex"
],
"skills": "./skills",
"apps": "./.app.json",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Reqall",
"shortDescription": "Project memory for Codex",
"longDescription": "Reqall adds memory workflows to Codex: sign in with the Reqall connector, gather relevant project records before work, persist completed work, triage incoming issues, review open records, and maintain the knowledge graph.",
"developerName": "ReqallSystem",
"category": "Productivity",
"capabilities": [
"Memory",
"Login",
"Project context",
"Issue tracking",
"Specifications"
],
"websiteURL": "https://reqall.net",
"defaultPrompt": [
"Gather Reqall context for this task.",
"Persist this session's completed work.",
"Review open Reqall records for this project."
],
"brandColor": "#4F46E5"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[reqall on Agent Plugins Marketplace](https://pluginsmp.com/plugins/reqall)