Workspace Forge
by @nickgallick · plugin · 13 skills
Workspace Forge from nickgallick/perlantir-fleet.
Install the whole plugin (CLI)
npx skillmds add nickgallick/github
npx skillmds add nickgallick/auto-fix
npx skillmds add nickgallick/api-design
npx skillmds add nickgallick/code-smells
npx skillmds add nickgallick/git-mastery
npx skillmds add nickgallick/performance
npx skillmds add nickgallick/self-review
npx skillmds add nickgallick/react-nextjs
npx skillmds add nickgallick/devops-docker
npx skillmds add nickgallick/regex-mastery
npx skillmds add nickgallick/forge-research
npx skillmds add nickgallick/testing-review
npx skillmds add nickgallick/database-reviewSkills in this plugin
- ▌ github · nickgallick bundleInteract with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
- ▌ auto-fix · nickgallickWhen reviewing code, generate the complete corrected version — not just the issues, but the exact fixed code ready to copy-paste.
- ▌
- ▌ code-smells · nickgallickClassic code quality indicators — function length, naming, duplication, nesting, magic values, dead code, and React-specific smells. Adapted from Clean Code and Airbnb style guide.
- ▌ git-mastery · nickgallickGit discipline — atomic commits, conventional messages, branch strategy, PR review patterns, git archaeology for debugging, and recovery patterns.
- ▌
- ▌ self-review · nickgallickForge reviews its own skill updates, review history, and research outputs before publishing them.
- ▌
- ▌
- ▌ regex-mastery · nickgallickRegex fluency — syntax, ReDoS prevention, production validation patterns, and regex code review checklist.
- ▌
- ▌ testing-review · nickgallickTest coverage and quality review — what needs tests, test quality assessment, anti-patterns, and the testing pyramid for Next.js + Supabase applications.
- ▌