# Coding

> A Claude skill from br3eze-code/br3eze-code.

- **Type:** Skill
- **Install:** `agentstack add skill-br3eze-code-br3eze-code-coding`
- **Verified:** Pending review
- **Seller:** [br3eze-code](https://agentstack.voostack.com/s/br3eze-code)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [br3eze-code](https://github.com/br3eze-code)
- **Source:** https://github.com/br3eze-code/br3eze-code/tree/main/skills/coding
- **Website:** https://br3eze.africa

## Install

```sh
agentstack add skill-br3eze-code-br3eze-code-coding
```

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

## About

# Skill: coding

**Version:** 1.0.0  
**Domain:** development

## Description

Code generation and execution for AgentOS automation tasks. Generates MikroTik scripts, Node.js snippets, shell commands, and RouterOS configuration blocks. Supports syntax validation before execution.

## When to Use

Invoke when the user asks about:
- Generating a RouterOS script for a specific task
- Writing a Node.js helper or automation snippet
- Generating shell commands for the AgentOS host
- Validating code before running it

## Tools

| Action | Description |
|---|---|
| `generate` | Generate code from a natural language description |
| `validate` | Check code for syntax errors and safety issues |
| `execute` | Run a validated script (sandboxed) |
| `explain` | Explain what a code snippet does |
| `refactor` | Improve or clean up existing code |

## Example: Generate RouterOS Script

```json
{
  "action": "generate",
  "language": "routeros",
  "description": "Block all traffic from IP 10.0.0.55 on the hotspot interface"
}
```

## Supported Languages

- `routeros` — MikroTik RouterOS scripting language
- `javascript` / `nodejs` — Node.js
- `bash` — Shell scripts for Linux
- `powershell` — Windows PowerShell

## Safety Rules

- `execute` only runs in a sandboxed environment
- RouterOS scripts are validated against the shell-injection denylist before execution
- No `eval()` or dynamic code loading in generated JavaScript

## Source & license

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

- **Author:** [br3eze-code](https://github.com/br3eze-code)
- **Source:** [br3eze-code/br3eze-code](https://github.com/br3eze-code/br3eze-code)
- **License:** Apache-2.0
- **Homepage:** https://br3eze.africa

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:** yes

*"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: flagged — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-br3eze-code-br3eze-code-coding
- Seller: https://agentstack.voostack.com/s/br3eze-code
- 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%.
