bundled-skills/lex/SKILL.md
Centralized 'Truth Engine' for cross-jurisdictional legal context (US, EU, CA) and contract scaffolding.
npx skillsauth add FrancoStino/opencode-skills-antigravity lexInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
LEX is a structured truth engine designed to eliminate legal hallucinations by grounding agents in verified government references and legislation across 29+ jurisdictions. It provides deterministic context for business formation, employment, and contract drafting.
Before drafting, determine if the user's entity or contract target is in the USA, Canada, or the EU.
Use the CLI shortcuts to find the relevant legal patterns and templates.
lex search <query> to find matching templates.lex get <path> to read the granular metadata and requirements.Generate foundation-level documents using lex draft <description>. This ensures that all drafts include the mandatory AI-generated content disclaimer.
Always include a "Verified Sources" section in your output by running lex verify, which fetches official government links for the retrieved context.
# Get the workforce template to compare US vs EU notice periods
lex get templates/02_employment_workforce.md
# Create a house sale contract scaffold in Czech language
lex draft "Czech house sale contract"
lex verify in your output.lex get templates/02_employment_workforce.md to see the restrictive covenant comparison table.@employment-contract-templates - For more specific HR policy phrasing.@legal-advisor - For general legal framework architecture.@security-auditor - For reviewing the final repository security.development
Fetch YouTube transcripts, search videos, browse channels, and extract playlists via TranscriptAPI — no yt-dlp, no Google API key, works from any cloud server.
development
Passive income portfolio analysis — activate when user asks about dividend yields, Treasury rates, REIT income, monthly passive income goals, or portfolio yield optimization. Scans 4 asset classes, ranks by risk-adjusted return, and builds allocations targeting a specific monthly income.
devops
End-to-end production QA, build verification, and launch-readiness checklist for fullstack Next.js apps. Covers TypeScript, linting, tests, build, SEO tags, route regression, and sitemap validation.
development
Safe production cleanup and hardening for vibe-coded fullstack apps (Next.js, React, Node.js, etc.). Removes dead imports, unused files, and broken references without breaking routes or APIs.