handbook.adra.dev

general-best-practices

Comprehensive guide for general best practices across coding, architecture, and development workflows

First seen Apr 17, 2026

Installation

$ npx skills add https://handbook.adra.dev

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from handbook.adra.dev · top by installs.

npx skills add https://handbook.adra.dev

Browse all from handbook.adra.dev

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,138 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 43 installs

SKILL.md

General Best Practices

Comprehensive development guidelines covering coding standards, architecture patterns, and workflow conventions applicable across all languages and frameworks. Contains rules prioritized by impact to guide code generation and review.

When to Apply

Reference these guidelines when:

  • Starting a new project or feature
  • Reviewing code for general quality or consistency issues
  • Making architectural decisions
  • Establishing team conventions and standards
  • Refactoring code across any language or framework

Quick Reference

  • feature-flag-naming - Name feature flags using Jira ticket numbers (DEVT-XXXX) for traceability and easy cleanup

How to Use

Read individual rule files for detailed explanations and code examples:

rules/feature-flag-naming.md

Each rule file contains:

  • Brief explanation of why it matters
  • Incorrect code example with explanation
  • Correct code example with explanation
  • Additional context and references