onboard-control

Parse security policy PDFs, Markdown, HTML, or text into a ComplianceAsCode control file structure.

2.8k|817|Updated Apr 29, 2014
One-click install
npx skills add https://github.com/ComplianceAsCode/content --skill onboard-control
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: onboard-control
Source: https://github.com/ComplianceAsCode/content/tree/main/.claude/skills/onboard-control
Command: npx skills add https://github.com/ComplianceAsCode/content --skill onboard-control

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates turning security policy documents into a structured control-file format that can be easily onboarded and audited.

Core Features & Use Cases

  • Parse a policy document (PDF, Markdown, HTML, or text) and generate a ComplianceAsCode control structure.
  • Optionally map existing rules to requirements, enabling quick policy-to-control alignment across products.
  • Support product scoping, versioning, and fallback behavior when the policy source is not MCP-enabled.

Quick Start

Provide a policy document path to onboard-control and let it parse, generate the control structure, and map existing rules.

Frequently Asked Questions about onboard-control

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

FAQPage Schema
How do I convert a security policy PDF into structured compliance controls?▼

To convert a security policy PDF into structured compliance controls, you provide the document path to onboard-control. It parses the PDF and automatically generates a ready-to-use ComplianceAsCode control file structure for auditing.

Can I map existing security rules to new policy requirements automatically?▼

You can map existing security rules to new policy requirements automatically using onboard-control. It parses your policy document and aligns existing rules across products to the generated control structure.

What file formats are supported for parsing security policy documents?▼

Supported file formats for parsing security policy documents include PDF, Markdown, HTML, and plain text. onboard-control validates these inputs and infers or confirms the target product before generating control files.

How do I generate a ComplianceAsCode control file structure from a markdown policy?▼

To generate a ComplianceAsCode control file structure from a markdown policy, provide the markdown file path to onboard-control. The tool parses the text, validates the input, and outputs a ready-to-map control file set.

Does onboard-control work with policy sources that are not MCP-enabled?▼

onboard-control does work with policy sources that are not MCP-enabled. It includes fallback behavior to parse local documents and still generate the required control file structure for compliance mapping.

What is the best way to onboard security policies across different products?▼

The best way to onboard security policies across different products is to use onboard-control for product scoping and versioning. It parses the policy source and supports mapping existing rules to requirements across your specified products.