Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
HomeCompare › expect vs legal-document-drafting-formatting-alessandro-dardano

expect vs legal-document-drafting-formatting-alessandro-dardano

Two Engineering Claude Code skills, side by side. Pick the right skill for your workflow with a side-by-side look at metadata, sample code, and install commands.

Side-by-side

Nameexpectlegal-document-drafting-formatting-alessandro-dardano
DescriptionDiff-aware AI browser testing — analyzes git changes, generates targeted test plans, and executes them via agent-browser (Rust daemon + CDP, ARIA-tree-first). Reads git diff to determine what changed, maps changes to…Produces properly-formatted legal documents in Word (.docx). The user provides the substantive content (instructions, attached files, project knowledge); the skill handles document architecture and formatting.\n* No…
CategoryEngineeringEngineering
Sub-categorytestingarchitecture
Tagsai:agent
AuthorOrchestKitAlessandro Dardano
LicenseMITApache-2.0
Install/add-skill expect/add-skill legal-document-drafting-formatting-alessandro-dardano

Tag overlap

Shared

Only in expect ai:agent

Only in legal-document-drafting-formatting-alessandro-dardano

Sample code from each SKILL.md

expect

/ork:expect                              # Auto-detect changes, test affected pages
/ork:expect -m "test the checkout flow"  # Specific instruction
/ork:expect --flow login                 # Replay a saved test flow
/ork:expect --target branch              # Test all changes on current branch vs main
/ork:expect -y                           # Skip plan review, run immediately

legal-document-drafting-formatting-alessandro-dardano

numbering: {
  config: [
    {
      reference: "memoria-sections",
      levels: [{
        level: 0, format: LevelFormat.DECIMAL, text: "%1.",
        alignment: AlignmentType.LEFT,
        style: { paragraph: { indent: { left: 0, hanging: 360 } },
                 run: { bold: true, size: 24, font: "Times New Roman" } }
      }]
    },
    {
      reference: "memoria-docs",
      levels: [{
…

When to choose each

expect — Diff-aware AI browser testing — analyzes git changes, generates targeted test plans, and executes them via agent-browser (Rust daemon + CDP, ARIA-tree-first). Reads git diff to determine what changed, maps changes to…

legal-document-drafting-formatting-alessandro-dardano — Produces properly-formatted legal documents in Word (.docx). The user provides the substantive content (instructions, attached files, project knowledge); the skill handles document architecture and formatting.\n* No…

Both are free to install. If you're unsure, install both — Claude Code skills are isolated by filename and only collide if their trigger phrases overlap (rare). The richest signal is the SKILL.md body itself — open both skill pages and read the first paragraph of each.

Open expect → Open legal-document-drafting-formatting-alessandro-dardano →

Other comparisons in this category

See all Claude Code skill comparisons · Browse all Engineering skills · Top 100