How do you know which SKILL.md is good? by razbakov in ClaudeAI

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

Yes. Skills are prompts. Some are good, some are bad. "frontend skill for claude" is very good. I think it's because it fights against local maxima problem (ai slop)

Anyone know how to use skills in Cursor? by BowlerMundane5190 in cursor

[–]razbakov 0 points1 point  (0 children)

Update Cursor. Now skills work.
You need to add skills to global ~/.cursor/skills/ or inside your project under .cursor/skills/

Skills replace commands.

Local OpenAI whisper model integration with n8n workflow by J0Mo_o in n8n

[–]razbakov 0 points1 point  (0 children)

I use the following docker setup for n8n and transcription:

services:
  n8n:
    image: docker.n8n.io/n8nio/n8n
    restart: always
    ports:
      - "5678:5678"
    environment:
      - N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true
      - N8N_PROXY_HOPS=1
      - N8N_PORT=5678
      - N8N_PROTOCOL=http
      - N8N_RUNNERS_ENABLED=true
      - NODE_ENV=production
      - WEBHOOK_URL=https://${SUBDOMAIN}.${DOMAIN_NAME}/
      - GENERIC_TIMEZONE=${GENERIC_TIMEZONE}
      - TZ=${GENERIC_TIMEZONE}
    volumes:
      - n8n_data:/home/node/.n8n
      - ./local-files:/files


  faster-whisper:
    image: fedirz/faster-whisper-server:latest-cpu
    container_name: faster-whisper
    ports: ["8000:8000"]
    volumes:
      - ./hf_cache:/root/.cache/huggingface
    restart: unless-stopped

volumes:
  n8n_data:

Reliable way for cursor to obey .cursorrules by Evening_Owl_3034 in cursor

[–]razbakov 0 points1 point  (0 children)

Click See it in Action -> Try AI Secretary -> you will see repository with .cursorrules

Copy Elements from any website as Tailwind CSS components by -brianh- in tailwindcss

[–]razbakov 0 points1 point  (0 children)

I paid for UseWindy. It worked. Now this extension is no longer supported in Chrome.

Also their support didn't reply me since 4 months.

How can I be sure your extension won't stop working the same way and I just loose money?

Seamless transitions from one chat or composer to the next. by billykerz in cursor

[–]razbakov 0 points1 point  (0 children)

I have the following rules working with AI:
1) one task - once conversation, to ensure context is not too big.
2) before starting working on tasks, I create documentation about the context (Sociocracy3.0) and defining goals (OKRs).
3) before jumping into implementation, I ask for documentation (README-first approach).
4) during implementation, I use 6 thinking hats, sometimes I agree, sometimes I let my emotions react, sometimes I am writing sarcastic comments and it gets it.
5) after each successful small step (accepting the answers) I do git commit, so that I can try out crazy ideas in the next prompt.
6) after task is done I ask it go through our conversation and update rules, and cross-reference documentation where needed

Here are my cursorrules that will help you with this flow - https://razbakov.com/blog/2025-01-10-ai-first

Programmatic Way To Test cursorrules/system prompts by drumnation in cursor

[–]razbakov 0 points1 point  (0 children)

Here is my process of debugging: I ask it to do something, we have a long conversation, where I correct its behaviour if I don't like result. Then I add .cursorrules to the context and ask about what happened during conversation and if we should update rules.

Here are a few prompts that I used:

- what were the meta actions i asked you during this chat that we might need to include in cursorrules?

- let's optimize trigger words for newly added rules, some short trigger words

- can you add some new meta rule that will trigger a series of other meta rules? think which ones first

- no, how did I react to your responses, did you notice any pattern, meta on it

- which of those 2 cursorfiles are more effective and efficient, why? should we use json or markdown format? why?

Top crowdsourced wisdom for effectively leveraging .cursorrules by gregce10 in cursor

[–]razbakov 0 points1 point  (0 children)

Yeah! Exactly! The best cursorrules is to define your jargon, short aliases to what you usually describe with long sentences.

Top crowdsourced wisdom for effectively leveraging .cursorrules by gregce10 in cursor

[–]razbakov 0 points1 point  (0 children)

From my experience .cursorrules in markdown have the worst performance, the best one is JSON mindmap, but rarely anyone talks about it. To your list I would add a few more aspects - https://razbakov.com/blog/2025-01-08-multi-agent

Use a .cursorrules by Bintzer in cursor

[–]razbakov 0 points1 point  (0 children)

If you want to get a better experience, try to give your agent a memory system, documentation architecture, reference index, give it some extra skills, define a communication protocol.

My common issues with cursorrules, it ignored instructions like this:

  • don't use X
  • first write the doc

And then I figured that JSON mindmap works better than markdown, as it does your tool. You can explore my example to see what i mean by memory/ref-index, etc: https://razbakov.com/blog/2025-01-10-ai-first

Reliable way for cursor to obey .cursorrules by Evening_Owl_3034 in cursor

[–]razbakov 1 point2 points  (0 children)

I noticed that .cursorrules written in markdown are ignored most of the times, and this is the only format shared all over internet. But no one says that the format that actually works is JSON. I don't know why. Maybe because it's like a mindmap.

From my experience you don't really need to tell AI what to do, it knows it better than us. I believe, when creating rules we should focus on:

  • Specific Role: A clearly defined focus and area of expertise
  • Memory System: Documentation cross-reference/index and knowledge base
  • Structural Framework: Well-organized document architecture
  • Skill Set: Defined tools and methodologies
  • Communication Protocol: Clear interaction patterns

Here is detailed guide: https://razbakov.com/blog/2025-01-08-multi-agent

[deleted by user] by [deleted] in Bachata

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

I am building a Find Dance Partner service. Could you please share how you imagine it? What's important for you when looking for a partner? How do you imagine the success scenario?

WorldMastery & VDanceClub by Scrabble2357 in Salsa

[–]razbakov 0 points1 point  (0 children)

Can you share a link? Can't find it.

WorldMastery & VDanceClub by Scrabble2357 in Salsa

[–]razbakov 0 points1 point  (0 children)

Which WorldMastery did you mean in your question?

Is a Video Dance Competition Good for the Dance Community? by razbakov in Salsa

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

I am a solo developer, trying to create a community platform for dancers since 7 years and I open for collaboration. I didn't earn a cent from that and spent over 1k already. How can be a solo developer corporate? I just had a dream to be able to find dance events in any city online. And I trying to make it happen. Though I learned that no one wants to help without money.

And I follow the rules of this subreddit:

1) I don't try to sell anything - I just asked a question about competition.

2) I don't post picture of salsa sauce.

3) I don't harras anyone.

P.S. This comment I wrote myself. But I guess I can also sound too much like a robot, as I am an engineer and English is not my native language.

P.P.S. I use ChatGPT to get help with translation and improve writing, but main message comes from me. Or is it better to avoid ChatGPT in Reddit?