# srnichols

> Open-source publisher. Listings imported from github.com/srnichols — credited to the original author with their license.

- **Listings:** 19
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/srnichols
- **Website:** https://github.com/srnichols

## Published listings

- [Staging Deploy](https://agentstack.voostack.com/l/skill-srnichols-plan-forge-staging-deploy) — Skill · Free · security-reviewed — `agentstack add skill-srnichols-plan-forge-staging-deploy`
  Build, push, migrate, and deploy to staging environment with health check verification. Use when deploying a completed phase to staging.
- [Code Review](https://agentstack.voostack.com/l/skill-srnichols-plan-forge-code-review) — Skill · Free · security-reviewed — `agentstack add skill-srnichols-plan-forge-code-review`
  Run a comprehensive code review across architecture, security, testing, naming, and patterns. Invokes relevant reviewer agents in sequence. Use before merging features or at the end of a phase. With --quorum, dispatches multi-model analysis for higher confidence.
- [Stakeholder Briefing](https://agentstack.voostack.com/l/skill-srnichols-plan-forge-stakeholder-briefing) — Skill · Free · security-reviewed — `agentstack add skill-srnichols-plan-forge-stakeholder-briefing`
  Generate a per-organisation stakeholder briefing for Plan Forge from the canonical template, optionally drafting the prospect-specific sections from a source directory of customer materials. Use when an internal champion needs to walk a colleague or VP through the decision to adopt Plan Forge.
- [Infra Deploy](https://agentstack.voostack.com/l/skill-srnichols-plan-forge-infra-deploy) — Skill · Free · security-reviewed — `agentstack add skill-srnichols-plan-forge-infra-deploy`
  Validate, what-if/plan, deploy, and verify Azure infrastructure using Bicep, Terraform, or azd. Use when deploying a completed infrastructure phase to an environment.
- [Azure Sweep](https://agentstack.voostack.com/l/skill-srnichols-plan-forge-azure-sweep) — Skill · Free · security-reviewed — `agentstack add skill-srnichols-plan-forge-azure-sweep`
  A Claude skill from srnichols/plan-forge.
- [Infra Test](https://agentstack.voostack.com/l/skill-srnichols-plan-forge-infra-test) — Skill · Free · security-reviewed — `agentstack add skill-srnichols-plan-forge-infra-test`
  Run the full IaC test suite — Bicep linting, ARM TTK (if applicable), Terraform validate, Pester unit and integration tests. Use before deploying or after making infrastructure changes.
- [Api Doc Gen](https://agentstack.voostack.com/l/skill-srnichols-plan-forge-api-doc-gen) — Skill · Free · security-reviewed — `agentstack add skill-srnichols-plan-forge-api-doc-gen`
  Generate or update OpenAPI specification from Python/FastAPI route decorators. Validate spec-to-code consistency. Use after adding or changing API endpoints.
- [Plan Forge](https://agentstack.voostack.com/l/mcp-srnichols-plan-forge) — MCP server · Free · security-reviewed — `agentstack add mcp-srnichols-plan-forge`
  Forge rough ideas into drift-proof execution contracts for AI coding agents. 6-step pipeline, 16 agents, 8 skills, lifecycle hooks, 5 tech presets.
- [Clean Code Review](https://agentstack.voostack.com/l/skill-srnichols-plan-forge-clean-code-review) — Skill · Free · security-reviewed — `agentstack add skill-srnichols-plan-forge-clean-code-review`
  Run a comprehensive Clean Code audit against the codebase — module size, function complexity, long parameter lists, TODO/FIXME markers, commented-out code, duplication (DRY), Boy Scout delta, dead exports, test smells, shell-parity (PS/Bash twins), dep boundaries (cross-package imports), frozen-arrays drift (enums.mjs), and ESLint violations — then produce a structured findings report with option…
- [Onboarding](https://agentstack.voostack.com/l/skill-srnichols-plan-forge-onboarding) — Skill · Free · security-reviewed — `agentstack add skill-srnichols-plan-forge-onboarding`
  Walk a new developer through PHP project setup, architecture, key files, and first task. Use when someone new joins the team or needs to understand the codebase.
- [Database Migration](https://agentstack.voostack.com/l/skill-srnichols-plan-forge-database-migration) — Skill · Free — `agentstack add skill-srnichols-plan-forge-database-migration`
  Generate, review, test, and deploy database schema migrations. Use when adding columns, creating tables, or changing schema.
- [Release Notes](https://agentstack.voostack.com/l/skill-srnichols-plan-forge-release-notes) — Skill · Free · security-reviewed — `agentstack add skill-srnichols-plan-forge-release-notes`
  Generate release notes from git history and CHANGELOG. Formats for GitHub Release, Slack, or email. Use before tagging a release.
- [Forge Quench](https://agentstack.voostack.com/l/skill-srnichols-plan-forge-forge-quench) — Skill · Free · security-reviewed — `agentstack add skill-srnichols-plan-forge-forge-quench`
  Systematically reduce PHP code complexity while preserving exact behavior — measure, understand, propose, prove, report. Use after a feature is complete and tests pass, when code works but is harder to maintain than it should be.
- [Test Sweep](https://agentstack.voostack.com/l/skill-srnichols-plan-forge-test-sweep) — Skill · Free · security-reviewed — `agentstack add skill-srnichols-plan-forge-test-sweep`
  Run all test suites (unit, integration, API, E2E) and aggregate results into a summary report. Use after completing execution slices or before the Review Gate.
- [Security Audit](https://agentstack.voostack.com/l/skill-srnichols-plan-forge-security-audit) — Skill · Free — `agentstack add skill-srnichols-plan-forge-security-audit`
  Comprehensive PHP/Laravel security audit — OWASP scan, composer audit, secrets detection, severity report.
- [Ui Scaffold](https://agentstack.voostack.com/l/skill-srnichols-plan-forge-ui-scaffold) — Skill · Free · security-reviewed — `agentstack add skill-srnichols-plan-forge-ui-scaffold`
  Scaffold a new Blazor page with proper layering — service interface, page component (markup + code-behind split), DTO, validation, error handling, and bUnit test. Enforces architecture-principles + blazor-fluent-ui conventions. Use when adding any new UI surface to a Blazor Server app.
- [OpenBrain](https://agentstack.voostack.com/l/mcp-srnichols-openbrain) — MCP server · Free · security-reviewed — `agentstack add mcp-srnichols-openbrain`
  Personal semantic memory system - self-hosted MCP server with pgvector, Ollama, and K8s deployment
- [Bug Fix](https://agentstack.voostack.com/l/skill-srnichols-plan-forge-bug-fix) — Skill · Free · security-reviewed — `agentstack add skill-srnichols-plan-forge-bug-fix`
  Guided end-to-end bug-fix workflow for Plan Forge tempering bugs — load → pre-fix review → write failing test → fix → validate → post-fix sweep → close. Composes /code-review, /clean-code-review, /forge-quench, and /test-sweep around the forge_bug_* tool surface so a fix never closes without a regression check.
- [Dependency Audit](https://agentstack.voostack.com/l/skill-srnichols-plan-forge-dependency-audit) — Skill · Free · security-reviewed — `agentstack add skill-srnichols-plan-forge-dependency-audit`
  Scan PHP module dependencies for vulnerabilities, outdated packages, and license issues. Use before PRs, after adding packages, or on a regular schedule.

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
