From rpl-magang
Tulis section front matter laporan magang: cover, lembar-pengesahan, kata-pengantar
How this skill is triggered — by the user, by Claude, or both
Slash command
/rpl-magang:laporan [cover|lembar-pengesahan|kata-pengantar] [--output-dir /path][cover|lembar-pengesahan|kata-pengantar] [--output-dir /path]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<objective>
Before writing each bab, surface this as a REMINDER to the student (never a hard rule, never reject their input):
💡 Ingat: tonjolkan sisi Rekayasa Perangkat Lunak / software engineering di bab ini. Walau peran kamu non-coding (admin, desain, QA, ops), tarik benang ke aspek SE — analisis kebutuhan, desain, tooling/otomasi, pengujian, proses, atau kualitas software.
When the student's answers have a weak or missing RPL/SE angle, gently prompt with a concrete example for their role (e.g. admin → otomasi laporan & manajemen data sebagai artefak SE; desain grafis → design system, UI/UX, handoff ke developer). Then let them decide — proceed with whatever they choose.
Laporan magang sebaiknya punya dokumentasi visual, bukan teks saja — foto aktivitas kerja, meeting tim, deliverable, screenshot fitur, dll. Gambar boleh di bab manapun + lampiran.Sintaks di file .md (gambar HARUS berdiri sendiri di satu baris):

generate_laporan.py otomatis: embed gambar lebar 14cm (fit halaman, proporsi terjaga), kasih caption ter-nomor "Gambar [bab].[urut]" (mis. Bab III → Gambar 3.1, 3.2; Lampiran → Gambar L.1), center.Saat menulis tiap bab (terutama Bab III), TANYA mahasiswa: "Punya foto dokumentasi buat bab ini? (aktivitas/meeting/deliverable/screenshot) — kasih path + deskripsi singkat." Lalu sisipkan  di posisi yang relevan dalam .md. Reminder, bukan wajib.
test -f ~/.claude/magang-tools/config.json && echo "ok" || echo "missing"
If missing → "Jalankan /rpl-magang:init dulu." Stop.
Check $ARGUMENTS for section name:
cover, lembar-pengesahan, kata-pengantarAsk for output directory if not in args (default: ./laporan-draft/):
mkdir -p [output_dir]
Cover follows the pedoman exactly (Lampiran Contoh Cover) — a full one-page layout with fixed font sizes (12/10/12/14pt) and the UPI logo. The engine renders this from key:value data; do NOT write prose markdown here.
First read student_identity from config.json; if present, prefill Nama/NIM
(only confirm, don't re-ask). Then ask for what's missing:
Generate cover.md as key:value data only:
nama: [Nama Mahasiswa]
nim: [NIM]
tahun: [Tahun]
The engine handles title, "Diajukan...", logo (from ~/.claude/magang-tools/assets/upi-logo.png if present, else "LOGO UPI" placeholder), and the KAMPUS/PROGRAM/UNIVERSITAS/Tahun block — all sized per pedoman, full page.
Required front-matter per pedoman (config bagian_awal lists "Lembar Pengesahan"). Fixed template (Lampiran Contoh Lembar Pengesahan, hal. 14) — rendered by the DOCX engine from 4 key:value fields.
Ask:
Write lembar-pengesahan.md with EXACTLY these 4 lines — nothing else.
No headings, no prose, no tables, no markdown formatting, no extra fields:
dosen_pembimbing: [Nama + gelar]
penyelia: [Nama penyelia]
kaprodi: [Nama kaprodi + gelar]
kaprodi_nip: [NIP]
The DOCX engine automatically renders the full page: title (14pt), "Lembar Pengesahan" (12pt), "Diajukan sebagai salah satu syarat kegiatan MBKM..." (10pt), the "Dosen Pembimbing" and "Penyelia" rows as a BORDERLESS alignment table (label | ':' | value, colons aligned), "Mengetahui, Ketua Program Studi ...", and signature block. Do NOT reproduce any of that content in the .md file — the engine owns the layout.
Ask: names of dosen pembimbing, penyelia, and any others to thank.
Generate kata-pengantar.md. Start with the front-matter title as an H1
so the engine renders it centered + bold like the BAB titles:
# KATA PENGANTAR
Then the formal opening-letter body:
[SIGN] ... [/SIGN] block so the engine
renders it as a borderless, right-positioned 2-column table (left empty,
right = the lines). Put blank lines where the wet signature goes:
[SIGN]
[Kota], [Bulan Tahun]
Penulis,
[Nama Mahasiswa]
[/SIGN]
Front-matter section titles (KATA PENGANTAR, DAFTAR ISI, DAFTAR PUSTAKA, LAMPIRAN) always use
#(H1 → centered, bold, chapter size), same as BAB titles. Never##.
The pedoman uses APA (config.formatting.citation_style). Every external or
factual claim — company facts/statistics, theory, methodology — MUST carry an
in-text citation (Penulis, Tahun) in the relevant bab .md AND a matching
entry in the reference list.
Generate daftar-pustaka.md:
# DAFTAR PUSTAKA (H1 → centered, appears in DAFTAR ISI)._..._. The engine auto-applies a hanging indent to
this section (passes hanging_para=True for daftar-pustaka).When writing each bab, flag uncited factual claims and offer to add a
(Penulis, Tahun) citation + a Daftar Pustaka entry.
After saving any section:
✅ [section] disimpan: [path].md
Progress:
[list all bab files from config bagian_isi, cover.md, kata-pengantar.md — ✅ if .md exists in output_dir, ⬜ if not]
Jalankan /rpl-magang:laporan-compile untuk export ke DOCX.
Check which .md files exist in the output dir to show accurate ✅/⬜ status:
ls [output_dir]/*.md 2>/dev/null
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub dikdns/upi-rpl-laporan-magang --plugin rpl-magang