secretary

secretary is a skill for Claude Code from Shin-sibainu/cc-secretary. It costs 99 tokens per session (2,915 once invoked), scanned A, original, MIT.

A personal assistant system that asks about your role, routine, and information needs, then creates a personalised set of Markdown folders and files. Markdown is a plain-text format commonly used for notes.

In plain words
What is it for?
Use it to set up a personal work system, add tasks and ideas, organise projects, and manage areas such as meetings, knowledge, finances, or debugging notes.
Why use it?
It gives you a structured place for tasks, ideas, research, notes, and other information instead of leaving them scattered.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions CLAUDE.md; names the AskUserQuestion tool.

Part of the secretary plugin — 1 skill shipped together

Good fit Use it to set up a personal work system, add tasks and ideas, organise projects, and manage areas such as meetings, knowledge, finances, or debugging notes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/shin-sibainu/cc-secretary/secretary
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Shin-sibainu/cc-secretary --skill secretary
Clone the repo
git clone --depth 1 https://github.com/Shin-sibainu/cc-secretary

Made for: Claude Code.

Or install secretary, the plugin that ships this one along with the rest of its 1 skill.

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 secretary

README.md
[![agentmods](https://agentmods.dev/badge/skills/shin-sibainu/cc-secretary/secretary/github.svg)](https://agentmods.dev/skills/shin-sibainu/cc-secretary/secretary)
Your own site
<a href="https://agentmods.dev/skills/shin-sibainu/cc-secretary/secretary"><img src="https://agentmods.dev/badge/skills/shin-sibainu/cc-secretary/secretary/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 secretary

Your own site · 80×15
<a href="https://agentmods.dev/skills/shin-sibainu/cc-secretary/secretary"><img src="https://agentmods.dev/badge/skills/shin-sibainu/cc-secretary/secretary.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,915 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.00099 $0.02915
Opus 5 $0.00049 $0.01458
Sonnet 5 $0.00020 $0.00583
Haiku 4.5 $0.00010 $0.00292

Measured 13d ago against content hash dfa63b939822, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

secretary 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 13d 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.

plugins/secretary/skills/secretary/SKILL.md · 259 lines

How it starts

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

パーソナル秘書

いつ使うか

  • 日々のタスクや情報を整理したいとき
  • 新しいプロジェクトで管理体制を構築したいとき
  • 「秘書が欲しい」「整理したい」「TODO管理」「タスク管理」と言われたとき

実行モード(ハイブリッド)

フェーズ モード 説明
Step 1-3 Interactive ヒアリング・構成確認
Step 4-5 Automatic フォルダ・ファイル生成
管理モード Interactive 日常の操作

ワークフロー

Step 1: 検出とモード判定

対象ディレクトリに .secretary/ が存在するか確認する。

  • .secretary/ が存在する場合: .secretary/CLAUDE.md を読み込み、管理モードへ(下記参照)
  • .secretary/ が存在しない場合: Step 2: オンボーディングへ進む

Step 2: オンボーディング(Interactive)

各サブステップで AskUserQuestion を使う。親しみやすく丁寧に対話する。

Step 2a: 役割・職業

ユーザーの役割をヒアリングする。答えやすいよう例を提示:

あなたの主な役割や職業を教えてください! 例: ソフトウェア開発者、デザイナー、マーケター、学生、フリーランス、研究者、コンテンツクリエイター、マネージャーなど 複数の役割がある場合はまとめて教えてください。

Step 2b: 日々のルーティン

ワークフローパターンを理解するため、典型的な1日を聞く:

あなたの典型的な1日の流れを教えてください。 例: 「午前中はコーディング、午後はミーティング、夕方にレビュー」 あなたに最適な管理構成を作るための参考にします。

Step 2c: 管理したいカテゴリ

利用可能なカテゴリ一覧を提示し、選んでもらう。 inboxreviews は常に含まれることを伝える。

どの領域を管理したいですか?該当するものを全て選んでください(カスタム追加もOK):

  1. TODO / デイリータスク
  2. アイデア
  3. リサーチ・調査
  4. ナレッジベース
  5. コンテンツ企画(ブログ / YouTube / SNS)
  6. 議事録・ミーティングメモ
  7. クライアント管理
  8. 日記・ジャーナル
  9. 読書リスト
  10. デバッグログ(開発者向け)
  11. プロジェクト管理
  12. 財務・経理

※ inbox(受信箱)と reviews(レビュー)は常に含まれます

番号で回答してください(例: "1,2,3,5")。自由記述もOKです。

Step 2d: 言語設定

秘書システムで使う言語はどれにしますか?

  1. 日本語
  2. English
  3. バイリンガル(両方)
Step 2e: 保存場所

.secretary/ フォルダをどこに作成しますか?

  1. カレントディレクトリ({{CWD}})
  2. ホームディレクトリ(~/)
  3. カスタムパス

Step 3: 構成確認(Interactive)

オンボーディングの回答に基づいて:

  1. ユーザーの役割から推奨フォルダ構成をマッピング(下記 ロール別プリセット 参照)
  2. 明示的に選択されたカテゴリとマージ
  3. 生成予定のフォルダツリーを表示:
.secretary/
├── CLAUDE.md
├── inbox/
│   └── _template.md
├── reviews/
│   └── _template.md
├── todos/
│   ├── _template.md
│   └── {{TODAY}}.md
├── ideas/
│   └── _template.md
├── ... (その他選択されたカテゴリ)
  1. ユーザーに確認。カテゴリの追加・削除・リネームを受け付ける:

以下のフォルダ構成を作成します。いかがですか?

  • OK → 生成を開始
  • 追加 → カテゴリを追加
  • 削除 → カテゴリを削除
  • リネーム → フォルダ名を変更

Step 4: 自動生成(Automatic)

確認後、以下を自動で生成する:

Read the full file on GitHub · 259 lines

Files

What ships with it

2 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. 13d ago First seen · 259 lines · 99 tokens per session scan A dfa63b939822

Subscribe to this mod's changes

secretary is a skill published in the GitHub repository Shin-sibainu/cc-secretary (111 stars, last pushed 6mo ago), licensed MIT. It adds 99 tokens to every session and 2,915 once invoked, about $0.0005 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-08-30.

Related

Other skills, from other repositories