oni-comb-rs: Skill for Claude Code

.agents/skills/takt-facet-builder/SKILL.md

takt-facet-builder is a skill for Claude Code, Codex from j5ik2o/oni-comb-rs. It costs 170 tokens per session (3,072 once invoked), scanned A, original, Apache-2.0.

A workflow for creating and editing TAKT facets, which are separate files for an agent’s persona, policies, instructions, knowledge, or output format. It uses Japanese style guides and templates to keep those files consistent.

In plain words
What is it for?
Use it to create or edit a persona, policy, instruction, knowledge file, or output contract for a TAKT agent.
Why use it?
It helps turn broad agent behavior into organized, reusable parts with the correct format and type.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is j5ik2o/oni-comb-rs's own configuration. It tells Claude Code and Codex how to work on oni-comb-rs itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything oni-comb-rs configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is bash .agents/skills/takt-facet/scripts/validate-takt-files.sh.

Reuse

Borrowing it

Nothing to install: this file belongs to j5ik2o/oni-comb-rs. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/j5ik2o/oni-comb-rs/main/.agents/skills/takt-facet-builder/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/j5ik2o/oni-comb-rs

Made for: Claude Code, 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 takt-facet-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/j5ik2o/oni-comb-rs/takt-facet-builder/github.svg)](https://agentmods.dev/skills/j5ik2o/oni-comb-rs/takt-facet-builder)
Your own site
<a href="https://agentmods.dev/skills/j5ik2o/oni-comb-rs/takt-facet-builder"><img src="https://agentmods.dev/badge/skills/j5ik2o/oni-comb-rs/takt-facet-builder/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 takt-facet-builder

Your own site · 80×15
<a href="https://agentmods.dev/skills/j5ik2o/oni-comb-rs/takt-facet-builder"><img src="https://agentmods.dev/badge/skills/j5ik2o/oni-comb-rs/takt-facet-builder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 170 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,072 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.00170 $0.03072
Opus 5 $0.00085 $0.01536
Sonnet 5 $0.00034 $0.00614
Haiku 4.5 $0.00017 $0.00307

Measured 10d ago against content hash 7e66c5a8544c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

takt-facet-builder 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 10d 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.

.agents/skills/takt-facet-builder/SKILL.md · 301 lines

How it starts

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

TAKT Facet Builder

TAKTの5種類のファセットファイルを個別に作成・編集する。

前提 takt バージョン: v0.31.0

参照資料

ファセット作成時は references/takt/builtins/ja/ の資料を参照する。

資料 パス 用途
スタイルガイド総合 references/takt/builtins/ja/STYLE_GUIDE.md 各ファセットの位置づけ
ペルソナガイド references/takt/builtins/ja/PERSONA_STYLE_GUIDE.md ペルソナ記述規約
ポリシーガイド references/takt/builtins/ja/POLICY_STYLE_GUIDE.md ポリシー記述規約
インストラクションガイド references/takt/builtins/ja/INSTRUCTION_STYLE_GUIDE.md インストラクション記述規約
出力契約ガイド references/takt/builtins/ja/OUTPUT_CONTRACT_STYLE_GUIDE.md 出力契約記述規約
Faceted Prompting references/takt/docs/faceted-prompting.ja.md 5ファセット設計の理論
テンプレート references/takt/builtins/ja/templates/ 各ファセットのテンプレート
ビルトインファセット references/takt/builtins/ja/facets/{personas,policies,instructions,knowledge,output-contracts}/ 既存ファセット例

重要: ファセット作成前に該当するスタイルガイドを必ず読む。

ワークフロー

Step 1: ファセット種別の判定

ユーザーの要件から、作成すべきファセット種別を判定する。

この内容は…
├── 特定エージェントのidentity・専門知識 → Persona
├── 複数エージェントが共有する行動規範 → Policy
├── ムーブメント固有の実行手順 → Instruction
├── 判断の前提となる参照情報 → Knowledge
└── エージェント出力の構造定義 → Output Contract
ファセット 配置先 対象 キー判断
Persona system prompt 1エージェント 「この知識はこのエージェント固有か?」
Policy user message内 複数エージェント 「複数エージェントが同じルールに従うか?」
Instruction Phase 1 message 1ムーブメント 「この手順はこのムーブメント固有か?」
Knowledge user message内 1+エージェント 「判断の前提となる参照情報か?」
Output Contract Phase 2 message 1レポート 「後続が{report:filename}で参照するか?」

Step 2: ビルトイン確認

同種のビルトインファセットを確認し、再利用できるか判断する。

ファセット ビルトイン例
Persona coder, planner, architecture-reviewer, qa-reviewer, supervisor, security-reviewer, frontend-reviewer, cqrs-es-reviewer, requirements-reviewer, testing-reviewer, terraform-reviewer, dual-supervisor
Policy coding, review, testing, qa, ai-antipattern
Instruction plan, implement, implement-after-tests, write-tests-first, team-leader-implement, dual-team-leader-implement, review-arch, review-qa, review-security, review-frontend, review-cqrs-es, review-requirements, review-test, review-terraform, supervise, fix, ai-review, ai-fix, loop-monitor-ai-fix, loop-monitor-reviewers-fix
Knowledge architecture, backend, cqrs-es, frontend, security, task-decomposition, takt, terraform-aws
Output Contract plan, architecture-review, ai-review, qa-review, security-review, frontend-review, cqrs-es-review, requirements-review, testing-review, terraform-review, summary, validation

Read the full file on GitHub · 301 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. 10d ago First seen · 301 lines · 170 tokens per session scan A 7e66c5a8544c

Subscribe to this mod's changes

takt-facet-builder is a skill published in the GitHub repository j5ik2o/oni-comb-rs (41 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 170 tokens to every session and 3,072 once invoked, about $0.0009 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-09-01.

Related

Other skills, from other repositories

migrate-oxfmt

Guide for migrating a project from Prettier or Biome to Oxfmt. Use when asked to migrate, convert, or switch a JavaScript/TypeScript project's formatter from Prettier or Biome to Oxfmt.

oxc-project/oxc · 53 tokens

migrate-oxlint

Guide for migrating a project from ESLint to Oxlint. Use when asked to migrate, convert, or switch a JavaScript/TypeScript project's linter from ESLint to Oxlint.

oxc-project/oxc · 44 tokens

insta-snapshots

Guide for working with and updating insta snapshot tests in Oxc without terminal interaction.

oxc-project/oxc · 22 tokens

performance-lint-rules

Performance review guidance for Oxc linter rule implementations. Use only when reviewing Rust rule code under crates/oxclinter/src/rules/ or when explicitly auditing those rules for performance improvements.

oxc-project/oxc · 45 tokens

vera-language

Write programs in the Vera programming language. Use when asked to write, edit, debug, or review Vera code (.vera files). Vera is a statically typed, purely functional language with algebraic effects, mandatory contracts, and typed slot references (@T.n) instead of variable names.

aallan/vera · 61 tokens

pcl-expert

Expert in Persona Control Language (PCL) - language design, compiler architecture, runtime systems, and ecosystem development. Use when the user mentions persona control language, compiler design, language design, DSL, runtime systems, or lexer, or when the task involves Language Design & Specification, Compiler…

personamanagmentlayer/pcl · 73 tokens