frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Skill for Creating Agent Skills

https://github.com/mgechev/skills-best-practices/tree/main/skill
1•ovvvn3r•27s ago•0 comments

The Birth of a New Commodity Class and a Spot Market for Inference

https://thegrid.ghost.io/the-birth-of-a-new-commodity-class-and-a-spot-market-for-inference/
1•sishirvarghese•35s ago•0 comments

Understanding Model Context Protocol: Connecting Your Software to AI

https://fusionauth.io/articles/ai/mcp-connecting-software-ai
2•mooreds•1m ago•0 comments

Do Nothing Investing

https://longviewy.com/do-nothing-investing-with-decision-gates/
1•josephcs•2m ago•0 comments

Reverse Engineering Crazy Taxi, Part 1

https://wretched.computer/post/crazytaxi
1•wgreenberg•2m ago•0 comments

War has pushed global markets into the danger zone

https://sherwood.news/markets/war-has-pushed-global-markets-into-the-danger-zone/
1•speckx•4m ago•0 comments

The Corporate Bullshit Receptivity Scale: Development, Validation, Work Outcomes

https://www.researchgate.net/publication/382308213_The_Corporate_Bullshit_Receptivity_Scale_Devel...
1•bikenaga•4m ago•0 comments

A Day in the Life of an Ensh**ttificator

https://www.youtube.com/watch?v=T4Upf_B9RLQ
1•rasso•5m ago•0 comments

GPT‑5.3 Instant System Card

https://openai.com/index/gpt-5-3-instant-system-card/
1•swolpers•6m ago•0 comments

Why VS Code remains a developer favorite, year after year

https://shiftmag.dev/vs-code-171/
1•TheAnkurTyagi•7m ago•0 comments

Quantum Data Can Teach AI to Do Better Chemistry

https://spectrum.ieee.org/quantum-chemistry
1•digital55•7m ago•0 comments

Vmsan – firecracker microVMs in one command

https://github.com/angelorc/vmsan
1•angelorc•7m ago•1 comments

Trump says U.S. will cut all trade with Spain

https://www.detroitnews.com/story/news/world/2026/03/03/trump-says-u-s-will-cut-all-trade-with-sp...
4•scythe•8m ago•3 comments

Qwen Lead "Forced Out"

https://old.reddit.com/r/LocalLLaMA/comments/1rjtzyn/junyang_lin_has_left_qwen/
1•mellosouls•8m ago•1 comments

Show HN: We want to displace Notion with collaborative Markdown files

https://www.moment.dev/
4•antics•9m ago•0 comments

Seurat Most Famous for Paris Park Painting Yet Half His Paintings Were Seascapes

https://www.smithsonianmag.com/smart-news/georges-seurat-is-most-famous-for-his-pointillist-paint...
1•bookofjoe•11m ago•0 comments

Show HN: Apcher – Generate self-hosted Node.js workflows from prompts

https://apcher.dev
2•Samueedwards1•11m ago•4 comments

More Than a Quarter of HBO Max Subscribers in the U.S. Have Paramount+

https://www.hollywoodreporter.com/tv/tv-news/hbo-max-paramount-plus-combination-how-many-subscrib...
1•indigodaddy•12m ago•0 comments

Exploring Maturity Models for Security

https://www.cloudsecuritypartners.com/blog/exploring-maturity-models
1•todsacerdoti•12m ago•0 comments

Data Talks on the Rocks: Elevating the Voice of Builders

https://datatalks.rilldata.com/
3•articsputnik•12m ago•0 comments

The Five Ways to Control a Coding Agent from Your Phone (and Where Each Breaks)

https://www.omnara.com/blog/mobile-coding-landscape
1•isehgal•12m ago•0 comments

An Age of Promethean Ambitions

https://brianschrader.com/archive/an-age-of-promethean-ambitions/
1•sonicrocketman•16m ago•0 comments

Lessons from CalyxOS signing process redesign

https://calyxos.org/news/2026/02/10/calyxos-hsm-signing/
1•PaulHoule•16m ago•0 comments

US Government Open Data MCP

https://github.com/lzinga/us-gov-open-data-mcp
1•Insight54•17m ago•1 comments

Trump Threatens to Cut Off Trade After Spain Denies Air Base Use

https://www.bloomberg.com/news/articles/2026-03-03/trump-threatens-to-cut-off-trade-after-spain-d...
10•akyuu•18m ago•3 comments

The Republic of Execution

https://blog.hermesloom.org/p/the-republic-of-execution
1•sigalor•18m ago•0 comments

Show HN: Homebrew tap for unsigned macOS apps rejected by official casks

https://github.com/SoftwareRat/homebrew-unsigned-tap
1•Enlarged9135•18m ago•0 comments

Patterns in AI-Augmented Software Development

https://library.chironcodex.com/books/patterns-in-ai-augmented-software-development
2•grahamlee•19m ago•0 comments

The six dumbest ideas in computer security (2005)

https://www.ranum.com/security/computer_security/editorials/dumb/
2•alcazar•20m ago•0 comments

Google accelerates Chrome release cycle

https://www.theverge.com/tech/888001/google-accelerates-chrome-releases-cutting-cycle-in-half
4•cdrnsf•21m ago•0 comments
Open in hackernews

Show HN: I built an AI Agent skill translation and refactoring tool

1•nicholas_pw•2h ago
Hey HN,

I’m a solo builder and I've been doing a lot of work with AI Agents lately. I realized that as the ecosystem grows, moving skills (or tools) between different agent frameworks is a massive headache. You often have to rewrite the JSON/JSONB schemas or adapt the logic completely.

To solve my own scratching, I built skills-refiner to translate and refine AI Agent Skill

It’s a tool designed to automatically translate and refactor Agent skills. You feed it a skill definition from one framework, and it spits out the correctly formatted schema for another, handling the underlying data type mappings.

It's still in the early stages, but it's already saving me hours of manual JSON editing.

I'd love to get feedback from the community. What agent frameworks are you using most right now? And what's your biggest pain point when dealing with tool calling schemas?

Comments

nicholas_pw•2h ago
I hope you like it.