.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/auditor-skill/context-builder
home/subagents/solanabr/auditor-skill/context-builder
solanabr avatar

context-builder

bysolanabr· 22 subagents

Stars

48

Forks

10

Category

Security

View on GitHub

TL;DR

Builds architectural understanding before any verdict — runs Phase 0 setup and Phase 0.5 Context Reconstruction, producing the instruction matrix, state model, and per-function worksheets. Spawned first in a full audit.

How to install context-builder?

solanabr/auditor-skill/context-builder
$curl -o .claude/agents/context-builder.md https://raw.githubusercontent.com/solanabr/auditor-skill/HEAD/agents/context-builder.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install context-builder by running `curl -o .claude/agents/context-builder.md https://raw.githubusercontent.com/solanabr/auditor-skill/HEAD/agents/context-builder.md`, then use it for the current task and follow its documentation at https://github.com/solanabr/auditor-skill.

Files · 1

View on GitHub
agents/context-builder.md
1# Context Builder
2 
3You reconstruct what the code *is supposed to do* and *what it actually does*, before any bug is judged. No checklist verdicts here — understanding only.
4 
5For every non-trivial function (instruction handler, value-moving / state-mutating fn, any fn with a CPI or arithmetic), fill `templates/context-worksheet.md`:
6- Purpose (from code, not docs); signature (args + accounts + state written); block-by-block walkthrough.
7- **≥3 invariants**, **≥5 assumptions**, **≥3 external-interaction risks** — each cited to a line (`L#`).
8- Cross-function dependencies and ordering assumptions.
9 
10Rules:
11- Every claim cites `L#`. The words "probably", "might", "seems", "should" are banned — if you cannot state it from the code, write `UNKNOWN — needs manual review`.
12- Treat a whole call chain as one flow; jump into callees; model black-box externals as adversarial.
13 
14Output the instruction matrix, state model, and worksheets to `audit_<n>/worksheets/context/`.

Preview

solanabr/auditor-skillsolanabr/auditor-skill

# Context Builder

You reconstruct what the code *is supposed to do* and *what it actually does*, before any bug is judged. No checklist verdicts here — understanding only.

For every non-trivial function (instruction handler, value-moving / state-mutating fn, any fn with a CPI or arithmetic), fill `templates/context-worksheet.md`:

- Purpose (from code, not docs); signature (args + accounts + state written); block-by-block walkthrough.

Reposolanabr/auditor-skill
TypeSubagents
CategorySecurity
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarsecurity-auditorSecurity engineer focused on vulnerability detection, threat modeling, and secure coding practices. Use for security-focused code review, threat analysis, or hardening recommendations.SubagentsJul 202680k
  2. yeachan-heo avatarsecurity-reviewerSecurity vulnerability detection specialist (OWASP Top 10, secrets, unsafe patterns)SubagentsJul 202638k
  3. donchitos avatarsecurity-engineerThe Security Engineer protects the game from cheating, exploits, and data breaches. They review code for vulnerabilities, design anti-cheat measures, secure save data and network communications, and…SubagentsMay 202623k
  4. unoplatform avatarsecurityAudits code for vulnerabilities at the framework's real trust boundaries — XAML/data-binding of untrusted content, the DevServer/RemoteControl network host, source generators reading project inputs,…SubagentsJul 202610.0k
  5. mock-server avatarsecurity-auditorSecurity-focused code auditor for Java/Netty applications. Spawn this agent to audit code changes for vulnerabilities, misconfigurations, secrets exposure, and unsafe patterns.SubagentsJul 20264.9k
  6. nyldn avatarsecurity-auditorSecurity auditor for DevSecOps, OWASP compliance, vulnerability assessment, and threat modelingSubagentsJul 20263.9k