Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Shared skills for ArkNode projects: Obsidian vault management (wiki-lint, cross-linker, tag-taxonomy), NotebookLM integration, TaskNotes with Linear sync, code review, codebase maintenance, Claude history ingest via MemPalace, onboarding wizard, health diagnostics, and version-driven project migration.
npx claudepluginhub helloworldsungin/ark-skills --plugin ark-skillsComprehensive multi-agent code review that orchestrates Claude Code agents (code-reviewer, code-architect, test-coverage-checker, silent-failure-hunter, test-analyzer) into a unified review. Includes an epic review mode that pulls Obsidian TaskNotes epics, stories, and session logs to cross-reference planned work against actual code changes. Also includes a plan review mode that cross-references code against implementation plans and design specs. Includes a full review mode (--full) that combines thorough code analysis with auto-detected epic context. Use this skill whenever the user mentions "code review", "review my changes", "review before deploy", "check my code", "ark review", "/ark-code-review", "pre-deploy review", "review this branch", "review these files", "review this epic", "does the code match the plan", "review against plan", "review against spec", "check plan completion", "did I implement the plan", "full review", "complete review", "review everything", or any request to get feedback on code quality. Also triggers on "what did I break", "is this safe to deploy", "sanity check", or "second opinion on this code". Do NOT use for: PR reviews on GitHub (use code-review:code-review directly), codebase maintenance/cleanup (use codebase-maintenance), or general questions about the codebase.
Load recent + relevant project context before any /ark-workflow chain. Runs as step 0 of every chain. Queries /notebooklm-vault (if set up), /wiki-query (if set up), and /ark-tasknotes (if set up) to emit a single Context Brief. Triggers on "warm up", "context brief", "load context", "start fresh on this project". Also invoked automatically as chain step 0 by /ark-workflow.
Diagnostic check for Ark ecosystem health — plugins, CLAUDE.md, vault, integrations
Interactive setup wizard — greenfield, vault migration, partial repair. Absorbs /wiki-setup.
Agent-driven task creation and management via tasknotes MCP or direct markdown write
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Knowledge management for Obsidian vaults and structured markdown repositories
Claude Code skill pack for Obsidian plugin development and vault management (24 skills)
A self-developing knowledge management system for Claude Code. Bridges AI memory to an Obsidian vault with feature-organized spine notes, auto-capture skills, and color-coded graph visualization.
No description provided.
Persistent Obsidian-based memory for coding agents. Automatically orients from a knowledge vault at session start, navigates project architecture via graph traversal, and writes discoveries back to the vault.
Archive learnings from Claude Code sessions to Obsidian vault as Zettelkasten notes and use vault knowledge as conversational context
MCP wrapper skills for calling GitHub, Linear, Context7, DeepWiki, and Playwright via mcporter CLI — zero context window overhead
Claude Code plugin providing 20 shared skills to all ArkNode projects. Eliminates skill duplication across repos by centralizing skills with a context-discovery pattern that adapts to each project at runtime.
# Add the marketplace
/plugin marketplace add HelloWorldSungin/ark-skills
# Install the plugin (user-scoped — available in all projects)
/plugin install ark-skills@ark-skills
# Verify skills are available
/wiki-status
Required for all skills: None — skills are instruction-only with no external dependencies by default.
Optional — enhances vault retrieval (see Vault Retrieval Defaults in CLAUDE.md):
| Dependency | Skills Enhanced | Install |
|---|---|---|
| MemPalace | /wiki-query (T2), /claude-history-ingest | pipx install "mempalace>=3.0.0,<4.0.0" |
| NotebookLM CLI | /wiki-query (T1), /notebooklm-vault | pipx install notebooklm-cli + notebooklm login |
| Obsidian CLI | /wiki-query (T3), /cross-linker (Phase 2) | Requires Obsidian app running. Uses obsidian:obsidian-cli skill. |
First-time MemPalace vault setup:
# Index vault markdown files into MemPalace (one-time)
bash skills/shared/mine-vault.sh
# Install the conversation auto-indexing hook (per-project)
bash skills/claude-history-ingest/hooks/install-hook.sh
# Clone with submodules (for contributing)
git clone --recurse-submodules git@github.com:HelloWorldSungin/ark-skills.git
| Skill | Category | Description | Source |
|---|---|---|---|
/ark-workflow | Workflow Orchestration | Task triage and skill chain orchestration | New |
/ark-context-warmup | Workflow Orchestration | Automatic context loader; runs as step 0 of every chain | New |
/wiki-handoff | Workflow Orchestration | Write a session bridge to .omc/wiki/ before /compact or /clear; invoked from /ark-workflow Step 6.5 | New |
/ark-code-review | Core | Multi-agent code review with fan-out architecture | Generalized |
/codebase-maintenance | Core | Repo cleanup, vault sync, skill health | Generalized |
/notebooklm-vault | Core | NotebookLM vault context and sync | Generalized |
/ark-tasknotes | Task Automation | Agent-driven task creation via tasknotes MCP | New |
/wiki-query | Vault Maintenance | Query vault knowledge with tiered retrieval | Adapted from obsidian-wiki |
/wiki-status | Vault Maintenance | Vault statistics and insights | Adapted from obsidian-wiki |
/wiki-update | Vault Maintenance | Sync project knowledge into vault | Adapted from obsidian-wiki |
/wiki-lint | Vault Maintenance | Audit vault health (links, frontmatter, tags) | Adapted from obsidian-wiki |
/wiki-setup | Vault Maintenance | Initialize new Ark vault with standard structure | Adapted from obsidian-wiki |
/wiki-ingest | Vault Maintenance | Distill documents into vault pages | Adapted from obsidian-wiki |
/tag-taxonomy | Vault Maintenance | Validate and normalize tags against taxonomy | Adapted from obsidian-wiki |
/cross-linker | Vault Maintenance | Discover and add missing wikilinks | Adapted from obsidian-wiki |
/claude-history-ingest | Vault Maintenance | Mine Claude conversations into compiled vault insights via MemPalace | Adapted from obsidian-wiki |
/data-ingest | Vault Maintenance | Process logs, transcripts, exports into vault pages | Adapted from obsidian-wiki |
/ark-onboard | Onboarding | Interactive setup wizard — greenfield, migration, repair | New |
/ark-health | Onboarding | Diagnostic check for Ark ecosystem health | New |
/ark-update | Onboarding | Version-driven migration framework; converges downstream projects to the current ark-skills target profile; replays pending destructive migrations. Distinct from /ark-onboard repair (failure-driven). | New |