vibeauracle: Skill for Claude Code

.agent/skills/sys-intimacy/SKILL.md

sys-intimacy is a skill for Claude Code, Codex from nathfavour/vibeauracle. It costs 0 tokens per session (231 once invoked), scanned A, original, MIT.

A system-awareness skill that helps an agent account for the computer and operating system it is running on. It considers CPU, graphics memory, current folder, filesystem access, and available local or cloud models.

In plain words
What is it for?
Use it to inspect system resources, plan around Arch Linux and KDE environments, choose models when graphics memory is limited, and monitor filesystem and shell operations.
Why use it?
It reduces the risk of proposing work that does not fit the machine's resources or operating-system setup, and encourages monitored tool use.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

This is nathfavour/vibeauracle's own configuration. It tells Claude Code and Codex how to work on vibeauracle 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 vibeauracle configures →

Reuse

Borrowing it

Nothing to install: this file belongs to nathfavour/vibeauracle. 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/nathfavour/vibeauracle/master/.agent/skills/sys-intimacy/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/nathfavour/vibeauracle

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 sys-intimacy

README.md
[![agentmods](https://agentmods.dev/badge/skills/nathfavour/vibeauracle/sys-intimacy.svg)](https://agentmods.dev/skills/nathfavour/vibeauracle/sys-intimacy)
Your own site
<a href="https://agentmods.dev/skills/nathfavour/vibeauracle/sys-intimacy"><img src="https://agentmods.dev/badge/skills/nathfavour/vibeauracle/sys-intimacy.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 231 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.
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.00000 $0.00231
Opus 5 $0.00000 $0.00115
Sonnet 5 $0.00000 $0.00046
Haiku 4.5 $0.00000 $0.00023

Measured 7d ago against content hash 74c77edfb724, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

sys-intimacy 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 7d 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.

.agent/skills/sys-intimacy/SKILL.md · 24 lines

What it actually says

⚡ Skill: System Intimacy

This skill focuses on deepening the agent's awareness of the hardware and operating system environment.

🎯 Objective

Enable the agent to make intelligent decisions based on real-world system constraints (CPU, VRAM, CWD, OS).

🛠️ Instructions

1. Environment Awareness

  • Use sys.Monitor to get real-time snapshots.
  • When generating plans, always consider the user's OS (Arch Linux/KDE focus) and available resources.

2. Filesystem Abstraction

  • Always use sys.FS for file operations to ensure potential sandboxing and consistency.
  • Prefer sys_patch over full file rewrites for large files to save tokens and minimize system I/O.

3. Resource-Aware Inference

  • If VRAM is low, the agent should proactively suggest switching to a smaller local model or a cloud provider.

✅ Verification

  • Verify that system snapshots are correctly integrated into the prompt context in internal/brain/brain.go.
  • Ensure tool executions like shell_exec are logged and monitored for resource spikes.
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. 7d ago First seen · 24 lines · 0 tokens per session scan A 74c77edfb724

Subscribe to this mod's changes

sys-intimacy is a skill published in the GitHub repository nathfavour/vibeauracle (5 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 231 tokens. 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-31.

Related

Other skills, from other repositories

001-commands-inventory

Use when you need to generate a checklist document with embedded commands inventory, following the embedded template exactly and producing INVENTORY-COMMANDS-JAVA.md in the project root. This should trigger for requests such as Create embedded commands inventory checklist; Generate INVENTORY-COMMANDS-JAVA.md; Use…

jabrena/plinth · 92 tokens

002-agents-inventory

Use when you need to generate a checklist document with embedded agents inventory, following the embedded template exactly and producing INVENTORY-AGENTS-JAVA.md in the project root. This should trigger for requests such as Create embedded agents inventory checklist; Generate INVENTORY-AGENTS-JAVA.md; Use…

jabrena/plinth · 90 tokens

003-skills-inventory

Use when you need to generate a checklist document with Java system prompts from skills.xml, following the embedded section template and producing INVENTORY-SKILLS-JAVA.md. This should trigger for requests such as Create Java system prompts checklist; Generate INVENTORY-SKILLS-JAVA.md; Use @003-skills-inventory…

jabrena/plinth · 88 tokens

005-agents-installation

Use when you need to install the embedded robot agents into .github/agents, .claude/agents, .cursor/agents, or .codex/agents, selecting the destination interactively and copying the embedded agent definitions from project assets. This should trigger for requests such as Install embedded agents; Bootstrap…

jabrena/plinth · 101 tokens

004-commands-installation

Use when you need to install the embedded project commands into command directories (.github/commands, .claude/commands, .cursor/command, .codex/commands), selecting the destination interactively and copying the embedded command definitions from project assets. This should trigger for requests such as Install embedded…

jabrena/plinth · 94 tokens

simulink-generate-embedded-code

Configure Simulink models for Embedded Coder (ERT) or AUTOSAR code generation. Use when the user asks to configure a model for production/ECU deployment, generate embedded C or C++ code, target ARM or x86 hardware, optimize code generation for speed or RAM, apply MISRA C/C++ compliance, or set up ERT, AUTOSAR, or…

matlab/simulink-agentic-toolkit · 170 tokens