Claude-code-plugins-plus-skills windsurf-audit-logging
install
source · Clone the upstream repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/jeremylongshore/claude-code-plugins-plus-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/saas-packs/skill-databases/windsurf/skills/windsurf-audit-logging" ~/.claude/skills/jeremylongshore-claude-code-plugins-plus-skills-windsurf-audit-logging && rm -rf "$T"
manifest:
plugins/saas-packs/skill-databases/windsurf/skills/windsurf-audit-logging/SKILL.mdsource content
Windsurf Audit Logging
Overview
This skill enables comprehensive audit logging for Windsurf Enterprise deployments. It covers AI interaction logging, file access tracking, authentication events, and configuration changes.
Prerequisites
- Windsurf Enterprise subscription
- Organization administrator access
- Compliance requirements documented
- Log storage infrastructure
- SIEM integration (optional but recommended)
Instructions
- Enable Audit Logging
- Configure Event Types
- Set Up Integrations
- Create Reports
- Monitor and Alert
See
${CLAUDE_SKILL_DIR}/references/implementation.md for detailed implementation guide.
Output
- Configured audit log streams
- SIEM integration
- Automated reports
- Alert configurations
Error Handling
See
${CLAUDE_SKILL_DIR}/references/errors.md for comprehensive error handling.
Examples
See
${CLAUDE_SKILL_DIR}/references/examples.md for detailed examples.