← all publishers

noobygains

@noobygains source repo

36 published skills

  1. Rationale · noobygains
    Use when a user requests new work - features, components, integrations, or additions - to challenge assumptions, evaluate effort, surface alternatives, and ensure the work is worth doing before committing to it
    0
    installs
  2. Activation · noobygains
    Use when starting any conversation - establishes how to locate and invoke skills, mandating Skill tool usage before ANY response including clarifying questions
    0
    installs
  3. Test First · noobygains bundle
    Use when implementing any feature or bugfix, before writing implementation code
    0
    installs
  4. Task Runner · noobygains
    Use when you have a written implementation plan to execute in a separate session with review checkpoints
    0
    installs
  5. UX Patterns · noobygains bundle
    Use when building ANY user interface - web app, game, CLI, dashboard, landing page, or component - ensures all UI output references documented UX patterns instead of generating from assumptions, preventing the amateur look of AI-generated UI
    0
    installs
  6. Quality Gate · noobygains bundle
    Use when finishing tasks, shipping significant features, or before landing changes to ensure work meets standards through automated review
    0
    installs
  7. Github Search · noobygains
    Use when about to build any feature, library, or system - searches GitHub and package registries for existing implementations to study, harvest patterns from, or use directly instead of building from scratch
    0
    installs
  8. System Design · noobygains
    Use when making technology or structural decisions - selecting databases, APIs, auth strategies, caching layers, file organization, or weighing monolith against services
    0
    installs
  9. Task Planning · noobygains
    Use when you have a spec or requirements for a multi-step task, before touching code
    0
    installs
  10. Error Recovery · noobygains
    Use when repeated fix attempts fail, the agent appears stuck in a loop, or complexity is increasing without progress
    0
    installs
  11. Merge Protocol · noobygains
    Use when implementation is finished, tests are green, and you need to decide how to land the work - presents structured integration paths for local merge, pull request, deferral, or abandonment
    0
    installs
  12. UI Engineering · noobygains bundle
    Use when constructing frontend components, selecting layout strategies, orchestrating state, or assembling interactive UI - spans component architecture, responsive adaptation, accessibility compliance, and rendering performance across any frontend framework
    0
    installs
  13. Agent Messaging · noobygains
    Use when dispatching subagents, composing prompts for teammates, structuring handoff reports, or managing context boundaries between agents. Covers both subagent prompts and team-level messaging.
    0
    installs
  14. Completion Gate · noobygains
    Use when about to declare work done, fixed, or passing, before committing or opening PRs - demands executing verification commands and reading their output before making any success assertions; evidence precedes claims always
    0
    installs
  15. Design Research · noobygains
    Use when building ANY website, web app, landing page, or web-based UI - searches real template marketplaces for professionally designed layouts in the user's industry or niche, then extracts layout structure, color palettes, typography choices, and section sequences as the design blueprint instead of generating from assumptions
    0
    installs
  16. Fault Diagnosis · noobygains bundle
    Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
    0
    installs
  17. Review Response · noobygains
    Use when processing code review feedback before making changes, particularly when suggestions are ambiguous, technically suspect, or span multiple interdependent items - demands verification and technical rigor over compliance theater
    0
    installs
  18. Intent Discovery · noobygains
    Use when starting any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements, and design before implementation.
    0
    installs
  19. Pattern Matching · noobygains
    Use when contributing code to an existing project - guarantees that every new line mirrors the established conventions, naming schemes, architectural layering, directory layout, and stylistic choices already present in the codebase rather than drifting toward generic AI defaults
    0
    installs
  20. Reference Engine · noobygains
    Use when building ANYTHING - the universal reference-first system that routes every task to proven reference implementations instead of generating from assumptions. Covers API design, database schemas, testing strategies, CI/CD pipelines, code patterns, DevOps, and any other domain where professional reference implementations exist
    0
    installs
  21. Codebase Research · noobygains
    Use when building ANY feature within an existing project - search the current codebase for existing patterns, conventions, similar implementations, and established approaches before writing new code
    0
    installs
  22. Knowledge Capture · noobygains
    Use when completing any meaningful task - distill patterns, lessons, and insights from the interaction and persist them for future sessions
    0
    installs
  23. Project Bootstrap · noobygains bundle
    Use when launching a new project, initializing a repository, or building a codebase from the ground up - addresses directory structure, tooling configuration, linting, testing infrastructure, CI/CD pipelines, and version control setup
    0
    installs
  24. Security Protocol · noobygains
    Use when writing code that processes user input, manages authentication or authorization, constructs database queries, handles file operations, interacts with external data, exposes API endpoints, or manages secrets - any code that crosses a trust boundary
    0
    installs
  25. Deployment Advisor · noobygains
    Use when making technology, hosting, or infrastructure decisions — recommends services, databases, and deployment strategies based on project requirements and what the user actually has available
    0
    installs
  26. Design Integration · noobygains
    Use when operating in a codebase that employs an existing design system (shadcn/ui, Material UI, Ant Design, Chakra, etc.), when you need to identify which system a project uses, or when setting up a design system for a project that lacks one
    0
    installs
  27. Parallel Execution · noobygains
    Use when facing 2+ tasks that share no state and have no sequential dependencies - enables concurrent investigation or implementation by dispatching one agent per isolated problem domain
    0
    installs
  28. Performance Tuning · noobygains
    Use when performance is a concern - sluggish pages, slow queries, bloated bundles, high-latency APIs, or whenever someone says "optimize" or "make it faster"
    0
    installs
  29. Protocol Authoring · noobygains bundle
    Use when creating new protocols, editing existing protocols, or validating protocols work before deployment
    0
    installs
  30. Team Orchestration · noobygains bundle
    Use when a task benefits from multiple Claude instances collaborating with peer-to-peer messaging - parallel research, multi-module features, cross-layer changes, or competing hypothesis debugging. Not for simple independent tasks (use parallel-execution) or sequential tasks (use delegated-execution).
    0
    installs
  31. Comprehension Check · noobygains
    Use when implementing any substantial feature, multi-file modification, or architectural change - produces a plain-language walkthrough of every alteration so the developer can verify genuine understanding before committing, preventing the accumulation of cognitive debt where code ships faster than comprehension
    0
    installs
  32. Delegated Execution · noobygains bundle
    Use when executing implementation plans with independent tasks in the current session
    0
    installs
  33. Quality Enforcement · noobygains
    Use when preparing code for commit, PR, or merge - covers linting, type safety, bundle budgets, coverage thresholds, complexity limits, dependency audit, and dead code detection
    0
    installs
  34. Specification First · noobygains
    Use when building any feature, API, module, or system before writing implementation code - produces a structured behavior specification defining inputs, outputs, constraints, edge cases, and acceptance criteria as the authoritative artifact
    0
    installs
  35. Workspace Isolation · noobygains
    Use when starting feature work that needs isolation from the current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
    0
    installs
  36. Environment Awareness · noobygains
    Use when starting a session, running shell commands, installing packages, or diagnosing platform-specific failures - detects OS, shell, runtime, package manager, and toolchain before any command execution
    0
    installs