context-pack
v0.3.2Use Context Pack to generate compact first-pass repository briefings for coding agents.
By RothschildiukLicense: MIT1.1k GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 22, 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 context-pack for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add context-pack@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “context-pack” remain stable.
- Codex:
context-pack@agent-plugin-marketplace→context-pack@awesome-codex-plugins
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/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/Rothschildiuk/context-pack/.
Plugin files
├── .codex-plugin/plugin.json├── skills/context-pack/SKILL.md└── .mcp.json
Included Skills1
Generate a compact first-pass repository briefing with context-pack. Use when work starts in an unfamiliar repo, when the user asks for orientation or high-signal files, when active changes need a compact summary, or when prompt budget matters.
MCP servers1
- command
- context-pack
- args
- --mcp-server
Plugin manifests1
{
"name": "context-pack",
"version": "0.3.2",
"description": "Use Context Pack to generate compact first-pass repository briefings for coding agents.",
"author": {
"name": "Rothschildiuk",
"url": "https://github.com/Rothschildiuk"
},
"homepage": "https://github.com/Rothschildiuk/context-pack",
"repository": "https://github.com/Rothschildiuk/context-pack",
"license": "MIT",
"keywords": [
"codex",
"repository",
"briefing",
"developer-tools",
"skills",
"mcp"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Context Pack",
"shortDescription": "Brief a repo before deeper exploration",
"longDescription": "Generate a compact repository briefing that surfaces guidance files, entrypoints, active work, and high-signal files before a deeper manual walkthrough.",
"developerName": "Rothschildiuk",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read"
],
"websiteURL": "https://github.com/Rothschildiuk/context-pack",
"defaultPrompt": "Generate a compact first-pass repository briefing with Context Pack and tell me what to read next.",
"brandColor": "#1F6FEB",
"composerIcon": "./skills/context-pack/assets/context-pack-small.svg",
"logo": "./skills/context-pack/assets/context-pack.svg",
"screenshots": []
}
}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.
[context-pack on Agent Plugins Marketplace](https://pluginsmp.com/plugins/context-pack)