agentsclimarketplace

Backend

Skill telagod/code-abyss/skills/_kernel/backend

Give your AI coding agent a personality. Composable persona + style + skills for Claude Code, Codex, Gemini CLI & OpenClaw. Ships Tech Persona Card v1.0 spec.

Install
npx -y skills add telagod/code-abyss --skill backend

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Backend engineering judgment, distilled from a stronger model - invoke when CHOOSING a tech stack, language, database, queue, or architecture; designing a service, API, business logic, or schema; making a system production-ready (observability, failure handling, security); or reviewing server-side code and judging codebase health. Scenario-driven stack tradeoffs, logic-design rules, data discipline, production floors, and a rot catalog (the early signs of unmaintainable code).

SKILL.md

1.8 KB, as published. Nobody here has run it

Backend — stack, logic, data, operations, rot

Rule content lives in the five files below; this SKILL.md only routes (doctrine/04-maintenance.md governs edits to this bundle too).

Route by moment

You are about to…Read (in this folder)
Pick a language / framework / DB / queue / architecture, or judge a stack proposalstack.md
Design or review a service, module, API, or piece of business logiclogic.md
Design a schema, transaction, migration, or cachedata.md
Ship to production — observability, config, failure modes, security, jobs, limitsoperate.md
Review existing code, plan a refactor, or explain why a codebase feels dangerousrot.md

Starting a new system usually means stack.mdlogic.mddata.md, in that order: stack only after the scenario interrogation, endpoints only after the data model.

Scope and neighbors

Server-side engineering judgment only. Whether to delegate and when to escalate → doctrine; how to investigate/verify anything → methods; the visual/UI layer → frontend.

The stance

The one test governing the whole bundle is logic.md's opening line — is change still cheap and safe — and rot.md's opening defines the failure mode and the ugly-but-safe tiebreak. Read those two openings before judging any backend.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.