tech-stack

Enforce project conventions and code standards across Python tooling and structure.

Updated Mar 31, 2026
One-click install
npx skills add https://github.com/alex-robert-fr/better-skill-creator --skill tech-stack-alex-robert-fr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tech-stack
Source: https://github.com/alex-robert-fr/better-skill-creator/tree/main/.claude/skills/tech-stack
Command: npx skills add https://github.com/alex-robert-fr/better-skill-creator --skill tech-stack-alex-robert-fr

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill codifies and enforces the project's technical stack, coding conventions, and tooling choices to reduce ambiguity and speed up collaboration.

Core Features & Use Cases

  • Enforces language, linting, and testing standards across the codebase.
  • Documents and enforces structure for plugins, scripts, and references.
  • Use Case: When onboarding new contributors or conducting code reviews, apply these standards to ensure consistent quality and maintainable code.

Quick Start

Adopt the project’s tech stack conventions when creating or reviewing code.

Frequently Asked Questions about tech-stack

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

FAQPage Schema
How do I enforce coding standards and conventions across a Python project?

To enforce coding standards across a Python project, you codify language, linting, and testing rules into deterministic scripts and YAML frontmatter. This ensures consistent quality and maintains a cohesive tech stack during code writing and reviews.

What is the best way to document project structure for new contributors?

Documenting project structure for new contributors is best handled by codifying conventions into references and assets directories. This reduces ambiguity, speeds up onboarding, and ensures the team understands the plugin and script layout.

Can I use this to standardize lint and tooling configurations during code reviews?

Yes, you can use this to standardize lint and tooling configurations during code reviews. It enforces project conventions by applying documented standards to Python tooling, ensuring consistency across naming conventions and the tech stack.

Do I need any external dependencies to apply these code quality standards?

You do not need any external dependencies to apply these code quality standards. The system operates independently using YAML frontmatter metadata, Markdown body instructions, and a deterministic scripts directory with optional references and assets.

Why does my Python project structure lose consistency across different contributors?

Your Python project structure loses consistency across contributors due to ambiguity in coding conventions. Codifying the project's technical stack, tooling choices, and naming conventions into a standards-driven format reduces this drift and speeds up collaboration.