policy-gen

Generate SOC 2 policy templates from shasta.config.json and export to data/policies.

145|28|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/transilienceai/shasta --skill policy-gen-transilienceai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: policy-gen
Source: https://github.com/transilienceai/shasta/tree/main/.claude/skills/policy-gen
Command: npx skills add https://github.com/transilienceai/shasta --skill policy-gen-transilienceai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate SOC 2 policy documents tailored to your company to accelerate audit readiness and governance.

Core Features & Use Cases

  • Generates SOC 2 policy templates from a library of customizable templates.
  • Integrates with shasta.config.json to pull company_name and python_cmd for generation.
  • Produces ready-to-customize documents for audit readiness and governance reviews.

Quick Start

Use the policy-gen feature to generate all SOC 2 policies for your company using the company name from shasta.config.json.

Frequently Asked Questions about policy-gen

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

FAQPage Schema
How do I generate SOC 2 policy templates for audit readiness?

To generate SOC 2 policy templates, this skill uses your company name from shasta.config.json and Python to produce ready-to-customize documents in the data/policies directory. It creates a complete policy list to accelerate audit preparation and governance workflows.

What do I need to generate SOC 2 policies for my company?

You need Python installed to execute the generator logic and a shasta.config.json file containing your company_name. The skill pulls these configuration values to automatically tailor the exported compliance documents to your specific organization.

Can I customize the SOC 2 governance policies after generating them?

Yes, the skill produces ready-to-customize policy templates for SOC 2 compliance. After the generator exports the initial documents to the data/policies directory, you can review and modify the governance text to match your specific audit requirements.

What is the best way to prepare SOC 2 documents for a compliance audit?

The best way to prepare SOC 2 documents is to automate template generation using configured company details. This skill applies to audit preparation workflows by programmatically generating a full list of governance policies, ensuring consistent baseline documentation.

Does the policy generation process require any external compliance dependencies?

No external dependencies are required to run the policy generator. It relies solely on Python to execute its internal logic and reads the company_name directly from your local shasta.config.json file to output the SOC 2 policy templates.

Why are my generated SOC 2 policy documents not exporting correctly?

SOC 2 policy document export fails when Python is not configured properly or the company_name is missing from shasta.config.json. Ensure your python_cmd is valid in the configuration file so the generator can successfully write templates to data/policies.