ワンクリックで
hello-skill
A template skill — copy this folder to .ironcore/skills/ and edit it to teach IronCore a reusable procedure.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
A template skill — copy this folder to .ironcore/skills/ and edit it to teach IronCore a reusable procedure.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | hello-skill |
| description | A template skill — copy this folder to .ironcore/skills/ and edit it to teach IronCore a reusable procedure. |
This is an example SKILL.md — a reusable set of instructions
IronCore can pull into a turn on demand. Copy this folder to
~/.ironcore/skills/<your-skill>/ (trusted, every workspace) or
<workspace>/.ironcore/skills/<your-skill>/ (first-use confirmed) and replace the body with
your own steps.
Write it as if briefing a capable teammate who has not seen this repo before:
For example, a real skill might say:
To add a new provider adapter: create
ironcore/providers/<name>.pysubclassing the base Provider, register it in the provider registry, add atests/providers/test_<name>.pythat exercisescompleteandstreamagainstMockProvider, then runuv run --extra dev pytest tests/providers -qand confirm it is green.
description rides every prompt; the body is loaded lazily when you run
/skill hello-skill or the model calls use_skill(name='hello-skill').