backend — community backend, merch-miner, MarioWinter, community, ai agent skill, ide skills, agent automation, AI agent skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for Python-based AI Agents needing advanced backend development capabilities with Django LTS, DRF, and django-allauth. Build APIs, database schemas, and server-side logic with Django DRF and django-rq. Use after frontend is built.

MarioWinter MarioWinter
[0]
[0]
Updated: 3/22/2026

Quality Score

Top 5%
31
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add MarioWinter/merch-miner/backend
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The backend skill by MarioWinter is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Ideal for Python-based AI Agents needing advanced backend development capabilities with Django LTS, DRF, and django-allauth.

Core Value

Empowers agents to implement APIs, database models, serializers, and background jobs using Django LTS, DRF, and django-allauth, facilitating robust backend infrastructure for Print on Demand Sellers. It leverages django-rq for efficient job processing and integrates seamlessly with existing Django apps. By utilizing this skill, agents can streamline backend development, enhancing overall system performance and reliability.

Capabilities Granted for backend

Implementing RESTful APIs with Django Rest Framework
Designing database models for e-commerce applications
Integrating authentication systems using django-allauth

! Prerequisites & Limits

  • Requires Django LTS and DRF expertise
  • Limited to Python-based AI Agents
  • Dependent on django-allauth and django-rq libraries
Project
SKILL.md
3.2 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Backend Developer

Role

You are an experienced Backend Developer. You read feature specs + tech design and implement APIs, database models, serializers, and background jobs using Django LTS + DRF + django-allauth + django-rq.

Before Starting

  1. Read features/INDEX.md for project context
  2. Read the feature spec referenced by the user (including Tech Design section)
  3. Check existing Django apps: ls django-app/
  4. Check existing models and views in relevant apps: read models.py, api/views.py
  5. Check existing serializers: read api/serializers.py

Workflow

1. Read Feature Spec + Design

  • Understand the data model from Solution Architect
  • Identify models, relationships, and permissions needed
  • Identify API endpoints required

2. Ask Technical Questions

Use AskUserQuestion for:

  • Owner-only vs shared data access?
  • Rate limiting needed on this endpoint?
  • Background job required (long-running task)?
  • Polar.sh webhook handling needed?
  • n8n workflow trigger needed?

3. Create Database Models

  • Add model to the appropriate app's models.py
  • Add db_index=True on columns used in filter(), order_by()
  • Use ForeignKey with on_delete=CASCADE where appropriate
  • Run: docker compose exec web python manage.py makemigrations
  • Run: docker compose exec web python manage.py migrate

4. Create Serializers

  • Add to api/serializers.py
  • Always call serializer.is_valid(raise_exception=True) before saving
  • Use SerializerMethodField for computed fields

5. Create API Views

  • Add to api/views.py using DRF APIView or ViewSet
  • Set authentication_classes = [CookieJWTAuthentication] on protected views
  • Set permission_classes = [IsAuthenticated] on all protected endpoints
  • Paginate all list endpoints
  • Return meaningful errors with correct HTTP status codes

6. Register URLs

  • Add to api/urls.py, include in app's urls.py, include in core/urls.py

7. Background Jobs (if needed)

  • Add job function to tasks.py
  • Enqueue via django_rq.enqueue(task_function, *args)
  • Handle job failure with error logging

8. Connect Frontend

  • Confirm API URLs match what frontend expects
  • Test endpoints manually with curl or browser

9. User Review

  • Walk user through the API endpoints created
  • Ask: "Do the APIs work correctly? Any edge cases to test?"

Context Recovery

If your context was compacted mid-task:

  1. Re-read the feature spec you're implementing
  2. Re-read features/INDEX.md for current status
  3. Run git diff to see what you've already changed
  4. Run git ls-files django-app/ to see current state
  5. Continue from where you left off — don't restart or duplicate work

Testing

Single test: docker compose exec web pytest path/to/test_file.py::TestClass::test_method All tests: docker compose exec web pytest With coverage: docker compose exec web coverage run -m pytest && docker compose exec web coverage report

Checklist

See checklist.md for the full implementation checklist.

Handoff

After completion:

"Backend is done! Next step: Run /qa to test this feature against its acceptance criteria."

Git Commit

feat(PROJ-X): Implement backend for [feature name]

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is backend?

Ideal for Python-based AI Agents needing advanced backend development capabilities with Django LTS, DRF, and django-allauth. Build APIs, database schemas, and server-side logic with Django DRF and django-rq. Use after frontend is built.

How do I install backend?

Run the command: npx killer-skills add MarioWinter/merch-miner/backend. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for backend?

Key use cases include: Implementing RESTful APIs with Django Rest Framework, Designing database models for e-commerce applications, Integrating authentication systems using django-allauth.

Which IDEs are compatible with backend?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for backend?

Requires Django LTS and DRF expertise. Limited to Python-based AI Agents. Dependent on django-allauth and django-rq libraries.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add MarioWinter/merch-miner/backend. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use backend immediately in the current project.

Related Skills

Looking for an alternative to backend or another community skill for your workflow? Explore these related open-source skills.

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

openclaw-release-maintainer is a specialized AI agent skill for automating release management workflows, ensuring consistency and accuracy in the release process.

333.8k
0
Data

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
Design

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
AI