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

root-archetype

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

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

이 저장소의 skills

project-wiki
파일 사무원

Lint, query, and maintain the project knowledge base. Use when auditing KB health, searching for compiled knowledge, or checking governance hygiene. Do not use when ingesting new research (use research-intake if available).

2026-04-22
research-intake
파일 사무원

Ingest external sources into structured knowledge base. Use when user provides research material, URLs, papers, or says "research intake", "ingest this", "add to knowledge base". Do NOT use for querying existing knowledge (use project-wiki instead).

2026-04-22
new-handoff
비서 및 행정 보조원(법률, 의료 및 임원 제외)

Create a structured handoff document for cross-session or cross-agent work tracking. Use when user says "new handoff", "create handoff", "track work item", "document this for next session", or needs to pass work to another session/agent. Do NOT use for reading or updating existing handoffs.

2026-04-22
init-wizard
소프트웨어 개발자

Guided project initialization wizard. Use when .needs-init exists in project root (detected by session-start hook). Do NOT use on already-initialized projects. Walks through 9 interactive setup steps.

2026-04-22
new-skill
소프트웨어 개발자

Scaffold a new Claude Code skill with correct folder structure, YAML frontmatter, gotchas section, and progressive disclosure. Use when user says "create a skill", "new skill", "scaffold skill", "add a skill", or wants to build a reusable capability. Do NOT use when user wants to edit an existing skill.

2026-04-10
safe-commit
소프트웨어 개발자

Commit changes with staged-diff secret scanning and branch protection guardrails. Use when user says "safe commit", "safe-commit", or "commit with checks". Do NOT use for regular commits — this is an opt-in extra layer on top of normal git workflow.

2026-04-10
simplify
소프트웨어 개발자

Review changed code for reuse, quality, and efficiency, then fix any issues found. Use when user says "simplify", "review code", "clean up", "refactor", "reduce complexity", or after completing a significant code change. Do NOT use for general code questions, debugging, or feature implementation.

2026-04-10