Skip to main content

irahardianto/awesome-agv

SkillsMP는 irahardianto/awesome-agv에서 44개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
44
GitHub 스타
150
GitHub 포크
48

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

직업 분류
미분류
설명

Structured logging implementation patterns: log levels, mandatory context fields (correlationId, userId, duration), security (PII scrubbing), and per-language library choices (Go slog, TypeScript pino, Python structlog). Load when implementing logging in any…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Python type hints, Protocols, Pydantic, async/await, pytest, ruff, mypy strict.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Go stdlib, error wrapping, interfaces, goroutines, table-driven tests, gofumpt.

원문 언어: 영어

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

Rust ownership, tokio, thiserror/anyhow, Clippy pedantic, unsafe, lifetimes.

원문 언어: 영어

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

Axum HTTP framework patterns — routing, extractors, middleware, state management. For Rust see rust-idioms.

원문 언어: 영어

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

Implementation examples for the three testability rules (I/O isolation, pure logic, dependency direction) across Go, TypeScript, Python, Rust, and Dart. Loaded by reference from architectural-pattern.md — not triggered by file patterns.

원문 언어: 영어

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

Angular components, signals, DI, RxJS, standalone architecture. For TypeScript see typescript-idioms.

원문 언어: 영어

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

Hono HTTP framework patterns — routing, middleware, Zod validation, RPC client. For TypeScript see typescript-idioms.

원문 언어: 영어

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

Plain JavaScript (ES2024+) idioms — ESM, CJS interop, runtime patterns without types. Use ONLY when TypeScript is unavailable; for TS load typescript-idioms.

원문 언어: 영어

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

Next.js App Router, RSC, Server Actions, ISR. For React see react-idioms. For TypeScript see typescript-idioms.

원문 언어: 영어

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

React hooks, Suspense, Server Components, React 19 patterns. For TypeScript see typescript-idioms.

원문 언어: 영어

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

Vue 3 Composition API, Pinia stores, composables, Vite, Vitest.

원문 언어: 영어

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

Detailed testing reference material: test doubles strategy, integration test infrastructure (Testcontainers, Firebase emulator), naming conventions per language, test organization patterns. Load when writing tests or setting up test infrastructure. The core…

원문 언어: 영어

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

TypeScript strict mode, type narrowing, Zod validation, vitest, ESLint flat config.

원문 언어: 영어

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

Generates distinctive, production-grade frontend interfaces and artifacts (React, Vue, HTML/CSS). Prioritizes bold aesthetics, unique typography, and motion to avoid generic designs. Use when building websites, landing pages, dashboards, posters, or when the…

원문 언어: 영어

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

Structured code review protocol for inspecting code quality against the full rule set. Use when auditing code written by yourself or another agent, during the /audit workflow, or when the user asks for a code review.

원문 언어: 영어

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

Orchestration reference for the /audit workflow. Contains dimension scope cards for parallel subagent dispatch, subagent prompt template, and code audit report template.

원문 언어: 영어

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

Mobile E2E testing patterns — Flutter integration_test, Patrol, Maestro, golden testing, device matrix, and test data management. Use when writing E2E tests for mobile applications.

원문 언어: 영어

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

Orchestration reference for the /security-audit workflow. Contains dimension scope cards for parallel subagent dispatch, subagent prompt template, and security audit report template.

원문 언어: 영어

업데이트
직업 분류
데이터베이스 아키텍트
설명

PostgreSQL best practices — schema design, query performance, indexing, connection management, RLS, concurrency, monitoring, and migrations. Load when writing SQL, designing schemas, or optimizing PostgreSQL queries.

원문 언어: 영어

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

Shared protocols for all agents in the multi-agent pipeline: recursive nesting, pre-implementation restatement, parallel dispatch format, and agent definition cascade. Load this skill instead of inlining these protocols in every agent file.

원문 언어: 영어

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

MECE task decomposition, file ownership enforcement, DAG-based execution, and safe merge protocol for intra-domain parallel dispatch. The safety invariants that prevent merge chaos when multiple agents write in parallel. Applies recursively at every nesting…

원문 언어: 영어

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

Pre-flight checklist and post-implementation self-review protocol. Use before generating any code (pre-flight) and after writing code but before verification (self-review) to catch issues early.

원문 언어: 영어

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

Profile-driven performance optimization protocol. Use when profiling data (CPU, heap, trace) is available or when the user requests performance analysis. Covers methodology (Profile → Analyze → Opportunity Scan → Prioritize → Optimize → Benchmark),…

원문 언어: 영어

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

Django ORM, class-based views, DRF serializers, migrations, pytest-django. For Python see python-idioms.

원문 언어: 영어

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

Flutter Riverpod 3, freezed, go_router, const widgets, repository pattern.

원문 언어: 영어

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

CI/CD pipeline design: GitHub Actions, GitLab CI, multi-stage Docker builds, image scanning, SBOM attestation (Cosign keyless), and environment promotion. Layered by complexity — Level 0 (all projects), Level 1 (containerized), Level 2 (Kubernetes). GitOps…

원문 언어: 영어

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

Playwright browser automation via MCP. Covers E2E testing, UI review, web scraping, screenshot capture, and general browser interaction. MCP-first — CLI is fallback only.

원문 언어: 영어

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

Data pipeline architecture, ETL/ELT patterns, data quality, batch vs stream processing, orchestration, and data governance principles.

원문 언어: 영어

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

Comprehensive protocol for validating root causes of software issues. Use when you need to systematically debug a complex bug, flaky test, or unknown system behavior by forming hypotheses and validating them with specific tasks.

원문 언어: 영어

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

Structured incident workflow: severity classification, triage, diagnosis, mitigation, postmortem, and prevention. Template-driven with blameless review.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

ML pipeline design, feature engineering, model training/serving, experiment tracking, model validation, and MLOps principles.

원문 언어: 영어

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

Feature flag implementation: release flags, ops kill switches, experiment flags, and permission gating. PRD-gated — only load when PRD or technical architecture explicitly requires gradual rollout, A/B testing, or kill switches. Includes lifecycle rules…

원문 언어: 영어

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

Architecture Decision Record skill for documenting significant architectural decisions with context, options, and consequences. Use during the Research phase when choosing between approaches, or whenever the user asks to document an architectural decision.

원문 언어: 영어

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

OpenAPI 3.1 specification writing, request/response examples, error documentation, versioning, and interactive API portal patterns.

원문 언어: 영어

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

Controlled failure injection: hypothesis design, blast radius control, safety mechanisms, game day planning, and resilience verification.

원문 언어: 영어

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

CLI tool design, argument parsing, interactive prompts, shell completions, cross-platform considerations, and distribution strategies.

원문 언어: 영어

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

Resource-constrained development, real-time patterns, interrupt handling, memory management, RTOS patterns, and hardware abstraction layers.

원문 언어: 영어

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

PCI DSS compliance, payment gateway integration, tokenization, webhook reliability, idempotency, fraud prevention, and subscription billing.

원문 언어: 영어

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

Safe refactoring pattern catalog: code smell taxonomy, transformation techniques, behavior preservation strategies, and metrics tracking.

원문 언어: 영어

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