setup-culture

Configure organizational culture for Claude Code agents into ~/.gstack/culture.json.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/deveshkumars/Intentra --skill setup-culture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-culture
Source: https://github.com/deveshkumars/Intentra/tree/main/setup-culture
Command: npx skills add https://github.com/deveshkumars/Intentra --skill setup-culture

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configure your organization's culture for Claude Code agents so every gstack skill automatically applies consistent values, standards, and norms across projects.

Core Features & Use Cases

  • Collects org identity (name, mission, values), coding standards, risk tolerance, review norms, and team style.
  • Writes a centralized ~/.gstack/culture.json that all skills read to enforce the culture consistently.
  • Applies culture context to code, reviews, and operations across every skill during sessions.

Quick Start

Run /setup-culture to begin configuring your organization's culture for all gstack skills.

Frequently Asked Questions about setup-culture

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure organization coding standards for Claude Code agents?

To configure organization coding standards for Claude Code agents, run /setup-culture. It collects identity, coding norms, risk tolerance, and team style, then writes a centralized ~/.gstack/culture.json file that all gstack skills read automatically.

How do I enforce team norms and risk tolerance across multiple coding projects?

You can enforce team norms and risk tolerance across projects by encoding them into a ~/.gstack/culture.json file. This centralized configuration is read by every gstack skill to apply consistent values during code generation and reviews.

What is the best way to maintain consistent review norms for automated coding agents?

The best way to maintain consistent review norms for automated coding agents is by encoding your team's review preferences into a central culture configuration file. The setup-culture skill writes these norms to ~/.gstack/culture.json for global and per-project use.

Can I apply per-project culture settings while keeping global coding standards?

Yes, you can apply per-project culture settings while keeping global coding standards. The setup-culture skill configures organizational culture globally and per-project, saving identity, coding standards, and risk tolerance to ~/.gstack/culture.json.

Does setting up organizational culture require any external dependencies or tools?

Setting up organizational culture requires no external dependencies or tools. The setup-culture skill independently collects your org identity, coding standards, and team preferences, then writes them directly to the ~/.gstack/culture.json file.

Why do my Claude Code agents ignore our organization's team style during sessions?

Claude Code agents ignore team style during sessions because organizational culture is not configured. Without a ~/.gstack/culture.json file encoding your team style, agents lack the context needed to apply your norms automatically.