Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

dotfiles

dotfiles contient 45 skills collectées depuis zeero, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
45
Stars
3
mis à jour
2026-07-17
Forks
0
Couverture métier
12 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

dreaming-auto-memory
Développeurs de logiciels

user invoke only

2026-07-17
doc-review-external
Analystes en assurance qualité des logiciels et testeurs

user invoke only

2026-07-17
agent-skill-reference
Autres occupations informatiques

Official Claude Code reference for agent skills. Use this when configuring frontmatter or other settings for agent skills.

2026-07-15
loop-skill-creator
Autres occupations informatiques

user invoke only

2026-07-15
pi-agent-reference
Autres occupations informatiques

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.

2026-07-15
visualize
Graphistes

trigger is `visualize`

2026-07-14
wiki
Autres occupations informatiques

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 pages を探して」 - Activate it proactively when referencing or updating the Wiki is appropriate in the flow of conversation

2026-07-10
dedication
Autres occupations informatiques

user invoke only

2026-07-07
learning
Spécialistes en gestion de projets

Extract lessons that make next time easier. Fire proactively when: (1) a reusable insight emerges at a work boundary — a bug workaround found, a gotcha cleared, the right procedure/command/config figured out after trial and error, a tip for avoiding a repeated mistake. (2) a session wraps up — review the whole session and extract its lessons.

2026-07-07
crawl-to-skill
Autres occupations informatiques

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でリファレンスを集めてスキルを作って」.

2026-07-07
code-review-external
Analystes en assurance qualité des logiciels et testeurs

user invoke only

2026-07-07
parallel-issues
Développeurs de logiciels

GitHub issue を sub-issue に分解し、worktree 分離した並行エージェントで実装、読み取り専用の検証ゲートを経て、コンフリクト検知とマージ順序決定まで行う並行開発オーケストレーション手順。/parallel-issues <issue番号 or タスク概要> で起動する。

2026-07-06
raindrop-api-reference
Développeurs de logiciels

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.

2026-07-06
learning-from-memory
Autres occupations informatiques

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. Use when the user runs /learning-from-memory, or explicitly asks to 「メモリを蒸留して」 「auto-memory から学びを昇格して」「メモリの棚卸しをして」. Do NOT fire proactively at work boundaries or session wrap-up — that is the learning skill's job.

2026-07-06
documentation
Éditeurs PAO

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.

2026-07-01
pi-worker
Développeurs de logiciels

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 coverage; asking for a minimal patch plan; or getting a second implementation suggestion for a narrow coding task.

2026-06-27
agent-team-organizer
Autres occupations informatiques

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 - When splitting and coordinating a large or complex task across multiple sessions - When asked how to use TeamCreate / SendMessage / TaskCreate Use it even when "agent team" is not explicitly stated, whenever quality verification or role division is being discussed.

2026-06-23
hermes-agent-reference
Développeurs de logiciels

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/.

2026-06-23
japanese-tech-writing
Rédacteurs techniques

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.

2026-06-23
jules-orchestrator
Développeurs de logiciels

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 refactoring is too broad to do manually (e.g., project-wide symbol renaming, adding unit tests across all files).

2026-06-23
kotlin-coder
Développeurs de logiciels

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.

2026-06-23
obsidian-organizer
Éditeurs PAO

Automatically organizes an Obsidian vault. Use for requests such as "Obsidian整理", "vault整理", "ダッシュボード整理", "inbox整理", "メモ整理".

2026-06-23
self-code-review
Analystes en assurance qualité des logiciels et testeurs

A skill that delegates code review and fixes to a subagent. Use when instructed with 「セルフコードレビューして」「サブエージェントにレビューさせて」.

2026-06-23
swift-coder
Développeurs de logiciels

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.

2026-06-23
tdd-refactoring
Développeurs de logiciels

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 external behavior.

2026-06-23
handover
Développeurs de logiciels

user invoke only

2026-06-23
report
Commis de bureau généraux

user invoke only

2026-06-23
takeover
Développeurs de logiciels

user invoke only

2026-06-23
disk-cleaning
Développeurs de logiciels

user invoke only

2026-06-16
llm-council
Analystes en gestion

Run any question, idea, or decision through a council of 5 AI advisors who independently analyze it, peer-review each other anonymously, and synthesize a final verdict. Based on Karpathy's LLM Council methodology. MANDATORY TRIGGERS: 'council this', 'run the council', 'war room this', 'pressure-test this', 'stress-test this', 'debate this'. STRONG TRIGGERS (use when combined with a real decision or tradeoff): 'should I X or Y', 'which option', 'what would you do', 'is this the right move', 'validate this', 'get multiple perspectives', 'I can't decide', 'I'm torn between'. Do NOT trigger on simple yes/no questions, factual lookups, or casual 'should I' without a meaningful tradeoff (e.g. 'should I use markdown' is not a council question). DO trigger when the user presents a genuine decision with stakes, multiple options, and context that suggests they want it pressure-tested from multiple angles.

2026-06-01
mem-swift-rules
Développeurs de logiciels

user invoke only

2026-05-28
fix-merge-conflicts
Développeurs de logiciels

user invoke only

2026-05-28
realize
Développeurs de logiciels

user invoke only

2026-05-24
scrap
Développeurs de logiciels

user invoke only

2026-05-24
ultrathink
Développeurs de logiciels

user invoke only

2026-05-24
onboard
Assistants en ressources humaines (sauf paie et pointage)

user invoke only

2026-05-21
go-task-rules
Développeurs de logiciels

Enforces the use of a standard `default` task in Taskfiles that lists all available tasks. Use this skill whenever creating, modifying, or auditing a `Taskfile.yml` or `taskfile.yml`.

2026-05-14
alpaca-api-reference
Développeurs de logiciels

Alpaca Markets API reference. Use for trading/market data/broker API, orders, positions, account management, or building Alpaca-based bots/apps.

2026-04-20
bluesky-api-reference
Développeurs de logiciels

Bluesky (AT Protocol) API reference. Use for endpoints, XRPC methods, app.bsky*/chat.bsky* APIs, or building Bluesky bots/clients/integrations.

2026-04-20
llamacpp-setup
Administrateurs de réseaux et de systèmes informatiques

llama.cpp setup expert — Mac (Apple Silicon/Intel) Metal GPU acceleration, memory optimization (KV quantization, Flash Attention), multimodal models (LLaVA/Gemma3/Qwen-VL), and server configuration.

2026-04-20
Affichage des 40 principaux skills collectés sur 45 dans ce dépôt.