Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

devctl

devctl에는 godismyjudge95에서 수집한 skills 13개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
13
Stars
2
업데이트
2026-07-01
Forks
0
직업 범위
직업 카테고리 6개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

integration-testing
소프트웨어 품질 보증 분석가·테스터

How to write and run devctl integration tests — where tests live, how to write failing tests first (TDD), and how to run them safely inside an Incus container without touching live host data.

2026-07-01
create-release
소프트웨어 개발자

Full workflow for tagging and publishing a devctl release and/or a PHP binaries release — versioning, release note generation from TODO.md, clearing TODO.md completed items, and the exact git/GitHub CLI steps for each release type.

2026-06-05
add-cli-command
소프트웨어 개발자

How to add a new CLI command to devctl — writing the Cmd struct, registering it with init(), adding Client methods, using output helpers, and documenting it in README.md

2026-04-07
add-screenshot
사진작가

How to add a new dashboard screenshot for a new or existing feature — wiring up scripts/screenshots.js, seeding data into the demo container via scripts/demo.sh, and adding the image reference to the README.

2026-04-07
update-skills
소프트웨어 개발자

How to create, update, or maintain agent skills for this project — file structure, frontmatter rules, naming constraints, and where OpenCode discovers them

2026-04-07
todo
소프트웨어 개발자

Full workflow for picking up and completing a TODO item from TODO.md — read the backlog, clarify, implement, install, browser-test, update docs, and move the item to Completed.

2026-03-27
update-readme
기술 작가

How to keep README.md accurate and well-structured when devctl features change — canonical section order, per-section rules, source-of-truth files, style rules, and a pre-save checklist.

2026-03-22
add-service
소프트웨어 개발자

How to add a new managed dev service to devctl — writing the ServiceDefinition, registering it in config/defaults.go, and wiring up the optional installer

2026-03-12
db-migrations
데이터베이스 아키텍트

How to add or modify the devctl SQLite schema using goose SQL migrations and regenerate type-safe queries with sqlc

2026-03-12
go-backend
소프트웨어 개발자

Patterns and conventions for working on the devctl Go backend — adding API endpoints, handlers, SSE/WebSocket, service management, and error handling

2026-03-12
install-package
소프트웨어 개발자

How to implement an idempotent APT-based service installer in devctl — the Installer interface, shared helpers, and registration in install.NewRegistry

2026-03-12
testing-dashboard
소프트웨어 품질 보증 분석가·테스터

How to test devctl features via the browser dashboard — always use the Playwright snapshot tool, never the screenshot tool, and always verify changes in the UI at http://127.0.0.1:4000 after deploying.

2026-03-12
vue-frontend
웹 개발자

Patterns and conventions for working on the devctl Vue 3 SPA — Pinia stores, API wrappers, shadcn-vue components, Tailwind v4, and the Vite/go:embed pipeline

2026-03-12