CtrlK
BlogDocsLog inGet started
Tessl Logo

django-patterns

Django architecture patterns including DRF, ORM optimization, signals, middleware, and project structure

64

Quality

76%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./skills/django-patterns/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

80%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is concise and highly actionable with executable, copy-paste-ready Django patterns, but it lacks validation feedback loops around batch operations and keeps all detail inline rather than splitting deeper material into reference files.

Suggestions

Add an explicit verify/retry step after bulk_create/bulk_update (e.g. check affected row counts or re-query) to introduce a feedback loop for batch operations.

Consider moving the longer worked examples (ORM optimization, DRF serializers) into a reference file linked from a concise overview to improve progressive disclosure.

DimensionReasoningScore

Conciseness

The body is lean: short intro lines plus executable code and the occasional one-line guidance, with no padding explaining what Django or basic concepts are, matching the lean-and-efficient anchor that assumes Claude's competence.

3 / 3

Actionability

Provides fully executable, copy-paste-ready examples for ORM optimization, DRF serializers, signals, and middleware, plus a concrete directory tree, matching the anchor for fully executable concrete examples.

3 / 3

Workflow Clarity

Content is organized into sections and closes with a checklist, but batch operations (bulk_create/bulk_update) and raw-SQL guidance lack explicit validation/feedback loops, so per the scoring notes workflow clarity is capped at 2.

2 / 3

Progressive Disclosure

The single file is well-sectioned, but at ~140 lines it exceeds the under-50-line simple-skill allowance and keeps all detailed pattern examples inline with no one-level-deep reference files, matching the anchor where content that could be separate stays inline.

2 / 3

Total

10

/

12

Passed

Description

72%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is specific and distinctive, listing concrete Django subdomains with natural trigger terms, but it omits an explicit "Use when..." trigger clause, which caps completeness at 2.

Suggestions

Add an explicit 'Use when...' clause, e.g. 'Use when building or reviewing Django projects, DRF APIs, or ORM queries'.

Reframe topic names as concrete actions where possible (e.g. 'optimize ORM queries', 'design DRF serializers') to lift specificity from naming areas to listing actions.

DimensionReasoningScore

Specificity

Names the domain and several specific areas ("DRF, ORM optimization, signals, middleware, and project structure"), but these are topics/categories rather than concrete actions, matching the "Names domain and some actions" anchor rather than the action-listing anchor at 3.

2 / 3

Completeness

States what the skill covers but lacks any "Use when..." clause or equivalent explicit trigger guidance, so per the judging guidelines completeness is capped at 2 with "when" only implied.

2 / 3

Trigger Term Quality

Includes natural terms a Django user would actually say — "Django", "DRF", "ORM optimization", "signals", "middleware" — giving good coverage of common variations, matching the anchor for good natural-term coverage.

3 / 3

Distinctiveness Conflict Risk

The explicit "Django" framing carves out a clear niche unlikely to trigger for non-Django skills, matching the clear-niche anchor; it does not read like the generic conflict-prone examples at lower levels.

3 / 3

Total

10

/

12

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
rohitg00/awesome-claude-code-toolkit
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.