session-facts
v0.9.0セッション開始時にリポジトリを分析し、スタック/スクリプト/env キー/ドメイン型のファクトバンドルを Markdown で生成する Codex plugin。SessionStart で発火
By MaoLicense: MIT0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 5, 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 session-facts for Codex and Claude Code
codex plugin marketplace add Mao-o/cc-mp-worktools
codex plugin marketplace upgrade mao-worktools
codex plugin add session-facts@mao-worktoolsPaste and run these commands in a terminal with Codex. They add and refresh the mao-worktools catalog, then install this plugin.
Compatibility: the page URL and API slug “session-facts” remain stable.
- Codex:
session-facts@agent-plugin-marketplace→session-facts@mao-worktools
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/Mao-o/cc-mp-worktoolsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/session-facts/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/session-facts/SKILL.md
Included Skills1
Regenerates or extends the repo-facts bundle that was auto-injected at session start (stack, scripts, structure, service entry points, test snapshot). Use when the injected snapshot has gone stale after structural changes, or when `--help` reveals an opt-in deeper analysis (e.g. an import-reference ranking to find central files before refactoring, or a domain-type listing) that would beat manual exploration. Works from both Claude Code and Codex.
Plugin manifests2
{
"name": "session-facts",
"version": "0.9.0",
"description": "セッション開始時にリポジトリを分析し、スタック/スクリプト/env キー/ドメイン型のファクトバンドルを Markdown で生成する Codex plugin。SessionStart で発火",
"author": {
"name": "Mao"
},
"homepage": "https://github.com/Mao-o/cc-mp-worktools",
"repository": "https://github.com/Mao-o/cc-mp-worktools",
"license": "MIT",
"keywords": [
"session-start",
"context-injection",
"repo-facts",
"markdown",
"codex",
"repository-analysis"
],
"skills": "./skills/",
"hooks": "./hooks/codex-hooks.json",
"interface": {
"displayName": "Session Facts",
"shortDescription": "リポジトリの要点を Markdown で生成します。",
"longDescription": "session-facts は既存リポジトリを解析し、スタック、依存、スクリプト、env キー、テスト状況、ディレクトリ構造、ドメイン型、被参照数の多いファイル (Hub Files) などをコンパクトな Project Facts として Codex に渡しやすい Markdown にまとめます。",
"developerName": "Mao",
"category": "Productivity",
"capabilities": [
"Read",
"Analyze"
],
"defaultPrompt": [
"この repo の session facts を出して",
"Project Facts を更新して確認して",
"今の作業ディレクトリを session-facts で要約して"
]
}
}{
"name": "session-facts",
"version": "0.9.0",
"description": "セッション開始時にリポジトリを分析し、スタック/スクリプト/env キー/ドメイン型のファクトバンドルを Markdown で注入する hook。SessionStart と SubagentStart(Explore/Plan) で発火",
"author": {
"name": "Mao"
},
"homepage": "https://github.com/Mao-o/cc-mp-worktools",
"repository": "https://github.com/Mao-o/cc-mp-worktools",
"license": "MIT",
"keywords": [
"session-start",
"subagent-start",
"context-injection",
"repo-facts",
"markdown",
"hooks",
"detectors",
"collectors"
]
}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.
[session-facts on Agent Plugins Marketplace](https://pluginsmp.com/plugins/session-facts)