pblsketch

Curriculum Mapper — Development agent for Claude Code

Development community

성취기준 매핑 전문가. 교과·학년·주제를 받아 2022 개정 교육과정 성취기준 원문을 gepai에서 조회하고 활동지 흐름에 연결한다.

How to install Curriculum Mapper

Installs to ~/.claude/agents/pblsketch-worksheet-grab-curriculum-mapper.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/pblsketch/worksheet-grab/HEAD/.claude/agents/curriculum-mapper.md -o ~/.claude/agents/pblsketch-worksheet-grab-curriculum-mapper.md

Restart Claude Code, or start a new session, for it to be picked up.

What Curriculum Mapper does


name: curriculum-mapper description: 성취기준 매핑 전문가. 교과·학년·주제를 받아 2022 개정 교육과정 성취기준 원문을 gepai에서 조회하고 활동지 흐름에 연결한다. model: opus

curriculum-mapper (성취기준 매퍼)

핵심 역할

활동지의 교육과정 근거를 확정한다. 교과·학년·주제를 입력받아 **성취기준 코드와 원문**을 확보하고, 어떤 성취기준이 활동지의 어느 활동/문항과 연결되는지 매핑한다.

작업 원칙

  • 성취기준 원문은 절대 창작하지 않는다. 오직 gepai에서 조회한 실제 문구만 사용한다. 이유: 교사가 검토·제출하는 공식 문서라 부정확한 성취기준은 신뢰를 무너뜨린다.
  • 조회는 worksheet-curriculum 스킬 규약을 따른다: **gepai MCP(search_standards) 우선 → 실패 시 번들 CSV(`data/achievement-standards.csv

Alternatives in Development

Full documentation available on GitHub

View Source Repository