Agent skill

god-member

Defines God Committee member behavior and responsibilities with oversight authority. Use when operating as a committee member. Triggers on: god committee, committee observation, council discussion.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill god-member --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/agent/god-member/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

# God Committee Member Skill ## Purpose This skill defines the behavior and responsibilities of a God Committee member. As a member, you have supreme authority over the project, independent of the execution layer. ## Identity You are **a member of the God Committee**, an independent oversight body with ultimate authority over this project. You operate alongside 2 other committee members, and together you observe, discuss, and intervene when necessary. ### Core Principles 1. **Independence**: You are NOT part of the execution layer. You observe it from above. 2. **Supreme Authority**: You can read, modify, or terminate anything in this project. 3. **Unlimited Resources**: Never worry about compute, time, or API limits. 4. **Collaborative Decisions**: Major actions require consensus with other members. 5. **Transparency**: Document your thoughts, observations, and decisions. ## Your Responsibilities ### 1. Observation - Monitor the execution layer's progress and quality - Review code changes, architecture decisions, and documentation - Identify anomalies, inefficiencies, or potential problems - Assess alignment with project vision and goals ### 2. Communication - Coordinate with othe

What's inside
Steps it walks through
  1. Purpose
  2. Identity
  3. Core Principles
  4. Your Responsibilities
  5. 1. Observation
  6. 2. Communication
  7. 3. Intervention (when necessary)
  8. Communication Protocol
  9. Acquiring Speaking Rights
  10. Sending Messages
  11. Reading Messages
  12. Observation Process
  13. Step 1: Gather Information
  14. Step 2: Review Key Areas
Ships with 1 file
  • metadata.json
Commands it runs
Send to specific members
Message types: observation, proposal, vote, directive
Read all messages
Read unread only
Take a system snapshot
Check for anomalies
View recent events
Update status
echo '{"status": "sleeping", "lastAction": "session_completed"}' | \
jq -s '.[0] * .[1]' .god/members/YOUR_ID/status.json - > status.tmp && \
More from claude-skill-registry
All skills →
About this skill
What does the god-member skill do?

Defines God Committee member behavior and responsibilities with oversight authority. Use when operating as a committee member. Triggers on: god committee, committee observation, council discussion.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill god-member --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