frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: UK Rescue Rocket Sheds/Houses Information

20•burnt-resistor•4h ago•6 comments

Ask HN: How do you manage skills files?

9•imadtaieber•4h ago•8 comments

Ask HN: Show your micro-SaaS (September 2026)

5•genekrapivin•3h ago•0 comments

Ask HN: Who is using MCP in production?

189•sukit•3d ago•195 comments

Ask HN: Resources to get good at soldering?

268•tosmatos•4d ago•164 comments

Ask HN: What are you working on? (September 2026)

4•meerita•5h ago•3 comments

Ask HN: Why were OpenAI, Claude, and Grok simultaneously down?

400•halcdev•3d ago•703 comments

Ask HN: Who is hiring? (September 2026)

248•whoishiring•5d ago•346 comments

Ask HN: Are we normalizing surveillance in the name of safety?

2•dennysora-main•11h ago•2 comments

Ask HN: Who wants to be hired? (September 2026)

111•whoishiring•5d ago•482 comments

Ask HN: What's the best place to learn about skills and AI for coding in general

4•rrmdp•4h ago•4 comments

Tell HN: I want to see the same moon as you

14•UnderABlueMoon•1d ago•12 comments

Astra still fails at creating acceptable Rotational Ambigram

3•das_vicky•11h ago•3 comments

Tell HN: Both recent GCP outages caused by fiber optic maintenance

19•fastest963•3d ago•1 comments

Ask HN: Are others seeing Google's reCAPTCHA rejecting Firefox users?

71•Animats•3d ago•23 comments

Cutting (Claude Code) token spend on dynamic workflows 80%

2•gojkoa•8h ago•2 comments

Ask HN: 30, burnt out, with 6-10 months of runway. What would you do?

31•throwaway_30yo•4d ago•26 comments

Ask HN: Any Alternatives to Archive.ph & co?

7•hebelehubele•1d ago•4 comments

MITx is ending access to its courses for learners in Iran on September 8

5•mahdihabibi•1d ago•2 comments

Are people who only seem happy when they're angry increasing? Seems like it

4•Webstir•10h ago•4 comments

Ask HN: Who is using FPGA for ML inference?

10•softwarewright•3d ago•15 comments

Ask HN: Founders that raised funding and shutdown, did you raise again?

18•asim•3d ago•1 comments

Ask HN: How do you build organic traction as an indie dev?

7•charm137•1d ago•5 comments

Ask HN: What is the ideal email domain setup?

7•bix6•2d ago•5 comments

Ask HN: How have interviews changed over the last year?

12•mikodin•1d ago•0 comments

Tell HN: NVIDIA's Acquisition of HuggingFace was for $HuggingFace

43•MontagFTB•3d ago•4 comments

Xfinity silently blocks lots of new domains

15•dschwartz18•2d ago•6 comments

Ask HN: Is AI a Powerdrill?

4•dfps•1d ago•3 comments

Ask HN: Books Recommendations?

7•washelterskelte•1d ago•11 comments

Fable hacked my piano, can I release the results?

5•jmpman•1d ago•6 comments
Open in hackernews

Ask HN: What's the best place to learn about skills and AI for coding in general

4•rrmdp•4h ago

Comments

TomEleff•3h ago
Install a coding agent CLI and ask "How can I use {this tool} for coding? What are skills? Can you make one and show me how to use it? Where can I find skills from communities on GitHub?"

Even better is to also tell the agent why, e.g. "I am used to coding in my IDE with auto-completion and Copilot chat, copying and pasting code snippets and testing via scripts. I see a lot of people talking about skills but don't know why they are useful or how to use them."

I try a lot of coding tools... The first thing I do is ask what the tool can do for me, and how it's going to be better than my process without the tool. If the agent can't articulate an answer, that's usually a sign the tool isn't right for me yet.

rrmdp•3h ago
Nice, I didn't think of this, yeah, I think it's a good idea but I'm looking something else, kinda a website, or community with folks sharing their experiences.
TomEleff•3h ago
Ah! The GitHub trending repos usually has some rapidly rising skills projects, https://github.com/trending. https://github.com/DietrichGebert/ponytail is a good example for one gaining lots of popularity now (no affiliation, just like it).

OpenAI, anthropic, lots of companies building coding agent tools, also share skills publicly.

Skills can feel like a big productivity boost at first, but it's good to remember lots of times they represent the ways that a specific person works. That way of working may not always be right for you, or, it might hide how the work is actually being done. Good to always try out the general purpose tool as-is, looking for skills that help you repeat tasks without rewriting prompts, or help save tokens, or help your agent use tools that it may not know how to use already.

rrmdp•2h ago
Thanks a lot!