← all publishers

kazukinagata

@kazukinagata source repo

65 published skills

  1. Viewing Tasks · kazukinagata bundle
    Manages the local view server that renders task data as interactive HTML pages (Kanban, List, Calendar, Gantt). Starts the server, pushes data, and opens views. Triggers on: "kanban", "list view", "show tasks", "view", "visualize", "gantt", "calendar", "カンバン", "リスト表示", "タスク表示", "ガント", "カレンダー".
    0
    installs
  2. Managing Tasks · kazukinagata
    Creates, updates, deletes, and queries tasks in the configured data source. Handles task creation with required confirmations, state transitions, "next task" recommendations, and personal task dashboard. Triggers on: "add task", "create task", "update task", "done", "change status", "list tasks", "what's next", "next task", "block", "assign", "prioritize", "show tasks", "get tasks", "fetch tasks", "my tasks", "assigned to me", "show my tasks", "what are my tasks", "タスク追加", "タスク作成", "タスク更新", "完了", "ステータス変更", "タスク一覧", "タスクを見せて", "次のタスク", "自分のタスク", "私のタスク", "担当タスク", "タスク取得". Use this skill for ANY task-related query including listing tasks for specific people or filtering by status/priority.
    0
    installs
  3. Managing Views · kazukinagata
    Creates, lists, deletes, and regenerates custom task visualizations. Triggers on: "create view", "custom view", "make a dashboard", "view of", "delete view", "list views", "regenerate view", "my view", "ビュー作成", "カスタムビュー", "ダッシュボード作成".
    0
    installs
  4. Planning Tasks · kazukinagata bundle
    Generates or refines Acceptance Criteria and Execution Plans for tasks. Single task or batch mode. Ensures tasks are executable at agent-autonomous quality. Uses multi-round brainstorming to extract quality information from users. Triggers: "plan task", "refine task", "generate AC", "write execution plan", "plan all tasks", "auto-plan", "タスク計画", "AC作成", "実行計画作成", "タスクを計画して"
    0
    installs
  5. Executing Tasks · kazukinagata bundle
    Orchestrates autonomous task execution via current session, tmux parallel, or Cowork scheduled tasks. Fetches ready tasks, validates working directories, and dispatches to the chosen execution mode. Triggers on: "do the next task", "process tasks", "execute tasks", "ready tasks", "タスク実行", "次のタスクを実行", "タスク処理".
    0
    installs
  6. Delegating Tasks · kazukinagata
    Delegates a task to another organization member by updating Assignees, resetting executor fields, and recording delegation history in Context. Triggers on: "delegate task", "assign to", "transfer task", "reassign", "タスク委任", "タスク移管", "割り当て変更"
    0
    installs
  7. Monitoring Tasks · kazukinagata bundle
    Performs a health check on tasks. Analyzes task age (stagnation), field completeness by status, blocked tasks (including other assignees' blockers), and executor ratio (human vs AI delegation). Supports 3 modes: specific assignee (by name), all tasks (team-wide overview), or defaults to current user when no target is specified. Use this skill whenever the user wants to monitor task health, check stagnation, audit task quality, or review AI delegation metrics — even if they don't say "monitor" explicitly. Triggers on: "monitor tasks", "task health check", "task analysis", "stagnation report", "task monitoring", "task report"
    0
    installs
  8. Notion · kazukinagata bundle
    Agentic Tasks — Notion Provider
    0
    installs
  9. Setting Up Tasks · kazukinagata
    Guides initial setup of the Agentic Tasks plugin — detects or configures MCP connections and runs provider-specific database initialization. Triggers on: "setup agentic tasks", "initialize task management", "configure notion tasks", "configure data source", "タスク管理セットアップ", "タスク管理初期化".
    0
    installs
  10. Validating Fields · kazukinagata bundle
    Deterministic field validation for task status transitions. Returns pass/fail with errors and warnings as JSON. Used by managing-tasks, executing-tasks, and running-daily-tasks.
    0
    installs
  11. Detecting Provider · kazukinagata
    Detects the active data source provider and retrieves configuration (database IDs, constants). Internal shared skill — not for direct user invocation.
    0
    installs
  12. Ingesting Messages · kazukinagata
    Reads incoming messages (Slack, Teams, Discord) addressed to the current user and auto-converts them into categorized Notion tasks (hearing-needed, self-action, or delegate). Designed for daily scheduled execution. Triggers on: "message intake", "intake", "process messages", "メッセージ取り込み", "メッセージ処理"
    0
    installs
  13. Looking Up Members · kazukinagata
    Internal shared skill to resolve member names or email addresses to provider user IDs. Not intended for direct user invocation.
    0
    installs
  14. Resolving Identity · kazukinagata
    Internal shared skill to resolve current user identity and org members. Not intended for direct user invocation.
    0
    installs
  15. Running Daily Tasks · kazukinagata
    Unified daily routine: ingests messages into tasks, then guides user through task refinement and dispatch. Works in both Claude Code and Cowork. Triggers on: "daily tasks", "daily routine", "run daily tasks", "デイリータスク", "日次ルーティン"
    0
    installs
  16. 00 Canary · kazukinagata bundle
    Observation infrastructure canary. Verifies that plugin-level hooks fire (via session-start log), that skill frontmatter hooks register and fire after first invoke, and that bash tool subprocess can write to the findings directory. Run this BEFORE any other probe — if this FAILs, the verdict of every later probe is CANARY-FAILED.
    0
    installs
  17. 12 Block Self · kazukinagata bundle
    §2.4 / §2.5. Self-blocker skill. Its frontmatter PreToolUse:Skill hook returns a JSON block decision for any Skill tool call to 11-block-target. Must be invoked BEFORE 11-block-target so the hook is registered.
    0
    installs
  18. 03 Shell Binsh · kazukinagata
    Probe that hook commands run under /bin/sh (dash on WSL Ubuntu), not bash (§1.3). Bash-specific constructs should produce Bad substitution / syntax errors.
    0
    installs
  19. Guard · kazukinagata
    Arms a skill-to-skill block via a frontmatter PreToolUse Skill hook. After invoking this, a natural-language attempt to run the victim skill should be blocked if the block decision is honored.
    0
    installs
  20. Fs Check · kazukinagata
    Reads the /tmp canary written by the plugin-level SessionStart hook, to test whether the hook (host) and the Bash tool (VM) share a filesystem.
    0
    installs
  21. Fm Check · kazukinagata
    Frontmatter hook writes bare vs single-quoted CLAUDE_PLUGIN_ROOT and CLAUDE_PROJECT_DIR to a log, to separate shell expansion from pre-substitution at the frontmatter tier.
    0
    installs
  22. 11 Block Target · kazukinagata
    §2.4. Target skill for the block pair (11+12). After 12-block-self is invoked (registering its frontmatter PreToolUse:Skill hook), invoking 11-block-target should be blocked.
    0
    installs
  23. Victim · kazukinagata
    Target skill for the skill-to-skill block test. If its body runs, the guard's block decision was NOT honored.
    0
    installs
  24. Show Upe · kazukinagata
    Surfaces UPE_PROBE_* marker lines to test whether the plugin-level UserPromptExpansion hook fires on Cowork. Invoking this skill via slash is itself the trigger; compares against UserPromptSubmit and SessionStart controls.
    0
    installs
  25. 14 Cowork Parser · kazukinagata
    Cowork hook command parser is restricted to an echo+bash whitelist; CLI uses /bin/sh. This probe reads the parser-tests.log emitted by a parser-test hook variant.
    0
    installs
  26. 19 Cowork Resume · kazukinagata
    §2.1. Cowork re-fires SessionStart with source=resume after VM suspend. Skill frontmatter hooks reset across the resume. CLI baseline never resumes within one process.
    0
    installs
  27. Env Check · kazukinagata
    Dump CLAUDE_PLUGIN env vars across plugin-level hook, skill frontmatter hook, and skill body for Cowork env propagation re-verification.
    0
    installs
  28. 04 Sensitive Leak · kazukinagata
    Confirm that userConfig.api_secret (sensitive=true) is exposed as plain text via CLAUDE_PLUGIN_OPTION_API_SECRET in plugin-level hook env (§1.4). "sensitive" affects storage only, not runtime exposure.
    0
    installs
  29. 15 Cowork File Io · kazukinagata
    §2.7. In Cowork, hook side effects (file writes) don't reach the shell sandbox. Only stdout/additionalContext flows through. This probe writes a canary file from a hook (via the inline command below) then tries to read it from Bash tool.
    0
    installs
  30. 01 Env Propagation · kazukinagata bundle
    Probe env propagation across 3 process tiers (§1.1). Compares which CLAUDE_* env vars are set in plugin-level hook vs skill frontmatter hook vs Bash tool subprocess.
    0
    installs
  31. 07 Skill Body Subst · kazukinagata bundle
    §1.7. Skill body ${VAR} substitution happens at invoke time only — reading the SKILL.md via Read tool returns literal placeholders.
    0
    installs
  32. 09 Slash Vs Natural · kazukinagata bundle
    §1.9. Slash invocation does NOT trigger PreToolUse:Skill; natural-language invocation does. UserPromptExpansion fires for slash only.
    0
    installs
  33. 06 Marketplace Cache · kazukinagata
    Compare CLAUDE_PLUGIN_ROOT with the marketplace cache path (§1.6). Docs say plugins run from cache; observation showed they run from source. This probe lets you classify the current behavior as PASS (finding holds) or DOC-ALIGNED (cache is now used).
    0
    installs
  34. 13 Cowork Pretooluse · kazukinagata bundle
    Cowork plugin-level PreToolUse never fires (block ignored) and bash tool is named mcp__workspace__bash (research sections 2.4 and 2.5). CLI baseline confirms block fires for the Bash matcher.
    0
    installs
  35. 16 Cowork Path Forms · kazukinagata
    CLAUDE_PLUGIN_ROOT and CLAUDE_PLUGIN_DATA take three different forms across contexts in Cowork (Windows, MSYS, Linux mount); CLI baseline is a single Linux path (research sections 2.8 and 7.9).
    0
    installs
  36. 17 Cowork Bash Mount · kazukinagata bundle
    Cowork mounts the plugin install dir under /sessions/CODENAME/mnt/.remote-plugins/ read-only. Bundled scripts can be launched via relative path; CLAUDE_SKILL_DIR expands to a Windows path that fails directly. CLI baseline lets both patterns work. See research section 2.10.
    0
    installs
  37. 20 Cowork Validation · kazukinagata
    CLI validates plugins fully; Cowork reports a generic Plugin validation failed without exposing the cause (research section 2.3). Runs claude plugin validate on isolated violator variants.
    0
    installs
  38. Bodypath · kazukinagata
    Shows what skill-body CLAUDE_PLUGIN_ROOT and friends substitute to on Mac Cowork, whether the VM Bash tool can use that path, and whether the Read tool can read a bundled file at that host path.
    0
    installs
  39. 05 Userconfig Trigger · kazukinagata
    Probe userConfig prompt trigger rules (§1.5). Manual verification of 4 routes — install/enable silent, /plugins UI prompt, disable→enable conditional, hook error when referenced-but-unset.
    0
    installs
  40. 08 Frontmatter Timing · kazukinagata
    §1.8. Skill frontmatter hook registers AFTER first invoke. SessionStart + once:true does not fire. Self-block during own load is impossible.
    0
    installs
  41. Show Presub · kazukinagata
    Surfaces the PRESUB marker lines that the plugin-level SessionStart hooks injected, so whether CLAUDE_PLUGIN_ROOT pre-substitution runs at the top level can be read off.
    0
    installs
  42. 08b Self Block Attempt · kazukinagata
    Companion to 08. Tests whether a skill's own frontmatter hook can block its own load (it cannot — frontmatter hooks register AFTER load).
    0
    installs
  43. Uc Check · kazukinagata
    Dumps the four userConfig combinations (sensitive/non-sensitive x required/optional) from skill body and reports plugin-level hook output, to test userConfig UI presence and runtime resolution on CLI vs Cowork.
    0
    installs
  44. 10 Parallel Hook Firing · kazukinagata
    §1.10. Verify that hooks within the same array fire in parallel. parallel-a (200ms sleep), parallel-b (400ms sleep), parallel-c (0ms) on SessionStart should produce overlapping start_ns timestamps; finish order should be c < a < b (parallel) not a < b < c (serial).
    0
    installs
  45. 18 Cowork Data Isolation · kazukinagata
    §2.11 / §2.12. CLI shares CLAUDE_PLUGIN_DATA across sessions; Cowork isolates it per chat session. ROOT remains the same across sessions in both. CLAUDE_CODE_REMOTE is empty in both.
    0
    installs
  46. Envfile Check · kazukinagata
    Reads ENVFILE_MARKER set via CLAUDE_ENV_FILE by the SessionStart hook, and surfaces diagnostic markers, to test whether the env-file mechanism reaches the Bash tool on Cowork and whether multi-statement hooks surface.
    0
    installs
  47. Surface Check · kazukinagata
    Surfaces which of the five SessionStart hook variants (V1-V5) made it into context, to isolate the hook command form that silently fails to surface on Cowork.
    0
    installs
  48. 02 Substitution Allowlist · kazukinagata bundle
    Probe ${VAR} substitution allowlist in skill body (§1.2). Tests CLAUDE_PLUGIN_ROOT/DATA/SKILL_DIR/SESSION_ID/PROJECT_DIR substitution at invoke time.
    0
    installs
  49. 21 Cowork Connected Folder · kazukinagata
    §2.9. Cowork sandbox limits write/edit/bash to outputs/ by default; plugin dir is read-only; request_cowork_directory grants RW to arbitrary host folders.
    0
    installs
  50. Uppercase Skill Name · kazukinagata
    Used by probe 20 to trigger validation rejection on Cowork via non-kebab-case naming. NOTE this skill folder is named lowercase but the frontmatter name field intentionally violates the rule.
    0
    installs
  51. 22 Substitution Frontmatter · kazukinagata
    Single-quote isolation probe to fill team-report §1.2 unverified cells. Tests Claude Code pre-substitution in plugin-level hook + skill frontmatter hook + skill body for SESSION_ID, PROJECT_DIR, SKILL_DIR, and user_config.KEY.
    0
    installs
  52. Show Exec Form · kazukinagata
    Surfaces the EXEC_* marker lines emitted by the plugin-level SessionStart hooks, which run hook commands in EXEC FORM (args present). Used to test whether exec form resolves ${CLAUDE_PLUGIN_ROOT} to a real path and exports it as an env var on Cowork, where shell form (§2.1/§2.2) failed both.
    0
    installs
  53. Show Expansion · kazukinagata
    Surfaces the EXP_ marker lines that the plugin-level SessionStart hooks injected, so the top-level vs bash -c expansion behavior can be read off.
    0
    installs
  54. Show Mp Script · kazukinagata
    Surfaces the MP_SCRIPT_* marker lines that the plugin-level SessionStart hooks emitted, to determine whether ${CLAUDE_PLUGIN_ROOT}/hooks/marker.sh actually launched in each command-form variant on the current install path.
    0
    installs
  55. Data Persist · kazukinagata
    Mac Cowork で、plugin-level SessionStart hook(host 側)から $CLAUDE_PLUGIN_DATA に書いた値が「別の chat session を跨いで」残るかを検証する probe。書き込み&読み戻しは hook(persist.sh)側で行い、その結果は SessionStart の stdout として context に出る。この skill body は対比用に「VM Bash 側から DATA が見えるか/hook が書いたファイルを読めるか」を確認する。
    0
    installs
  56. Fm Bashblock · kazukinagata
    Proves whether a skill frontmatter PreToolUse Bash hook fires on Cowork by emitting only a block decision (no echo). A marked bash should be blocked even though no frontmatter stdout surfaces.
    0
    installs
  57. Block Methods · kazukinagata
    Attempts four bash commands each tagged for a different PreToolUse block method, to see which block methods are honored on CLI vs Cowork.
    0
    installs
  58. Show Mp Disambig · kazukinagata
    Surfaces the MP_DA_* marker lines emitted by the plugin-level SessionStart hooks, used to disambiguate between (a) shell-bypass and (b) bash -c with $-escape models of Cowork hook execution.
    0
    installs
  59. 02b Data In Frontmatter · kazukinagata
    Intentionally violates §1.2 validator rule by referencing ${CLAUDE_PLUGIN_DATA} in skill frontmatter hook. Expected to be blocked at install time with a "plugin-only" error.
    0
    installs
  60. 20a Userpromptexpansion · kazukinagata
    Used by probe 20 to trigger validation rejection on Cowork by including UserPromptExpansion in hooks.
    0
    installs
  61. 02c Userconfig In Frontmatter · kazukinagata
    References user_config.KEY in skill frontmatter hook. Validator may pass; /bin/sh should error with Bad substitution at hook execution time.
    0
    installs
  62. Run Pretooluse Probe · kazukinagata
    Triggers the plugin-level PreToolUse hooks by running a sentinel bash command, to test (via session export) whether Cowork runs PreToolUse hook commands through cmd.exe or a POSIX shell, and whether the inline block pattern actually blocks the bash tool.
    0
    installs
  63. Furusato · kazukinagata bundle
    This skill manages furusato nozei (hometown tax) donations. Use when the user wants to register donation data, read donation receipts, check deduction limits, or manage their furusato nozei records. Trigger phrases: "ふるさと納税", "furusato", "寄附金", "寄付金", "ふるさと納税の控除", "寄附金受領証明書", "ワンストップ特例".
    1
    install
  64. Income Tax · kazukinagata bundle
    This skill should be used when the user needs to calculate their income tax (所得税), compute deductions, or import withholding slips. Trigger phrases include: "所得税を計算", "確定申告書を作成", "控除を計算", "源泉徴収票を取り込む", "所得税額", "納付額を計算", "還付額を計算", "第一表", "第二表", "申告書B", "所得控除", "税額控除".
    1
    install
  65. Consumption Tax · kazukinagata bundle
    This skill should be used when the user needs to calculate consumption tax (消費税) or determine their tax method (2割特例, 簡易課税, or 本則課税). Trigger phrases include: "消費税を計算", "消費税の申告", "消費税申告書", "2割特例", "簡易課税", "本則課税", "課税売上", "消費税額", "インボイス", "みなし仕入率", "課税仕入".
    1
    install