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日
已展示 8 / 25 个已收集 Skill。
已展示 3 / 3 个仓库
已展示全部仓库