Skip to content

Commit 4c854b7

Browse files
dguidoclaude
andauthored
Fix culture-index SKILL.md standards compliance (#96)
* Fix culture-index SKILL.md standards compliance - Switch description to third-person voice, remove "PDF vision" mention that contradicts body's prohibition on visual estimation - Add allowed-tools to frontmatter (Bash, Read, Grep, Glob, Write) - Add required "When to Use" and "When NOT to Use" sections Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Bump culture-index version to 1.1.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 776ccc8 commit 4c854b7

File tree

3 files changed

+26
-3
lines changed

3 files changed

+26
-3
lines changed

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
{
7070
"name": "culture-index",
71-
"version": "1.0.0",
71+
"version": "1.1.0",
7272
"description": "Interprets Culture Index survey results for individuals and teams",
7373
"author": {
7474
"name": "Dan Guido"

plugins/culture-index/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "culture-index",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Interprets Culture Index survey results for individuals and teams",
55
"author": {
66
"name": "Dan Guido"

plugins/culture-index/skills/interpreting-culture-index/SKILL.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
---
22
name: interpreting-culture-index
3-
description: Use when interpreting Culture Index surveys, CI profiles, behavioral assessments, or personality data. Supports individual interpretation, team composition (gas/brake/glue), burnout detection, profile comparison, hiring profiles, manager coaching, interview transcript analysis for trait prediction, candidate debrief, onboarding planning, and conflict mediation. Handles PDF vision or JSON input.
3+
description: 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.
4+
allowed-tools:
5+
- Bash
6+
- Read
7+
- Grep
8+
- Glob
9+
- Write
410
---
511

612
<essential_principles>
@@ -58,6 +64,23 @@ Only these two traits break the "no absolute comparison" rule.
5864

5965
</essential_principles>
6066

67+
## When to Use
68+
69+
- Interpreting Culture Index survey results (individual or team)
70+
- Analyzing CI profiles from PDF or JSON data
71+
- Assessing team composition using Gas/Brake/Glue framework
72+
- Detecting burnout risk by comparing Survey vs Job graphs
73+
- Defining hiring profiles based on CI trait patterns
74+
- Coaching managers on how to work with specific CI profiles
75+
- Predicting CI traits from interview transcripts
76+
- Mediating team conflict using CI profile data
77+
78+
## When NOT to Use
79+
80+
- For non-CI behavioral assessments (DISC, Myers-Briggs, StrengthsFinder, Predictive Index, Enneagram)
81+
- For clinical psychological assessments or diagnoses
82+
- As the sole basis for hiring/firing decisions — CI is one data point among many
83+
6184
<input_formats>
6285

6386
**JSON (Use if available)**

0 commit comments

Comments
 (0)