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.
curl -O https://raw.githubusercontent.com/timfewi/tentaflake/main/.agents/skills/tentaflake-repo-guidance/SKILL.mdgit clone --depth 1 https://github.com/timfewi/tentaflakeWrote 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.
[](https://agentmods.dev/skills/timfewi/tentaflake/tentaflake-repo-guidance)<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.
<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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 |
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.
- 13d ago First seen · 383 lines · 32 tokens per session scan A 8eb6726cc28c
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.
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…
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…
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…
build-and-test
How to build and test .NET projects in the Agent Framework repository. Use this when verifying or testing changes.
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.
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.