backend-developer

Installation
SKILL.md

Backend Development Standards

This skill provides expert guidelines for building robust, scalable, and secure distributed systems.

Core Philosophy

  1. Documentation is Truth: Never guess syntax or patterns. If unsure, use search_web to find official docs.
  2. Security First: Every input is malicious until validated. Every endpoint needs explicit AuthN/AuthZ.
  3. Simplicity: Prefer boring technology that works. Complexity must be justified.

1. Dynamic Context Loading

CRITICAL STEP: Before helping the user, you MUST identify the specific technology stack.

Logic:

  1. Check the user's request and open files.
  2. Load the relevant references using view_file.
Installs
22
GitHub Stars
78
First Seen
Jan 21, 2026
backend-developer — kienhaminh/anti-chaotic