Informational rule. LinkedList already implements Deque in Java 6. No code change required. Invoked by jade-core-rule-dispatcher.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add TheRealSeber/PolishedJADEite --skill jade-recipe-1.5-1.6-deque-retrofit --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Jade Recipe 1.5 1.6 Deque Retrofit?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/therealseber-jade-recipe-1-5-1-6-deque-retrofit)More formats (shields.io, HTML) on the badges page.
---
name: jade-recipe-1.5-1.6-deque-retrofit
description: >-
Informational rule. LinkedList already implements Deque in Java 6.
No code change required. Invoked by jade-core-rule-dispatcher.
arguments: [--file, --line]
---
# jade-recipe-1.5-1.6-deque-retrofit
Java 6 added the `java.util.Deque` interface, and `java.util.LinkedList`
already implements it. No source code change is required.
## Automated transform (apply.py)
Returns `SKIPPED` for every file — informational rule only.
## Agent fallback
1. Verify the flagged file uses `LinkedList`
2. Confirm the code compiles on Java 6+ (LinkedList implements Deque natively)
3. Mark as SKIPPED — no transform needed
4. Optionally replace `List<X> x = new LinkedList<>()` with `Deque<X> x = new LinkedList<>()` if the variable is used only with Deque methods
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.