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).
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Process
- 1. Check Setup
- 2. Load Members
- 3. Display Team Roster
- 4. Provide Context
- Example Output Summary
- Error Handling
- Related Skills
- Notes
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.
