スキル share
📦

share

低リスク ⚙️ 外部コマンド

洗練された p11 ドキュメントの作成と共有

コメント付きで共有・レビュー可能なドキュメントを作成するには、通常、複数のツールと複雑なワークフローが必要です。このスキルを使うと、洗練されたドキュメントを React コードとして作成し、p11 CLI を使用して共有可能なリンクで公開できます。

対応: Claude Codex Code(CC)
📊 75 十分
1

スキルZIPをダウンロード

2

Claudeでアップロード

設定 → 機能 → スキル → スキルをアップロードへ移動

3

オンにして利用開始

Agent向けリソース

AI Agent、クローラー、またはスクリプトがページ全体ではなくクリーンなコンテキストを必要とする場合は、これらのリンクを使ってください。

テストする

「share」を使用しています。 Create a project kickoff document

期待される結果:

プロジェクトキックオフ用の p11 ドキュメントを作成します。p11 share を実行した後、閲覧とコメント用の read URL、および今後の更新用の edit URL を受け取ります。

「share」を使用しています。 Update the Q3 report with new revenue numbers

期待される結果:

提供された edit URL にある既存のドキュメントを更新します。変更されていないセクションのコメントを保持しながら、売上データの表を追加した新しいバージョンが公開されます。

「share」を使用しています。 Create a meeting notes document with action items

期待される結果:

出席者、議論のポイント、決定事項、担当者と期限を含むアクションアイテム表のセクションを備えた、構造化された会議メモドキュメントを作成します。

セキュリティ監査

低リスク
v1 • 5/23/2026

All 51 static findings are false positives. The 4 'Weak cryptographic algorithm' alerts target YAML description strings and a React component name (DefinitionDescription) containing the substring 'DES'. The 47 'Ruby/shell backtick execution' alerts are markdown code formatting backticks, not shell operators. The skill does legitimately invoke CLI commands (p11, npm) as part of its document publishing workflow, which is the basis for the external_commands risk factor. No malicious intent, data exfiltration, or prompt injection detected.

3
スキャンされたファイル
134
解析された行数
4
検出結果
1
総監査数
低リスクの問題 (3)
Weak Cryptographic Algorithm - False Positive (React Component Name)
Static analyzer flagged 'DefinitionDescription' in references/components.md:34 as a weak cryptographic algorithm. This is a React component name from @p11-core/components containing the substring 'DES' (Data Encryption Standard). It is not an actual cryptographic operation.
Weak Cryptographic Algorithm - False Positive (YAML Description Strings)
Static analyzer flagged description strings in agents/openai.yaml:3, SKILL.md:3, and SKILL.md:5 as weak cryptographic algorithms. These are plain-text YAML description fields with no cryptographic references.
Ruby/Shell Backtick Execution - False Positive (Markdown Code Blocks)
Static analyzer flagged backtick characters across SKILL.md and references/components.md as Ruby/shell backtick execution. All instances are markdown code fence delimiters (```) or inline code markers (`) used for formatting code examples and documentation. No shell execution backticks exist in these files.
監査者: claude

品質スコア

41
アーキテクチャ
100
保守性
87
コンテンツ
65
コミュニティ
84
セキュリティ
100
仕様準拠

作れるもの

プロジェクト提案書を下書きして共有する

会議メモを、セクション、見出し、表を備えた整形済みの提案書ドキュメントに変換し、チームレビュー用に公開します。

技術ドキュメントを公開する

コード例を含む構造化されたドキュメントを作成し、開発者からのフィードバックを得るためにコメント可能なリンクで共有します。

レビュー可能な仕様書を作成する

承認前に関係者がコメント付きでインラインレビューできる詳細な仕様書を作成します。

これらのプロンプトを試す

シンプルなドキュメントを作成する
Create a p11 document with the title 'Weekly Status Report' containing sections for accomplishments, blockers, and next steps.
表とリストを含むドキュメント
Create a p11 document comparing three solutions. Include a feature comparison table and a bullet list of pros and cons for each option.
既存のドキュメントを更新する
Update the existing report at report.tsx using the edit URL provided. Add a new section for Q4 results with a data table.
コード例を含むマルチフォーマットドキュメント
Create a technical specification document with a title page, an introduction section, a code example using CodeBlock, and a requirements table. Use pageless mode for continuous scrolling.

ベストプラクティス

  • ドキュメントを作成または更新する前に、必ず p11 CLI がインストール済みで最新であることを確認する。
  • ドキュメントが正しくレンダリングされるように、@p11-core/components のドキュメント安全なコンポーネントのみを使用する。
  • edit URL は非公開に保ち、ドキュメントレビューには read URL のみを共有する。

回避

  • p11 ドキュメントに、フォーム、ボタン、ナビゲーションなどのインタラクティブな React コンポーネントを含めない。
  • p11 CLI をプロジェクト依存関係としてインストールしない。代わりにグローバルインストールまたは npx を使用する。
  • edit URL をログやレビュー担当者に公開しない。edit URL は更新および削除アクセスを付与する。

よくある質問

p11 ドキュメントとは何ですか?
p11 ドキュメントは、共有可能でコメント可能なコンテンツを作成するためにドキュメント安全なコンポーネントを使用する、静的な React .tsx モジュールです。
何かをインストールする必要がありますか?
はい、p11 CLI をグローバルにインストールする必要があります。未インストールの場合、このスキルは npm を使用してインストールできます。
公開後にドキュメントを編集できますか?
はい、最初の公開時の edit URL を使用して、更新版をプッシュできます。read URL は同じままです。
p11 ドキュメントではどのコンポーネントを使用できますか?
@p11-core/components のドキュメント安全なコンポーネントを使用してください。これには Document, Heading, Section, Text, Table, CodeBlock などが含まれます。
ドキュメントは非公開ですか?
公開済みドキュメントは、read URL を持つすべての人がアクセスできます。edit URL は bearer credentials として機能するため、非公開に保つ必要があります。
公開済みドキュメントを削除できますか?
はい、edit URL を使用してドキュメントを削除できます。後でドキュメントを削除する可能性がある場合は、edit URL を安全に保管してください。

開発者の詳細

作成者

rarexlabs

ライセンス

MIT

参照

main

ファイル構成