#skill
14 pages- DeslopRemove AI-generated code slop from a branch diff — unnecessary comments, defensive checks, any-casts, and nested code inconsistent with the surrounding codebase.2026-05-10
- Find SkillsDiscover and install agent skills from the open skills ecosystem at skills.sh using the npx skills CLI.2026-05-10
- Fix CIFind the first actionable failure in a PR's CI checks, apply the smallest safe fix, and loop until all checks are green.2026-05-10
- Fix Merge ConflictsResolve merge conflicts non-interactively with correctness-first edits, validate the build, and summarize resolution decisions.2026-05-10
- Frontend DesignBuild distinctive, production-grade frontends instead of generic AI UI.2026-05-10
- Git ConventionsConventional commit format and branch naming rules used as a reference when writing commit messages or advising on version control practices.2026-05-10
- Grill MeRelentlessly interview a plan or design, one question at a time, until every branch of the decision tree is resolved.2026-05-10
- HumanizerRemove AI tells from prose so it reads like a person wrote it.2026-05-10
- AI SkillsReusable operating manuals for LLM agents.2026-05-10
- Iterate BrowserDebug frontend issues autonomously using browser tools and debug traces until the fix is verified — without asking the user to test manually.2026-05-10
- Request Refactor PlanInterview the user about a refactor, explore the codebase, break the work into tiny commits, and file the plan as a GitHub issue.2026-05-10
- Split React ComponentsExtract inlined sub-components, icons, and data constants out of bloated React files into single-responsibility files.2026-05-10
- Weekly ReviewSynthesize shipped commits from the past 7–10 days into a short categorized summary with highlights by bug fix, tech debt, and new functionality.2026-05-10
- You Might Not Need an EffectAudit React code for useEffect anti-patterns per react.dev guidelines and optionally apply fixes in place.2026-05-10