emavglemavglCommunityยท1 Agent Skills Included

oinkoin

Flutter app translation, release, and maintenance workflows

Automates translation, release, and maintenance tasks for the Oinkoin money tracker app. Handles context-aware string localization, screenshot framing, in-app announcements, and clean conventional commits. Eliminates manual translation errors, inconsistent commit messages, and repetitive release steps. Helps contributors ship updates faster with consistent quality across languages and platforms.
npx skills add emavgl/oinkoin --all -g -y
Available:

Instructs your AI agent to look up documented context for every string before translating, follow testing and commit rules, and keep the translation tracking file in sync.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Oinkoin skills?โ–ผ

Run `npx skills add emavgl/oinkoin --all -g -y` in your terminal to install all skills in this repository globally.

How to translate app strings with context?โ–ผ

The translate skill checks a context tracking file for every string before translating, so words like 'Left' are translated by meaning, not literally.

How to create a GitHub release automatically?โ–ผ

The new-release skill collects commits since the last tag, drafts a one-line changelog with you, then creates the tag and release.

Do these skills work with Claude Code?โ–ผ

Yes. All skills follow the standard SKILL.md format and run in Claude Code and other compatible coding agents.

Can I add a new app setting safely?โ–ผ

Yes. The add-setting skill wires the preference into the UI, defaults, and backup system with validation and tests included.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’