.claude-plugin — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited .claude-plugin (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Rigour provides meta-cognitive governance tools to ensure AI agents stay aligned with engineering standards, project context, and brand identity during long-running coworking tasks.
rigour_checkpointRecord a quality checkpoint during long-running agent execution. Use periodically (every 15-30 min) to enable drift detection and quality monitoring. Essential for coworking mode.
Parameters:
cwd (string, required): Absolute path to the project root.progressPct (number, required): Estimated progress percentage (0-100).summary (string, required): Brief description of work done since last checkpoint.qualityScore (number, required): Self-assessed quality score (0-100).filesChanged (array of strings): List of files modified since last checkpoint.rigour_agent_registerRegister an agent in a multi-agent session. Use this at the START of agent execution to claim task scope and enable cross-agent conflict detection.
Parameters:
cwd (string, required): Absolute path to the project root.agentId (string, required): Unique identifier for this agent (e.g., 'marketing-pro', 'sales-bot').taskScope (array of strings, required): Glob patterns defining the files/directories this agent will work on.rigour_checkRun all configured quality gates (Lint, Test, AST, etc.) on the project. Call this before completing a task to verify overall quality.
Parameters:
cwd (string, required): Absolute path to the project root.rigour_get_fix_packetIf gates fail, call this to retrieve a prioritized 'Fix Packet' containing detailed instructions on how to resolve the violations.
Parameters:
cwd (string, required): Absolute path to the project root.rigour_rememberPersist critical instructions or project-specific conventions that should be remembered across sessions.
Parameters:
cwd (string, required): Absolute path to the project root.key (string, required): Unique key for the memory.value (string, required): The instruction or context to remember.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.