bezaleel-stack

Detect and analyze technology stacks with live research and prioritized recommendations.

Updated Feb 28, 2025
One-click install
npx skills add https://github.com/christopheraaronhogg/codehogg --skill bezaleel-stack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bezaleel-stack
Source: https://github.com/christopheraaronhogg/codehogg/tree/main/templates/skills/bezaleel-stack
Command: npx skills add https://github.com/christopheraaronhogg/codehogg --skill bezaleel-stack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides comprehensive technology stack auditing with LIVE RESEARCH capability. Analyzes version currency, code patterns, conventions, anti-patterns, and security advisories for ANY framework (Laravel, React, Vue, Symfony, etc.). Use this skill when the user needs technology stack audit, framework best practices review, or package analysis. Produces detailed consultant-style reports with findings and prioritized recommendations — does NOT write implementation code.

Core Features & Use Cases

  • Stack Detection (Framework-Agnostic): Detect the technology stack by reading config files (composer.json, package.json, tsconfig.json, tailwind.config., vite.config., next.config., nuxt.config.).
  • Dynamic Hierarchy Building: Build a dependency tree reflecting the detected stack (backend, frontend, types, styling, build tools).
  • Live Research: For each detected package, perform web-based research using CURRENT_YEAR to fetch official docs, best practices, deprecations, and security advisories.
  • Codebase Audit: Compare actual usage against researched best practices, flagging misalignments and security concerns.
  • Recommendation Generation: Produce prioritized, consultant-style recommendations with sources and explicit upgrade paths.
  • Output Reports: Generate structured reports detailing stack health, version status, and actionable next steps.

Quick Start

Initiate a full-stack audit on the target project and generate a prioritized consultant-style report with live research.

Frequently Asked Questions about bezaleel-stack

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit my project's technology stack for outdated versions and security advisories?

A technology stack audit detects your framework configurations, researches live security advisories, and compares your package versions against official current documentation. This process generates prioritized, consultant-style findings detailing version currency, anti-patterns, and actionable upgrade paths.

Can I perform a framework-agnostic stack audit on a Laravel and React codebase?

Yes, framework-agnostic stack audits apply to any language or framework, including Laravel, React, Vue, and Symfony. The process automatically detects your stack by reading configuration files like composer.json and package.json to build a dynamic dependency tree for analysis.

What is the best way to review codebase anti-patterns against current framework best practices?

Reviewing codebase anti-patterns requires live research of official documentation to compare actual package usage against current best practices. This flags misalignments and security concerns, producing structured reports detailing stack health, version status, and prioritized recommendations with sources.

Does a live stack audit automatically generate implementation code to fix detected vulnerabilities?

No, live stack audits do not write implementation code. They produce detailed consultant-style reports focusing on stack health analysis, identifying version currency, anti-patterns, and security advisories with explicit, prioritized upgrade recommendations and sources.

How do live stack audits find deprecations for detected frontend and backend packages?

Live stack audits perform web-based research using the current year to fetch official docs, best practices, and deprecations for each detected package. This dynamic research identifies outdated dependencies and generates actionable upgrade recommendations based on the latest available data.

What configuration files are needed to detect a technology stack for a health audit?

Stack detection reads standard configuration files like composer.json, package.json, tsconfig.json, tailwind.config, vite.config, next.config, and nuxt.config. These files allow the audit to build a dependency tree reflecting your backend, frontend, styling, and build tools.