avvarre: Skill for Claude Code

.claude/skills/avvarre-init/SKILL.md

avvarre:init is a skill for Claude Code from PralhadYadawad/avvarre. It costs 24 tokens per session (205 once invoked), scanned A, original, MIT.

A project setup skill that creates an .avvarre/ folder for saved context, conventions, tasks, and session tracking.

In plain words
What is it for?
Inspecting a workspace, detecting its conventions, creating the memory files with real project information, and optionally seeding tasks from workspace-impact analysis.
Why use it?
It gives an existing or new codebase a consistent place to preserve project knowledge between sessions, while checking whether setup already exists.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

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

Reuse

Borrowing it

Nothing to install: this file belongs to PralhadYadawad/avvarre. 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/PralhadYadawad/avvarre/master/.claude/skills/avvarre-init/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/PralhadYadawad/avvarre

Made for: Claude Code.

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 avvarre:init

README.md
[![agentmods](https://agentmods.dev/badge/skills/pralhadyadawad/avvarre/avvarre-init/github.svg)](https://agentmods.dev/skills/pralhadyadawad/avvarre/avvarre-init)
Your own site
<a href="https://agentmods.dev/skills/pralhadyadawad/avvarre/avvarre-init"><img src="https://agentmods.dev/badge/skills/pralhadyadawad/avvarre/avvarre-init/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 avvarre:init

Your own site · 80×15
<a href="https://agentmods.dev/skills/pralhadyadawad/avvarre/avvarre-init"><img src="https://agentmods.dev/badge/skills/pralhadyadawad/avvarre/avvarre-init.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 205 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.00024 $0.00205
Opus 5 $0.00012 $0.00102
Sonnet 5 $0.00005 $0.00041
Haiku 4.5 $0.00002 $0.00020

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

Security

Grade A, and why

avvarre:init 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 12d 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.

.claude/skills/avvarre-init/SKILL.md · 17 lines

What it actually says

Avvarre init

Analyse the current workspace, then use the scaffold_avvarre tool to create .avvarre/ project memory.

Check workspace state first. If .avvarre/ already has non-template content, tell the user it's already initialized and suggest /avvarre-garden.

For existing codebases: explore the project (manifest files, README, source files), detect naming conventions, then scaffold. Fill all generated files with real content — no placeholder text. Offer to run avvarre_workspace or avvarre_get_impact to seed tasks.md.

For greenfield projects: ask if they are brainstorming, planning, or ready to build before scaffolding.

Never rename session-log.md. Never omit tasks.md, ignore, or skills/README.md. Always read actual source files.

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. 12d ago First seen · 17 lines · 24 tokens per session scan A 14580c7c5678

Subscribe to this mod's changes

avvarre:init is a skill published in the GitHub repository PralhadYadawad/avvarre (4 stars, last pushed 16d ago), licensed MIT. It adds 24 tokens to every session and 205 once invoked, about $0.0001 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-31.

Related

Other skills, from other repositories

lithium-kb

Generates, maintains, and visualizes a structured Markdown knowledge base (.lithium-kb/{architecture,debug,tasks,features}) with an interactive Neural Network graph, auto-watch mode, custom agent directives (.agentrules), and MCP server integration for Pi, Claude, Codex, Cursor, and other coding agents. Triggers…

liulinnuha/lithium-kb · 115 tokens

hindsight-architect

Expert memory architect. Understands your application, identifies where memory adds value, and produces an implementation plan with bank config, tag schema, and code.

vectorize-io/hindsight · 35 tokens

create-agent

Create a new Hindsight-powered subagent with long-term memory. Use when the user wants a specialized agent that learns and remembers across sessions.

vectorize-io/hindsight · 31 tokens

hindsight-local

Store user preferences, learnings from tasks, and procedure outcomes. Use to remember what works and recall context before new tasks. (user).

vectorize-io/hindsight · 32 tokens

hindsight-docs

Complete Hindsight documentation for AI agents. Use this to learn about Hindsight architecture, APIs, configuration, and best practices.

vectorize-io/hindsight · 30 tokens

hindsight-memory

Long-term memory for the agent via Hindsight. Use to recall relevant past context before answering, retain durable facts as you learn them, and reflect over accumulated memory for the "why" behind a decision. Load whenever continuity across sessions matters — the user refers to earlier work, states a lasting…

vectorize-io/hindsight · 74 tokens