Skip to main content
boparaiamrit
GitHub 제작자 프로필

boparaiamrit

3개 GitHub 저장소에서 수집된 61개 skills를 저장소 단위로 보여줍니다.

수집된 skills
61
저장소
3
업데이트
2026년 7월 20일
저장소 탐색

저장소와 대표 skills

nextjs-to-nuxt-migration
소프트웨어 개발자

Use when porting any module from a Next.js (React) app to a Nuxt 4 (Vue 3) production app backed by NestJS. User provides module name and three repo paths. Covers submodule analysis, backend verification, feature inventory, sidebar registration,…

2026년 3월 16일
rules
소프트웨어 개발자

Use as the master reference for all core principles, anti-hallucination protocol, severity framework, and skill activation rules. Every other skill inherits from this. Read this first in any new session.

2026년 3월 11일
writing-skills
소프트웨어 개발자

Use when creating new skills for the skills library. Defines the structure, format, quality standards, and testing requirements for new skills.

2026년 3월 11일
agent-team-coordination
컴퓨터·정보 시스템 관리자

Multi-agent council using real subagent spawning (Task() tool), deterministic CLI state management, and file-based handoffs. Orchestrator stays lean while specialists execute in fresh contexts.

2026년 3월 10일
writing-plans
프로젝트 관리 전문가

Use when you have a spec or requirements for a multi-step task and need to create a detailed implementation plan before touching code.

2026년 2월 18일
executing-plans
소프트웨어 개발자

Use when you have a detailed implementation plan and need to execute it task by task with deviation handling, checkpoints, and atomic commits.

2026년 2월 18일
persistent-memory
소프트웨어 개발자

Automated persistent memory system for AI agents — captures decisions, context, and learnings across sessions using file-based protocols. Works in Antigravity, Cursor, Claude Code, and any agent that can read/write files.

2026년 2월 18일
database-audit
데이터베이스 아키텍트

Use when auditing database schema, migrations, data integrity, query patterns, or when asked about database architecture. Covers schema design, indexing strategy (including high-volume tables), migrations, constraints, query optimization, and data…

2026년 2월 9일
수집된 skill 33개 중 8개를 표시합니다.
prd-design-build-orchestrator
소프트웨어 개발자

Multi-agent orchestration for full-stack monorepo builds. Audits a PRD against a design handoff (HTML, screenshots, claude.ai/design output) to find gaps, writes an execution plan, and dispatches parallel subagents through 4 phases. Coordinates ALL 16…

2026년 7월 20일
production-readiness-audit
소프트웨어 품질 보증 분석가·테스터

Use when a product needs a whole-product production-readiness assessment, module-by-module scoring, completeness or parity checks, tenancy and seed-data verification, exhaustive frontend/backend Playwright coverage, or an evidence-backed answer about what…

2026년 7월 20일
superdev-done
소프트웨어 품질 보증 분석가·테스터

Run superdev's machine-checkable Definition-of-Done gate on demand. Reads COMPLETION_LEDGER.json (build/typecheck/lint/integration/completeness/security/qa/brutal verdicts) plus live no-suppressions and demo/placeholder sweeps, and reports PASS/FAIL with the…

2026년 7월 20일
superdev-self-learning
기타 컴퓨터 관련 직업

The meta-skill that makes superdev self-improving. Captures user-frustration signals (explicit corrections, code reverts, regression-verifier failures, design-drift above 1%, re-prompts with frustration markers) and writes structured **feedback** memory…

2026년 7월 20일
design-preservation
웹 개발자

Use ONLY when the user provides a **prototype** that must be preserved — an existing HTML/Figma export, a built-and-shipping app's frontend being migrated, a hand-coded mockup the user has iterated on. Treats that prototype as a HOLY GRAIL — copies it…

2026년 7월 20일
frontend-modular-architecture
웹 개발자

Use whenever building or auditing a Next.js frontend module. Enforces an opinionated modular structure (pages/, components/component-name/parts/, stores/, hooks/) with strict file-size limits (page ≤ 100 lines, component ≤ 200 lines), dedicated Zustand stores…

2026년 7월 20일
frontend-refactoring
소프트웨어 개발자

Use to refactor ONE existing bloated frontend module into the canonical frontend-modular-architecture layout IN A SINGLE ATOMIC CONVERSION. Refuses partial conversions — half-converted modules are worse than untouched. Five strict phases (deep-plan → review…

2026년 7월 20일
exploratory-qa
소프트웨어 품질 보증 분석가·테스터

Senior-engineer exploratory QA for full-stack apps built with the design-to-nextjs + nestjs-enterprise-backend stack. Drives Playwright through the real app to find what automated tests miss — missing empty states, oversized buttons inconsistent across pages,…

2026년 7월 20일
수집된 skill 18개 중 8개를 표시합니다.
api-docs-skill
소프트웨어 개발자

API documentation, OpenAPI/Swagger generation, versioning, SDK generation, and developer portal patterns for multi-tenant SaaS NestJS APIs. Auto-generates docs from decorators, maintains changelog, produces TypeScript SDK for frontend consumption. Trigger…

2026년 3월 20일
build-second-brain
소프트웨어 개발자

Analyze one or more git repositories commit-by-commit from the very first commit using maximum parallel agents to extract engineering patterns, architecture decisions, debugging approaches, scaling strategies, and coding conventions — then build a structured…

2026년 3월 20일
code-review-skill
소프트웨어 품질 보증 분석가·테스터

Exhaustive code review checklist for multi-tenant SaaS covering backend (NestJS), frontend (Next.js/React), security, performance, multi-tenancy, and MSSP compliance. Provides PR review templates, code smell detection, and severity-based feedback. Trigger…

2026년 3월 20일
devops-skill
네트워크·컴퓨터 시스템 관리자

Production deployment, CI/CD, Docker, monitoring, and database migration patterns for multi-tenant SaaS. Covers NestJS backend + Next.js frontend + PostgreSQL + TimescaleDB + Redis + BullMQ. Zero-downtime deployments, feature flags, rollback strategies, and…

2026년 3월 20일
frontend-architect-skill
소프트웨어 개발자

Unified frontend architect for Next.js 16 + React 19 + TypeScript 5 + Tailwind 4 + Zustand 5 + TanStack Query 5 + TanStack Table + Better Auth. Transforms feature requirements into production-grade, multi-tenant, component-driven frontend implementations with…

2026년 3월 20일
mssp-audit-skill
소프트웨어 개발자

Exhaustive 5-phase audit of any module against UC1/UC2/UC3 multi-tenant requirements — covering data model, API, frontend, integration, and deployment. 48 checks across backend and frontend. Generates gap reports with severity scoring. Also enforces 10…

2026년 3월 20일
performance-skill
소프트웨어 개발자

Performance optimization patterns for multi-tenant SaaS at scale — backend (query optimization, N+1 detection, caching, connection pooling, BullMQ tuning), frontend (bundle analysis, React profiling, virtualization, lazy loading), and database (indexing,…

2026년 3월 20일
saas-architect-skill
소프트웨어 개발자

Unified enterprise SaaS backend architect skill for NestJS + Drizzle ORM + PostgreSQL + TimescaleDB + BullMQ + Redis. Converts frontend code into production-grade, multi-tenant, multi-product backend APIs. Use this skill whenever: building any backend feature…

2026년 3월 20일
수집된 skill 10개 중 8개를 표시합니다.
저장소 3개 중 3개 표시
모든 저장소를 표시했습니다