tech-stack-constraints

Validate code and configurations against the allowed technology stack.

2|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/zeeshan080/ai-native-robotics --skill tech-stack-constraints
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tech-stack-constraints
Source: https://github.com/zeeshan080/ai-native-robotics/tree/main/.claude/skills/tech-stack-constraints
Command: npx skills add https://github.com/zeeshan080/ai-native-robotics --skill tech-stack-constraints

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill validates code and configurations against the allowed technology stack per constitution. Use when selecting libraries, building platform code, or checking framework compliance.

Core Features & Use Cases

  • Compliance Validation: Compare proposed technologies against the allowed list and reference the constitution for authority.
  • Migration Guidance: If a non-approved tool is proposed, suggest approved alternatives and provide a migration path.
  • Reference Authority: Link to allowed-tech.md for the definitive rules and constraints.

Quick Start

Check a proposed backend stack: for example, verify whether using Django is allowed; if not, propose FastAPI and provide a migration path to align with the constitution.

Frequently Asked Questions about tech-stack-constraints

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

FAQPage Schema
How do I validate my backend code against an allowed technology stack?

Technology stack validation compares your proposed libraries, frameworks, and tools against an approved list defined in your constitution. This Skill checks backend code, platform selections, and framework choices to ensure compliance, flagging non-approved technologies and recommending approved alternatives with migration guidance.

What should I do if my proposed framework or library isn't on the approved tech stack?

When a technology isn't approved, this Skill identifies compliant alternatives from your allowed-tech directives and provides a migration path to transition your code. It delivers actionable recommendations for conformance without breaking your current implementation.

Can I use this to check compliance across backend, frontend, robotics, and infrastructure code?

Yes, stack validation applies across backend, frontend, robotics (including ROS2), and infrastructure layers. The Skill enforces allowed technologies and validation rules uniformly, ensuring your entire codebase—from platform code to library selections—aligns with your constitution.

How does this help with technology migrations?

Migration guidance compares your current stack against approved alternatives, suggests compliant replacements, and outlines the steps to transition your code. This reduces technical debt and ensures new selections align with your long-term stack strategy.

Where is the authority for what technologies are allowed?

The allowed-tech.md document serves as the definitive reference for approved technologies and constraints. This Skill links to that constitution to enforce rules consistently and provide transparent reasoning for compliance decisions.