Agent Plugins Marketplace
All plugins

culture-index

v1.1.4

Interprets Culture Index survey results for individuals and teams

Claude Code1 Skill

By Dan Guido7.1k GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 16, 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 culture-index for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install culture-index@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. 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/trailofbits/skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/culture-index/.

Plugin files

plugins/culture-index/
├── .claude-plugin/plugin.json
└── skills/interpreting-culture-index/SKILL.md

Included Skills1

interpreting-culture-indexskills/interpreting-culture-index/SKILL.md

Interprets Culture Index (CI) surveys, behavioral profiles, and personality assessment data. Supports individual profile interpretation, team composition analysis (gas/brake/glue), burnout detection, profile comparison, hiring profiles, manager coaching, interview transcript analysis for trait prediction, candidate debrief, onboarding planning, and conflict mediation. Accepts extracted JSON or PDF input via OpenCV extraction script.

Plugin manifests1

plugins/culture-index/.claude-plugin/plugin.json
{
  "name": "culture-index",
  "version": "1.1.4",
  "description": "Interprets Culture Index survey results for individuals and teams",
  "author": {
    "name": "Dan Guido"
  },
  "interface": {
    "displayName": "Culture Index",
    "shortDescription": "Interprets Culture Index survey results for individuals and teams",
    "longDescription": "Interprets Culture Index survey results for individuals and teams",
    "developerName": "Dan Guido"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[culture-index on Agent Plugins Marketplace](https://pluginsmp.com/plugins/culture-index)