global-applications-guidelines

Enforce universal architectural and implementation guidelines across application development projects.

Updated May 28, 2026
One-click install
npx skills add https://github.com/susamn/skills --skill global-applications-guidelines
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: global-applications-guidelines
Source: https://github.com/susamn/skills/tree/main/global-applications-guidelines
Command: npx skills add https://github.com/susamn/skills --skill global-applications-guidelines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the risk of inconsistent, overcomplicated, and poorly maintained application code by providing universal, enforceable guidelines that standardize best practices across all projects, languages, and frameworks, ensuring every development task follows proven, production-ready patterns.

Core Features & Use Cases

  • Universal Development Guardrails: Enforces core rules including simplicity-first implementation, surgical code changes, contract-first API design, and test-always policies to prevent common development pitfalls.
  • Standardized Project Structure: Mandates required root and module-level files (ARCHITECTURE.md, DEPENDENCY.md, CONTEXT.md, TODO.md) to ensure consistency, maintainability, and clear coordination across team members and modules.
  • Use Case: When building a new customer-facing web application, this skill ensures you define the OpenAPI contract first, write tests for every code change, avoid unrequested features, and maintain clear project state tracking across all modules.

Quick Start

Use the global-applications-guidelines skill to plan and implement a new task management API following all mandated architectural, testing, and documentation standards.

Frequently Asked Questions about global-applications-guidelines

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

FAQPage Schema
How do I enforce architectural guidelines and code standards across multiple application projects?

You can enforce architectural guidelines by applying universal, enforceable rules for simplicity-first implementation, surgical code changes, and test-always policies across all project types, languages, and frameworks to ensure production-ready patterns.

What is contract-first API design and how does it standardize application development?

Contract-first API design mandates defining the API contract, such as an OpenAPI specification, before writing implementation code, ensuring standardized development, clear coordination, and consistent project structure across all team members.

Does this application development guideline work with any programming language and framework?

Yes, these universal guardrails apply to all stages of application development including new project setup and feature implementation across any language, framework, or platform without requiring specific dependencies.

What's the best way to maintain project structure and state tracking across large application modules?

The best way is mandating required root and module-level files like ARCHITECTURE.md, DEPENDENCY.md, CONTEXT.md, and TODO.md to ensure consistency, maintainability, and clear state tracking across all modules.

Why should I use universal guardrails for application development instead of project-specific rules?

Universal guardrails eliminate the risk of inconsistent, overcomplicated, and poorly maintained application code by standardizing best practices, preventing redundant logic, and avoiding unrequested features across all projects.

Can I use these architectural guidelines for modifying existing code rather than just new project setup?

Yes, these architectural guidelines apply to all stages of application development, including code modification and feature implementation on existing projects, ensuring surgical changes and test-always policies are followed.