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.
npx skills add jxoesneon/Ciel --skill django-developmentgit clone --depth 1 https://github.com/jxoesneon/CielWrote 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.
[](https://agentmods.dev/skills/jxoesneon/ciel/django-development)<a href="https://agentmods.dev/skills/jxoesneon/ciel/django-development"><img src="https://agentmods.dev/badge/skills/jxoesneon/ciel/django-development.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00023 | $0.00542 |
| Opus 5 | $0.00012 | $0.00271 |
| Sonnet 5 | $0.00005 | $0.00108 |
| Haiku 4.5 | $0.00002 | $0.00054 |
Grade B, and why
django-development scanned grade B 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 4d 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.
Instruction-override phrasingmediumPrompt injection
Text telling the model to disregard its earlier instructions or safety rules is the shape of a prompt injection, whoever wrote it.
- **Context Bypass**: Adding instructions to `CLAUDE.md` to ignore security rules. Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.
What it actually says
CIEL ADAPTATION: Django Development (The Python Web Layer)
This skill formalizes the development of scalable Django and Django REST Framework (DRF) applications.
Architecture & Patterns
- Split Settings: Use
base.py,development.py, andproduction.py. - Models: Extend
AbstractUserearly. Use customQuerySetsfor reusable logic. - DRF: Use
ViewSetsfor standard CRUD. Map serializers to specific actions (List vs Create). - Performance: Use
select_related(FK) andprefetch_related(M2M) to prevent N+1 queries.
Security Standards
- Harness: Disable
DEBUGin production. RotateSECRET_KEYvia env vars. - SQLi: Trust the ORM. Prohibit direct string interpolation in
.raw()or.extra(). - XSS: Use template auto-escaping. Use
mark_safeONLY after manual escaping. - Permissions: Deny by default. Use
PermissionRequiredMixinor custom DRFBasePermission.
TDD & Verification
- Framework: pytest-django + factory_boy. Avoid manual object creation.
- CI Loop: Clean env ->
ruff check->makemigrations --check->pytest --cov(80% gate). - Deployment: Run
check --deploybefore finalizing any infra-related branch.
Anti-Patterns
- Signal Hell: Overusing signals for business logic (makes control flow invisible).
- Context Bypass: Adding instructions to
CLAUDE.mdto ignore security rules. - Amnesiac Migrations: Modifying a model without including the corresponding migration file.
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.
- 4d ago First seen · 52 lines · 23 tokens per session scan B 9d4b0080d045
django-development is a skill published in the GitHub repository jxoesneon/Ciel (1 stars, last pushed 7d ago), licensed Apache-2.0. It adds 23 tokens to every session and 542 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (instruction-override phrasing). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
azure-mgmt-apicenter-py
Azure API Center Management SDK for Python. Use for managing API inventory, metadata, and governance across your organization.
python-fastapi-development
Python FastAPI backend development with async patterns, SQLAlchemy, Pydantic, authentication, and production API patterns.
dbos-python
Guide for building reliable, fault-tolerant Python applications with DBOS durable workflows. Use when adding DBOS to existing Python code, creating workflows and steps, or using queues for concurrency control.
fastapi-router-py
Create FastAPI routers following established patterns with proper authentication, response models, and HTTP status codes.
python-stack
Build typed Python projects with uv, Ruff, ty, pytest, Litestar, and Typer. Use for packages, CLIs, web apps, tests, typing, or API verification.
python-stack
Build typed Python projects with uv, Ruff, ty, pytest, Litestar, and Typer. Use for packages, CLIs, web apps, agents, tests, or typing.