packages/core/src/templates/workspace-core/.agents/skills/company-policies/SKILL.md
--- name: company-policies description: {{APP_TITLE}}-wide policies the agent must enforce for every app — data handling, PII, approval flows, compliance rules. --- # {{APP_TITLE}} Company Policies Every app in the workspace shares these policies. Read this skill before taking any action that touches customer data, external services, or deployed state. ## Data handling - **PII minimization.** Only load the fields you actually need. Never `SELECT *` on a table that contains customer records
npx skillsauth add BuilderIO/agent-native packages/core/src/templates/workspace-core/.agents/skills/company-policiesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Every app in the workspace shares these policies. Read this skill before taking any action that touches customer data, external services, or deployed state.
SELECT * on a table that contains customer records.README.md). If an integration needs a new
domain, surface a warning and wait for human approval before making
the call.resolveCompanyCredential. Never hardcode.
Never check secrets into git. Rotating a key in the central store
updates every app on the next request.This skill is loaded automatically in every workspace app. If an
individual app needs different behavior, it can add a same-named skill
under its own .agents/skills/company-policies/SKILL.md and that copy
will win for that app only.
tools
Public booking flow — the state machine, animations, and URL/app-state sync.
tools
Trigger-based automations — reminders, follow-ups, webhooks — across the booking lifecycle.
tools
Team event types, round-robin assignment, collective bookings, host weights, and no-show calibration.
development
The pure `computeAvailableSlots` function — inputs, outputs, invariants, and debugging guide.