By nsalvacao
Cross-repository audit orchestration plugin for onboarding and quality assessment in any project, with deterministic outputs and SQLite-backed execution tracking.
Remove deterministic audit-fleet generated artifacts while preserving source configuration by default.
Orchestrate the full audit-fleet run with specialist fan-out, barrier synchronization, consolidator fan-in, and validation gates.
Report orchestration status for audit-fleet lanes, barrier readiness, and validation health.
Produce an executive-level summary from validated audit-fleet outputs with deterministic summary artifacts.
Run the audit-fleet validation gate for fixed reports, section contract, and finding field schema.
Consolidates all specialist lane reports into a single executive audit verdict with contradiction resolution and prioritized actions. <example> Context: User requests this specialist lane during an audit-fleet run. user: "Consolidate all lane reports and give me the final executive verdict" assistant: "I'll use solution-auditor-consolidator to produce the lane report with evidence-backed findings." </example>
Runs the global cross-functional first-pass to establish baseline project maturity and release readiness. <example> Context: User requests this specialist lane during an audit-fleet run. user: "Run the baseline transversal audit for this repository" assistant: "I'll use solution-auditor to produce the lane report with evidence-backed findings." </example>
Audits product-to-code coherence, including promise drift and ghost feature detection. <example> Context: User requests this specialist lane during an audit-fleet run. user: "Check if roadmap and docs promises match what is actually implemented" assistant: "I'll use coherence-analyzer to produce the lane report with evidence-backed findings." </example>
Evaluates software architecture quality, boundaries, and maintainability risk hotspots. <example> Context: User requests this specialist lane during an audit-fleet run. user: "Audit architecture boundaries and identify refactor hotspots" assistant: "I'll use architect-review to produce the lane report with evidence-backed findings." </example>
Performs security and compliance risk auditing with exploitability-based prioritization. <example> Context: User requests this specialist lane during an audit-fleet run. user: "Run a security posture audit for this repository" assistant: "I'll use security-auditor to produce the lane report with evidence-backed findings." </example>
This skill should be used when merging audit-fleet lane reports into a single executive output while preserving exact sections, keys, and severity terminology.
This skill should be used when findings need evidence quality control, confidence grading, and strict mapping to audit-fleet finding keys and severity enum.
This skill should be used when the user asks to orchestrate multi-lane audit-fleet execution with deterministic report contracts, strict lane handoffs, and synchronized consolidation.
This skill should be used when an audit-fleet lane is producing or validating report format and must enforce deterministic sections plus exact finding keys.
This skill should be used when coordinating audit-fleet progress with SQL todo tracking and contract-aware completion gates across all audit lanes.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Production-focused home for reusable Claude Code plugins.
This repository is structured as a long-term plugin portfolio.
strategy-toolkit is the first complete plugin and sets the baseline quality standard.
Claude Code users often build useful commands, skills, and workflows in isolated projects.
Without a shared repository structure, it is hard to:
This repository provides a single, organized source of truth for plugin development and publishing:
plugins/.claude-plugin/marketplace.jsonBy treating plugins as products (not one-off prompt files), this repository can evolve into:
strategy-toolkit| Plugin | Version | Description | Category | Components |
|---|---|---|---|---|
plugin-dev | 1.0.0 | Comprehensive toolkit for developing Claude Code plugins — hooks, MCP integra... | development | 1 cmd, 7 skill, 3 agent |
strategy-toolkit | 0.2.0 | Strategic ideation, execution planning, and pre-launch evaluation toolkit wit... | productivity | 3 cmd, 3 skill, 1 agent, hooks |
repo-structure | 0.2.0 | Enterprise-grade repository structure analyzer, validator, and scaffolder wit... | development | 7 cmd, 6 skill, 4 agent, hooks |
product-management | 1.0.0 | Write feature specs, plan roadmaps, synthesise user research, and analyse com... | productivity | 6 cmd, 6 skill, 1 agent, hooks |
productivity | 1.0.0 | Task management, workplace memory, and a visual dashboard. Claude learns your... | productivity | 2 cmd, 2 skill, 1 agent, hooks |
productivity-cockpit | 1.0.0 | Task management, workplace memory, and an interactive cockpit dashboard with ... | productivity | 2 cmd, 3 skill |
plugin-studio | 0.1.0 | Visual dashboard for creating and managing Claude Code plugins — browse struc... | development | 2 cmd, 1 skill, hooks |
solution-audit | 0.2.0 | Continuous meta-quality audit system for solutions under development — evalua... | development | 7 cmd, 8 skill, 4 agent, hooks |
agile-lifecycle | 0.2.0 | Hybrid gated-iterative lifecycle framework for AI/ML products — 7 phases, 6 f... | productivity | 11 cmd, 16 skill, hooks |
waterfall-lifecycle | 0.3.0 | Formal predictive waterfall lifecycle framework for AI/ML products — 8 phases... | development | 8 cmd, 8 skill, hooks |
audit-fleet | 0.1.0 | Cross-repository audit orchestration plugin for onboarding and quality assess... | development | 5 cmd, 5 skill, 14 agent |
qwen-delegate | 0.1.0 | Delegate token-cheap tasks to the Qwen CLI (cloud-backed) to save Anthropic P... | productivity | 1 cmd, 1 skill, 1 agent |
.
|- .claude-plugin/
| |- marketplace.json
|- .github/
| |- ISSUE_TEMPLATE/
| |- workflows/
| |- PULL_REQUEST_TEMPLATE.md
|- docs/
| |- PLUGIN_GUIDELINES.md
| |- RELEASE_CHECKLIST.md
|- plugins/
| |- strategy-toolkit/
| |- .claude-plugin/plugin.json
| |- README.md
| |- commands/
| |- skills/
|- CHANGELOG.md
|- CODE_OF_CONDUCT.md
|- CONTRIBUTING.md
|- LICENSE
|- ROADMAP.md
|- SECURITY.md
|- SUPPORT.md
git clone <your-github-repo-url>
cd nsalvacao-claude-code-plugins
npx claudepluginhub nsalvacao/nsalvacao-claude-code-plugins --plugin audit-fleetEnterprise-grade repository structure analyzer, validator, and scaffolder with intelligent automation
Strategic ideation, execution planning, and pre-launch evaluation toolkit with reproducible frameworks and LLM-as-judge evaluation
Hybrid gated-iterative lifecycle framework for AI/ML products — 7 phases, 6 formal gates (A–F), 31 agents, 16 skills, and full artefact management. Enterprise agile with governance overlay.
Visual dashboard for creating and managing Claude Code plugins — browse structure, edit components, validate, and scaffold new plugins from a browser UI.
Write feature specs, plan roadmaps, synthesise user research, and analyse competitors. Full PM workflow covered.
Universal quality control orchestrator and final authority for any software development project. Dynamically discovers and coordinates with available sub-agents, performs comprehensive multi-dimensional quality assessment, security validation, and deployment readiness verification. Adapts to any project type, programming language, or development framework while maintaining enterprise-grade quality standards. Examples: <example>Context: Code changes ready for review across any project. user: 'Please review this code before commit' assistant: 'I'll use the 1-ceo-quality-control-agent to orchestrate comprehensive quality validation, discover available specialists, and perform final security scanning before approval.' <commentary>Universal quality control requires comprehensive validation across all dimensions regardless of project type.</commentary></example> <example>Context: Multi-agent work completion needing validation. user: 'Several agents completed their tasks, need quality review' assistant: 'Let me engage the 1-ceo-quality-control-agent to coordinate comprehensive validation across all completed work and ensure quality standards.' <commentary>Multi-agent coordination and quality validation applies to any development project.</commentary></example>
Universal quality control orchestrator and final authority for any software development project. Dynamically discovers and coordinates with available sub-agents, performs comprehensive multi-dimensional quality assessment, security validation, and deployment readiness verification. Adapts to any project type, programming language, or development framework while maintaining enterprise-grade quality standards. Examples: <example>Context: Code changes ready for review across any project. user: 'Please review this code before commit' assistant: 'I'll use the 1-ceo-quality-control-agent to orchestrate comprehensive quality validation, discover available specialists, and perform final security scanning before approval.' <commentary>Universal quality control requires comprehensive validation across all dimensions regardless of project type.</commentary></example> <example>Context: Multi-agent work completion needing validation. user: 'Several agents completed their tasks, need quality review' assistant: 'Let me engage the 1-ceo-quality-control-agent to coordinate comprehensive validation across all completed work and ensure quality standards.' <commentary>Multi-agent coordination and quality validation applies to any development project.</commentary></example>
24 parallel audit agents + 6 workflow skills for Claude Code. Complete E2E development workflow for solo devs.
Structured codebase health attributes with severity-based agent routing
Analyze local repos for code health, complexity, test coverage gaps - multi-dimensional health analysis combining complexity + churn + coverage
AWOS code quality audit framework