impact-lens
v0.2.2Analyze incoming-call impact and manage function notes through the Impact Lens Agent CLI.
By Impact Lens contributorsLicense: MIT0 GitHub starsUpdated 15 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 26, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add impact-lens@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/moelee835/Impact-LensClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/impact-lens/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/impact-lens-cli/SKILL.md
Included Skills1
Use the Impact Lens machine-readable CLI to analyze incoming callers and transitive code-change impact or to read and manage function notes. Use for impact radius, affected callers or tests, call hierarchy evidence, and Impact Lens shared, source, or local note operations; do not use as runtime tracing or general text search.
Plugin manifests2
{
"name": "impact-lens",
"version": "0.2.2",
"description": "Analyze incoming-call impact and manage function notes through the Impact Lens Agent CLI.",
"author": {
"name": "Impact Lens contributors",
"url": "https://github.com/moelee835/Impact-Lens"
},
"homepage": "https://github.com/moelee835/Impact-Lens",
"repository": "https://github.com/moelee835/Impact-Lens",
"license": "MIT",
"keywords": [
"impact-analysis",
"call-hierarchy",
"code-agent",
"function-notes"
],
"skills": "./skills/",
"interface": {
"displayName": "Impact Lens",
"shortDescription": "Query code impact and function notes.",
"longDescription": "Use the machine-readable Impact Lens CLI to inspect incoming callers, transitive impact, affected tests, source context, and shared, source, or local function notes.",
"developerName": "Impact Lens contributors",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/moelee835/Impact-Lens",
"defaultPrompt": "Analyze the change impact of a function with Impact Lens."
}
}{
"name": "impact-lens",
"description": "Analyze incoming-call impact and manage function notes through the Impact Lens Agent CLI. Use for change impact radius, affected callers and tests, and shared, source, or local function notes.",
"version": "0.2.2",
"author": {
"name": "Impact Lens contributors",
"url": "https://github.com/moelee835/Impact-Lens"
},
"homepage": "https://github.com/moelee835/Impact-Lens",
"repository": "https://github.com/moelee835/Impact-Lens",
"license": "MIT",
"keywords": [
"impact-analysis",
"call-hierarchy",
"code-agent",
"function-notes"
]
}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.
[impact-lens on Agent Plugins Marketplace](https://pluginsmp.com/plugins/impact-lens)