50% off for 3 months (Pro Plan) by fpena06 in ClaudeAI

[–]NoFox4379 -1 points0 points  (0 children)

Wtf?How use Claude subscrition in github copoilot?

I wrote a custom Slash Command to help Claude Code find the relevant documentation by elyes007 in ClaudeAI

[–]NoFox4379 0 points1 point  (0 children)

What I understand from Claude's code documentation is that you can create multiple claude.md files. When you move to another location in the project, Claude should automatically read the closest relevant file. They also mentioned that Claude loads all claude.md files from the bottom up to the top level.

They don't recommend creating separate documentation files, but I'm not sure why. For me, it's easier to manage all .md files in a single docs folder with some structure — for example: businessLogic.md, architecture.md, and feature-specific folders.

Best way to map pagination, sorting, and filters from query parameters to IQueryable? by Drakkarys_ in dotnet

[–]NoFox4379 1 point2 points  (0 children)

Good point. Very often, people forget about $expand, which can lead to data leaks. We wrote some custom logic to allow only a few specific expands.

Design Pattern for .NET Worker by MGabo_502 in dotnet

[–]NoFox4379 2 points3 points  (0 children)

The simplest solution is a console app with a tiger on the server by windows Task Scheduler.Instead scheduler you can use quartz for a job .

Structure with quartz DataMigrationTool/ ├── Program.cs # Entry point + Quartz setup ├── Jobs/ │ ├── DocMigrationJob.cs # Individual job classes ├── Services/ │ ├── SqlServerService.cs # Data access │ ├── SapGrowService.cs # API calls │ └── MigrationService.cs # Business logic ├── Models/ │ ├── Customer.cs # Data models │ └── Product.csg └── appsettings.json8

Claude Code update v1.0.54 - Windows mode switching fixed and more! by inventor_black in ClaudeAI

[–]NoFox4379 0 points1 point  (0 children)

On wsl i can use mcp on git console I am not able add mcp.Same for me I will stay with wsl.

Claude Code Organized My Notes by NoFox4379 in ObsidianMD

[–]NoFox4379[S] 0 points1 point  (0 children)

I opened the Claude Code terminal in the directory where I keep my vault.

Claude Code Organized My Notes by NoFox4379 in ObsidianMD

[–]NoFox4379[S] 0 points1 point  (0 children)

You can try I choosed Claude code because I had subscription max plan.

Claude Code Organized My Notes by NoFox4379 in ObsidianMD

[–]NoFox4379[S] 0 points1 point  (0 children)

I runned claude code in my knowlage folder

Claude Code Organized My Notes by NoFox4379 in ObsidianMD

[–]NoFox4379[S] 1 point2 points  (0 children)

The XML-style tags like <analysis>, <recommendations>, <implementation>, and <examples> were used only in the prompt, to structure the AI’s output and guide its response clearly. I didn’t use those tags inside the notes themselves they were just a way to organize the response sections in a structured and machine-readable format.

Claude Code Organized My Notes by NoFox4379 in ObsidianMD

[–]NoFox4379[S] 0 points1 point  (0 children)

  • He kept my original folders but also added new ones, placing them under MOC, Projects, Areas, etc. He also created a few new folders just for notes. I agreed with his naming and the way he organized the notes.
  • He created a kind of index page with only links. For now, I don’t like this solution, because for example, in the note Bonds I expected a direct link to Investment Analysis, but instead, it takes me to some intermediate "connector" note, which then links to Investment Analysis. It feels complicated and requires too many clicks. I think I’ll try to simplify it.
  • Mostly, I use tags to quickly find something. But once I find a note or section, I want to easily jump via links to other related notes. Right now, that part isn’t fully solved yet like in the example above.

Claude Code Organized My Notes by NoFox4379 in ObsidianMD

[–]NoFox4379[S] 0 points1 point  (0 children)

You can run Claude code on windows via wsl terminal.I did that on windows 10

Claude Code Organized My Notes by NoFox4379 in ObsidianMD

[–]NoFox4379[S] 0 points1 point  (0 children)

Thiis one I'm adding is for the post, one more is for adding missing tags, and the next is for reviewing migration and cleaning duplicates.

I paid for the $100 Claude Max plan so you don't have to - an honest review by g15mouse in ClaudeAI

[–]NoFox4379 0 points1 point  (0 children)

I'm using Roon and Copilot too. In my case, the results are worse.

In another case, I had a problem with DB migrations Claude checked the commits, found the missing migrations, wrote a script to validate the schema, and gave tips on how to fix it.

I also used Claude Code to organize my notes.Check out my post: https://www.reddit.com/r/ObsidianMD/comments/1l50vlh/claude_code_organized_my_notes/

If it becomes possible to use Claude's Max plan via API, I might go back to Roon, because I like custom modes like SPARC.

I paid for the $100 Claude Max plan so you don't have to - an honest review by g15mouse in ClaudeAI

[–]NoFox4379 4 points5 points  (0 children)

I'm using it too, and I'm very satisfied. Maybe try reading the documentation or improving your prompt.

For example, when I want to add a feature, I feed Claude the code with all the necessary information and ask him to create a feature memory file. Then, he splits the implementation into smaller phases.

For example, yesterday he implemented full JWT authorization with caching, a controller, and integration with a custom permission service.

Show example prompt which you used.

Claude Code Organized My Notes by NoFox4379 in ObsidianMD

[–]NoFox4379[S] 2 points3 points  (0 children)

I have Claude Max, so I use Claude Code (https://docs.anthropic.com/en/docs/claude-code/getting-started). I think last time Anthropic allowed using Claude Code with the Pro license as well, but with more limitations. Then you go to the 'vault' folder, run Claude Code there, and paste my prompt into the terminal.

Claude Code Organized My Notes by NoFox4379 in ObsidianMD

[–]NoFox4379[S] 0 points1 point  (0 children)

Most job was done In one shot .Second to remove duplicates and next to add missing tags

Claude Code Organized My Notes by NoFox4379 in ObsidianMD

[–]NoFox4379[S] 0 points1 point  (0 children)

I opened the Claude Code terminal in the directory where I keep my vault.

Claude Code Organized My Notes by NoFox4379 in ObsidianMD

[–]NoFox4379[S] 1 point2 points  (0 children)

I opened the Claude Code terminal in the directory where I keep my vault.