developmentarchitect

Monitor and refactor the Squisq monorepo for code quality issues.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/bendyline/squisq --skill developmentarchitect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: developmentarchitect
Source: https://github.com/bendyline/squisq/tree/main/.agents/skills/developmentarchitect
Command: npx skills add https://github.com/bendyline/squisq --skill developmentarchitect

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill maintains the high quality and correctness of the Squisq codebase, optimized for AI agents to generate code with minimal errors.

Core Features & Use Cases

  • Code Health Monitoring: Identifies code quality issues like duplication, drift, ambiguity, and staleness.
  • Automated Refactoring: Proposes and flags code improvements for human review and correction.
  • AI Code Review: Focuses on AI-generated code to ensure it meets standards and is maintainable.
  • Use Case: Run this skill after adding a new package, before major feature work, or when friction in development is noticed to ensure the Squisq codebase remains robust.

Quick Start

Run the developmentarchitect skill to review the Squisq codebase for quality and correctness.

Frequently Asked Questions about developmentarchitect

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

FAQPage Schema
How do I monitor codebase health for duplication and drift in an AI development workflow?

Codebase health monitoring identifies quality issues like duplication, drift, ambiguity, and staleness. It scans the monorepo to detect structural degradation, ensuring AI-generated code remains robust and maintainable throughout the development process.

What is the best way to review AI-generated code for correctness and maintainability?

Reviewing AI-generated code for correctness involves checking it against established standards to catch errors and maintainability risks. This process flags proposed improvements for human review, ensuring AI-generated output meets quality benchmarks before integration.

How do I refactor a monorepo to fix code staleness and ambiguity?

Refactoring a monorepo to fix staleness and ambiguity involves identifying outdated or unclear code segments and proposing targeted improvements. The system flags these areas for human correction, maintaining high code quality and reducing development friction.

When should I run a code quality check during AI-assisted feature development?

You should run a code quality check after adding a new package, before major feature work, or when development friction is noticed. Regular checks ensure the codebase remains robust and that AI-generated code meets correctness standards.

Does automated code review work with AI agents in a monorepo environment?

Automated code review works with AI agents in a monorepo by monitoring and refactoring code to maintain high quality. It is optimized for AI agents to generate code with minimal errors, flagging issues like drift and duplication for human review.

Why does AI-generated code introduce duplication and ambiguity in a codebase?

AI-generated code can introduce duplication and ambiguity when it creates redundant logic or unclear implementations without full context of the existing codebase. Monitoring these issues catches structural drift early, keeping the codebase maintainable.