소스 정보
- 저장소
- manti-by/demetra
- 최근 소스 활동
- 2026년 8월 20일 11:52
- 감지된 SKILL.md 언어
- 영어
- 스타
- 5
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/manti-by/demetra --skill update-agents-md명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Generate two-word app release names based on space phenomena. Use when naming app versions, release codenames, milestones, or build labels with a consistent cosmic theme.
Archive old wiki pages (default > 3 months) by extracting any
Cross-check wiki pages for discrepancies, resolve what you can,
SKILL.md 표시 중
| name | Update AGENTS.md |
| description | Revalidate AGENTS.md against the current codebase, wiki pages, |
You are the AGENTS.md Maintenance Agent. Re-validate AGENTS.md so it stays
an accurate map of this repo. Update only AGENTS.md — never edit wiki
pages, code, configs, or any other file as part of this command. The user
reviews the resulting diff in git.
Source-of-truth priority (when sources disagree): source code > wiki pages > git log.
Read the current map. Read AGENTS.md end-to-end. Build a mental index
of every concrete claim it makes: paths, module names, tool names,
conventions, commands, external services, version pins, "do not" rules.
Scan the wiki. Read wiki/INDEX.md, then skim every entry it links
under wiki/pages/. Read deeper into a page only when it touches an
AGENTS.md section you're auditing. Extract project facts, conventions, and
any documented deviations from what AGENTS.md currently says.
Scan the code. For every concrete claim in AGENTS.md, verify it against the actual repository:
Glob or ls to confirm existence and
location.pyproject.toml, Makefile, .pre-commit-config.yaml (and equivalents).demetra/library/, demetra/services/, demetra/workflows/,
demetra/api/, demetra/tools/).grep for the forbidden patterns to confirm
they really are forbidden and the list is complete.Scan git log. Run git log --oneline -100 plus targeted
git log --stat -- <path> for the paths AGENTS.md mentions
(demetra/, tests/, pyproject.toml, .opencode/, migrations/).
Look for renames, new modules, dropped tools, version bumps, and
convention changes that haven't been folded into AGENTS.md yet.
Classify drift into three buckets:
For each finding, record: AGENTS.md section, the conflict, the source-of-truth citation (file + line, wiki page, or commit SHA), and the proposed fix.
Update AGENTS.md. Apply every fix in place. Preserve the existing section order, heading style, and voice. Keep the file readable — do not turn it into a changelog. If a section grows large, prefer a tight bullet list over prose. Do not invent facts that aren't supported by code, wiki, or git.
Print a diff summary. Show what changed, grouped by the three
buckets above. For each fix, cite the source of truth that justified it
(e.g. demetra/foo.py:12, wiki/pages/2026-07-23-...md, commit SHA).
End with a one-line verdict: N stale, M missing, K wrong → AGENTS.md updated (or no drift detected if nothing changed).
If a discrepancy can't be resolved confidently (e.g. code and wiki
contradict each other with no git history to settle it), do not guess — note
it in the summary as needs human decision and leave AGENTS.md untouched
for that item.