atris-backend

Part of the Atris policy system. Prevents ai-generated backend from being over-engineered.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "atris-backend" with this command: npx skills add atrislabs/atris/atrislabs-atris-atris-backend

atris-backend

Part of the Atris policy system. Prevents ai-generated backend from being over-engineered.

Atris Integration

This skill uses the Atris workflow:

  • Check atris/MAP.md for existing patterns before building

  • Reference atris/policies/atris-backend.md for full guidance

  • After building, run atris review to validate against this policy

Quick Reference

Naming: avoid data , result , handler , manager , service , utils . names reveal intent.

Abstractions: three concrete examples before you abstract. copy-paste until patterns emerge.

Errors: let errors bubble. include context: what were you doing? what input caused this?

Data Access: no n+1 queries. think about patterns upfront. batch when possible.

API Design: boring and consistent. same patterns everywhere.

Before Shipping Checklist

Run through atris/policies/atris-backend.md "before shipping" section:

  • can you explain this in one sentence?

  • are abstractions earning their keep?

  • do error messages help debugging?

  • anything "just in case" you could delete?

Atris Commands

atris # load workspace context atris plan # break down backend task atris do # build with step-by-step validation atris review # validate against this policy

Learn More

  • Full policy: atris/policies/atris-backend.md

  • Navigation: atris/MAP.md

  • Workflow: atris/PERSONA.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

meta

No summary provided by upstream source.

Repository SourceNeeds Review
General

autopilot

No summary provided by upstream source.

Repository SourceNeeds Review
General

copy-editor

No summary provided by upstream source.

Repository SourceNeeds Review
General

atris

No summary provided by upstream source.

Repository SourceNeeds Review