Hyvän mielen pelit ry avatar

Hyvän mielen pelit ry

Official

@hyvanmielenpelit · Helsinki, Finland

0Followers
|
31Public Repos
|
10Published Skills

Hyvän mielen pelit ry publishes conventions for orchestrating coding agents across Claude Code, Codex, and Gemini Antigravity, covering planning, subagents, quotas, and secret hygiene.

Skills Distribution
DomainDeveloper To...Agent Orchestratio.. (40%)Cross-Platform Age.. (25%)PowerShell & Windo.. (15%)Secret Hygiene & P.. (10%)

Agent Skills by Hyvän mielen pelit ry

Showing 10 vetted skills indexed across 1 GitHub repositories.

hyvanmielenpelithyvanmielenpelit

codex-conventions

Defines Codex-specific conventions for plan delivery, sandbox escalation, and subagent delegation.

Official
Advanced
hyvanmielenpelithyvanmielenpelit

claude-plan-mode

Reconciles Claude Code plan mode with the shared plans repository workflow.

Official
Intermediate
hyvanmielenpelithyvanmielenpelit

claude-code-conventions

Defines Claude Code conventions for subagent spawning, skill stubs, and document linking.

Official
Intermediate
hyvanmielenpelithyvanmielenpelit

claude-usage-quota-budget

Measures Claude Code subscription quota consumption from local transcripts to stop plan execution at step boundaries.

Official
Advanced
hyvanmielenpelithyvanmielenpelit

agent-powershell-guidelines

Guides AI agents in executing PowerShell commands and file I/O safely on Windows.

Official
Advanced
hyvanmielenpelithyvanmielenpelit

agent-implementation-planning

Defines a five-phase workflow for researching, approving, executing, and verifying implementation plans.

Official
Advanced
hyvanmielenpelithyvanmielenpelit

agent-subagent-guidelines

Defines rules for assigning implementation work to AI subagents within approved plans.

Official
Intermediate
hyvanmielenpelithyvanmielenpelit

agent-secret-hygiene

Prevents secret-shaped literals in code, tests, and documentation from triggering GitHub push protection.

Official
Intermediate
hyvanmielenpelithyvanmielenpelit

gemini-skill-inclusion

Explains Antigravity skill discovery and skills.json configuration for global skill registration.

Official
Intermediate
hyvanmielenpelithyvanmielenpelit

gemini-antigravity-conventions

Applies Antigravity app conventions for plan delivery, model tiers, and skill discovery.

Official
Intermediate

Frequently Asked Questions About Hyvän mielen pelit ry

FAQPage Schema
What tasks can I accomplish with Hyvän mielen pelit ry's skills?

You can structure multi-file implementation plans, delegate work to tiered subagents, budget Claude usage quotas per plan step, run PowerShell safely on Windows, write secret-shaped fixtures that survive GitHub push protection, and configure skill discovery for Claude Code, Codex, and Gemini Antigravity.

Who are these skills designed for?

They target engineers operating coding agents across Claude Code, Codex, and Gemini Antigravity who need shared conventions for planning, subagent delegation, and document reporting. Maintainers of shared plan repositories and Windows-based agent operators benefit most.

How do the skills get loaded and used at runtime?

Skills are discovered via .claude/skills pointer stubs for Claude Code or skills.json for Antigravity, with global configuration in ~/.gemini/config/skills.json. Most load contextually when planning or implementing; the quota-budget skill loads only on explicit user request.

What prerequisites do these skills require?

Prerequisites include a shared plans repository with an allowed-organization list, the additionalDirectories setting or /add-dir for Claude Code plan copying, the claude-budget.js script for quota tracking, and PowerShell 5.1 awareness for Windows command execution.

How do the skills handle credentials and secrets in code?

The agent-secret-hygiene skill defines what makes a string secret-shaped, prescribes two-concatenated literals for realistic test fixtures, lists safe placeholder forms, and gives recovery steps when GitHub push protection rejects a commit, explicitly warning against the bypass link.