solidity-function-audit-team

Coordinates agent teams for staged Solidity security audits with CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/gonzaloetjo/solidity-audit-skills --skill solidity-function-audit-team
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: solidity-function-audit-team
Source: https://github.com/gonzaloetjo/solidity-audit-skills/tree/main/plugins/solidity-function-audit-team/skills/solidity-function-audit-team
Command: npx skills add https://github.com/gonzaloetjo/solidity-audit-skills --skill solidity-function-audit-team

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating a multi-person Solidity security audit across design decisions, domain analyses, and cross-domain reviews is challenging without a structured workflow and shared artifacts. This Skill enables an agent-team workflow to orchestrate Stage 0 design decisions, Stage 1-3 analyses, Stage 4 human review, and Stage 5 re-evaluation with CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1. It consolidates governance around task creation, inter-agent messaging, and audit synthesis into a repeatable, auditable process.

Core Features & Use Cases

  • Agent team orchestration: parallel analysts coordinate via shared task lists and inter-agent messaging.
  • Stage-based workflow: interactive design decision capture (Stage 0), domain analyses (Stage 1-3), findings review (Stage 4), and re-evaluation (Stage 5).
  • Synthesis-ready outputs: centralized documentation in docs/audit/function-audit and summary artifacts for stakeholder review.

Quick Start

Enable CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 and run the function-audit-team workflow to drive Stage 0 through Stage 5.

Frequently Asked Questions about solidity-function-audit-team

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate a multi-contract Solidity security audit across different domain experts?

Solidity security audits are coordinated by orchestrating parallel domain experts using agent teams, shared task lists, and inter-agent messaging to manage cross-domain collaboration across multi-contract projects.

What is the stage-based workflow for conducting a Solidity function audit?

A Solidity function audit workflow uses a stage-based process: Stage 0 captures design decisions, Stages 1-3 perform domain analyses, Stage 4 conducts human-in-the-loop review, and Stage 5 executes dispute re-evaluation.

Do I need to enable agent teams to run a collaborative Solidity security audit?

Yes, you must enable agent teams by setting the CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 environment variable to execute the collaborative Solidity security audit workflow with parallel domain analysts.

How do I manage cross-domain disputes during a Solidity security audit?

Cross-domain disputes during a Solidity security audit are managed through the Stage 5 re-evaluation workflow, where agent teams process disputes and synthesize findings using inter-agent messaging.

Where are the analysis outputs stored when running an agent-team Solidity audit?

Analysis outputs from an agent-team Solidity audit are centralized as synthesis-ready structured artifacts in the docs/audit/function-audit directory within the skill directory for stakeholder review.