Kumpulan skill dan prompt untuk AI coding agents.
Feature implementation skill. Guides developer and AI agent through implementing a new feature from a vague or informal request. Produces focused context, identifies relevant code, and structures a clear implementation plan.
Brain-to-plan.md converter. Turns raw ideas, braindumps, or reference files into a detailed plan.md ready for AI agents (Google AI Studio, Claude Code, Cursor, Bolt, etc.) to build a full-stack prototype or MVP.
Onboarding prompt for new developers. Reads the entire repo and produces a comprehensive onboarding document so a new developer can be productive immediately.
Codebase analysis prompt. Analyzes a codebase and produces beginner-friendly documentation for junior developers who are new to the project.
Hermes plugin for personal finance tracking. Record income/expenses, manage wallets with auto-calculated balances, and get financial summaries. Zero external dependencies — Python stdlib + SQLite.
Tools: add_transaction, list_transactions, list_wallets, add_wallet, list_categories, summary
Install plugin:
git clone https://github.com/fizray/skills ~/.hermes/skills/fizray-skills
hermes plugins enable hermes-ledger
Hermes skill (SKILL.md) that provides agent context for the hermes-ledger plugin. Load this skill so the agent understands the domain model, business rules, predefined categories, tool parameters, common patterns, and pitfalls — all from within the Hermes chat session.
Load skill:
hermes skills load hermes-ledgerOr auto-load by adding to ~/.hermes/config.yaml:
skills:
- hermes-ledger