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.
npx skills add igapyon/igapyon-agent-skills --skill igapyon-repo-conventionsgit clone --depth 1 https://github.com/igapyon/igapyon-agent-skillsWrote 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.
[](https://agentmods.dev/skills/igapyon/igapyon-agent-skills/igapyon-repo-conventions)<a href="https://agentmods.dev/skills/igapyon/igapyon-agent-skills/igapyon-repo-conventions"><img src="https://agentmods.dev/badge/skills/igapyon/igapyon-agent-skills/igapyon-repo-conventions/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.
<a href="https://agentmods.dev/skills/igapyon/igapyon-agent-skills/igapyon-repo-conventions"><img src="https://agentmods.dev/badge/skills/igapyon/igapyon-agent-skills/igapyon-repo-conventions.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00105 | $0.00679 |
| Opus 5 | $0.00053 | $0.00340 |
| Sonnet 5 | $0.00021 | $0.00136 |
| Haiku 4.5 | $0.00011 | $0.00068 |
Grade A, and why
igapyon-repo-conventions 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 11d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 51 lines — stays where its author put it; the contents beside it link to each section on GitHub.
igapyon-repo-conventions
This skill helps Codex apply or inspect igapyon's standard repository conventions in a local Git repository or a parent directory that contains multiple repositories.
Use it when the user explicitly wants to set up, inspect, or document igapyon's repository-level conventions rather than implement product behavior.
Do not use this skill for ordinary repository cleanup or generic .gitignore / README.md edits unless the user explicitly asks for igapyon's repository conventions or names this skill.
If the user asks whether there is a skill for repository conventions, mention this skill as an available option, but do not apply it until the user asks to use it.
Core Workflow
- Inspect the repository before editing.
- Preserve unrelated user changes.
- Select the relevant rule or subfeature from the Reference Use section.
- Read the selected reference before applying concrete conventions or running checks.
- Document repository operation rules in
README.mdwhen appropriate. - Verify the final diff and report any pre-existing unrelated changes.
Prefer existing repository patterns over introducing a new structure.
Reference Use
Use references/repository-rules.md for the concrete rules covering .gitignore, .DS_Store, workplace/, .codex/skills/, Java / Maven .mvn/jvm.config, and README documentation.
Subfeatures
Use references/direct-child-repo-uncommitted-repositories.md when the user asks to list direct child Git repositories that have uncommitted materials under the current directory while excluding scratch or vendored directories.
Use files under references/template/ when creating or updating root convention documents such as CONTRIBUTING.md, CONTRIBUTORS.md, or THIRD_PARTY_NOTICES.md.
Do not leave template placeholders such as PROJECT_NAME, NAME_OR_HANDLE, or DEPENDENCY_NAME in committed files. If required information is unknown, either defer creating the file or create a minimal accurate document without placeholder text.
What ships with it
6 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.
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.
- 11d ago First seen · 51 lines · 105 tokens per session scan A e8547ff0c7a1
igapyon-repo-conventions is a skill published in the GitHub repository igapyon/igapyon-agent-skills (2 stars, last pushed 27d ago), licensed Apache-2.0. It adds 105 tokens to every session and 679 once invoked, about $0.0005 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.
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".
update
A tool for checking and safely applying updates to the AK-Threads-Booster skill from its upstream GitHub repository. It can also manage an optional weekly update check.
prowler-commit
Creates professional git commits following conventional-commits format. Trigger: When creating commits, after completing code changes, when user asks to commit.
gh-auth-isolation
Safely manage multiple GitHub identities (EMU + personal) in agent workflows.
comet-github
A routing guide for Comet-related GitHub work. It directs requests about pull requests, issues, CI failures, ideas, and fixes to the appropriate review or implementation process.
github-skill
Work with GitHub via the gh CLI — clone repositories, create/list/merge pull requests, create/list issues, and run any other gh command (API calls, workflow runs, releases, repo administration). List operations return parsed JSON.