By j5ik2o
TAKT piece engine skills for multi-agent orchestration. Includes analyzers, builders, and optimizers for TAKT piece YAML workflows.
npx claudepluginhub j5ik2o/ai-tools --plugin takt既存のTAKTピースとファセットを分析し、改善提案を行うスキル。ピースYAMLの構造検証、 ファセット間の整合性チェック、スタイルガイド準拠の確認、未使用ファセットの検出、 ルール設計の最適化提案を実施する。実行ログ(.takt/logs/*.jsonl)が存在する場合は ログベース診断分析も行い、ルール評価効率・ループホットスポット・ABORT率等を報告する。 references/taktのスタイルガイド・エンジン仕様を基準として分析する。 トリガー:「ピースを分析」「taktの設定を確認」「ファセットの品質チェック」 「ピースのレビュー」「takt analyze」「ワークフローの改善提案」 「ピースの整合性チェック」「taktの問題を見つけて」 「ログを分析」「実行ログの診断」「taktのログを見て」「ルール評価の統計」 「ai_fallbackの頻度」「ループの検出」
TAKTファセット(Persona/Policy/Instruction/Knowledge/Output Contract)の 個別作成・編集スキル。各ファセットのスタイルガイドに準拠した単体ファイルを生成する。 references/taktにあるスタイルガイド・ビルトインファセット群を参照資料として活用し、 ファセット種別の判断、テンプレート選択、品質チェックを行う。 トリガー:「ペルソナを作りたい」「ポリシーを追加」「インストラクションを書く」 「ナレッジを定義」「出力契約を作成」「ファセットを編集」「takt facet」 「レビュアーのペルソナ」「コーディングポリシー」
既存のTAKTワークフロー(ピースYAML・ファセット群)を最適化するスキル。 トークン消費削減、ムーブメント統合、ルール簡素化、ファセット再利用促進、 ループ制御の改善、並列化の提案を実施し、最適化後のファイルを直接生成する。 takt-analyzeの診断結果(静的分析・ログ診断)を入力として活用できる。 本スキルは「最適化の実行」のみを担い、診断・分析はtakt-analyzeに委譲する。 references/taktのエンジン仕様・スタイルガイドを基準とする。 トリガー:「ピースを最適化」「taktの高速化」「ワークフローを軽くしたい」 「トークンを減らしたい」「ムーブメントを減らしたい」「takt optimize」 「ワークフローの効率化」「ファセットを整理したい」「ピースをスリムにして」 「taktのコスト削減」「ワークフローをシンプルにしたい」
TAKTピース(ワークフローYAML)の作成・カスタマイズスキル。Faceted Prompting (Persona/Policy/Instruction/Knowledge/Output Contract)に基づくファセット群の 生成を含む。references/taktにあるtaktのソースコード・ドキュメント・ビルトインピース群を 参照資料として活用する。ユーザーの要件をヒアリングし、movement構成、ルール設計、 ファセットファイル生成を一括で行う。 トリガー:「ピースを作りたい」「ワークフローを定義」「taktのピースを作成」 「新しいtaktピースを作って」「takt piece」「ワークフローYAML」
references/taktサブモジュール更新時に、takt-*スキル群(takt-task-builder, takt-piece-builder, takt-facet-builder, takt-analyzer, takt-optimizer)を最新のtaktバージョンに追従させるスキル。 TypeScriptスキーマ(schema.ts)、ピースYAML、ファセットMarkdownの差分を検出し、 SKILL.md・参照ドキュメント(task-schema.md等)を体系的に更新する。 トリガー:「taktスキルを更新」「takt-*スキルの鮮度チェック」「taktバージョンアップ対応」 「スキルが古くないか確認」「takt skill updater」
TAKTのtasks.yaml(タスクメタデータ)とタスクディレクトリ(.takt/tasks/{slug}/order.md)の 作成・編集を支援するスキル。TaskRecordスキーマに準拠したYAMLエントリの生成、 order.mdタスク仕様書の作成、ステータス遷移ルールの検証を行う。 references/taktにあるtaskスキーマ定義・ドキュメントを参照資料として活用する。 トリガー:「タスクを追加」「tasks.yamlを編集」「taktタスクを作成」 「タスク仕様書を書く」「order.mdを作成」「takt task」「タスクを定義」 「pendingタスクを追加」「GitHub Issueからタスク作成」
A marketplace repository for distributing AI agent skills for Claude Code and skill-directory-based CLIs such as Codex.
.claude-plugin/marketplace.jsonagent-skills and taktskills/ symlinks for tools that consume plain skill directories directly/plugin marketplace add j5ik2o/ai-tools
/plugin install agent-skills@ai-tools
/plugin install takt@ai-tools
npx skills add j5ik2o/ai-tools
| Plugin | Description | Key skills | Details |
|---|---|---|---|
agent-skills | Agent skills demonstrating skill creation, evaluation, and iterative improvement workflows | skill-forge | README |
takt | TAKT piece engine skills for multi-agent orchestration, analysis, building, and optimization | takt-task-builder, takt-piece-builder, takt-facet-builder, takt-analyzer, takt-optimizer, takt-skill-updater | README |
.claude-plugin/
└── marketplace.json
plugins/
├── agent-skills/
│ ├── README.md
│ └── skills/
│ └── skill-forge/
└── takt/
├── README.md
└── skills/
├── takt-analyzer/
├── takt-facet-builder/
├── takt-optimizer/
├── takt-piece-builder/
├── takt-skill-updater/
└── takt-task-builder/
skills/
├── skill-forge -> ../plugins/agent-skills/skills/skill-forge
├── takt-analyzer -> ../plugins/takt/skills/takt-analyzer
└── ...
template/
└── SKILL.md.template
template/SKILL.md.template to plugins/agent-skills/skills/<your-skill>/SKILL.mdname, description) and add instructionsskills/ if you want direct CLI consumption:
ln -s ../plugins/agent-skills/skills/<your-skill> skills/<your-skill>
.claude-plugin/marketplace.json if you are publishing a new plugin collectionSee each skill's directory for individual license information.
Collection of agent skills demonstrating various capabilities including skill creation, MCP building, visual design, algorithmic art, internal communications, web testing, artifact building, Slack GIFs, and theme styling
Create and validate production-grade agent skills with 100-point marketplace grading
Open collection of AI agent skills — reusable, framework-agnostic SKILL.md packages
Ultimate Claude Code skill creator. Design, scaffold, build, review, evolve, and publish production-grade AI agent skills following the Agent Skills open standard and 3-layer architecture.
Multi-agent orchestrator for Claude Code. Use when user mentions gastown, gas town, gt commands, convoys, polecats, rigs, slinging work, multi-agent coordination.
Share bugs, ideas, or general feedback.
Professional skill and subagent creation with dual-mode workflow: 12-step fast mode and 15-step full mode with behavioral pressure testing and TDD integration.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim