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

niamos

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

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

이 저장소의 skills

daily-review
일반 사무원프로젝트 관리 전문가

Run the morning planning or evening review flow against today's daily note in this Obsidian vault. **Morning** opens the daily, reads what's already there, finds the most recent prior daily note, carries unfinished work forward automatically (no prompt), inserts today's firing habit tasks, and inserts today's calendar events into a `## Schedule` table at the top of the daily. **Evening** opens the daily, surfaces what got done today, writes back habit completions, prompts for the day's highlights and appends them to `## Highlights`, and surfaces a 7-day look-ahead (calendar events + tasks) in chat. Use this skill whenever the user says: "morning review", "morning planning", "let's plan today", "what's on today", "start my day", "daily plan" → morning; "evening review", "wrap up the day", "end of day", "daily review", "what got done today", "what's tomorrow" → evening; or the ambiguous "daily review" / "daily" → ask which. Accepts an explicit date argument (`for 2026-05-21`, `yesterday`, etc.) to operate on a

2026-06-19
place-wiki
파일 사무원

Decide where in `wiki/` to place a new or existing Wiki page, picking a topical subfolder rather than dumping it at the root. Use this skill whenever the user creates a Wiki note, asks where a topic should live, wants to relocate an existing Wiki page, or says anything like "place wiki", "organize wiki", "where should this wiki go", "move this wiki page", "find a home for X", "this should probably live somewhere else". Also invoked automatically by the `create-page` skill for Wiki type. Reads existing `wiki/` subfolders to ground placement, proposes 1-2 candidate homes, pushes back against kitchen-drawer root dumping, and executes the move/create via Obsidian CLI so the link index stays intact.

2026-06-19
anytype-import
파일 사무원

Import a page from the user's self-hosted Anytype into this Niamos Obsidian vault, page-by-page, recursing into children only when the user explicitly says so. Fetches over the local REST API at :31009, cleans the markdown, carries icons (emoji or file) onto the vault page, maps tag-based grouping onto folder placement, and flags the API's known cover gap so banners can be handled out-of-band. Use this skill whenever the user says any of: "import from anytype", "import the <name> page", "transfer the <name> page", "migrate <name> from anytype", "pull <name> over from anytype", "anytype: <something>", "bring this anytype page in", or any variant of "move this Anytype thing into the vault". Defaults to Wiki type and never imports silently — every page write and every child recursion is explicitly confirmed. Talks to the official `mcp__anytype__*` MCP for navigation and to the bundled `scripts/anytype.py` for deterministic extraction.

2026-05-25
audit
일반 사무원

Scan this Obsidian vault for content that's drifted from the conventions in `CLAUDE.md` (status↔folder drift, missing required fields, naming violations, stale active items, frontmatter health issues, orphan wikilinks). Produces a categorized report and offers per-finding fix actions — never auto-bulk-fixes. Use this skill whenever the user says any of: "audit the vault", "audit", "what's broken", "check for issues", "validate the vault", "run a checkup", "find inconsistencies", "any drift?", "lint the vault", "fix orphan links", "check schema", "is everything in order", "sanity check the vault", "tidy up", or any similar request for a vault-wide health check. The actual scanning is bundled in `scripts/audit.py` (deterministic, fast, no side effects); this skill formats its output and walks through fixes one at a time.

2026-05-25
open-page
데스크톱 출판 전문가

Search for and open a page in Obsidian by name, description, or keywords. Triggers when the user says any of: "open <page>", "open the <name> page", "go to <topic>", "show me <something>", "pull up <name>", "find and open <X>", or any variant asking to locate and display a vault page. Uses the Obsidian CLI for all operations — never raw filesystem reads. Searches across the entire vault including untracked files (Git-ignored pages are still in Obsidian). If multiple candidates exist, present them as options. If none found, offer to create it.

2026-05-25
archive
일반 사무원

Archive or un-archive a Goal, Project, or Habit in this Obsidian vault. **Archiving** flips `status: active` → `status: archived`, fills the type-specific completion-date field (Goal → `actual_completion_date`, Project → `completion_date`, Habit → `established_date`), optionally prepends a dated reason to the page's log section, and moves the file to `archives/<year>/<type>/`. **Un-archiving** is the inverse: flips status back, clears the date, moves the file back to its original `<type>/` folder, and cleans up empty archive subdirectories. Use this skill whenever the user says: "archive this", "archive <name>", "mark done", "this is finished", "complete this goal/project", "this habit is established", "we shipped X", "I finished X", "wrap this up", "abandon this goal" → archive direction; "unarchive this", "unarchive <name>", "reopen this project", "reactivate this goal", "this isn't done yet", "actually this is still active", "revive this", "bring this back" → un-archive direction. Validates type and curre

2026-05-24
create-page
일반 사무원

Create a new Goal, Area, Project, Habit, or Wiki page in this Obsidian vault. Triggers when the user says any of: "create a goal/area/project/habit", "new <type>", "add a project for X", "start a habit", "make a wiki page about X", or any similar new-page intent for one of those five types. Picks the right folder, generates a snake_case filename, applies the type's template via Templater, fills the alias, prompts for required relationship and date fields (offering existing pages as choices for relationships), and opens the file in Obsidian. Does not seed body content.

2026-05-24