원클릭으로
taskfile
Guidelines for standard tasks in Taskfile.yml.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guidelines for standard tasks in Taskfile.yml.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | taskfile |
| description | Guidelines for standard tasks in Taskfile.yml. |
Taskfile is the mandatory task runner. Most projects should implement the following standard tasks in Taskfile.yml:
generate: Generates code as required (e.g., from Protocol Buffers, mocks).build: Compiles the application binary.setup: Installs required tools and dependencies.validate: Runs lints, unit tests, smoke tests, and the build. Run this before committing.test: Runs unit tests.lint: Runs code linters.Guidelines for creating, reviewing, and improving agent skills.
Guidelines for validation, staging, amending, and commit messages.
Guidelines for dependency injection patterns.
Guidelines for ensuring architectural changes are validated against core use cases.
Orchestrates efficient read and write interactions with the engram unified memory store via MCP tools. Provides deterministic workflows for decomposing observations into atomic memories, composing four-dimensional queries (context, similarity, relationship, time) for maximum retrieval accuracy, managing agent-managed focus context, and linking memories into associative webs at write time. Ensures memories are discoverable, precisely ranked, and structurally connected across sessions.
Guidelines for dual-use architecture (CLI and Go Library), dependency separation, and extensible registry patterns.