Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/avos-lab/git-aware-coding-agent/avos-searchnpx skills add Avos-Lab/git-aware-coding-agent --skill avos-searchgit clone --depth 1 https://github.com/Avos-Lab/git-aware-coding-agentWrote 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/avos-lab/git-aware-coding-agent/avos-search)<a href="https://agentmods.dev/skills/avos-lab/git-aware-coding-agent/avos-search"><img src="https://agentmods.dev/badge/skills/avos-lab/git-aware-coding-agent/avos-search.svg" alt="Measured on agentmods" height="20"></a>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 | $0.00010 | $0.00671 |
| Opus 5 | $0.00005 | $0.00336 |
| Sonnet 5 | $0.00002 | $0.00134 |
| Haiku 4.5 | $0.00001 | $0.00067 |
Grade A, and why
avos-search 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 3d 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 — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Avos Search (Ask)
Use this skill when you need to search repository memory for engineering context.
When to Use
Use this skill when at least one trigger applies:
- You are editing existing production code in an unfamiliar/shared module
- You expect a medium/large change (multi-file, refactor, behavior change)
- You need design rationale before changing architecture/API/auth/data flow
- You need to avoid duplicating an existing pattern
You can skip this skill for low-risk tasks:
- Docs/comments/typo-only changes
- New isolated file creation without touching existing behavior
- Test-only updates that do not alter production logic
Command
avos ask --json "your question about the codebase"
Examples
Understanding Code Decisions
avos ask --json "why does the authentication module use JWT instead of sessions?"
Finding Existing Patterns
avos ask --json "how do other API endpoints handle pagination?"
Checking for Existing Functionality
avos ask --json "is there existing error handling middleware?"
Response Format
Success with answer:
{
"success": true,
"data": {
"format": "avos.ask.v1",
"raw_text": "...",
"answer": {
"text": "The authentication module uses JWT because..."
},
"evidence": {
"is_none": false,
"items": [
{
"type": "pr",
"ref": "123",
"title": "Implement JWT auth",
"author": "developer"
}
],
"unparsed_lines": []
},
"parse_warnings": []
}
}
No matching evidence:
{
"success": true,
"data": {
"format": "avos.ask.v1",
"answer": {
"text": "No matching evidence found in repository memory."
},
"evidence": {
"is_none": true,
"items": []
}
}
}
Best Practices
- Be specific: "how does user authentication work?" is better than "auth?"
- Include context: "why does the login API return 401 instead of 403?" is better than "login error"
- Use for high-risk edits: Trigger this before substantial or unfamiliar code edits
- Skip for trivial edits: Avoid unnecessary memory calls for low-risk cosmetic 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.
- 3d ago First seen · 121 lines · 10 tokens per session scan A 1d69a9baf595
avos-search is a skill published in the GitHub repository Avos-Lab/git-aware-coding-agent (2 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 10 tokens to every session and 671 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.
Other skills, from other repositories
supericons-icon-search
Use Supericons MCP when the user needs to find, preview, compare, retrieve, or recommend SVG icons for software UI.
writing
将共享历史中的已验证事实和计算结果整理成符合受众、格式与长度约束的成稿。.
data_analysis
基于已确认数据执行可审计的数学计算和描述统计。.
assets
Locate, inspect, and read content-addressed workspace assets — search by filename/metadata, describe before reading bytes, then read bounded ranges. Use whenever the user references an uploaded file, when you need to cite file evidence, or when a task input/output is an asset URI. Executes via the cloud asset CLI and…
web-artifacts-builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
prismer-setup
Set up Prismer API key — opens browser, auto-registers, zero copy-paste.