Skip to main content

verify-agent-context

Verify which coding agent is running and that it loaded the shared Matterbridge instructions, rules and skills from AGENTS.md and .agents/. Use when the user asks to check, test or debug the agent configuration. v.1.0.2

설치로 이동

소스 정보

저장소
Luligu/matterbridge
최근 소스 활동
2026년 9월 11일 12:25
감지된 SKILL.md 언어
영어
스타
976
포크
59

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
verify-agent-context
description
Verify which coding agent is running and that it loaded the shared Matterbridge instructions, rules and skills from AGENTS.md and .agents/. Use when the user asks to check, test or debug the agent configuration. v.1.0.2
# Agent configuration check Run this check and reply with a short report. Do not modify any file. 1. State which agent you are (GitHub Copilot, Codex, Claude Code or Gemini / Antigravity) and, if known, the model. 2. Confirm you have the shared instructions from `AGENTS.md` in context. Quote its title line, including the version. 3. List the rule files in `.agents/rules/` and, for each, say whether its content is already in your context or only reachable on demand. 4. List the skills you discovered from `.agents/skills/` and from any tool-specific folder such as `.claude/skills/` or `.github/skills/`. 5. Read `.agents/rules/testing.instructions.md` and report the version at the end of its `description` frontmatter to prove the file is readable. 6. Report the result as a markdown table with the columns `Item`, `Status`, `Notes`. 7. Report the context size, including the number of instructions, rules, and skills currently loaded.
GitHub에서 보기