Agent skill
runme-conventions
Runme.dev形式の実行可能マークダウン作成・編集用規約。 使用タイミング: (1) マークダウンファイルに実行可能なコードブロックを追加(verify.md, README.mdなど) (2) Runme.devセル設定の追加・編集(name, cwd, excludeFromRunAllなど) (3) runme fmtでフォーマット適用 (4) 既存Runmeファイルの修正・改善
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/runme-conventions
SKILL.md
Runme.dev規約
クイックスタート
コードブロックにJSON形式でセル設定を追加:
```bash {"name":"deploy","cwd":"../mcp-server"}
npm run deploy
```
主要オプション
| オプション | 説明 | 例 |
|---|---|---|
name |
タスク名(runme run <name>で実行) |
{"name":"deploy"} |
cwd |
作業ディレクトリ(mdファイルからの相対パス) | {"cwd":"../mcp-server"} |
excludeFromRunAll |
runme run --allから除外 |
{"excludeFromRunAll":"true"} |
ignore |
CLI・ノートブック変換から完全除外(runme listにも表示されない) | {"ignore":"true"} |
フォーマット
コミット前にrunme fmtを実行してVSCode拡張機能との差分を防止:
runme fmt -w --filename <target.md>
詳細リファレンス
- 全セルオプション: references/cell-options.md
- ベストプラクティス: references/best-practices.md
- 公式ドキュメント: https://docs.runme.dev/configuration/cell-level
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?