tentaflake: Skill for Claude Code

.agents/skills/tentaflake-repo-guidance/SKILL.md

tentaflake-repo-guidance is a skill for Claude Code, Codex from timfewi/tentaflake. It costs 32 tokens per session (3,693 once invoked), scanned A, original, MIT.

A repository guide for Tentaflake, a NixOS template for running isolated Hermes and ZeroClaw agent containers on one computer. It documents the project structure, modules, profiles, command-line tools, and safety boundaries.

In plain words
What is it for?
Use it when changing Tentaflake's Nix files or Rust tools, building agent configurations, checking the repository, or understanding its container and resource-management modules.
Why use it?
It helps developers understand where changes belong and prevents private settings, secrets, deployment actions, or hardware details from being added to the shared template.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md; installed under .agents/ (shared by several agents); mentions AGENTS.md.

This is timfewi/tentaflake's own configuration. It tells Claude Code and Codex how to work on tentaflake itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything tentaflake configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is ./scripts/generated-flake-test.sh.

Reuse

Borrowing it

Nothing to install: this file belongs to timfewi/tentaflake. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/timfewi/tentaflake/main/.agents/skills/tentaflake-repo-guidance/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/timfewi/tentaflake

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tentaflake-repo-guidance

README.md
[![agentmods](https://agentmods.dev/badge/skills/timfewi/tentaflake/tentaflake-repo-guidance/github.svg)](https://agentmods.dev/skills/timfewi/tentaflake/tentaflake-repo-guidance)
Your own site
<a href="https://agentmods.dev/skills/timfewi/tentaflake/tentaflake-repo-guidance"><img src="https://agentmods.dev/badge/skills/timfewi/tentaflake/tentaflake-repo-guidance/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for tentaflake-repo-guidance

Your own site · 80×15
<a href="https://agentmods.dev/skills/timfewi/tentaflake/tentaflake-repo-guidance"><img src="https://agentmods.dev/badge/skills/timfewi/tentaflake/tentaflake-repo-guidance.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,693 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00032 $0.03693
Opus 5 $0.00016 $0.01847
Sonnet 5 $0.00006 $0.00739
Haiku 4.5 $0.00003 $0.00369

Measured 13d ago against content hash 8eb6726cc28c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

tentaflake-repo-guidance scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/tentaflake-repo-guidance/SKILL.md · 383 lines

How it starts

The opening of the file, as written. The whole thing — 383 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Tentaflake repository guidance

Purpose and boundary

Tentaflake is a generic NixOS flake template for isolated Hermes and ZeroClaw containers on one host. Never add company configuration, real hostnames, hardware identities, secrets, private agent context, or deployment policy to the template. Those belong in forks.

Source changes and verification do not authorize NixOS activation, deployment, disk operations, secret changes, or VM mutation.

Layout

tentaflake/
├── .devcontainer/
│   ├── devcontainer.json
│   └── devcontainer-lock.json
├── flake.nix
├── configuration.nix
├── Cargo.toml
├── Cargo.lock
├── crates/tentaflake-cli/
├── crates/tentaflake-broker/
├── crates/tentaflake-worker/
├── modules/
│   ├── default.nix
│   ├── options.nix
│   ├── shell.nix
│   ├── worker.nix
│   ├── workspace-quota.nix
│   ├── image-provenance.nix
│   ├── optional/
│   │   ├── editor.nix
│   │   ├── hive-research.nix
│   │   └── piper-tts-server.nix
│   └── profiles/
│       ├── observability.nix
│       └── falco.nix
├── lib/
│   ├── mkHermesAgent.nix
│   ├── mkZeroClawAgent.nix
│   ├── agentsFromData.nix
│   └── pinnedImage.nix
├── pkgs/
│   ├── tentaflake-cli/
│   └── piper-voices/
├── installer/
├── tests/
└── docs/

Removed components are not compatibility surfaces: there is no live-agent ISO, Auditd daemon, SQLite event store, custom web console, Go module, or interactive agent wizard.

Flake outputs

Configurations:

Output Purpose
nixosConfigurations.tentaflake Built-in installed host
nixosConfigurations.installer-iso Disk installer image

Core and optional modules:

Output Import behavior
nixosModules.default Core module set
nixosModules.installer Installer ISO
nixosModules.editor Optional editor
nixosModules.hiveResearch Optional web research
nixosModules.piperTts Optional TTS
nixosModules.observability Optional metrics/logs
nixosModules.falco Optional runtime detection

Read the full file on GitHub · 383 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 383 lines · 32 tokens per session scan A 8eb6726cc28c

Subscribe to this mod's changes

tentaflake-repo-guidance is a skill published in the GitHub repository timfewi/tentaflake (30 stars, last pushed 5d ago), licensed MIT. It adds 32 tokens to every session and 3,693 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

memory-safe-migration

Guide secure migration of code from memory-unsafe languages (C, C++, Assembly) to memory-safe languages (Rust, Go, Java, C#, Swift). Use when migrating or rewriting legacy C/C++ code, designing FFI boundaries between safe and unsafe code, writing new modules in existing C/C++ codebases, reviewing mixed-language…

cosai-oasis/project-codeguard · 117 tokens

fix-security-vulnerabilities-with-strix

Fix security vulnerabilities found by a Strix pentest (open-source CLI or app.strix.ai cloud) — triage by severity, patch the root cause rather than the symptom, and re-run Strix to prove each fix actually closes the exploit. Handles injection, XSS, SSRF, broken access control, IDOR, and other validated findings. Use…

usestrix/strix · 124 tokens

find-security-vulnerabilities-in-code

Find security vulnerabilities in a codebase or repository with Strix — a white-box AI security review that reads your source, reasons about the actual data flow and authorization model, then exploits what it finds in a live sandbox so every reported issue has a working proof-of-concept instead of a noisy…

usestrix/strix · 129 tokens

build-and-test

How to build and test .NET projects in the Agent Framework repository. Use this when verifying or testing changes.

microsoft/agent-framework · 26 tokens

python-feature-lifecycle

Guidance for package and feature lifecycle in the Agent Framework Python codebase, including stage meanings, feature-stage decorators, feature enums, and how to move APIs from one stage to the next.

microsoft/agent-framework · 43 tokens

python-development

Coding standards, conventions, and patterns for developing Python code in the Agent Framework repository. Use this when writing or modifying Python source files in the python/ directory.

microsoft/agent-framework · 35 tokens