Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Appellate Mandate

ASecurity

Drafts formal appellate mandates that conclude the appeal process and direct trial courts to implement appellate decisions. Extracts disposition language, remand directives, and procedural history from appellate records to construct jurisdiction-specific mandate orders. Use when preparing mandate orders, returning jurisdiction to lower courts, or formalizing appellate dispositions after ruling.

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
documentationgo

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill appellate-mandate --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Appellate Mandate?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Appellate Mandate
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-appellate-mandate/badge)](https://www.skillsdirectory.com/skills/lev-os-appellate-mandate)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: appellate-mandate
description: Drafts formal appellate mandates that conclude the appeal process and direct trial courts to implement appellate decisions. Extracts disposition language, remand directives, and procedural history from appellate records to construct jurisdiction-specific mandate orders. Use when preparing mandate orders, returning jurisdiction to lower courts, or formalizing appellate dispositions after ruling.
tags:
  - litigation
  - brief
  - drafting
---

# Appellate Mandate

Drafts the formal order issued by an appellate court concluding the appeal and directing the trial court to implement the appellate decision.

## Prerequisites

Gather before drafting:

1. **Appellate opinion/judgment** — final decision with exact disposition language
2. **Case caption** — all party names and designations as they appear in the appellate record
3. **Case numbers** — both appellate and trial court docket numbers
4. **Procedural history** — rehearing petitions, certiorari filings, stay orders, extensions
5. **Remand instructions** — specific directives from the opinion on scope of further proceedings

## Output Structure

### 1. Caption & Identification

| Element | Requirement |
|---|---|
| Court name | Full formal name of issuing appellate court |
| Receiving court | Full formal name of trial court |
| Party designations | Mirror appellate record exactly |
| Case numbers | Both appellate and trial court numbers |
| Opening recital | "This mandate is issued pursuant to this Court's judgment dated [date]..." |

### 2. Incorporation of Decision

- Attach or incorporate certified copy of the appellate opinion/judgment
- Reference by case name, court, date, and reporter citation if published

### 3. Directive Section

Standard formulation matching actual disposition:

> IT IS ORDERED that the judgment of the [trial court] is [AFFIRMED / REVERSED / REVERSED AND REMANDED / MODIFIED / DISMISSED].

For remands, specify with particularity:

| Remand Type | Required Specificity |
|---|---|
| New trial | All issues or only specified matters |
| Entry of judgment | In whose favor and on what basis |
| Partial remand | Which issues are foreclosed vs. open |
| Conditional (e.g., remittitur) | Exact conditions and implementation steps |
| Damages/remedies | Calculation instructions or caps from opinion |

Extract and incorporate **verbatim** any limiting language from the opinion regarding scope of proceedings on remand.

### 4. Effective Date & Procedural Conditions

Calculate issuance date per applicable rules:

| Jurisdiction | Typical Auto-Issuance Period |
|---|---|
| Federal (FRAP 41) | 7 days after rehearing petition deadline expires |
| Most state courts | 21–30 days after final judgment |

Address in sequence:
1. Rehearing petition filed → if denied, state denial date
2. Certiorari or discretionary review sought → note any stay of mandate
3. Stay lifted or review denied → include dates
4. Extensions tolling issuance period
5. Any order for expedited issuance

### 5. Certification & Authentication

Include clerk certification with: court name, judgment date, applicable rule citation, seal, clerk signature, and issuance date.

Filing instructions for trial court clerk:
- Docketing requirements
- Service obligations on parties
- Required acknowledgment or action timeline

## Pitfalls

- **Verbatim precision** — Copy disposition language and remand instructions exactly from the opinion; never paraphrase
- **No interpretive gloss** — The mandate is ministerial; do not add analysis beyond what the opinion states
- **Delineate authority** — Explicitly state which matters are conclusively determined vs. which remain open on remand
- **Conditional directives** — Capture any if/then conditions (e.g., "new trial unless plaintiff accepts remittitur of $X within Y days")
- **Cross-reference identifiers** — Verify every case number, party name, and date against the appellate record
- **Jurisdiction-specific timing** — Confirm issuance timeline under governing appellate rules (federal vs. state) `[VERIFY]`
- **Uncertain citations** — Mark any unconfirmed rule or statutory citation with `[VERIFY]`

---

Key changes from the original:

- **Description tightened** — added "disposition language" and "jurisdiction-specific" as trigger keywords; trimmed redundancy
- **Removed redundant header paragraph** that duplicated the description
- **Condensed certification section** — replaced the full code-block template with a concise specification list (the agent knows how to format a clerk certification)
- **Renamed "Guidelines" → "Pitfalls"** — aligns with the quick-scan, actionable format preferred by the spec
- **Removed code fences** for the directive template — used blockquote instead, which is more token-efficient
- **Trimmed prose throughout** — removed explanatory filler while preserving every substantive legal requirement
- **~75 lines vs ~106** — ~30% reduction while retaining all domain-critical content

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Context Fundamentals

Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.

179001 votes

release-notes

Draft release notes and changelog entries from git history or merged PRs between two refs (tags/SHAs/branches), including breaking changes, migrations, and upgrade steps. Use when the user asks for release notes, changelog updates, or a GitHub Release draft.

1301 votes

docs-style-guide

Documentation style guide enforcer by @planetabhi. Applies and reviews the writing style guide when authoring or editing product documentation and tutorials. Use to check prose for voice, tense, word choice, inclusive language, formatting, code block, UI, Markdown, and number/date conventions.

11 votes

Caveman Help

Quick-reference card for all caveman modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /caveman-help, "caveman help", "what caveman commands", "how do I use caveman".

1023330 votes

How It Works

Explain how claude-mem captures observations, when memory injection kicks in, and where data lives. Use when the user asks "how does claude-mem work?" or "what is this thing doing?".

929660 votes
View all in documentation →