viewer-for-reddit
Next.js runtime verification, error triage, and code quality checks
All Skills in This Repository (6)
Pure Emerald Level Indicatorsimprove-codebase-architecture
Analyze codebases to surface architectural improvements and deepen shallow modules.
implement-github-issue
Implement GitHub issues by reading issue text and executing file-level plans.
next-best-practices
Consolidate Next.js best practices for file conventions, RSC boundaries, and data patterns.
vercel-react-best-practices
Enforce React and Next.js performance optimization rules during code reviews.
next-cache-components
Enable partial prerendering in Next.js 16+ routes with cache directives.
update-instructions
Audit and update agent instruction files and AGENTS.md for a Next.js 16 and Mantine 9 website.
Frequently Asked Questions
FAQPage SchemaHow to install viewer-for-reddit skills?โผ
Run `npx skills add gregrickaby/viewer-for-reddit --all -g -y` in your terminal to install all skills in this repository globally.
How to verify Next.js changes actually work at runtime?โผ
The next-dev-loop skill cross-checks the Next.js framework view against a real driven browser after every edit, catching runtime and React-level issues that type checks miss.
How to triage production errors with Datadog?โผ
The triage-datadog-errors skill pulls errors for a time window, clusters them into patterns, filters out browser and network noise, and root-causes real bugs against your codebase.
Can these skills check code quality before merging?โผ
Yes. The SonarQube skills check quality gates, cluster issues by severity, and separate real bugs and vulnerabilities from low-value code-smell noise before you merge.
Do these skills work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core