noobygains
- 36 skills
- 0 followers
- 6 hours ago last updated
- ▌ Rationale · noobygainsUse 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
- ▌ Activation · noobygainsUse when starting any conversation - establishes how to locate and invoke skills, mandating Skill tool usage before ANY response including clarifying questions
- ▌ Test First · noobygains bundleUse when implementing any feature or bugfix, before writing implementation code
- ▌ Task Runner · noobygainsUse when you have a written implementation plan to execute in a separate session with review checkpoints
- ▌ UX Patterns · noobygains bundleUse 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
- ▌ Quality Gate · noobygains bundleUse when finishing tasks, shipping significant features, or before landing changes to ensure work meets standards through automated review
- ▌ Github Search · noobygainsUse 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
- ▌ System Design · noobygainsUse when making technology or structural decisions - selecting databases, APIs, auth strategies, caching layers, file organization, or weighing monolith against services
- ▌ Task Planning · noobygainsUse when you have a spec or requirements for a multi-step task, before touching code
- ▌ Error Recovery · noobygainsUse when repeated fix attempts fail, the agent appears stuck in a loop, or complexity is increasing without progress
- ▌ Merge Protocol · noobygainsUse 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
- ▌ UI Engineering · noobygains bundleUse 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
- ▌ Agent Messaging · noobygainsUse when dispatching subagents, composing prompts for teammates, structuring handoff reports, or managing context boundaries between agents. Covers both subagent prompts and team-level messaging.
- ▌ Completion Gate · noobygainsUse 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
- ▌ Design Research · noobygainsUse 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
- ▌ Fault Diagnosis · noobygains bundleUse when encountering any bug, test failure, or unexpected behavior, before proposing fixes
- ▌ Review Response · noobygainsUse 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
- ▌ Intent Discovery · noobygainsUse when starting any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements, and design before implementation.
- ▌ Pattern Matching · noobygainsUse 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
- ▌ Reference Engine · noobygainsUse 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
- ▌ Codebase Research · noobygainsUse 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
- ▌ Knowledge Capture · noobygainsUse when completing any meaningful task - distill patterns, lessons, and insights from the interaction and persist them for future sessions
- ▌ Project Bootstrap · noobygains bundleUse 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
- ▌ Security Protocol · noobygainsUse 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
- ▌ Deployment Advisor · noobygainsUse when making technology, hosting, or infrastructure decisions — recommends services, databases, and deployment strategies based on project requirements and what the user actually has available
- ▌ Design Integration · noobygainsUse 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
- ▌ Parallel Execution · noobygainsUse 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
- ▌ Performance Tuning · noobygainsUse when performance is a concern - sluggish pages, slow queries, bloated bundles, high-latency APIs, or whenever someone says "optimize" or "make it faster"
- ▌ Protocol Authoring · noobygains bundleUse when creating new protocols, editing existing protocols, or validating protocols work before deployment
- ▌ Team Orchestration · noobygains bundleUse 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).
- ▌ Comprehension Check · noobygainsUse 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
- ▌ Delegated Execution · noobygains bundleUse when executing implementation plans with independent tasks in the current session
- ▌ Quality Enforcement · noobygainsUse when preparing code for commit, PR, or merge - covers linting, type safety, bundle budgets, coverage thresholds, complexity limits, dependency audit, and dead code detection
- ▌ Specification First · noobygainsUse 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
- ▌ Workspace Isolation · noobygainsUse 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
- ▌ Environment Awareness · noobygainsUse 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