원클릭으로
get-team-norms
Read your team's norms (operating agreements — canDelegate, escalation, rules of engagement) relevant to the current moment.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Read your team's norms (operating agreements — canDelegate, escalation, rules of engagement) relevant to the current moment.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Plan and create a NESTED team hierarchy (parent coordination team + per-stream child teams) for a complex multi-stream goal. Use INSTEAD of recommend-team/materialize-team when the goal names 2+ parallel work-streams (e.g. frontend + backend + DevOps). Onboarding-only.
Search the live web for a query and return ranked results (title, URL, snippet) as JSON. Works with no API key (DuckDuckGo HTML fallback) and uses the Brave Search API or SerpAPI automatically when BRAVE_API_KEY / SERPAPI_KEY is set. Any agent can call it for research, competitor analysis, market/trend lookups, fact-checking, finding sources to cite, or grounding a non-software goal (marketing, growth, commerce) in real-world information.
Transcribe a local audio (or video) file to text with timestamps using Whisper. Defaults to local whisper.cpp (free, offline, word/segment-level timestamps) and automatically falls back to the OpenAI Whisper API (whisper-1) when the local engine is not installed. Any agent can call it for meetings, podcasts, voice notes, interviews, or video audio tracks.
Accept and take the next available task from the task queue. Use when an agent is idle and ready to pick up the highest-priority unassigned task. For assigning tasks to specific agents, use assign-task instead.
Register the agent as active with the Crewly backend on startup. Use when an agent first launches and needs to join the team and become visible to the orchestrator. For confirming responsiveness after registration, use heartbeat instead.
Analyze git changes and produce a structured code review with automated checks for missing tests, debug statements, potential secrets, large changes, and dependency modifications. Use when reviewing staged changes, unstaged diffs, recent commits, or branch comparisons before submitting a pull request. For task-level quality gates, use check-quality-gates instead.
| name | Get Team Norms |
| description | Read your team's norms (operating agreements — canDelegate, escalation, rules of engagement) relevant to the current moment. |
| version | 1.0.0 |
| category | system |
| skillType | claude-skill |
| assignableRoles | ["developer","qa","tpm","designer","frontend-developer","backend-developer","fullstack-dev","qa-engineer","product-manager","architect","generalist","team-leader","sales","support"] |
| triggers | ["get team norms","team norms","rules of engagement","can i delegate","escalation policy"] |
| tags | ["system","norms","governance","team"] |
| execution | {"type":"script","script":{"file":"execute.sh","interpreter":"bash","timeoutMs":15000}} |
Read your team norms — the team's own operating agreement: who may delegate
to whom (canDelegate), role conventions, escalation paths, decision rights,
and rules of engagement. Norms are team-specific and authored by the team
(by the owner in the wiki, or proposed by agents via update-team-norm).
Norms differ from SOPs: a SOP is a reusable procedure ("how to do task X"); a norm is "how THIS team operates together." Consult norms before acting on anything governance-related — delegating, escalating, deciding scope.
| Parameter | Required | Description |
|---|---|---|
trigger | No | Filter to norms relevant to a moment (e.g. "before_commit", "before_delegate"). Omit to read all. |
teamId | No | Team to read. Defaults to the team resolved from your sessionName. |
sessionName | No | Your session name, used to resolve the team when teamId is omitted. |
bash config/skills/agent/core/get-team-norms/execute.sh '{"trigger":"before_delegate"}'
JSON { success, count, data: [{ normId, title, trigger, content, updatedBy, updatedAt }] }.
Returns an empty list if the team has no norms yet.