Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

pentaglyph-docs

pentaglyph-docs에는 uyuutosa에서 수집한 skills 7개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
7
Stars
0
업데이트
2026-05-31
Forks
0
직업 범위
직업 카테고리 1개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

explain
소프트웨어 개발자

Tutor skill that translates this codebase for newcomers. Given a file path, function name, concept, error message, or architecture term, it discovers existing docs first (re-using rather than re-generating), produces a Diátaxis-style Explanation in narrative voice with a Mermaid diagram and links to ADRs / arc42 §08 / official upstream docs. Audience-aware (dev vs end-user). Asks once at the end whether to persist the explanation under the appropriate `docs/` location; treats silence as "yes, save".

2026-05-31
tour
소프트웨어 개발자

pentaglyph kit のプロジェクトツアー (kit 版)。tour-guide エージェントを起動して、 pentaglyph の全機能 (5 標準 binding / ADR-0010 layer-prefix / 14 templates / CLI / user manual / dogfooding) を Quick narrative / Guided by role / Menu / Ask の 4 mode で外観させる。pentaglyph 採用検討者・downstream user・upstream contributor・docs 担当・AI agent 向け。Quick overview は箇条書きではなく narrative (2000-3000 字、 背景 → 制約 → 決定 → 含意) で出す。深掘りは他 skill (`/explain`, `/doc-init` 等) や user manual に委譲する入口専用スキル。**この SKILL.md は pentaglyph kit が ship する template 版**で、downstream consumer はこの定義に自プロジェクト固有の説明を 足して拡張できる (AI-clone リファレンス実装が `--scope=α/β/γ` で例示している)。

2026-05-31
drawio-aws-arch
소프트웨어 개발자

編集前提の AWS アーキ図を draw.io MCP で生成する。公式 AWS4 アイコン使用 + 平仄の取れたラベル / 余白 / 色で 1 枚の整った .drawio ファイルに仕上げ、docs/diagrams/aws-infra/ 配下に保存する。

2026-05-24
diagram-render
소프트웨어 개발자

Render every committed diagram source under `docs/` (Structurizr DSL, PlantUML, Mermaid) to SVG and embed the renders in viewer markdown files so the diagrams are visible from any repo browser (GitHub, CodeCommit, Bitbucket) without client-side rendering. Idempotent — safe to re-run after every diagram source change. Replaces the historical "exports/ is gitignored" policy.

2026-05-19
doc-fill
소프트웨어 개발자

Fill one specific documentation gap directly, bypassing the orchestrator. Takes an `<area>` argument (e.g. `prd:auth`, `adr:adopt-postgres`, `module:billing-service`, `runtime:checkout-flow`, `slos`, `glossary`) and dispatches the appropriate specialist agent. Useful when you know exactly what you want next. Does not run the auditor first.

2026-05-19
doc-init
소프트웨어 개발자

Start (or resume) the conversational documentation build. Invokes the doc-orchestrator agent which audits the current docs/ state, identifies the current phase + next gap, and begins / resumes the discovery interview. Idem- potent — safe to call repeatedly. Use when a project has just been scaffolded with `pentaglyph init` or when picking up after a long pause.

2026-05-19
doc-status
소프트웨어 개발자

Read-only documentation coverage report. Invokes the completeness-auditor agent to inventory docs/ against the four-phase rubric and prints the current phase + coverage % + the single highest-priority next gap. Does not start a conversation. Use after manual edits, before commits, or as a quick health check.

2026-05-19
pentaglyph-docs GitHub Agent Skills | SkillsMP