Skip to content

fizray/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skills

Kumpulan skill dan prompt untuk AI coding agents.

Skills

feature-impl

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.

vibe-planner

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.

Prompts

repo-scout

Onboarding prompt for new developers. Reads the entire repo and produces a comprehensive onboarding document so a new developer can be productive immediately.

scan-codebase

Codebase analysis prompt. Analyzes a codebase and produces beginner-friendly documentation for junior developers who are new to the project.

Plugins

hermes-ledger

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

Skills

hermes-ledger (SKILL.md)

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-ledger

Or auto-load by adding to ~/.hermes/config.yaml:

skills:
  - hermes-ledger

About

Kumpulan Skills untuk Agent AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages