Skip to main content

lmarqs/skills

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

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

이 저장소의 skills

직업 카테고리 1개 · 100% 분류됨

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

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

Scaffold or audit a project's mise task-runner setup the house-standard way — generates a lean mise.toml, directory-namespaced .mise/tasks/* scripts (tf:apply, node:setup), a project "mise" house-rules skill, and command-skills for destructive tasks;…

원문 언어: 영어

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

Apply Terraform changes for a module to live AWS infrastructure (S3 bucket, Lambda, etc.). Use when the user wants to apply, deploy, or provision infra for a module. Destructive: shows a plan and asks for confirmation before applying.

원문 언어: 영어

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

Show a Terraform plan for a module (the proposed changes to AWS infra) without applying. Use when the user wants to preview, diff, or dry-run infra changes for a module before deploying. Read-only — makes no changes.

원문 언어: 영어

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

Backend-service task runner — all repeatable workflows (setup, lint, test, build, fmt, and the terraform plan/apply flow) run through mise as `mise run <namespace>:<task>`. Use whenever running, adding, or debugging a build/test/lint/deploy command in this…

원문 언어: 영어

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

ESP32 firmware task runner — all repeatable PlatformIO workflows (install deps, build, flash, serial monitor) run through mise as `mise run pio:<task>`. Use whenever building, flashing, or monitoring this ESP32 firmware, or when tempted to run raw `pio run` /…

원문 언어: 영어

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

acme-web task runner — all repeatable workflows (setup, lint, test, build, dev, start) run through mise as `mise run node:<task>`. Use whenever running, adding, or debugging a build/test/dev/lint/start command in this repo, or when tempted to `cd . && pnpm…

원문 언어: 영어

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

acme-web task runner — all repeatable workflows (setup, lint, test, build, dev, start) run through mise as `mise run node:<task>`. Use whenever running, adding, or debugging a build/test/dev/lint/start command in this repo, or when tempted to `cd` and run…

원문 언어: 영어

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

Cut a cross-platform release of the CLI with goreleaser. Use when the user wants to publish a new version, tag a release, or ship binaries. Destructive/remote: it creates a public GitHub release and uploads artifacts, so it confirms the tag and runs a dry-run…

원문 언어: 영어

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

This Go CLI's task runner — all repeatable workflows (build, test, lint, fmt, release, docs) run through mise as `mise run <task>`. Day-to-day Go tasks use flat names (build, test, lint, fmt); the release flow (goreleaser) lives under release:* and docs…

원문 언어: 영어

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

Build and flash firmware to a connected board (esp01s or esp32) via mise. Use when the user wants to upload/flash firmware to a device. Flashing mutates physical hardware over a serial port, so confirm the target board and port before running.

원문 언어: 영어

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

Blinky firmware task runner — all repeatable workflows (setup, build, flash, serial monitor, and generating C headers from binary assets) run through mise as `mise run <namespace>:<task>`. Use whenever building, flashing, monitoring, or installing deps for…

원문 언어: 영어

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

Provision local AWS resources (s3, sqs, lambda) into LocalStack via `mise run localstack:deploy`. Use when the user wants to set up or refresh local infrastructure for development. Ensure LocalStack is running first and surface what will be created before…

원문 언어: 영어

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

acme-platform task runner — all repeatable workflows (setup, lint, test, build, dev) and local infra (docker, localstack) run through mise as `mise run <namespace>:<task>`. Use whenever running, adding, or debugging a build/test/lint/dev command, spinning up…

원문 언어: 영어

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

Provision local AWS infrastructure (S3/SQS/Lambda) into LocalStack via mise. Use when the user wants to set up or refresh local dev infra, deploy resources to the emulator, or "spin up local AWS". Targets the local LocalStack endpoint only — never a real AWS…

원문 언어: 영어

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

acme-platform task runner — all repeatable workflows (setup, lint, test, build, dev, plus localstack and docker for local infra) run through mise as `mise run <namespace>:<task>`. Use whenever running, adding, or debugging a build/test/lint/dev command in…

원문 언어: 영어

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

Apply a Terraform module's changes to AWS. Use when the user wants to apply, deploy, or roll out infrastructure for a region/module. Destructive — it changes live cloud state, so it shows a plan and requires an explicit "yes" confirmation before applying.

원문 언어: 영어

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

Show a Terraform plan for a module — the read-only preview of what an apply would change in AWS. Use when the user wants to plan, preview, or diff infrastructure changes for a region/module before applying.

원문 언어: 영어

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

AWS infrastructure task runner — all repeatable Terraform and EKS workflows run through mise as `mise run tf:<task> <module>`. Use whenever running, adding, or debugging an init/plan/apply/fmt/check command in this repo, deploying to EKS with kubectl/helm, or…

원문 언어: 영어

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

Deploy the Cloudflare Worker via `mise run cf:deploy`. Use when the user wants to ship/release the Worker to Cloudflare. This changes remote state and requires AWS auth (it reads a build-time config value), so confirm the target environment and that the user…

원문 언어: 영어

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

Cloudflare Worker task runner — all repeatable workflows (setup, lint, test, build, dev, deploy) run through mise as `mise run <namespace>:<task>`. Use whenever running, adding, or debugging a build/test/dev/deploy command in this repo, or when tempted to `cd…

원문 언어: 영어

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

Compile the Digispark sketch and flash it to the board in one step (compile then upload) via arduino-cli/mise. Use when the user wants to build and run/flash the firmware. Flashes physical hardware — confirm the right board is connected first, and note the…

원문 언어: 영어

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

Digispark (ATtiny85) firmware task runner — all repeatable workflows (install the core/libraries, compile, upload, the compile+upload run loop) go through mise as `mise run arduino:<task>`, driven by arduino-cli (not PlatformIO). Use whenever compiling,…

원문 언어: 영어

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

Write a structured architecture decision document — an RFC / design doc / technical doc that records *why* a non-trivial technical choice was made, not just what was built. Follows a six-part method: contextualize for a newcomer, state the…

원문 언어: 영어

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

Audit and improve SQL quality systematically — catch performance smells in raw SQL, ORM-generated queries, schema/modeling decisions, migrations, or PR diffs, explain the database-level impact, give a corrected version, and make the tradeoff explicit. Generic…

원문 언어: 영어

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

Keep a system's business logic independent of the technology it talks to, by reasoning about which way dependencies point across a hexagonal / ports-and-adapters / clean-architecture boundary. A system holds three kinds of code — its reason to exist (the…

원문 언어: 영어

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