پیاده‌سازی منطق یکتایی در متدهای create و update جنگو

پیاده‌سازی منطق یکتایی در متدهای create و update جنگو is a skill for Claude Code, Codex from ECNU-ICALK/AutoSkill. It costs 75 tokens per session (818 once invoked), scanned C, original, no licence file.

A custom Django REST Framework ViewSet that checks a chosen field for duplicate records during creation and editing. Django REST Framework is a toolkit for building web APIs with Django.

In plain words
What is it for?
It helps enforce field-level uniqueness in Django API create and update operations.
Why use it?
It stops new duplicate records while still allowing an existing record to be updated without being rejected as its own duplicate.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit It helps enforce field-level uniqueness in Django API create and update operations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ecnu-icalk/autoskill/create-update
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ECNU-ICALK/AutoSkill --skill create-update
Clone the repo
git clone --depth 1 https://github.com/ECNU-ICALK/AutoSkill

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for پیاده‌سازی منطق یکتایی در متدهای create و update جنگو

README.md
[![agentmods](https://agentmods.dev/badge/skills/ecnu-icalk/autoskill/create-update/github.svg)](https://agentmods.dev/skills/ecnu-icalk/autoskill/create-update)
Your own site
<a href="https://agentmods.dev/skills/ecnu-icalk/autoskill/create-update"><img src="https://agentmods.dev/badge/skills/ecnu-icalk/autoskill/create-update/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for پیاده‌سازی منطق یکتایی در متدهای create و update جنگو

Your own site · 80×15
<a href="https://agentmods.dev/skills/ecnu-icalk/autoskill/create-update"><img src="https://agentmods.dev/badge/skills/ecnu-icalk/autoskill/create-update.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 818 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00075 $0.00818
Opus 5 $0.00037 $0.00409
Sonnet 5 $0.00015 $0.00164
Haiku 4.5 $0.00007 $0.00082

Measured 7d ago against content hash 014479fb7a26, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade C, and why

پیاده‌سازی منطق یکتایی در متدهای create و update جنگو scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

name: "پیاده‌سازی منطق یکتایی در متدهای create و update جنگو" description: "این مهارت برای ایجاد یک ViewSet سفارشی در Django REST Framework استفاده می‌شود که از ایجاد رکوردهای تکراری بر اساس یک فیلد خاص جلوگیری کرده و اج
SkillBank/ConvSkill/Persian/پیاده-سازی-منطق-یکتایی-در-متدهای-create-و-update-جنگو/SKILL.md · 44 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 44 lines · 75 tokens per session scan C 014479fb7a26

Subscribe to this mod's changes

پیاده‌سازی منطق یکتایی در متدهای create و update جنگو is a skill published in the GitHub repository ECNU-ICALK/AutoSkill (580 stars, last pushed 4mo ago), with no licence file. It adds 75 tokens to every session and 818 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

django-expert

Expert-level Django development for robust Python web applications with ORM, admin, and authentication. Use when the user mentions Python, web, ORM, MVC, or Django REST Framework, or when the task involves Django Architecture.

personamanagmentlayer/pcl · 47 tokens

hunt-django

Hunt Django-specific vulnerabilities: DRF permission gaps, ORM injection, and admin exploitation.

uphiago/recon-skills · 22 tokens

architecture-patterns

Architecture validation and patterns for clean architecture, backend structure enforcement, project structure validation, test standards, and context-aware sizing. Use when designing system boundaries, enforcing layered architecture, validating project structure, defining test standards, or choosing the right…

yonatangross/orchestkit · 56 tokens

http

Caddy-based web server providing web console hosting, file sharing, and health check endpoints. Use when configuring HTTP access, setting up file sharing, or troubleshooting web connectivity.

zylos-ai/zylos-core · 36 tokens

django

Use when building, reviewing, securing, testing or shipping a Django app — models, migrations, QuerySets/managers, FBV/CBV views, forms, the admin, settings split, and Django REST Framework (serializers, ModelViewSet, permissions). NOT async FastAPI/Pydantic services (that is fastapi), NOT Postgres schema/index work…

ericrisco/rsc-harness · 84 tokens

add-integration-api

Step-by-step recipe for adding a new integration API resource to SpeedPy: model, serializer, views, scopes, URLs, tests, schema, and optional webhook event. Use when adding a new /api/v1/ endpoint.

speedpy/speedpy · 51 tokens