{"slug": "how-i-built-25-executable-skills-for-my-ai-agent-and-you-can-too", "title": "How I Built 25 Executable Skills for My AI Agent (and You Can Too)", "summary": "A developer built 25 executable skills for AI coding agents, packaged into a single open-source repository compatible with Claude Code, Codex, Cursor, and Hermes Agent. The skills include debugging, planning, code review, browser automation, and a Router Learning System that auto-selects the best execution path. The project is MIT licensed and hosted on GitHub.", "body_md": "After months of building agent skills for Claude Code, Codex, Cursor, and Hermes Agent, I noticed a problem: every agent needs the same foundational capabilities �” debugging, planning, code review, browser automation �” but you have to write them from scratch for each platform.\n\nSo I packaged 25 of the most useful skills into a single open-source repo, compatible across all major AI coding agents.\n\nFix brew Node dylib mismatch, memory analysis, iOS app build automation, self-regulation brake system, GitHub demo recording, install tools with verification, macOS backup, Reddit posting workflow, webhook subscriptions, AI news monitoring, and more.\n\nCua Driver install + config, a Router Learning System that auto-selects CLI/CDP/Desktop Automation, and a vision-based GUI debug loop.\n\nGitHub OAuth via browser automation, Cua Driver browser control, social media content automation across 6+ platforms.\n\nCocos Creator debug workflows, WeChat DevTools fixes, UX feedback loop, merit shop system, TypeScript compile check.\n\nThe most interesting piece was a **Router Learning System** that:\n\n``` python\n# Simplified routing logic\ndef execute(task):\n    for path in [CLI, CDP, DESKTOP, VISION]:\n        if path.success_rate > 0.7:\n            return path.run(task)\n    return FALLBACK_STRATEGY\ngit clone https://github.com/chrislamlayer1-gif/hermes-core-skills\ncd hermes-core-skills\n# Load into your agent (Claude Code, Codex, Cursor, or Hermes)\n```\n\nAll 25 skills are **MIT licensed**. Contributions welcome!\n\n*Built with Hermes Agent �” an open-source AI agent by Nous Research.*", "url": "https://wpnews.pro/news/how-i-built-25-executable-skills-for-my-ai-agent-and-you-can-too", "canonical_source": "https://dev.to/chrislamdev/how-i-built-25-executable-skills-for-my-ai-agent-and-you-can-too-4dfl", "published_at": "2026-06-30 04:40:01+00:00", "updated_at": "2026-06-30 04:48:48.056513+00:00", "lang": "en", "topics": ["ai-agents", "developer-tools", "machine-learning", "generative-ai"], "entities": ["Claude Code", "Codex", "Cursor", "Hermes Agent", "Nous Research", "GitHub", "Router Learning System", "MIT"], "alternates": {"html": "https://wpnews.pro/news/how-i-built-25-executable-skills-for-my-ai-agent-and-you-can-too", "markdown": "https://wpnews.pro/news/how-i-built-25-executable-skills-for-my-ai-agent-and-you-can-too.md", "text": "https://wpnews.pro/news/how-i-built-25-executable-skills-for-my-ai-agent-and-you-can-too.txt", "jsonld": "https://wpnews.pro/news/how-i-built-25-executable-skills-for-my-ai-agent-and-you-can-too.jsonld"}}