Nick Lanahan
Community@jnlanahan · Columbus, Ohio
PM at JPMorganChase | Army Major | Ex-EY | I build the tools I wish existed.
Agent Skills by Nick Lanahan
Showing 40 vetted skills indexed across 1 GitHub repositories.
start
Create .claude scaffolding and capture project context in context.md and progress.md.
workflow
Guides users through eight named product development lifecycle workflows end to end with resumable state.
measure
Create a telemetry and measurement plan with success metrics and event schema.
deploy
Orchestrate first-time production deployments with gated checks and rollback.
add-email
Integrates transactional email into web apps with provider detection and React Email templates.
refactor
Plan behavior-preserving code refactors into commit-by-commit steps.
add-files
Add secure file upload storage with validation and signed URL delivery.
grill-me
Stress-test plans through iterative questioning to expose assumptions and decision gaps.
setup-project
Scaffolds a new SaaS project with a Next.js stack and core infrastructure.
architect
Produce reviewable system architecture in `.claude/architecture.md` with stepwise checkpoints.
resume
Summarize project state from .claude/progress.md and context.md files.
add-monitoring
Integrate Sentry error tracking and PostHog analytics with user identification in Next.js apps.
check-production
Run production-readiness audits with severity-graded findings and remediation plans.
glossary
Extract domain terms into a shared glossary at .claude/glossary.md.
triage
Triage user bug reports into evidence-backed hypotheses with file:line citations.
setup-ci
Generate GitHub Actions workflows for typechecking, tests, and optional linting.
rollback
Generates a numbered production rollback runbook with verification checks and stakeholder communication.
prototype
Generate three clickable Tailwind CDN HTML UI prototype variants.
plan
Convert PRDs or conversation context into executable implementation plans with vertical slices and TDD strategy.
feature-flag
Create default-OFF feature flags with guard checks and rollout plans.
discover
Transform vague product ideas into evidence-based problem statements for PRD creation.
setup-database
Detect the ORM and generate reviewed migration steps for database schema changes.
add-ai
Integrate Anthropic LLM capabilities with model selection, prompt caching, and LangSmith tracing.
add-auth
Detect existing auth providers and extend authentication without unsafe migration.