Skip to content

Agent Skills

Saviqo skills live in a separate public repository of reusable agent workflows:

github.com/rakeshbhatt10/saviqo-agent-skills

Skills should teach an agent how to use Saviqo MCP tools and resources. They should not duplicate product business logic.

Clone the skill pack:

bash
git clone git@github.com:rakeshbhatt10/saviqo-agent-skills.git

Repository shape:

text
saviqo-agent-skills/
  AGENTS.md
  README.md
  skills/
    monthly-review/
    statement-import-triage/
    budget-adjustment-review/
    savings-goal-planning/
    plan-workflow-operator/

Current Skills

Safety Model

The public skills are read-first. They can guide an agent through MCP summaries, statement review, and planning workflows, but they should not ask for banking secrets or apply financial mutations without an authenticated Saviqo approval flow.

Saviqo public documentation