← All creators

ttamakijp

User

Claude Code / Claude.ai development templates, skills, and guidelines — Android (MVVM+Compose+MD3) / Web / CLI scaffolds, cost optimization, session-resume agents, network resilience, Dispatch orchestration.

47 indexed · 0 Featured · 0 stars · avg score 72
Prolific

Categories

Indexed Skills (47)

Code & Development Listed

adr-review-reminder

Walk docs/adr/*.md frontmatter on the 1st of each month, surface ADRs whose next_review_date is <= today, and file a single GitHub Issue listing them with title, accepted_date, days overdue, watch_list entries, and a review checklist. Also walks docs/adr/drafts/proposed-*.md (ADR-0023) and surfaces drafts whose proposed_date is older than 90 days, so stale drafts cannot rot silently. External release-feed polling for watch_list items (Zig / Mojo / .NET 10 etc.) is out of scope and tracked separately. See ADR-0020, ADR-0023.

0 Updated 6 days ago
ttamakijp
Data & Documents Listed

adopters-discovery

月次で gh CLI 経由で `.dev-templates-applied` marker file を `--owner ttamakijp` 範囲で search、未登録 adopter を検出 → `docs/adopters.md` を更新する PR を draft 起票する。既知 adopter で marker が消えている場合は warn のみ。 ADR-0024 Part 3 (reverse discovery).

0 Updated 6 days ago
ttamakijp
Data & Documents Listed

apple-ble-core-bluetooth

Apple CoreBluetooth state restoration / typed CBATTError / peripheral nil guard / 12 BLE observation points. Opt-in skill carved out of source/rules/common/build-and-debug-ios.md under ADR-0037 (rule scope policy). Invoked via ADR-0036 `--suggest-skills` when CoreBluetooth import is detected.

0 Updated 6 days ago
ttamakijp
Data & Documents Listed

apple-oslog-best-practices

Apple unified logging (`os.Logger`) best practices — privacy modifier, subsystem / category 設計, log level 使い分け. Opt-in skill carved out of source/rules/common/ios-quality.md under ADR-0037 (rule scope policy). Invoked via ADR-0036 `--suggest-skills` when `import os` (with Logger) is detected.

0 Updated 6 days ago
ttamakijp
Data & Documents Listed

file-granularity-audit

source/rules/common/file-granularity.md の「300/500 行ルール」を全プロジェクトに適用し、超過ファイルの分割候補を提示する。月次運用 or リファクタ前 health check として `/skill file-granularity-audit` で起動。

0 Updated 6 days ago
ttamakijp
Data & Documents Listed

propose-adr

Generate ADR draft when architectural change or rule conflict is detected (ADR-0023). Invoke before touching code whenever a rule-violation, new-dependency, or architecture-drift signal appears. Drafts land in `docs/adr/drafts/proposed-<slug>.md` based on `docs/adr/_template.md`; promotion to a numbered Accepted ADR is handled by `scripts/promote-adr-draft.py`.

0 Updated 6 days ago
ttamakijp
Testing & QA Listed

spec-writer-from-interview

Manufacturing persona 向け、5 質問で仕様書を生成する skill (ADR-0027)。manufacturing persona が active な対話で「仕様書を書きたい」「改善提案を書きたい」等の起動語を検出したとき、テンプレ種類を AskUserQuestion で選ばせ、5 質問問診を 1 つずつ実施し、回答を対応テンプレに埋めて `<種類>-<YYYY-MM-DD>-<short-title>.md` で保存する。master は `templates/skills/spec-writer-from-interview/SKILL.md`、`skills/` 側は dogfooding mirror (pre-commit hook が drift を reject)。

0 Updated 6 days ago
ttamakijp
Data & Documents Listed

session-cleanup-watch

Poll active Claude sessions every 15 minutes from Cowork, check their declared end-time in `~/.cowork/session-time-budget-state.json`, and send proactive alerts to sessions that are 30 / 15 / 5 minutes away from their deadline. External safety net that runs independently of the in-session `session-time-budget` skill — catches the case where the in-session skill itself stops responding. See ADR-0014.

0 Updated 6 days ago
ttamakijp
AI & Automation Listed

parallel-task-worktree

Use this skill BEFORE spawning two or more parallel code-editing sub-agents on the same repository. It creates an isolated `git worktree` for each task so the agents cannot stomp on each other via `git checkout` / `git reset` / `git add -A`. Each worktree lives at `<repo>/../<repo-name>-task-<id>` on its own `task/<id>` branch, and is removed with a single `git worktree remove` once the task ends. Skip this skill only when exactly one code task will touch the repo. See ADR-0018.

0 Updated 6 days ago
ttamakijp
Data & Documents Listed

self-hosted-runner-setup

Windows PC を GitHub Actions self-hosted runner にセットアップする手順を skill 化。 GitHub Free plan の private repo 2000 min/月 制約から CI を解放するための、PC ホスト側 オペレーション。tackt / palm 等のローカル開発 PC を兼用 runner ホストに変える 非対話手順を提供する。配置は `actions-runner-<repo>\` 別ディレクトリ方式、起動は Scheduled Task at logon(admin 不要)で永続化、登録 token は 1 時間有効のため configure 直前に gh CLI で取得。**private repo 専用**であり、public repo で fork PR を受ける構成では使用しない(任意コード実行リスク)。Triggers on natural-language requests like "self-hosted runner をセットアップ", "GitHub Actions の self-hosted を入れて", "Free 枠の制約を外したい", "private repo の CI をローカル PC で回したい". See ADR-0016.

0 Updated 6 days ago
ttamakijp
Data & Documents Listed

session-time-budget

Manage session end-time as a hard budget and run the ADR-0014 end-of-day cleanup checklist. Invoke this skill at the start of any multi-step task: it asks the user for the planned end-time (HH:MM / Nm / unknown), records it in `~/.cowork/session-time-budget-state.json`, sends 30 / 15 / 5-minute proactive alerts as the deadline approaches, and finally executes the 6-step cleanup (MEMORY save, WIP commit, branch push, handoff note in `docs/sessions/YYYY-MM-DD.md`, child-session check, parent report). Companion to `scheduled-tasks/session-cleanup-watch/SKILL.md` (external 15-min polling that catches the case where this skill itself stops running). Triggers naturally on phrases like "今日の終了は", "end of day cleanup", "session を畳む", "/skill session-time-budget", or any multi-step task kickoff that this user's USER_PREFERENCES asks for. See ADR-0014.

0 Updated 6 days ago
ttamakijp
Data & Documents Listed

skill-audit-reminder

月初に source/skills/, templates/skills/, skills/, claude-bootstrap/skills/, scheduled-tasks/ を走査し、SKILL.md frontmatter の `last_audit_date` が 6 ヶ月以上前の skill を検出して GitHub Issue を 1 件ずつ起票する。 ADR-0036 で導入した skill backend-neutrality 監査の cadence を裏付ける。 起票済 Open Issue は de-dup で skip し、stale 0 件の月は沈黙する。

0 Updated 6 days ago
ttamakijp
Data & Documents Listed

auto-memory-size-check

auto-memory 合計サイズを監視し、閾値超過時のみ整理基準に従って consolidate-memory を実行

0 Updated 6 days ago
ttamakijp
Data & Documents Listed

apply-dev-templates

Apply dev-templates Phase 1 defenses (leak prevention hooks / scripts / CI workflows / .mailmap / .gitignore / .gitattributes) to another project, with optional rules and repo settings. Triggers on natural-language requests like "dev-templates を <project> に適用", "leak prevention をこのリポに導入", "apply dev-templates to <repo>", "bootstrap <repo> with dev-templates". Wraps scripts/apply-to-project.sh (Linux/Mac/Git Bash) and scripts/apply-to-project.ps1 (Windows) with a 6-phase pipeline (Discover / Plan / Apply core / Apply rules / Apply settings / Verify + PR). Profiles: leak-only (default, defenses only), full (defenses + rules + repo settings), rules-only (rules only). Target can be a local path or a github.com/owner/repo URL. ALWAYS dry-run first to show the plan, then ask the user before the real apply. See ADR-0007.

0 Updated 6 days ago
ttamakijp
Data & Documents Listed

repo-migration-audit

Audit a GitHub repository for identity / secret leaks and produce a recreate-or-not recommendation. Use when investigating a suspected leak in commit metadata (author identity, tailnet hostname, absolute paths) or planning a repo migration / delete-recreate. Produces a structured report with fork count, SHA reachability, GH Archive hits, and clone traffic, plus an inventory file and clean git bundle if recreation is recommended.

0 Updated 6 days ago
ttamakijp
Code & Development Listed

repo-recreate

Delete and recreate a GitHub repository to physically purge leaked commit SHAs. Use after repo-migration-audit returns a × judgment (e.g., leaked author identity / tailnet hostname / secret reachable via SHA). 4 phases with explicit stop-and-confirm checkpoints; the destructive phase (delete) requires fresh `delete_repo` OAuth scope. Restores settings, topics, branch protection, releases, and verifies all leaked SHAs return 404.

0 Updated 6 days ago
ttamakijp
Code & Development Listed

security-review

Reviews Android code against OWASP Mobile Top 10 (2024) with checklists, Android-specific examples, and grep commands for each risk category.

0 Updated 6 days ago
ttamakijp
Data & Documents Listed

standardization-scanner

複数プロジェクトの memory / commit / PR から共通パターンを抽出して標準化候補をリストアップする skill。月次運用想定。

0 Updated 6 days ago
ttamakijp
Data & Documents Listed

network-reconnect

モバイル / デスクトップクライアントのネットワーク切断・復旧を堅牢に処理するための設計ガイドライン。ConnectivityManager、指数バックオフ、heartbeat、ライフサイクル連動の実装パターンを提供。

0 Updated 6 days ago
ttamakijp
Data & Documents Listed

vba-docgen

Excel VBA (.xlsm / .xlam / .xls) または個別 .bas / .cls / .frm を解析し、 関数 / 変数 index、I/O 関係、機能概要、内部仕様書、外部仕様書、ユーザマニュアルを 生成する skill。決定的部品 (extract / parse / index / render) と pass prompts / ドキュメント template を提供する。LLM 推論は host (Claude Code 等) が責任を持つ — 本 skill 内部から LLM API は一切呼び出さない (ADR-0036 準拠)。 Triggers: Excel VBA、マクロ解析、xlsm ドキュメン��化、VBA リファクタ、 .bas/.cls/.frm 解析、Excel マクロから仕様書を作りたい。

0 Updated 6 days ago
ttamakijp
Data & Documents Listed

dispatch-progress-poll

子タスクの稼働状況と承認待ちを定期検出し、idle 時は沈黙、active/承認待ち時のみ通知

0 Updated 6 days ago
ttamakijp
Data & Documents Listed

skill-creator-meta-skill

Generates new AI skills in .md format, providing structured name, description, and instruction for future use.

0 Updated 6 days ago
ttamakijp
Code & Development Listed

caption-subtitle-formatter

Formats captions and subtitles for readability, timing, and accessibility across videos.

0 Updated 6 days ago
ttamakijp
Data & Documents Listed

competitive-intelligence-skill

Compares products, protocols, or tools to provide structured analysis of strengths, weaknesses, and opportunities.

0 Updated 6 days ago
ttamakijp
Data & Documents Listed

content-repurposing-engine

Converts long-form content into multiple formats like social media threads, short video scripts, or summaries while preserving the core message.

0 Updated 6 days ago
ttamakijp
Data & Documents Listed

deep-research-synthesizer

Synthesizes insights from large datasets, filters irrelevant data, identifies patterns, and produces actionable summaries.

0 Updated 6 days ago
ttamakijp
AI & Automation Listed

devops-assistant

Assists in version control, deployment, and automation tasks, ensuring smooth DevOps operations and workflow efficiency.

0 Updated 6 days ago
ttamakijp
Data & Documents Listed

excalidraw-diagram-generator

Converts textual concepts or workflows into clear diagram instructions suitable for Excalidraw or other visual tools.

0 Updated 6 days ago
ttamakijp
Web & Frontend Listed

infographic-builder

Turns textual content into structured infographic formats suitable for reports, presentations, and educational materials.

0 Updated 6 days ago
ttamakijp
Data & Documents Listed

long-form-summary-compressor

Condenses long text into concise summaries, keeping essential ideas intact for quick consumption and understanding.

0 Updated 6 days ago
ttamakijp
AI & Automation Listed

onchain-transaction-analyzer

Analyzes blockchain transactions by tracing wallets, contracts, and token movements and providing simple, understandable explanations.

0 Updated 6 days ago
ttamakijp
Data & Documents Listed

scqa-writing-framework

Structures content using the Situation, Complication, Question, Answer framework for clear, logical, and engaging narratives suitable for threads, articles, and reports.

0 Updated 6 days ago
ttamakijp
Data & Documents Listed

structured-copywriting-skill

Generates high-impact copy with clear hooks, structured flow, and concise messaging for marketing, articles, and social media content.

0 Updated 6 days ago
ttamakijp
Data & Documents Listed

tone-style-enforcer

Ensures all outputs match a consistent brand or personal tone, maintaining clarity, style, and audience alignment across multiple outputs.

0 Updated 6 days ago
ttamakijp
Web & Frontend Listed

ui-ux-layout-advisor

Advises on interface layouts to optimize clarity, spacing, hierarchy, and usability.

0 Updated 6 days ago
ttamakijp
Code & Development Listed

commit-message-checker

Conventional Commits 形式チェック(feat/fix/docs/style/refactor/test/chore + scope + 件名 50 文字以内)。push 前にローカルで形式違反を検出する。

0 Updated 6 days ago
ttamakijp
Code & Development Listed

git-bisect-helper

regression を二分探索で特定する手順(git bisect start/good/bad/run + 自動判定スクリプト)。再現スクリプトがあれば自動 bisect、なければ手動分類で犯人コミットを特定する。

0 Updated 6 days ago
ttamakijp
Data & Documents Listed

logcat-analysis

Android logcat の重要箇所抽出パターン(FATAL / ANR / app-specific tag フィルタ)。クラッシュ・致命エ���ー・タグ別フィルタを定型コマンド化し、巨大化した logcat から要点を素早く取り出す。

0 Updated 6 days ago
ttamakijp
Code & Development Listed

pr-summary-generator

git diff から PR 説明文を生成する手順。概要・変更点・動作確認・関連 issue を構造化テンプレートで埋め、レビュア負担を軽減する。

0 Updated 6 days ago
ttamakijp
Code & Development Listed

code-review-skill

Reviews code for bugs, inefficiencies, and adherence to best practices, providing actionable improvement suggestions.

0 Updated 6 days ago
ttamakijp
Web & Frontend Listed

flowchart-decision-builder

Generates decision trees and flowcharts from textual input to simplify complex decision-making processes.

0 Updated 6 days ago
ttamakijp
Data & Documents Listed

hook-generator

Produces attention-grabbing hooks for videos, social posts, and content intros to maximize engagement.

0 Updated 6 days ago
ttamakijp
Data & Documents Listed

knowledge-structuring-skill

Organizes unstructured information into clear frameworks, bullet points, or structured notes for easier understanding and application.

0 Updated 6 days ago
ttamakijp
Data & Documents Listed

source-validation-skill

Validates the credibility of information sources, highlighting reliability, relevance, and potential biases.

0 Updated 6 days ago
ttamakijp
Code & Development Listed

video-editing-planner

Suggests editing structure, scene cuts, transitions, and pacing for improved video content quality and engagement.

0 Updated 6 days ago
ttamakijp
Code & Development Listed

video-script-generator

Generates video scripts with hooks, structured sections, pacing, and call-to-actions optimized for engagement and retention.

0 Updated 6 days ago
ttamakijp
AI & Automation Listed

workflow-automation-agent

Breaks complex tasks into step-by-step workflows, mapping actions to tools, optimizing execution, and improving efficiency.

0 Updated 6 days ago
ttamakijp

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.