Skip to main content

이 저장소의 skills

kinqsradiollc/BrainRouter - 2페이지

SkillsMP는 kinqsradiollc/BrainRouter에서 89개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

kinqsradiollc/BrainRouter

수집된 skill 89개 중 40개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Guides behavior-preserving boundary cleanup after a feature works. Use when code has duplicated mechanics, repeated API calls, mixed contracts/policy/adapters, privileged effects inside domain logic, deep imports, or a growing god module; use to decide…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Get reliable output from weak or local models by tightening the harness instead of the prompt. Use when running a small/quantized/local model, when an agent loops, drifts, stalls before acting, or emits malformed tool calls, or when designing a background…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Apply one change across many repos or packages as N independent agent runs that each end in a verified PR. Use when the same migration (dependency bump, API rename, lint fix, codemod) must land across a fleet, when you'd otherwise hand-apply patches one by…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Discovers and invokes agent skills. Use when starting a session or when you need to discover which skill applies to the current task. This is the meta-skill that governs how all other skills are discovered and invoked.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Make the architecture's layering machine-enforced so it can't silently erode. Use when a monorepo has a layered/acyclic package graph but nothing prevents back-edges or deep-internal imports, when many agents or contributors edit concurrently, or right after…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Safely carve a subsystem out of a god-package into its own package with a real public API, leaf-first. Use when a package has grown too large, when consumers import its compiled internals (deep dist/* paths) instead of a public entrypoint, or when you need to…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Gate agent output behind an automated green check that re-runs the worker on failure, so nothing ships unverified. Use when an agent writes code and claims done without proof, when a background/unattended run must self-validate before opening a PR, or when a…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Provides an end-to-end operating system for building software with AI agents. Use when starting any non-trivial feature, MVP, or tool build with an AI coding agent. Use when you want a repeatable workflow instead of ad-hoc prompting.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than guessing.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Grounds every implementation decision in official documentation or local source code. Use when building with any framework, library, or SDK where correctness matters. Use when an agent is likely to hallucinate API names, or when docs are weak and the library…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Framework for surfacing and tracking tech debt, known bugs, and security gaps in software codebases.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Naming patterns, formatting rules, import order, and module design standards for modern software codebases.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guidelines for reading living project documentation using MCP tools.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test runners in CI, or establish deployment strategies.

원문 언어: 영어

업데이트
직업 분류
네트워크·컴퓨터 시스템 관리자
설명

Containerize applications using Docker. Enforce production-grade security, multi-stage builds, and optimized resource allocation.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Manages deprecation and migration. Use when removing old systems, APIs, or features. Use when migrating users from one implementation to another. Use when deciding whether to maintain or sunset existing code.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Prepares production launches. Use when preparing to deploy to production. Use when you need a pre-launch checklist, when setting up monitoring, when planning a staged rollout, or when you need a rollback strategy.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Initializes a new project from the template. Use when starting a fresh repository, defining a new project vision, or setting up the initial codebase structure.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Analyzes your recent chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when correctness matters more than speed, when working in unfamiliar code, when stakes are high (production, security-sensitive logic, irreversible operations), or…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Summarizes completed work and provides a walkthrough. Use when a project, feature, or task is finished and needs to be reviewed or handed over to a human or another agent.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Refines raw ideas into sharp, actionable concepts through structured divergent and convergent thinking. Use when an idea is still vague, when you need to stress-test assumptions before committing to a plan, or when you want to expand options before converging…

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Extracts what the user actually wants instead of what they think they should want. Achieves this through one-question-at-a-time interview until ~95% confidence about the underlying intent. Use when an ask is underspecified ("build me X" without "for whom" or…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Defines the canonical structure, format, and writing principles for BrainRouter SKILL.md files. Use when creating a new skill, reviewing an existing skill for compliance, or understanding what sections a skill must contain.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Synchronizes documentation with the actual codebase. Use when code has changed but docs are outdated, before shipping a feature, or when you notice a mismatch between docs (API, Schema, Design) and reality.

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

WCAG 2.1 AA accessibility mandates for the frontend. Use when implementing or reviewing user interface components, form inputs, modals, or motion effects.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Mandatory middleware, validation boilerplate, error safe-listing, and performance rules for fast, consistent, and secure endpoints.

원문 언어: 영어

업데이트
직업 분류
정보 보안 분석가
설명

Identity, JWT rules, session management, and security logic for authentication. Use when building or modifying login, registration, password resets, token generation, or authentication middlewares.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Diagnoses and recovers from complex REST and GraphQL API failures. Enforces reproduction before fixing and verifies via runtime inspection.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Redis caching, Postgres replication, query indexing, and connection management rules for performance and scalability. Use when writing database queries, configuring caching layers, or auditing backend load speeds.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Mocking strategies, assertion standards, integration testing, and test coverage rules. Use when writing tests for new features, bug fixes, API endpoints, or core library integrations.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Professional communication for high-agency engineers. Enforces the 1-3-1 rule to turn problems into decisions and minimizes synchronous friction.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Raw mechanical interfaces fusing Swiss typographic print with military terminal aesthetics. Rigid grids, extreme type scale contrast, utilitarian color, analog degradation effects. For data-heavy dashboards, portfolios, or editorial sites that need to feel…

원문 언어: 영어

업데이트
직업 분류
그래픽 디자이너
설명

Generate flat, minimal light/dark-aware SVG diagrams. Unified visual language with semantic colors and automatic dark mode.

원문 언어: 영어

업데이트
직업 분류
웹·디지털 인터페이스 디자이너
설명

Elite UX/UI & Advanced GSAP Motion Engineer. Enforces Python-driven true randomization for layout variance, strict AIDA page structure, wide editorial typography (bans 6-line wraps), gapless bento grids, strict GSAP ScrollTriggers (pinning, stacking,…

원문 언어: 영어

업데이트
수집된 skill 89개 중 40개를 표시합니다.