nanocoai

Nanoclaw Templates — Development skill for Claude Code

Development community

Installable agent templates for NanoClaw.

How to install Nanoclaw Templates

This entry records only its repository, not the path inside it, so there is no exact command to give. Open nanocoai/nanoclaw-templates and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Nanoclaw Templates does

Installable agent templates for NanoClaw.

Alternatives in Development

  • Career-Ops For Codex — Read CLAUDE.md for all project instructions, routing, and behavioral rules 32.5k ★
  • Claude How To — by luongnv89 — Example-driven guide to mastering Claude Code through progressive tutorials with copy-paste tem 8.5k ★
  • Prioritization Frameworks — Reference guide to 9 prioritization frameworks with templates 7.8k ★

README

NanoClaw Templates

Prebuilt agent templates for [NanoClaw](https://github.com/nanocoai/nanoclaw), an AI assistant that runs agents securely in their own containers.

A **template** is an [Agent Plugins](https://agent-plugins.org) directory you can stamp into a working NanoClaw agent. It carries the agent's standing instructions, its MCP tool servers, its skills, and optional recurring tasks, but **no secrets and no provider**. Templates are provider-neutral; you pick the runtime separately, so one template works on any provider. Point `ncl` at one and you get a configured agent group in seconds — and because the format is the vendor-neutral plugin standard, the portable parts load in any other spec-compatible client too.

New to NanoClaw? Start at the [main repo](https://github.com/nanocoai/nanoclaw) or [docs.nanoclaw.dev](https://docs.nanoclaw.dev).

Using a template

There are two ways to stamp an agent from a template.

**1. During install.** Running the NanoClaw installer (`bash nanoclaw.sh`) opens a setup wizard with two template choices: **NanoClaw template library** clones this repo and copies the template you pick into your local `templates/`, and **Local templates** lists what is already in `templates/`. It then stamps and wires your first agent.

**2. Anytime, via the CLI:**

ncl groups create --template sales/sdr --name "SDR Agent"

`--template ` is a path relative to your local templates directory (`templates/` by default, or `NANOCLAW_TEMPLATES_DIR`, a local path only). Refs are multi-segment, e.g. `sales/sdr` resolves to `templates/sales/sdr`. For safety, absolute paths, a leading `~`, and `../` escapes are rejected.

To use a template from this repo, get it into your local `templates/` first. The install wizard's **NanoClaw template library** option clones this repo and copies the template you pick into `templates/` for you; or copy the folder by hand. Then stamp it with its bare ref.

`--name` is optional; without it the ag