# Go Task

> Using the Task build tooling for Go

- **Type:** Skill
- **Install:** `agentstack add skill-atomicmeganerd-agent-skills-task`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [AtomicMegaNerd](https://agentstack.voostack.com/s/atomicmeganerd)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [AtomicMegaNerd](https://github.com/AtomicMegaNerd)
- **Source:** https://github.com/AtomicMegaNerd/agent-skills/tree/main/task

## Install

```sh
agentstack add skill-atomicmeganerd-agent-skills-task
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Task Go Build Tool

## When to Activate

- When you need to run the build, the linters or the tests.

## Initializing a new project

```bash
task --init
```

This creates a new `Taskfile.yml` file which is the default for Go projects.

## Basics

To any any task (replace  with the name of the task.

```bash
task 
```

## Commonly Used Tasks

## Build

```bash
task build
```

## Run Tests

```bash
task test
```

## Run Lints

```bash
task lint
```

## References

[./references/reference.md](./references/reference.md)

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [AtomicMegaNerd](https://github.com/AtomicMegaNerd)
- **Source:** [AtomicMegaNerd/agent-skills](https://github.com/AtomicMegaNerd/agent-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-atomicmeganerd-agent-skills-task
- Seller: https://agentstack.voostack.com/s/atomicmeganerd
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
