Skip to content
Development
Skill

/backend

Server-side logic, data processing, and state management

From plugin
pudo-code-system
534 skills1 agent
Install
$ npx -y skills add DongDuong2001/pudo-code-system --skill backend --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/backend

Context preview

The summary Claude sees to decide when to auto-load this skill.

Server-side logic, data processing, and state management

SKILL.md

backend.SKILL.md
name: backend-code
description: Server-side logic, data processing, and state management

Backend Code Skill

This skill handles backend service development, data processing, and integration.

When to use this skill

  • When building APIs, workers, or microservices.
  • When interacting with databases, caches, and message queues.
  • When implementing business logic and validation rules.

Guidelines

  • Validate and sanitize all incoming data at the API edge.
  • Assume network calls and database queries will occasionally fail; implement retries and circuit breakers.
  • Decouple business logic from the transport layer (e.g., Controllers should not contain complex logic).
  • Log structured data (JSON) and ensure PII is masked.
Ships withpudo-code-system

Modular, scalable, automated development intelligence.

Get the whole plugin
Stats
5
Stars
0
Forks
Maintained
Maintenance
JavaScript
Language
MIT
License
1mo ago
Last commit
4mo ago
Created

Repo: DongDuong2001/pudo-code-system

Other skills on pudo-code-system.