소스 정보
- 저장소
- Signet-AI/signetai
- 최근 소스 활동
- 2026년 8월 2일 05:00
- 감지된 SKILL.md 언어
- 영어
- 스타
- 262
- 포크
- 39
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/Signet-AI/signetai --skill agents-md-sync명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Use for Signet Dreaming development: inspect existing source, semantic-memory, retrieval, and inference architecture before changing it; prevent duplicate modules and ad-hoc providers.
Maintain Signet's living ontology and memory substrate from transcripts, memory artifacts, source artifacts, notes, summaries, and imported records.
Interactive interview to set up your Signet workspace (~5-10 minutes). Writes identity files to ~/.agents/ — does not access external APIs, send data anywhere, or execute arbitrary code. Use when user runs /onboarding or says 'set up my agent'.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | agents-md-sync |
| description | Prune and route AGENTS.md trees for durable, high-signal context. |
Use this skill when the root or nested AGENTS.md tree may have drifted,
grown, or started constraining agents unnecessarily. The goal is not to
document the whole repository. It is to keep inherited context small,
durable, and useful at every scope.
Before adding guidance, classify it:
| Destination | Admission test |
|---|---|
Root AGENTS.md | Broadly applicable, non-obvious, durable, and costly when missed |
Scoped AGENTS.md | The same, but limited to one subtree |
| Skill | A workflow loaded for a recognizable task |
| Existing docs or source | Detailed reference material or implementation truth |
| Nowhere | Generic advice or facts an agent can discover cheaply |
Prefer the narrowest destination. Do not repeat the same instruction at multiple levels.
A stable, major subtree may have a stub AGENTS.md before it has local
guidance. A stub provides an obvious extension point and states only that the
area currently adds no instructions beyond its parent. Do not copy root rules
into it.
Seed area boundaries, not every package. Replace a stub only when guidance passes the same admission test as any other scoped instruction.
AGENTS.md canonical and preserve the CLAUDE.md symlink.Check the changed guides, their links, inheritance, and scope boundaries. Confirm that removing a detail did not remove a genuine high-risk gotcha, that moved guidance is discoverable from its parent, and that stubs have not accumulated generic rules. Then verify:
test -L CLAUDE.md && test "$(readlink CLAUDE.md)" = "AGENTS.md"
git diff --check -- AGENTS.md '**/AGENTS.md' .agents/agents-md-sync/SKILL.md