@yishentu/claudian

by yishentu · v1.0.0 · prompt

Claudian - An Obsidian plugin that embeds Claude Code as a sidebar chat interface. The vault directory becomes Claude's working directory, giving it full agentic capabilities: file read/write, bash co

Install

Add @yishentu/claudian to Claude Code with the PolySkill CLI: polyskill add @yishentu/claudian

Instructions

# CLAUDE.md ## Project Overview Claudian - An Obsidian plugin that embeds Claude Code as a sidebar chat interface. The vault directory becomes Claude's working directory, giving it full agentic capabilities: file read/write, bash commands, and multi-step workflows. ## Commands ```bash npm run dev # Development (watch mode) npm run build # Production build npm run typecheck # Type check npm run lint # Lint code npm run lint:fix # Lint and auto-fix npm run test # Run tests npm run test:watch # Run tests in watch mode ``` ## Architecture | Layer | Purpose | Details | |-------|---------|---------…

Keywords: github, obsidian-plugin, code-assistant, ai-chatbot, file-management, bash-scripting, developer-tools, coding-assistant, automation