Agent Skills by Trevor Lam
Showing 42 vetted skills indexed across 1 GitHub repositories.
scan-bundle-size
Analyze production bundle assets and dependencies to generate optimization reports.
agent-security
Audit code changes for security vulnerabilities, secrets, and anti-patterns.
plan-issue
Identify the highest-priority open issue and generate a detailed plan.
pre-commit-guard
Run lightweight linting and secret scans on staged files before Git commits.
agent-tester
Analyze code diffs and coverage to generate and execute scoped tests.
agent-reviewer
Audit TS/JS code changes for quality, style, and defects before merging.
scan-sanity-schema
Validate local Sanity schema definitions against the live dataset and report drift.
agent-perf
Analyze code diffs to detect performance regressions in React rendering, database queries, and loops.
agent-implementer
Automates end-to-end implementation of approved architectural plans via multi-file code changes with sequential validation and explicit completion state management.
scan-new-code
Analyze PR diffs to detect large functions, missing tests, and high complexity.
refactor-complexity
Identify and refactor high-complexity functions into smaller units.
scan-boundaries
Detect cross-app and cross-package import violations in a monorepo.
scan-coverage
Identify source files without corresponding tests in packages/ and apps/ directories.
workflow-reset
Reset corrupted autonomous workflow state to IDLE with soft, hard, or recovery modes.
scan-cleanup
Detect dead code and stale patterns in monorepos using ripgrep scans.
scan-typescript
Detect TypeScript violations like any usage and ts-ignore via rg scans.
scan-docs-drift
Compare code changes against READMEs to detect documentation drift.
prune-stale-branches
Prune stale Git branches with safety checks for protected branches.
scan-astro
Detect CSP violations, frontmatter issues, and hydration anomalies in Astro projects.
dependency-audit
Automate CVE detection in project dependencies using pnpm audit.
scan-monorepo-health
Detect dependency drift and workspace inconsistencies in Turborepo monorepos.
optimize-bundle
Analyze JavaScript bundle reports and apply tree-shaking, code-splitting, and lazy loading.
scan-security
Detect hardcoded secrets, unsafe eval, and SQL injection risks in codebases.
scan-licenses
Scan direct and transitive dependencies for prohibited licenses and generate remediation templates.