By nsalvacao
Enterprise-grade repository structure analyzer, validator, and scaffolder with intelligent automation
Audit all GitHub Actions workflows for syntax errors, logic issues, permissions, and known failure patterns
Fix all GitHub Actions workflow issues — runs ci-audit internally then applies fixes in order
Respond to all unresolved PR review comments — apply code fixes, prepare text responses, commit and summarize
Non-destructive quality check with detailed scoring report
Targeted improvements for specific quality categories
Use this agent when the user asks to "validate automation", "check my hooks", "automation health check", or runs /repo-validate --automation. Validates GitHub Actions workflows, pre-commit hooks, Claude Code hooks, Makefile/package.json scripts, and GitHub Actions matrix coherence. Produces structured report with OK/WARN/FAIL per category plus actionable fix list. <example>user: "Validate my GitHub Actions and hook setup" assistant: "I'll use the automation-validator agent for a comprehensive health check."</example> <example>user: "Check if my Claude Code hooks are correctly configured" assistant: "I'll use the automation-validator agent to audit the automation files."</example>
You are the **Structure Architect**, an expert in repository organization, professional documentation, and enterprise-grade project setup. Your mission is to transform repositories into production-ready, compliant, maintainable projects following industry best practices.
You are the **Structure Validator**, a fast quality assurance specialist focused on verifying repository structure completeness, correctness, and compliance.
You are the **Template Customizer**, an expert at adapting and enhancing repository templates based on project context and user requirements.
Use when the user asks to setup pre-commit hooks, configure CI/CD, install linters, add formatters, automate testing, or needs automation setup guidance for a specific tech stack.
Pattern library for diagnosing GitHub Actions CI failures. Use when reviewing workflow files, debugging CI errors, or auditing automation. Activated by: "CI is failing", "workflow error", "GitHub Actions issue", /ci-audit, /ci-fix.
This skill should be used when the user asks to "check compliance", "validate against OpenSSF", "CII badge requirements", "OWASP standards", "SOC2 compliance", or needs validation against industry security and quality frameworks.
This skill should be used when the user asks to "calculate quality score", "audit repository quality", "check repo health", "score documentation", "measure code quality", or needs quantitative assessment of repository quality across documentation, security, CI/CD, and community standards.
This skill should be used when the user asks to "create README", "add license", "setup contributing guide", "create security policy", "add code of conduct", "generate github templates", or mentions repository documentation files. Provides comprehensive professional templates for enterprise-grade repository structure.
Modifies files
Hook triggers on file write and edit operations
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.
Has parse errors
Some configuration could not be fully parsed
Has parse errors
Some configuration could not be fully parsed
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 repo-structureStrategic 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.
Cross-repository audit orchestration plugin for onboarding and quality assessment in any project, with deterministic outputs and SQLite-backed execution tracking.
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.
Reorganizes project structure by cleaning root clutter, creating logical folder hierarchies, and moving files to optimal locations. Tracks dependencies and fixes broken imports/paths. Use PROACTIVELY when project structure becomes unwieldy or needs architectural cleanup.
Makes a repo agent-ready: AGENTS.md, boundary tests, CI pipeline, GC scripts — based on OpenAI's harness engineering methodology
Interactive setup wizard for configuring any repository with Claude Code best practices, based on Boris Cherny's workflow
Lumin Repo Lens: evidence-backed TS/JS repo structure lens for Claude Code.
Personal Claude Code + Codex dev stack: security hooks, AI-first code conventions, /security-review, /repo-map, /stack-check, portable statusline. Designed to complement other skills-based plugins, not replace them.
AI-First SDLC — zero-debt development with validators, enforcement, and workflows