agentskill-kaizen
v0.7.31Analyze Claude Code agent session transcripts to identify inefficiencies, anti-patterns, repeated mistakes, and missing tooling opportunities for continuous improvement
By Jamie NelsonLicense: MIT66 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 6 skill or MCP entries
- Source updated
- Sep 24, 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 agentskill-kaizen for Codex and Claude Code
codex plugin marketplace add Jamie-BitFlight/claude_skills
codex plugin marketplace upgrade jamie-bitflight-skills
codex plugin add agentskill-kaizen@jamie-bitflight-skillsPaste and run these commands in a terminal with Codex. They add and refresh the jamie-bitflight-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “agentskill-kaizen” remain stable.
- Codex:
agentskill-kaizen@agent-plugin-marketplace→agentskill-kaizen@jamie-bitflight-skills
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/Jamie-BitFlight/claude_skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/agentskill-kaizen/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/agentskill-kaizen-meta-docs/SKILL.md├── skills/kaizen-improvement/SKILL.md├── skills/meta-inspector/SKILL.md├── skills/transcript-analysis/SKILL.md└── .mcp.json
Included Skills4
Agentskill kaizen plugin documentation index. Load when needing to read about cross-platform notes, improvement plans, or DuckDB integration.
Transform transcript analysis findings into actionable improvements. Triggers on "generate hooks from findings", "improve agent", "fix anti-pattern", "kaizen improvement", "generate hook proposals", or "create improvement plan". Provides templates for hook generation, agent prompt refinement, skill patches, CLAUDE.md updates, and script automation from analysis data.
Use when extracting specific data points from large agent output transcripts, kaizen analysis reports, or JSONL session files — tool timings, query counts, error summaries, or any structured facts — without loading raw data into orchestrator context. Activates when the orchestrator needs targeted facts from large files and context pollution must be avoided.
This skill should be used when analyzing Claude Code session transcripts, reviewing agent performance, finding anti-patterns or tool misuse, mining workflow patterns, running kaizen analysis, debugging agent behavior, or performing session forensics.
MCP servers2
- command
- uv
- args
- run --script mcp/server.py
- cwd
- .
- command
- uvx
- args
- mcp-server-motherduck --db-path :memory: --read-write
Plugin manifests2
{
"name": "agentskill-kaizen",
"version": "0.7.31",
"description": "Analyze Claude Code agent session transcripts to identify inefficiencies, anti-patterns, repeated mistakes, and missing tooling opportunities for continuous improvement",
"author": {
"name": "Jamie Nelson",
"url": "https://github.com/Jamie-BitFlight"
},
"license": "MIT",
"keywords": [
"kaizen",
"transcript-analysis",
"process-mining",
"anti-pattern-detection",
"continuous-improvement",
"agent-optimization"
],
"skills": "./skills/",
"interface": {
"displayName": "Agentskill Kaizen",
"shortDescription": "Analyze Claude Code agent session transcripts to identify inefficiencies, anti-patterns, repeated mistakes, and missing tooling opportunities for continuous improvement",
"longDescription": "Analyze Claude Code agent session transcripts to identify inefficiencies, anti-patterns, repeated mistakes, and missing tooling opportunities for continuous improvement",
"developerName": "Jamie Nelson",
"category": "Developer Tools",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"Analyze Claude Code agent session transcripts to identify inefficiencies, anti-patterns, repeated mistakes, missing tooling"
]
},
"mcpServers": "./.mcp.json"
}{
"name": "agentskill-kaizen",
"version": "0.7.31",
"description": "Analyze Claude Code agent session transcripts to identify inefficiencies, anti-patterns, repeated mistakes, and missing tooling opportunities for continuous improvement",
"author": {
"name": "Jamie Nelson",
"url": "https://github.com/Jamie-BitFlight"
},
"license": "MIT",
"keywords": [
"kaizen",
"transcript-analysis",
"process-mining",
"anti-pattern-detection",
"continuous-improvement",
"agent-optimization"
],
"mcpServers": {
"kaizen-analysis": {
"command": "uv",
"args": [
"run",
"--script",
"${CLAUDE_PLUGIN_ROOT}/mcp/server.py"
]
}
}
}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.
[agentskill-kaizen on Agent Plugins Marketplace](https://pluginsmp.com/plugins/agentskill-kaizen)