academic-research-comp…
Guide a research project through the full academic lifecycle — from raw idea to concrete research question, literature grounding, methodology, writing,…
Build and deploy a production-ready Trust Center for any company. Use this skill whenever someone asks to create a trust center, compliance portal, security page, or wants to publish their SOC 2/SOC 3/ISO 27001/HIPAA/compliance posture publicly. Also triggers when someone
$ npx -y skills add GRCEngClub/claude-grc-engineering --skill trust-center --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/trust-centerContext preview
The summary Claude sees to decide when to auto-load this skill.
Build and deploy a production-ready Trust Center for any company. Use this skill whenever someone asks to create a trust center, compliance portal, security page, or wants to publish their SOC 2/SOC 3/ISO 27001/HIPAA/compliance posture publicly. Also triggers when someone
name: trust-center description: > Build and deploy a production-ready Trust Center for any company. Use this skill whenever someone asks to create a trust center, compliance portal, security page, or wants to publish their SOC 2/SOC 3/ISO 27001/HIPAA/compliance posture publicly. Also triggers when someone mentions gated document access for audit reports, NDA-based document sharing, or wants to replace paid trust center tools like Secureframe, Vanta, Drata, or SafeBase. Even if they just say "I need a place to share my SOC 2 with customers" — that's a trust center. Use this skill.
Build a serverless trust center that publishes a company's compliance posture — certifications, policies, and audit reports — with gated access for sensitive documents.
A fully deployed trust center with:
Monthly cost: ~$5-15/mo for the trust center infrastructure (e-signature provider costs vary).
Follow these steps in order. Each step builds on the previous one.
Ask the user for the following. Be conversational — don't dump all questions at once. Ask 2-3 at a time, then move on.
**Required:**
**For each certification, ask:**
**Ask about documents:**
**Ask about NDA / e-signature (optional):**
**Optional:**
If they have a SOC 2 report file, ask them to share it — the skill can extract certification details, control counts, and audit period automatically.
If the user provides a SOC 2 report or other compliance documents:
1. Read the document using appropriate tools 2. Extract:
3. Use this extracted data to pre-fill the trust center configuration 4. Confirm the extracted data with the user before proceeding
Read the reference files to generate the code. The order matters:
1. Read `references/infrastructure-template.yaml` → Generate `infrastructure/template.yaml`
2. Read `references/api-handler.py` → Generate `backend/functions/api_handler.py`
3. Read `references/seed-data.md` → Generate `backend/seed_data.py`
4. Copy frontend files from `references/frontend-files/` → Generate the React frontend:
5. Copy `references/deploy-script.sh` → Generate `deploy.sh`
6. Generate `README.md` with company-specific details
The final output should be:
trust-center/
├── README.md
├── deploy.sh # One-command deploy
├── infrastructure/
│ └── template.yaml # CloudFormation (full AWS stack)
├── backend/
│ ├── functions/
│ │ └── api_handler.py # Lambda API
│ └── seed_data.py # Company-specific data population
├── frontend/
│ ├── index.html
│ ├── package.json
│ ├── vite.config.js
│ └── src/
│ ├── main.jsx
│ ├── hooks/useAuth.jsx
│ ├── pages/TrustCenter.jsx
│ ├── pages/AdminDashboard.jsx
│ ├── pages/LoginPage.jsx
│ └── utils/api.js
└── docs/
└── DEPLOYMENT.md # Step-by-step guideWalk the user through deployment:
1. Verify AWS CLI is configured: `aws sts get-caller-identity` 2. Verify region is us-east-1: `aws configure get region` 3. Run the deploy script: `./deploy.sh --email ADMIN_EMAIL` 4. Wait for CloudFormation (~10-15 min for CloudFront) 5. Upload actual documents to S3 6. Check admin email for temporary Cognito password 7. Visit the live URL
If deploying from Cla
Open-source GRC Engineering resource for Claude. claude-grc-engineering turns technical evidence from cloud, SaaS, code, and security tools into framework-aligned findings, gap reports, remediation guidance, evidence packages, and OSCAL workflows.
Repo: GRCEngClub/claude-grc-engineering
Guide a research project through the full academic lifecycle — from raw idea to concrete research question, literature grounding, methodology, writing,…
Expertise in evaluating AWS accounts for compliance — what checks are meaningful, which SCF controls they map to, and how to interpret aws CLI output.
Use when interpreting AWS Secrets Manager connector output, deciding between inspector and retrieve modes, drafting SCF-mapped controls for rotation / KMS /…
Expertise in evaluating Azure subscription findings from azure-inspector and mapping them to SCF controls.
Interpret CrowdStrike Falcon findings for sensor coverage, policy visibility, and host group scoping.
Interpret datadog-inspector findings and translate Datadog monitoring, audit, log-retention, SSO, and RBAC results into GRC evidence and remediation.