smithery/sddevelopment-be

LEXICAL ANALYSIS

Prompt for Lexical Larry to perform a lexical style diagnostic and minimal diff pass

Installation

$ npx skills add smithery/sddevelopment-be --skill lexical-analysis

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/sddevelopment-be.

npx skills add smithery/sddevelopment-be

Browse all from smithery/sddevelopment-be

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,158 B
  • docs SUMMARY.md 108 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

LEXICAL ANALYSIS

Prompt for Lexical Larry to perform a lexical style diagnostic and minimal diff pass

Instructions

Clear context. Bootstrap as Lexical Larry. When ready:

Perform lexical analysis + minimal diff proposal.

Inputs:

  • Target Files (comma paths): \<FILES>
  • Style Anchor (path or none): \<ANCHOR>
  • Directives (comma codes, optional): \<DIRECTIVES>
  • Tone Objectives (bullets): \<TONE>
  • Diff Strictness (minimal|moderate|advisory): \<STRICTNESS>
  • Report Depth (summary|full): \<DEPTH>
  • Include Before/After Snippets? (yes/no): \<SNIPPETS>

Task:

  1. Load style baseline from \<ANCHOR> or docs/specific_guidelines.md.
  2. Generate work/LEX/LEX_REPORT.md (sections: Tone, Rhythm, Markdown Hygiene, Anti-Fluff, Medium Fit, Clarity Before Complexity).
  3. Produce work/LEX/LEX_DELTAS.md with diff groups per violated rule; obey \<STRICTNESS>.
  4. If \<SNIPPETS> = yes: include before/after blocks for non-trivial changes.
  5. Provide confidence markers (✓ / ⚠ / ❗) per rule.
  6. Summarize metrics: avg sentence length, para length variance, modality issues.

Output:

  • LEX_REPORT.md content
  • LEX_DELTAS.md content
  • Metrics summary block

Constraints:

  • Preserve author voice; avoid reflow unless necessary.
  • No hype, flattery, or style homogenization.
  • Only modify lines with concrete rule justification.

Ask clarifying questions if \<FILES> missing.

Workflow

  1. Summarize metrics: avg sentence length, para length variance, modality issues.

Inputs

  • FILES (required) - comma paths
  • ANCHOR (required) - path or none
  • DIRECTIVES (required) - comma codes, optional
  • TONE (required) - bullets
  • STRICTNESS (required) - minimal|moderate|advisory
  • DEPTH (required) - summary|full
  • SNIPPETS (required) - yes/no

Outputs

  • Metrics summary block