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

lmarqs

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

수집된 skills
29
저장소
3
업데이트
2026년 8월 31일
저장소 탐색

저장소와 대표 skills

scaffold
소프트웨어 개발자

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;…

2026년 6월 27일
tf-apply
소프트웨어 개발자

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.

2026년 6월 27일
tf-plan
소프트웨어 개발자

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.

2026년 6월 27일
backend-service-mise
소프트웨어 개발자

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…

2026년 6월 27일
esp32-firmware-mise
소프트웨어 개발자

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` /…

2026년 6월 27일
acme-web-mise
소프트웨어 개발자

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…

2026년 6월 27일
acme-web-mise
소프트웨어 개발자

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…

2026년 6월 27일
release
소프트웨어 개발자

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…

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