一键导入
compliance-framework
Technology-agnostic, referential-agnostic orchestration framework for all compliance standards (RGAA, RGESN, RGS, RGPD, RGI, W3C-WSG)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Technology-agnostic, referential-agnostic orchestration framework for all compliance standards (RGAA, RGESN, RGS, RGPD, RGI, W3C-WSG)
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Guide users through creating custom VS Code agents with specialized capabilities, tool restrictions, and subagent workflows. Use when users want to create agent modes, define specialized workflows with context isolation, or build multi-stage agent systems with different tool access per stage. Provides structured interview process for comprehensive agent development.
Ensures digital accessibility for all users (WCAG 2.1 AA compliance, French RGAA 4.1.2 standard)
Ensures eco-responsible IT practices and minimizes environmental impact
Ensures system interoperability via open standards, documented APIs, and standardized data exchange
Ensures personal data protection and privacy rights according to GDPR/RGPD
Ensures information security and compliance with French security standards
| name | Compliance Framework |
| description | Technology-agnostic, referential-agnostic orchestration framework for all compliance standards (RGAA, RGESN, RGS, RGPD, RGI, W3C-WSG) |
Note: This is not a traditional "skill" with tests or criteria. It's a shared framework used by all compliance referential skills to orchestrate scanning across different build systems and projects.
Provides universal orchestration for compliance scanning:
scripts/scan-affected.js — Universal wrapper
scripts/config-template.json — Template for projects
web → web, api → null)ARCHITECTURE.md — Design pattern (tech + referential agnostic)README.md — Framework usage guide & all supported build systemsAGENT-INTEGRATION.md — How agents select and invoke skillsEach compliance skill (RGAA, RGESN, etc.) can use the framework:
cd .agents/skills/compliance-rgaa
node ../compliance-framework/scripts/scan-affected.js
Framework auto-discovers the skill's scan-compliance.js and invokes it.
node .agents/skills/compliance-framework/scripts/scan-affected.js \
--scanner .agents/skills/compliance-rgesn/scripts/scan-compliance.js \
--base main \
--targets web
Agents select relevant skills and invoke the framework for each:
@compliance-agent Review for French compliance
↓
Agent selects: RGAA, RGPD, RGS, RGESN, RGI
↓
For each skill:
node ... --scanner .agents/skills/compliance-[skill]/scripts/scan-compliance.js
| Technology | Detection | Affected Projects | Fallback |
|---|---|---|---|
| Nx | nx.json | nx show projects --affected | git diff |
| Turborepo | turbo.json | git diff | — |
| pnpm | pnpm-workspace.yaml | git diff | — |
| Maven | pom.xml | git diff | — |
| Gradle | build.gradle(*.kts) | git diff | — |
| Custom | None detected | git diff or fallback | — |
| Skill | Location | Standard | Tests |
|---|---|---|---|
| RGAA | compliance-rgaa/ | Accessibility | 182 |
| RGESN | compliance-rgesn/ | Sustainability | TBD |
| RGS | compliance-rgs/ | Security | TBD |
| RGPD | compliance-rgpd/ | Data Protection | TBD |
| RGI | compliance-rgi/ | Interoperability | TBD |
| W3C-WSG | compliance-w3c-wsg/ | Web Sustainability | TBD |
✅ Zero duplication — Framework shared by all skills
✅ Minimal project config — One scanner-config.json for all standards
✅ Automatic build detection — No manual setup per project
✅ Agent-driven — Agents select applicable referentials
✅ Extensible — Add new technologies with 5 lines of code
✅ Well-documented — See README.md and ARCHITECTURE.md for details
Type: Shared Framework (Standard: VS Code .agents/skills/)
Applicable To: All compliance referential skills & projects
Created: March 2026