Use when launching a long-running CLI in the background (external review CLIs, builds, batch jobs) or deciding how to capture its output; when a subagent is stalled, its completion is overdue, or its completion notification arrives while the work it launched…
zeero/dotfiles
SkillsMP は zeero/dotfiles から 56 件の skill を収集しています。skill を開くとソースと詳細を確認できます。
- 記録された最新のソース活動
- SkillsMP カタログ更新
- 収集済み skills
- 56
- GitHub スター
- 5
- GitHub フォーク
- 0
このリポジトリの skills
収集済み skill 56 件中 40 件を表示しています。
Use when asking an external agent or subagent to review something or give a second opinion, applying review feedback, deciding whether to accept a finding, running two reviews at once, or before calling work "reviewed" and merging it. Triggers:…
Moomoo API (ex-Futu) Python SDK reference. Use for stock prices, orders, positions, or OpenQuoteContext/OpenTradeContext usage.
Common procedure and pitfalls for launching another coding agent's CLI (codex / claude / gemini) as a subprocess from the current session. Use before running `codex exec`, `claude -p`, or `gemini -p` — whether a review / second-opinion skill routes here, or…
Reviews Python code for type safety, async patterns, error handling, and common mistakes. Use when reviewing .py files, checking type hints, async/await usage, or exception handling.
原文の言語: 英語
user invoke only
Reviews and improves existing Claude skill files (SKILL.md) against Anthropic's best practices. Use this skill whenever a user shares a SKILL.md or skill folder, asks to "review", "refine", "improve", "audit", or "check" a skill, reports that a skill isn't…
原文の言語: 英語
user invoke only
user invoke only
user invoke only
Extract lessons that make next time easier. Firing means invoking this skill now, mid-turn — naming it in the closing next-action list does not count as firing it. Fire when: (1) a reusable insight emerges at a work boundary — a bug workaround found, a gotcha…
auto-memory に溜まった学びを永続度の高い層 — グローバル CLAUDE.md / rules / スキル / プロジェクト CLAUDE.md — へ蒸留・昇格し、 昇格済みエントリをメモリから除去する。
Use when writing a pull request description, or when responding to review comments — including automated review bots. Triggers on PR作成, PR本文, レビュー指摘への対応, nits, bot レビュー, レビュー返信文案.
user invoke only
Official Claude Code reference for agent skills. Use this when configuring frontmatter or other settings for agent skills.
Official Mermaid diagram syntax reference covering every diagram type (flowchart, sequence, class, state, ER, gantt, git graph, mindmap, and 24 more). Use whenever writing, editing, or debugging any Mermaid diagram, even if the user doesn't say "mermaid" and…
A skill where the LLM manages the Wiki of an Obsidian Vault (memos). Always use this skill in situations such as: - 「WikiにXXを取り込んで」「ingestして」「このメモをWikiに追加して」「Wikiを更新して」 - 「Wikiで調べて」「Wikiを検索」「WikiでXXについて教えて」 - 「Wiki lint」「Wikiの健全チェック」「stale な refs を確認」「orphan…
A skill for applying the defined coding rules to Kotlin coding. Always activate this skill and apply the rules when writing Kotlin code or when asked to modify .kt files.
原文の言語: 複数言語
Generate self-contained HTML visual explanations for systems, code changes, plans, data, and technical concepts. Use for diagrams, architecture overviews, diff or plan reviews, project recaps, comparison tables, slide decks, and other visual explanations.
原文の言語: 英語
Use this to consult the official Pi coding agent reference when investigating, designing, or implementing Pi — setup, configuration, providers/models, skills, extensions, packages, prompt templates, sessions, SDK, RPC, JSON event stream, and terminal setup.
trigger is `visualize`
Search, scrape, and interact with the web via the Firecrawl CLI. Use this skill whenever the user wants to search the web, find articles, research a topic, look something up online, scrape a webpage, grab content from a URL, get data from a website, crawl…
原文の言語: 英語
user invoke only
An orchestration skill that collects references from documentation URLs on the web and chains into skill creation (skill-creator). Always activate it for requests like 「URLからスキルを作って」「このドキュメントを元にスキル化したい」「firecrawlでリファレンスを集めてスキルを作って」.
GitHub issue を sub-issue に分解し、worktree 分離した並行エージェントで実装、読み取り専用の検証ゲートを経て、コンフリクト検知とマージ順序決定まで行う並行開発オーケストレーション手順。/parallel-issues <issue番号 or タスク概要> で起動する。
Raindrop.io REST API reference. Use for bookmarks (raindrops), collections, highlights, tags, filters, user, import/export/backups endpoints, OAuth authentication, or building Raindrop.io integrations/bots.
原文の言語: 英語
Harvest un-distilled reusable knowledge from agent memory stores (Claude Code auto-memory, Serena memories) and promote it into the learning tiers (global CLAUDE.md / skill / <repo>/.learnings/), then dispose of the source entries to avoid dual management.…
Conventions for the file format and structure of documents (Markdown, etc.). Always use this skill when creating, editing, or formatting Markdown files such as documents, READMEs, design docs, research notes, or procedure guides.
Delegate small, well-scoped coding tasks to the local pi worker through Ollama. Use when Codex needs a secondary pass for lightweight implementation work such as fixing pyright, type-checker, linter, or warning output; writing focused tests to improve…
原文の言語: 英語
A skill for designing Claude Code agent team configurations. Use it proactively in situations such as: - When agent teams or multi-agent setups come up - When you want multi-angle verification such as architecture review, domain-expert review, or testing -…
Comprehensive official reference for Hermes Agent. Whenever the user asks about or requests building Hermes Agent deployment, configuration, or Slack integration, always activate this skill and read the appropriate file under references/.
Writing standards for Japanese technical documents and book manuscripts. Use when writing or revising/rewriting chapters, drafts, articles, or explanatory text for Japanese technical books.
Uses Jules (an asynchronous AI agent) to automate and manage large-scale codebase changes, test additions, refactoring, and dependency updates. Always use this skill when the user mentions 「大規模な修正を依頼したい」「時間がかかる作業をバックグラウンドでやってほしい」「Julesを使って」, or when a…
Automatically organizes an Obsidian vault. Use for requests such as "Obsidian整理", "vault整理", "ダッシュボード整理", "inbox整理", "メモ整理".
A skill that delegates code review and fixes to a subagent. Use when instructed with 「セルフコードレビューして」「サブエージェントにレビューさせて」.
A skill for applying the defined coding rules to Swift coding. Always activate this skill and apply the rules when writing Swift code or when asked to modify .swift files.
A TDD-style procedure for safely carrying out refactoring. Always propose this procedure before starting code refactoring, structural improvement, internal cleanup, renaming, or deduplication. Applies to any change that improves internals without altering…
user invoke only
user invoke only
user invoke only