lawrips
01Plugin Claude Code
Plugin marketplace listing 1 plugin: skills.
Plugin Claude Code
Plugin marketplace listing 1 plugin: skills.
Plugin Claude Code
Claude Code skills and agents.
Instructions file
Instructions for lawrips/skills, covering project instructions and versioning.
Agent
Reviews code changes against ticket requirements and codebase conventions. Read-only — flags issues, never fixes them.
Agent
Fast codebase explorer that uses LSP for code navigation and falls back to Grep/Glob for text searches. Use for finding definitions, references, understanding code structure, and answering questions about the codebase.
Agent
Validates implementation plans against the actual codebase. Verifies claims, identifies risks and gaps, returns a structured review. Read-only — never modifies code.
Agent
Implements features and fixes with surgical precision. Reads before it writes, matches existing patterns exactly, minimal changes only. Use for well-defined tickets and focused bug fixes.
Skill Claude CodeCodex
Use only when the user explicitly says "brainstorm" or "brainstorming", or directly invokes $brainstorming. Do not auto-apply this skill to general product questions, design questions, feature planning, implementation planning, or ordinary discussion even if the topic is exploratory.
Skill Claude CodeCodex
Review code changes, diffs, commits, pull requests, or tkt ticket implementations for bugs, regressions, missing tests, blast radius, and scope creep. Use when the user asks for a review, asks "wdyt of this diff", or wants a ticket implementation reviewed without immediately fixing it.
Skill Claude CodeCodex
Use when creating or refactoring CSS, tokens, theming, or component styling in an existing repo. Helps keep styling consistent with the current design system while avoiding hardcoded colors, override chains, and token drift.
Skill Claude CodeCodex
Baseline supply-chain hygiene audit. Pins direct package versions, ensures lockfiles are committed, flags secret files, and audits build scripts for safer package-manager usage. Use when setting up a new project, onboarding a repo, or after a dependency scare.
Skill Claude CodeCodex
Review implementation plans, designs, or tkt tickets against the actual codebase before coding begins. Use when the user wants to validate a plan, design, or proposed approach against the real repo and catch risks, incorrect assumptions, and missing work.
Skill Claude CodeCodex
Convert designs into tkt epics and tasks for implementation. Use when user wants to break down a design into tickets, create an epic, or plan implementation tasks.
Skill Claude CodeCodex
Set up isolated Docker dev environment for web projects. Use when asked to add Docker, containerize development, or improve dev security.
Skill Claude CodeCodex
Debugging methodology that prevents speculation and enforces disciplined investigation. Use when tackling bugs, unexpected behavior, or broken features.
Skill Claude CodeCodex
Plan how to execute a set of tickets. Assesses the work, guides the operator through key decisions, and creates an orchestration ticket that an agent can follow. Use when user wants to orchestrate an epic, plan execution of multiple tickets, or coordinate agent work.