Designing backend
Skill qte77/claude-code-plugins/plugins/backend-design/skills/designing-backend
Designs concise, streamlined backend systems matching exact task requirements. Use when planning APIs, data models, system architecture, or when the user requests backend design work.From its SKILL.md
npx -y skills add qte77/claude-code-plugins --skill designing-backendAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 2 commands, including `git log --oneline -3` and 1 more.
SKILL.md
1.6 KB, 218 tokens by cl100k_base, as published. Nobody here has run it
Git Context
- Recent changes: !
git log --oneline -3 - Current branch: !
git branch --show-current
Backend Architecture
Target: $ARGUMENTS
Creates focused, streamlined backend system designs matching stated requirements exactly. No over-engineering.
Workflow
- Read backend requirements from specified documents
- Validate scope - Simple data processing vs Complex system architecture
- Design minimal solution matching stated complexity
- Create focused deliverables - single doc for simple, multiple for complex
- Use make recipes for all commands
Architecture Strategy
Simple Processing: Basic functions, lightweight integration, existing patterns Complex Systems: Multi-tiered pipelines, PydanticAI orchestration, async patterns Performance targets: <1s simple operations, scalable for complex systems
Output Standards
Simple Tasks: Single focused backend specification Complex Tasks: Multiple targeted architecture files All outputs: Concise, streamlined, no unnecessary complexity
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.