Agent skill · Code Review & Quality

list-members

Displays the roster of architecture team members with their specialties and expertise areas. Use when the user asks "Who's on the architecture team?", "List architecture members", "Show me the architects", "What specialists are available?", "Who can I ask for reviews?", or wants to discover available experts. Do NOT use for requesting reviews (use specialist-review or architecture-review) or checking documentation status (use architecture-status).

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill list-members-codenamev-ai-software-architec-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Allowed tools: Read
Path: skills/agent/list-members-codenamev-ai-software-architec-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# List Architecture Members Displays all architecture team members and their expertise areas. ## Process ### 1. Check Setup If `.architecture/members.yml` doesn't exist: ``` The AI Software Architect framework hasn't been set up yet. To get started: "Setup ai-software-architect" ``` ### 2. Load Members Read `.architecture/members.yml` and parse all members (id, name, title, specialties, disciplines, skillsets, domains, perspective). ### 3. Display Team Roster ```markdown # Architecture Team Members Your AI Software Architect team consists of [count] specialized reviewers. Total Members: [count] --- ## Team Roster ### [Member 1 Name] - [Member 1 Title] **ID**: `[member_id]` **Specialties**: [Specialty 1], [Specialty 2], [Specialty 3] **Disciplines**: [Discipline 1], [Discipline 2] **Domains**: [Domain 1], [Domain 2], [Domain 3] **Perspective**: [Their unique perspective] **Request review**: `Ask [Member Title] to review [your target]` --- [Repeat for all members] --- ## Quick Reference **Specialist reviews**: - `Ask [Specialist Title] to review [target]` **Examples**: - "Ask Security Specialist to review authentication" - "Ask Performance Specialist to review database queries" - "As

What's inside
Steps it walks through
  1. Process
  2. 1. Check Setup
  3. 2. Load Members
  4. 3. Display Team Roster
  5. 4. Provide Context
  6. Example Output Summary
  7. Error Handling
  8. Related Skills
  9. Notes
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the list-members skill do?

Displays the roster of architecture team members with their specialties and expertise areas. Use when the user asks "Who's on the architecture team?", "List architecture members", "Show me the architects", "What specialists are available?", "Who can I ask for reviews?", or wants to discover available experts. Do NOT use for requesting reviews (use specialist-review or architecture-review) or checking documentation status (use architecture-status).

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill list-members-codenamev-ai-software-architec-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going