u/virtualunc

🔥 Hot ▲ 166 r/ObsidianMD

Obsidian's CEO made a Claude Code skill that connects your vault to Claude

not sure how many people here are also using Claude Code but this is worth knowing about if it hasn't already been brought up.

kepano (Steph Ango, Obsidian CEO) built an official skill that teaches Claude how to work with Obsidian's specific formats. automatic tagging, linking between notes, understanding your vault structure, works with Bases, JSON Canvas, and CLI workflows.

install is one line:

git clone https://github.com/kepano/obsidian-skills.git ~/.claude/skills/obsidian

once installed claude stops being a generic assistant and starts being one that actually understands how obsidian organizes information. it knows about wikilinks, frontmatter, your folder structure, all of it.

for anyone who lives in obsidian and claude at the same time this is the missing link between your thinking tool and your doing tool.

found it while going through the claude code skills ecosystem. there's a whole directory of these now: here

anyone tried it yet? curious how people are connecting their vaults to AI tools.

reddit.com
u/virtualunc — 3 hours ago
You can build AI agents and workflows without writing code now - these open source tools actually work
▲ 2 r/nocode

You can build AI agents and workflows without writing code now - these open source tools actually work

been exploring the no code side of the AI agent ecosystem lately and there are some genuinely usable tools out there now.

the two that surprised me most:

Flowise (30k github stars) - drag and drop AI agent builder. you literally connect blocks like lego. one block is your LLM, another is your document source, another is the chat interface. snap them together and you have a working AI app. made at Y Combinator. two commands to install:

npm install -g flowise
npx flowise start

had a working chatbot connected to my documents in about an hour.

Dify (130k stars, just raised $30M) - same concept but more production ready. visual workflow canvas, built in RAG so your AI can actually reference your documents, works with every major model. you can self host it so your data stays on your machine.

both are completely free and open source.

there are also "skills" now for Claude Code that handle specific tasks like SEO audits, copywriting, email sequences without needing to know how to code. you install them and claude just knows how to do the task.

put together a breakdown of 10 tools in this space if anyone wants to dig deeper: here

what no code AI tools are you all using? feel like this space is moving faster than I can keep up with.

u/virtualunc — 3 hours ago
I switched from ChatGPT to Claude for most of my work. These GitHub repos are why.
▲ 38 r/ChatGPT

I switched from ChatGPT to Claude for most of my work. These GitHub repos are why.

Not trying to start a war here, I still use ChatGPT for some things. But the open source ecosystem around Claude Code is what tipped the scale for me.

There are repos on GitHub right now that let you:

- Pack your entire project into one file and give Claude full context (Repomix)

- Build AI apps with drag and drop, no code (Flowise, Dify)

- Self host a private AI chat that connects to your Google Drive, Slack, Notion (Onyx)

- Install skills that teach Claude how to do SEO audits, write email sequences, optimize landing pages (Marketing Skills)

- Connect your Obsidian notes directly to Claude (Obsidian Skills, made by Obsidian's CEO)

All free. All open source. The install process for most of them is literally one git clone command.

I put together a breakdown of the 10 best ones with code snippets and install instructions: here

The skills ecosystem specifically is what ChatGPT doesn't have an equivalent for yet. Custom GPTs are the closest thing but they're not in the same league.

u/virtualunc — 1 day ago
These 10 GitHub repos completely changed how I use Claude Code
🔥 Hot ▲ 268 r/ChatGPT+2 crossposts

These 10 GitHub repos completely changed how I use Claude Code

Been using Claude Pro for a few months and recently started digging into Claude Code and the skills ecosystem. Went down a rabbit hole on GitHub and found some repos that genuinely changed my workflow.

The big ones for me:

Repomix (repomix.com) - packs your entire project into one file so Claude gets full context instead of you copy pasting individual files. Game changer for anyone working on anything with more than a handful of files.

Everything Claude Code (128k stars) - massive collection of 136 skills, 30 agents, 60 commands. I didn't even know half of these features existed in Claude Code until I found this.

Dify - open source visual workflow builder with 130k stars. You can self host it so nothing leaves your machine. Relevant right now given the Perplexity data sharing lawsuit.

Marketing Skills by Corey Haines - 23 skills for SEO, copywriting, email sequences, CRO. Not developer focused which is rare in this space.

I wrote up all 10 with install commands and code snippets if anyones interested, trying to shed some light on skills I think a lot of people aren't aware of: here

What skills or repos are you all using? Feel like I'm still scratching the surface.

u/virtualunc — 1 day ago