general

Apply general coding principles to standardize workflows across projects.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/led8/.codex --skill general-led8
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: general
Source: https://github.com/led8/.codex/tree/main/skills/general
Command: npx skills add https://github.com/led8/.codex --skill general-led8

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

General coding rules and principles to maintain consistency, reduce errors, and improve collaboration across projects.

Core Features & Use Cases

  • Provides a decision framework to route requests to the appropriate skill based on technology.
  • Documents a standard workflow for understand-gather-choose-plan-execute-verify-communicate.
  • Offers essential guidance to avoid common anti-patterns and maintain project hygiene.

Quick Start

Apply the general coding principles to assess a request, select the appropriate skill, and follow the standard workflow.

Frequently Asked Questions about general

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

FAQPage Schema
What are general coding principles for standardizing software engineering workflows?

General coding principles provide cross-cutting guidelines and decision trees to standardize software engineering workflows. They help maintain consistency, reduce errors, and improve collaboration across multiple technologies by enforcing a safe, deterministic approach.

How do I choose the right coding workflow for a specific technology task?

To choose the right coding workflow, use a decision tree framework to assess the request and route it to the appropriate skill based on technology. This ensures you select the correct approach and follow a defined understand-gather-choose-plan-execute-verify-communicate workflow.

What is the standard workflow for executing software engineering tasks?

The standard software engineering workflow involves seven steps: understand, gather, choose, plan, execute, verify, and communicate. Following this sequence ensures a safe, deterministic approach to task execution and project hygiene.

How can I avoid common anti-patterns when starting a new coding project?

To avoid common anti-patterns and maintain project hygiene, apply essential guidance from general coding principles. These cross-cutting guidelines standardize workflows, enforce safe deterministic approaches, and help reduce errors across multiple technologies.

Can I apply these coding standards across projects using different technologies?

Yes, these coding standards are designed as cross-cutting guidelines that apply across multiple technologies. They provide a decision framework to route requests to the appropriate skill, ensuring consistent workflows regardless of the specific technology stack.