
r/AgentSkills

OpenSourcing TrueForge Agent harness : Expect feedback from community on the agent loop
Hey folks 👋
We just open sourced TrueForge, our vendor-neutral agent harness for building general-purpose agents.
It handles the runtime pieces that get painful quickly : context management, tool/MCP execution, subagents, sandboxing, approvals, persistent state, and more.
We also benchmarked the harness itself. With the same Opus 4.8 model, TrueForge delivered a similar solve rate at ~30% lower cost than Claude Managed Agents. Switching to an open model pushed that to ~75% lower cost on the same benchmark.
Would love feedback from people building agents.
⭐ Star the repo: https://github.com/truefoundry/trueforge
📖 Read the launch article: https://x.com/truefoundry/status/2090081376330715176
I built a directory to browse agent skills by what you actually want to do
Hey everyone,
I've been playing around with various AI agent setups lately, and one thing that kept bugging me is how hard it is to find skills that match a specific need. Most skill repos are just flat lists — you have to dig through everything to find something useful.
So I put together a small site: skillpicker.xyz
It's basically a categorized directory of agent skills, organized by:
• Roles (researcher, coder, writer, etc.)
• Tasks (summarization, data analysis, translation, etc.)
• Outputs (reports, code, emails, etc.)
• Tools (GitHub, Notion, email, etc.)
• Agents (which agent platforms support which skills)
• Getting Started guides
Right now there are about 127 topics cataloged. It's still very early — I just launched it — and I'm sure the categorization is far from perfect.
I'd really appreciate any feedback:
• Are the categories useful? Anything missing?
• Would you use something like this when setting up an agent?
• Any skills or categories you'd want to see added?
Happy to hear any thoughts. Thanks!
Tklr Reminders: Schedule and productivity assistant for Hermes Agent
I made a skill that lets Hermes Agent use Tklr as a scheduling and productivity engine. You can schedule events, manage tasks, and get reminders without relying on an external calendar such as Google.
https://github.com/37Rb/hermes-skills/tree/main/skills/tklr-reminders
It covers appointments, events, tasks, projects, goals and notes, the reminders that go with them, and the questions people typically ask about them.
I hope others find it as useful as I do!