소스 정보
- 저장소
- Olshansk/agent-skills
- 최근 소스 활동
- 2026년 4월 2일 21:27
- 감지된 SKILL.md 언어
- 영어
- 스타
- 8
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/Olshansk/agent-skills --skill cmd-latest-msg명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | cmd-latest-msg |
| description | Store or retrieve the latest agent message to /tmp/agents/{agent}/ |
| disable-model-invocation | false |
Persist the last agent message to disk for cross-agent visibility.
Parse the user's input after /cmd-latest-msg.
help (or no argument) — print usage and stop:
Usage:
/cmd-latest-msg save — save your last message
/cmd-latest-msg use — read latest from the current agent
/cmd-latest-msg use <agent> — read latest from claude|codex|gemini
/cmd-latest-msg help — show this usage
save — save the last assistant message:
a. Determine which agent you are from runtime context:
claudecodexgeminicodexb. Create the output directory:
mkdir -p /tmp/agents/<agent>
c. Capture your last assistant message — the response you gave immediately before the user invoked this skill.
d. Write it to two files using the Write tool:
/tmp/agents/<agent>/latest.md — always overwrite/tmp/agents/<agent>/<unix_timestamp>.md — timestamped copy (use date +%s to get the timestamp)e. Confirm with:
Stored to:
/tmp/agents/<agent>/latest.md
/tmp/agents/<agent>/<timestamp>.md
use — display the latest message for the current agent:
a. Infer the current agent using the same runtime-context rules as save.
b. Read and display /tmp/agents/<agent>/latest.md.
c. If the file doesn't exist, say: No messages found for <agent>.
use <agent> — display another agent's latest message:
a. Validate <agent> is one of: claude, codex, gemini.
b. Read and display /tmp/agents/<agent>/latest.md.
c. If the file doesn't exist, say: No messages found for <agent>.
Review a repository's Makefile foundation and propose approval-gated improvements to its helpers, templates, tests, and documentation. Use when iterating on Makefile conventions or the cmd-makefile skill itself.
Create or improve Makefiles with minimal complexity. Templates available: base, python-uv, python-fastapi, postgres, nodejs, go, chrome-extension, flutter, electron, static-site.
Proofread posts before publishing for spelling, grammar, syntax, punctuation, word usage, repetition, logic, weak arguments, clarity, structure, broken links, and image/text consistency. Use this whenever a user asks to proofread, edit, review, or improve a post, essay, article, or other publishable writing, even if they only mention grammar or typos.
SOC 직업 분류 기준