BeClaude

compliance-auditor

New
Community RegistryGeneralby Nick Garrison

Regulatory compliance auditing tools for code and documentation review

Community PluginView Source

Overview

A comprehensive database of Claude Code plugins for various development needs.

Installation

To add this marketplace to your Claude Code installation:

bash
/plugin marketplace add nickgarrison/claude-plugin-database

Or using the full URL:

bash
/plugin marketplace add https://github.com/nickgarrison/claude-plugin-database.git

Available Plugins

Coming soon! This marketplace is currently being set up.

Adding New Plugins

To add a new plugin to this marketplace:

  1. Add the plugin entry to .claude-plugin/marketplace.json
  2. Choose your plugin source:

- Local: "source": "./plugins/plugin-name" - GitHub: "source": {"source": "github", "repo": "owner/repo"} - Git URL: "source": {"source": "url", "url": "https://example.com/plugin.git"}

Example plugin entry:

json
{
  "name": "example-plugin",
  "description": "A helpful description",
  "source": "./plugins/example-plugin"
}

Contributing

Contributions are welcome! Please submit a pull request with new plugin additions.

License

MIT

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/compliance-auditor.md https://raw.githubusercontent.com/ngarrison-stack/claude-plugin-database/main/SKILL.md
3
Invoke in Claude Code
/compliance-auditor
View source on GitHub
code-reviewdocumentationcomplianceauditregulatorysecurityfismafedramp

Frequently Asked Questions

What is compliance-auditor?

Regulatory compliance auditing tools for code and documentation review

How to install compliance-auditor?

To install compliance-auditor, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /compliance-auditor.

What is compliance-auditor best for?

compliance-auditor is a community categorized under General. It is designed for: code-review, documentation, compliance, audit, regulatory, security, fisma, fedramp. Created by Nick Garrison.