Skip to main content
Run any Skill in Manus
with one click
GitHub repository

code-complete-2

code-complete-2 contains 10 collected skills from hamsurang, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
10
Stars
3
updated
2026-04-20
Forks
1
Occupation coverage
4 occupation categories ยท 100% classified
repository explorer

Skills in this repository

notion-yaml-extract
data-entry-keyers

Use when extracting a Code Complete study chapter page from Notion ("์‚ฐ์ถœ๋ฌผ" database) into a 3-Zone YAML file โ€” including initial pulls, re-extraction after Notion updates, mapping unknown block types, troubleshooting parse failures, or verifying member opinion preservation. Also use when the 9-section Notion template layout needs to be translated into structured data agents can consume.

2026-04-20
aggregate-dashboard
software-developers

Use when computing Code Complete study-level aggregates โ€” verdict distribution across chapters, voting averages per chapter and per member, highest/lowest rated chapters, best discussion curation, Devil's Advocate collection, member activity counts. Also use when regenerating the /appendix dashboard after new chapter YAMLs arrive.

2026-04-18
chapter-reorchestration
editors

Use when reordering, bridging, or restructuring Code Complete chapter content for reader flow โ€” deciding where to place Verdict badge, voting bar, member opinions, or FE checklist, writing transition sentences between sections, or detecting when a chapter should break from the default render order. Also use when validating that human_only fields were preserved byte-for-byte after editing.

2026-04-18
code-complete-harness
software-developers

Use when user wants to publish, update, or re-run Code Complete 2 study artifacts from Notion to Docusaurus โ€” including phrases like "์‚ฐ์ถœ๋ฌผ ํผ๋ธ”๋ฆฌ์‹ฑ", "Notion์—์„œ Docusaurus", "์ฑ•ํ„ฐ ์—…๋ฐ์ดํŠธ", "์žฌ์‹คํ–‰", "์ผ๋ถ€ ์žฅ๋งŒ ๋‹ค์‹œ", "๋ถ€๋ก๋งŒ ์žฌ์ƒ์„ฑ", "๋Œ€์‹œ๋ณด๋“œ ์—…๋ฐ์ดํŠธ", "์ƒˆ ์ฃผ์ฐจ ๋ฐ˜์˜", "ํŽธ์ง‘ ์Šคํƒ€์ผ ๋ฐ”๊ฟ”". Covers initial run, partial re-run, dashboard-only refresh, and feedback-driven iteration on previously generated MDX.

2026-04-18
fe-content-enhance
software-developers

Use when translating Code Complete's Java/C++ examples into 2026 React/TypeScript Before-After pairs, or when mapping FE checklist items to specific ESLint / typescript-eslint / react-hooks / jsx-a11y rules. Also use when original code has no FE equivalent (pointers, manual memory management) and a "principle only, no code" fallback is needed. Do not use when content belongs to human_only zone.

2026-04-18
mdx-components
web-developers

Use when creating, modifying, or importing custom MDX React components for Code Complete chapter pages โ€” Verdict badge, MemberOpinion callout with emoji, VotingBar, DevilsAdvocate quote, BestPickCallout, VerdictDistribution chart, BestDiscussions list. Also use when a new visual element is needed in a chapter page beyond these seven, or when component props need to align with YAML human_only zone keys.

2026-04-18
mdx-render
web-developers

Use when converting a finalized 3-Zone chapter YAML (plus optional dashboard.yml) into Docusaurus MDX files โ€” generating frontmatter with authors/ai_assisted/source metadata, importing custom components, placing components in the editor-specified render_order, writing the /appendix dashboard page, and preserving backups of previously written MDX. Also use when deciding which part-XX/ folder a chapter belongs to.

2026-04-18
voice-ai-slop-detect
software-developers

Use when scanning Docusaurus MDX files for AI-generated writing symptoms in Korean โ€” clichรฉ openers ("์ด์ œ๋ถ€ํ„ฐ๋Š”", "์ž ๊ทธ๋Ÿผ"), overly polite indirections, empty meta-sentences, bullet-point fragmentation, pronoun overuse, emotional filler adjectives, needless analogies. Only scan ai_editable zones indicated by frontmatter ai_assisted list. Do not scan human_only component props (MemberOpinion, DevilsAdvocate, BestPickCallout, VotingBar).

2026-04-18
writing-voice-ff
software-developers

Use when writing or reviewing Korean prose for Code Complete Docusaurus chapters โ€” choosing sentence endings, addressing the reader, framing code before/after, picking section emoji, or transliterating English FE terms. Based on Frontend Fundamentals (frontend-fundamentals.com) voice. Apply to AI-editable zones (summary, code annotation, checklist), bridges between sections, and MDX headings. Do not apply to human_only member content.

2026-04-18
yaml-3zone-schema
software-developers

Use when reading, writing, or validating Code Complete chapter YAML files โ€” including zone integrity checks (ai_editable / ai_assist / human_only), member opinion preservation, vote range validation, verdict emoji matching, or schema migration questions. Also use when an agent is about to edit a chapter YAML and needs to confirm which fields are safe to touch.

2026-04-18