igapyon-miku-soft-developer

igapyon-miku-soft-developer is a skill for Codex from igapyon/igapyon-agent-skills. It costs 127 tokens per session (856 once invoked), scanned A, original, Apache-2.0.

A development guide for explicitly creating, organizing, or maintaining projects built with the miku-soft approach.

In plain words
What is it for?
Use it for miku-soft project naming, new-project setup, repository organization, and maintenance work.
Why use it?
It provides a defined workflow for deciding the project concept, setting up a new project, or maintaining an existing one.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it for miku-soft project naming, new-project setup, repository organization, and maintenance work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/igapyon/igapyon-agent-skills/igapyon-miku-soft-developer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add igapyon/igapyon-agent-skills --skill igapyon-miku-soft-developer
Clone the repo
git clone --depth 1 https://github.com/igapyon/igapyon-agent-skills

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for igapyon-miku-soft-developer

README.md
[![agentmods](https://agentmods.dev/badge/skills/igapyon/igapyon-agent-skills/igapyon-miku-soft-developer/github.svg)](https://agentmods.dev/skills/igapyon/igapyon-agent-skills/igapyon-miku-soft-developer)
Your own site
<a href="https://agentmods.dev/skills/igapyon/igapyon-agent-skills/igapyon-miku-soft-developer"><img src="https://agentmods.dev/badge/skills/igapyon/igapyon-agent-skills/igapyon-miku-soft-developer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for igapyon-miku-soft-developer

Your own site · 80×15
<a href="https://agentmods.dev/skills/igapyon/igapyon-agent-skills/igapyon-miku-soft-developer"><img src="https://agentmods.dev/badge/skills/igapyon/igapyon-agent-skills/igapyon-miku-soft-developer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 127 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 856 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00127 $0.00856
Opus 5 $0.00063 $0.00428
Sonnet 5 $0.00025 $0.00171
Haiku 4.5 $0.00013 $0.00086

Measured 9d ago against content hash 1fb13d79d796, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

igapyon-miku-soft-developer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

The scan reads SKILL.md. This mod also ships 5 executable files (assets/agent-skills/scripts/build-skill-bundle-zip.mjs, assets/agent-skills/scripts/build-skill-bundle.mjs, assets/agent-skills/tests/isolated-bundle-smoke.test.mjs, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/igapyon-miku-soft-developer/SKILL.md · 56 lines

How it starts

The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.

igapyon-miku-soft-developer

This skill supports explicit miku-soft project creation and maintenance workflows.

Use it only after the user explicitly asks to use igapyon-miku-soft-developer or explicitly asks to apply the miku-soft developer skill. For activation details and the non-activation reply, see references/activation-policy.md.

Modes

After the skill is explicitly active, choose one mode:

  • Concept and naming mode: clarify the app concept and decide the miku-soft base repository name before creating files.
  • New project mode: create a new miku-soft project or initialize a repository as a miku-soft project.
  • Maintenance mode: inspect, update, or repair an existing miku-soft project.

If the mode is unclear after explicit activation, ask a brief clarification before editing.

Core Workflow

Prerequisite: use igapyon-repo-conventions as the repository-conventions baseline for every workflow.

  1. Read references/activation-policy.md if activation behavior is relevant.
  2. Read references/architecture-rules.md.
  3. For concept and naming work, read references/00-concept-naming-workflow.md.
  4. For new project work, read references/new-project-workflow.md.
  5. For existing project work, read references/maintenance-workflow.md.
  6. Read the specific workflow reference when relevant: references/10-node-app-workflow.md, references/11-web-app-workflow.md, references/30-java-straight-conversion-workflow.md, references/31-java-maven-plugin-separation-workflow.md, references/32-node-web-separation-workflow.md, references/40-agent-skills-workflow.md, or references/50-mcp-workflow.md.
  7. Read references/repo-operations.md for miku-soft-specific additions.
  8. Inspect the target repository before editing.
  9. Preserve unrelated user changes.
  10. Keep product behavior in the product core or upstream runtime artifacts, not in the skill instructions.

Read the full file on GitHub · 56 lines

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 56 lines · 127 tokens per session scan A 1fb13d79d796

Subscribe to this mod's changes

igapyon-miku-soft-developer is a skill published in the GitHub repository igapyon/igapyon-agent-skills (2 stars, last pushed 24d ago), licensed Apache-2.0. It adds 127 tokens to every session and 856 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

release-version

Steps to cut a VNote version release (e.g. v4.3.0) — bump the version with scripts/updateversion.py, refresh and fill zhCN/ja translations via lupdate, write the changes.md changelog, and trigger the CI [Release] build. Use when asked to "release", "cut a release", "bump the version", or "prepare vX.Y.Z".

vnotex/vnote · 86 tokens

clarity

Draft, rewrite, or review reader-facing prose so it is specific, useful, and recognizably the author's without inventing facts or performing humanness. Use for essays, articles, newsletters, documentation, talks, launch copy, and other important prose that feels generic, hollow, or AI-shaped. Supports co-write…

addyosmani/clarity · 76 tokens

novel-creator

A Chinese-language writing workflow for creating, continuing, reviewing, polishing, and saving novel chapters.

LiPu-jpg/Openwrite · 44 tokens

novel-reviewer

A review and editing workflow for existing novel chapters. It checks story logic, timelines, character states, unresolved clues, world rules, and writing style.

LiPu-jpg/Openwrite · 49 tokens

dialoguequality

A dialogue-review system for novels that studies how characters speak and whether their voices remain distinct. It can examine speech habits, sentence length, question frequency, and repeated phrases.

LiPu-jpg/Openwrite · 54 tokens

foreshadowing-system

A system for tracking foreshadowing in novels. Foreshadowing means placing a clue or unresolved question earlier in a story and addressing it later.

LiPu-jpg/Openwrite · 52 tokens