10 pointsby skeptic_ai7 hours ago8 comments
  • bad_username15 minutes ago
    Skills is just lazy loading of well-organized Markdown docs. The "lazy" part is the core part.
  • infotainment6 hours ago
    > Why do frameworks like Claude Code or Codex have the concept of “skills” instead of just using well-organized Markdown docs?

    "Well-organized markdown docs" are exactly what skills are.

    More specifically, they are well-organized markdown docs that explain how to do some particular thing.

    • getstowly6 hours ago
      This. Skills are exactly that, well structured markdown documents. Its the same with AI agents. You define the structure, what it can and can't do, setup rules and guidelines and then the AI sticks to that exact model. I sell skills on marketplace because sometimes, crafting the perfect prompt can be hard - you want something specific and very particular and don't know how to ask AI to do that. This is where skills come in. You can create your own skills or get them from someone else. They're great.
      • kian3 hours ago
        how much do you make selling skills on marketplace, just curious? It seems like it'd be impossible to vet a skill without reading it, so the entire concept mystifies me just a little bit.
        • getstowly2 hours ago
          Usually only charge a few bucks because honestly, anyone can make them but those that buy get them because they don't want to spend the time on making them. You can sell them for $10 or $15, maybe more depending on the skill. Not always a lot but if you have a ton of them, you can make some serious cash.
          • greazyan hour ago
            Where are you selling them?
  • nijave6 hours ago
    To add to what the other person said, they're also loaded differently than arbitrary docs.

    They're presented as a list of titles and descriptions to the LLM and it can pick which ones seem relevant and load them.

    Markdown docs the LLM needs to make a tool call to read the files and potentially multiple tool calls to discover data if there's a hierarchy. Additionally, it now has to decide if it should read the entire file or cherry pick parts of it.

    Skills organize that in an atomic and composable way.

    I think ChatGPT and Claude skills will also package arbitrary artifacts like scripts as well. Not sure if that's standard or not

  • bediger40004 hours ago
    Aren't "skills" just some words and syntax that tokenize in a fashion that gets an instance of an LLM primed for (you hope) the right thing statistically?

    After that, I think "skill" is just a good name. It sounds more "AI" than a "spell" or "incantation", which would sound magical and esoteric.

  • gutomecan hour ago
    [flagged]
  • argszero5 hours ago
    [flagged]
  • clipforge5 hours ago
    [flagged]
  • catlover766 hours ago
    [dead]