ajwadrana/skills
Provide reusable skills, agents, and commands for Claude Code to improve workflow and iOS UX design with clear structure and integration.
Provide reusable skills, agents, and commands for Claude Code to improve workflow and iOS UX design with clear structure and integration.
npx skills add ajwadrana/skillsProvide reusable skills, agents, and commands for Claude Code to improve workflow and iOS UX design with clear structure and integration.
🚀 Monitor and manage multi-agent workflows with the Gastown Viewer Intent dashboard, featuring real-time tracking and interactive visualizations.
Codex skill for converting design docs into reviewed UI prototypes
Local-first PR review helper — drives claude or codex agents under a browser UI, ships findings to GitHub via gh.
Lint and score any AI agent SKILL.md against the official Claude, Codex, and Antigravity authoring guides — offline Dart CLI.
Exercise: Get started using GitHub Copilot
Idiomatic context.Context usage in Golang — propagation through API boundaries, cancellation, timeouts and deadlines, request-scoped values, context.WithoutCancel for background work outliving requests. Apply when designing context propagation across layers, debugging leaked or unexpired contexts, choosing between context.Background/TODO/WithoutCancel, or storing values in context. Not for code that merely accepts ctx as first parameter.