汎用LLM・AI開発⭐ リポ 0品質スコア 50/100
cortex-skill-writer
Cortex Architectureパターンを使用してClaude Skillsを生成します。スキルをOrchestrator(マニフェスト)、Protocols(ロジック)、Standards(プレゼンテーション)に分解することで、関心の分離とモジュール性を実現します。新しいClaude Skillsを作成する際や、モノリシックなskill.mdファイルをリファクタリングする際にご利用ください。
description の原文を見る
Generate Claude Skills using Cortex Architecture pattern. Factors skills into Orchestrator (manifest), Protocols (logic), and Standards (presentation) for attention isolation and modularity. Use when creating new Claude Skills or refactoring monolithic skill.md files.
SKILL.md 本文
注意: このスキルのライセンスは ライセンス未確認 です。本サイトでは本文プレビューのみを表示しています。利用前に GitHub の原本でライセンス条件をご確認ください。
Cortex Skill Writer - Claude SKILL マニフェスト
バージョン: 2.0.0
目的: Cortex パターンを使用した、よく設計された Claude Skills を作成する
最終更新: 2025-12-31
アーキテクチャ: Cortex Skill Factory
| レイヤー | ファイル | 読み込みタイミング |
|---|---|---|
| オーケストレーター | skill.md (本ファイル) | 常に |
| Skill 作成 | protocols/skill_creation.md | Skill 生成時 |
| 翻訳レイヤー | protocols/translation_layer.md | コード/定数が必要な場合 |
| テストと検証 | protocols/testing_verification.md | コードをデプロイする場合 |
| コンプライアンスチェック | protocols/compliance_verification.md | Skill 完成時 |
| プレゼンテーション | `standards/skill_format |
...
詳細情報
- 作者
- adamsonwalter
- ライセンス
- 不明
- 最終更新
- 2025/12/31
Source: https://github.com/adamsonwalter/cortex-skill-writer / ライセンス: 未指定