retellai-policy-guardrails

Implement Retell AI lint rules, policy enforcement, and automated guardrails.

Content Preview
---
name: retellai-policy-guardrails
description: |
  Implement Retell AI lint rules, policy enforcement, and automated guardrails.
  Use when setting up code quality rules for Retell AI integrations, implementing
  pre-commit hooks, or configuring CI policy checks for Retell AI best practices.
  Trigger with phrases like "retellai policy", "retellai lint",
  "retellai guardrails", "retellai best practices check", "retellai eslint".
allowed-tools: Read, Write, Edit, Bash(npx:*)
version: 1.0.0
li
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/retellai-policy-guardrails.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/saas-packs/retellai-pack/skills/retellai-policy-guardrails/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/saas-packs/retellai-pack/skills/retellai-policy-guardrails/SKILL.md

Related Skills