Clarifies vague requirements through Socratic questioning and generates AGENTS.md files with operational commands and golden rules for project context management.
모호한 요청을 소크라테스식 질문으로 인터뷰해 실행 가능한 요구사항으로 정리한다. 사용자가 deep-interview, 심층 인터뷰, 요구사항 명확화, 생각 정리를 요청하거나 목표, 범위, 제약, 완료 기준이 흐릿할 때 사용한다. 요청이 이미 구체적이거나 단순 오타, 작은 설정 변경, 테스트 보강처럼 물을 가치가 낮은 작업에는 사용하지 않는다.
AGENTS.md 거버넌스 시스템을 분석·생성하는 마스터 프롬프트. 현재 프로젝트를 분석하여 루트 AGENTS.md와 하위 AGENTS.md를 즉시 생성하고, CLAUDE.md에 @AGENTS.md 링크를 추가한다. "AGENTS.md 만들어줘", "에이전트 규칙 만들어줘", "/agents-md" 호출 시 반드시 실행하라.
개발동생이 실제 작업 흐름에서 사용하는 AI agent skills 공유 저장소입니다.
가장 쉬운 설치 방법은 skills CLI를 사용하는 것입니다.
npx skills@latest add devbrother2024/skills
설치 화면에서 deep-interview 또는 agents-md를 선택하고, 사용할 에이전트를 고르면 됩니다.
특정 에이전트에 바로 설치하려면 아래 명령을 사용하세요.
# Codex 전역 설치
npx skills@latest add devbrother2024/skills --skill deep-interview --agent codex --global --yes
npx skills@latest add devbrother2024/skills --skill agents-md --agent codex --global --yes
# Claude Code 전역 설치
npx skills@latest add devbrother2024/skills --skill deep-interview --agent claude-code --global --yes
npx skills@latest add devbrother2024/skills --skill agents-md --agent claude-code --global --yes
# Cursor 전역 설치
npx skills@latest add devbrother2024/skills --skill deep-interview --agent cursor --global --yes
npx skills@latest add devbrother2024/skills --skill agents-md --agent cursor --global --yes
# 설치하지 않고 사용 가능한 스킬만 확인
npx skills@latest add devbrother2024/skills --list
Codex에서는 이 저장소를 plugin marketplace로 추가한 뒤, Codex의 plugin browser에서 설치할 수도 있습니다.
codex plugin marketplace add devbrother2024/skills
그다음 Codex를 열고 /plugins를 실행한 뒤 개발동생 Skills marketplace에서 개발동생 Skills plugin을 설치하세요.
codex
/plugins
업데이트가 필요하면 marketplace를 갱신합니다.
codex plugin marketplace upgrade devbrother-skills
Cursor는 Agent Skills를 SKILL.md 기반으로 로드합니다. 가장 빠른 설치 방법은 skills CLI를 사용하는 것입니다.
# Cursor 전역 설치
npx skills@latest add devbrother2024/skills --skill deep-interview --agent cursor --global --yes
npx skills@latest add devbrother2024/skills --skill agents-md --agent cursor --global --yes
# 현재 프로젝트에 설치
npx skills@latest add devbrother2024/skills --skill deep-interview --agent cursor --yes
npx skills@latest add devbrother2024/skills --skill agents-md --agent cursor --yes
설치 후 Cursor Settings → Rules에서 설치한 스킬이 Agent Decides 섹션에 보이는지 확인하세요. Agent chat에서는 /deep-interview 또는 /agents-md로 직접 호출할 수 있습니다.
Cursor 앱 안에서 GitHub 원격 스킬로 추가하려면 아래 순서로 진행합니다.
https://github.com/devbrother2024/skills를 입력합니다.| Skill | 설명 | 설치 |
|---|---|---|
deep-interview | 러프한 요청을 바로 실행하지 않고, AI가 사용자에게 한 번에 하나씩 질문하여 목표, 범위, 제약, 완료 기준을 구체화하도록 만드는 스킬 | npx skills@latest add devbrother2024/skills --skill deep-interview |
agents-md | 프로젝트를 분석해 루트 및 하위 AGENTS.md 거버넌스 시스템을 생성하고 CLAUDE.md에 @AGENTS.md 링크를 추가하는 스킬 | npx skills@latest add devbrother2024/skills --skill agents-md |
AI 코딩 에이전트의 결과물 차이는 모델 성능보다 요구사항을 얼마나 명확히 정의했는지에서 크게 갈립니다.
문제는 프롬프트를 처음부터 완벽하게 쓰기 어렵다는 점입니다. 사용자 본인도 아직 무엇을 원하는지 모르는 경우가 많기 때문입니다.
deep-interview는 이 문제를 역으로 풉니다. AI에게 바로 실행을 맡기기 전에, AI가 먼저 사용자를 인터뷰하게 만들어 목표, 범위, 제약, 완료 기준을 명확하게 만듭니다.
사용 시점:
질문은 한 번에 하나만 묻고, 매 질문은 아래 구조를 따릅니다.
현재 이해: {요청을 한 문장으로 요약}
막힌 결정: {가장 중요한 불확실성}
추천 답안: {있으면 제시}
질문: {한 가지 질문}
다음 항목이 정리되면 인터뷰를 멈춥니다.
사용 시점:
AGENTS.md 규칙 시스템을 새로 만들고 싶을 때CLAUDE.md에 @AGENTS.md 링크를 추가하고 싶을 때agents-md는 단일 SKILL.md 안에 실행 지침을 포함합니다. 별도 references/ 파일 없이 gist의 마스터 프롬프트 구조를 그대로 공유합니다.
npx를 사용하지 않고 직접 복사해도 됩니다.
Codex 전역 설치:
mkdir -p ~/.agents/skills
cp -R deep-interview ~/.agents/skills/deep-interview
cp -R agents-md ~/.agents/skills/agents-md
Codex 프로젝트 설치:
mkdir -p .agents/skills
cp -R deep-interview .agents/skills/deep-interview
cp -R agents-md .agents/skills/agents-md
Claude Code 전역 설치:
mkdir -p ~/.claude/skills
cp -R deep-interview ~/.claude/skills/deep-interview
cp -R agents-md ~/.claude/skills/agents-md
Claude Code 프로젝트 설치:
mkdir -p .claude/skills
cp -R deep-interview .claude/skills/deep-interview
cp -R agents-md .claude/skills/agents-md
Cursor 전역 설치:
mkdir -p ~/.cursor/skills
cp -R deep-interview ~/.cursor/skills/deep-interview
cp -R agents-md ~/.cursor/skills/agents-md
Cursor 프로젝트 설치:
mkdir -p .cursor/skills
cp -R deep-interview .cursor/skills/deep-interview
cp -R agents-md .cursor/skills/agents-md
.
├── .agents/plugins/marketplace.json # Codex plugin marketplace metadata
├── .claude-plugin/plugin.json # Claude Code plugin compatibility metadata
├── .codex-plugin/plugin.json # Codex plugin manifest
├── agents-md/SKILL.md # AGENTS.md governance generator skill
└── deep-interview/SKILL.md # Skill source
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub devbrother2024/skillsAI cross-verification: compare answers from Codex (GPT), Gemini, and Claude for synthesized analysis
Skills for creating new agent skills for Claude Code and VS Code Copilot
Harness for Claude Code — skills, /harness:* slash commands, persona subagents, lifecycle hooks, and MCP tools without per-repo `harness setup`. Sibling plugins exist for Cursor, Gemini CLI, and Codex.
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
This skill should be used when the model's ROLE_TYPE is orchestrator and needs to delegate tasks to specialist sub-agents. Provides scientific delegation framework ensuring world-building context (WHERE, WHAT, WHY) while preserving agent autonomy in implementation decisions (HOW). Use when planning task delegation, structuring sub-agent prompts, or coordinating multi-agent workflows.
AI agent skill pipeline: plan-interview, intent-framed-agent, context-surfing, simplify-and-harden, self-improvement, and agent-teams-simplify-and-harden. Prevents scope drift, context degradation, rough code, and repeated mistakes.
Persistent memory, shared standards, and structured workflows for AI coding agents. Detects project setup and injects agent context automatically.