Agent Skills by dthompson-jti
Showing 22 vetted skills indexed across 1 GitHub repositories.
research-deep
Perform targeted web searches and synthesize cited findings into structured notes.
research-synthesize
Aggregate research findings into actionable project recommendations mapped to systems.
plan-architecture
Map PRD requirements to architectural components, data models, and system interfaces.
plan-prd
Create PRD documents with user stories, scope, and accessibility requirements.
plan-feature
Plan lightweight implementation strategies for medium-scope features with plan artifacts.
explore-ui-design
Compare UI visual design variants using existing design tokens and document recommendations.
explore-ux
Generate interaction patterns and primary user flows for feature design.
explore-concept
Guide teams through Socratic questioning to define core needs.
explore-tech
Compare technical options for software solutions with pros, cons, and recommendations.
audit-layout
Audit layout inconsistencies in codebase and output findings report with file:line citations.
audit-code
Audit repository architecture, type safety, and coding patterns with prioritized evidence-backed results.
audit-docs
Detect documentation drift between knowledge-base content and implemented code.
audit-typography
Validate UI typography against CSS design tokens and rules.
audit-refactor-opportunities
Identifies code smells and refactoring opportunities in JavaScript/TypeScript projects.
audit-performance
Audits web application performance bottlenecks including bundle size, render, network, and memory.
audit-accessibility
Audit UI accessibility gaps and document findings with WCAG 2.1 AA references.
audit-design-system
Audit frontend projects against SPEC-CSS.md, SPEC-SPACING.md, and RULES-UI.md for token usage, theming, and component reuse.
implement-quick-fix
Apply minimal code changes within 30 lines and 5 files, then validate with lint and tests.
implement-feature
Execute approved implementation plans with validation checkpoints and task tracking.
implement-refactor
Refactors code incrementally while preserving behavior through defined scope and phased execution with validation and lint/build checks.
debug-deep
Apply tree-of-thought reasoning to diagnose intermittent bugs and produce fix plans.
debug-standard
Diagnose reproducible software bugs through a structured four-phase root-cause analysis workflow.