list-members

list-members is a skill for Claude Code, Codex from codenamev/ai-software-architect. It costs 84 tokens per session (1,105 once invoked), scanned A, original, no licence file.

A list of architecture team members, showing their specialties and areas of expertise.

In plain words
What is it for?
Use it to discover architecture specialists and choose who should review a particular question or component.
Why use it?
It helps you see which experts are available before requesting advice or a review.

Skill for Claude CodeCodex

Part of the ai-software-architect plugin — 7 skills, 8 agents, 2 hooks, 1 MCP server shipped together

Install

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.

agentmods
npx agentmods add skills/codenamev/ai-software-architect/list-members
Any agent
npx skills add codenamev/ai-software-architect --skill list-members
Clone the repo
git clone --depth 1 https://github.com/codenamev/ai-software-architect

Made for: Claude Code, Codex.

Or install ai-software-architect, the plugin that ships this one along with the rest of its 7 skills, 8 agents, 2 hooks, 1 MCP server.

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 list-members

README.md
[![agentmods](https://agentmods.dev/badge/skills/codenamev/ai-software-architect/list-members.svg)](https://agentmods.dev/skills/codenamev/ai-software-architect/list-members)
Your own site
<a href="https://agentmods.dev/skills/codenamev/ai-software-architect/list-members"><img src="https://agentmods.dev/badge/skills/codenamev/ai-software-architect/list-members.svg" alt="Measured on agentmods" height="20"></a>
Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,105 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00084 $0.01105
Opus 5 $0.00042 $0.00553
Sonnet 5 $0.00017 $0.00221
Haiku 4.5 $0.00008 $0.00111

Measured 5d ago against content hash 4adb3baf7812, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

list-members 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 5d 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.

skills/list-members/SKILL.md · 176 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 5d ago First seen · 176 lines · 84 tokens per session scan A 4adb3baf7812

Subscribe to this mod's changes

list-members is a skill published in the GitHub repository codenamev/ai-software-architect (76 stars, last pushed 2d ago), with no licence file. It adds 84 tokens to every session and 1,105 once invoked, about $0.0004 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-30.

Related

Other skills, from other repositories

architecture-paradigms

Selects and routes to the right architecture paradigm. Use when choosing patterns for a new system or comparing trade-offs before making architecture decisions.

athola/claude-night-market · 33 tokens

audit-full

Single-pass codebase analysis leveraging a 1M-token context window for comprehensive security scanning, architecture review, and dependency auditing. Loads entire codebases for cross-file pattern detection and generates structured audit reports with severity-ranked findings. Use when you need whole-project analysis…

yonatangross/orchestkit · 60 tokens

explore

Multi-angle codebase exploration spawning 3-5 parallel agents for code structure, data flow, architecture patterns, and health assessment. Generates ASCII visualizations, import graphs, and design pattern detection with cross-session memory storage. Use when exploring a repo, discovering architecture, onboarding to a…

yonatangross/orchestkit · 68 tokens

architecture-decision-record

ADR templates in the Nygard format with context, decision, consequences, and alternatives. Use when writing ADRs, recording an architectural decision, or evaluating options.

yonatangross/orchestkit · 38 tokens

scope-appropriate-architecture

Right-sizes architecture to project scope, classifying projects into 6 tiers to prevent over-engineering. Use when designing architecture, selecting patterns, or detecting a project tier.

yonatangross/orchestkit · 41 tokens

documentation-patterns

Technical documentation patterns for READMEs, ADRs, API docs (OpenAPI 3.1), changelogs, and writing style guides. Use when creating project documentation, writing architecture decisions, documenting APIs, or maintaining changelogs.

yonatangross/orchestkit · 53 tokens