Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

dotfiles

dotfiles enthält 45 gesammelte Skills von zeero, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
45
Stars
3
aktualisiert
2026-07-17
Forks
0
Berufsabdeckung
12 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

dreaming-auto-memory
Softwareentwickler

user invoke only

2026-07-17
doc-review-external
Softwarequalitätssicherungsanalysten und -tester

user invoke only

2026-07-17
agent-skill-reference
Sonstige Computerberufe

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

2026-07-15
loop-skill-creator
Sonstige Computerberufe

user invoke only

2026-07-15
pi-agent-reference
Sonstige Computerberufe

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
Grafikdesigner

trigger is `visualize`

2026-07-14
wiki
Sonstige Computerberufe

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
Sonstige Computerberufe

user invoke only

2026-07-07
learning
Projektmanagementspezialisten

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
Sonstige Computerberufe

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
Softwarequalitätssicherungsanalysten und -tester

user invoke only

2026-07-07
parallel-issues
Softwareentwickler

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

2026-07-06
raindrop-api-reference
Softwareentwickler

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
Sonstige Computerberufe

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
Desktop-Publisher

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
Softwareentwickler

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
Sonstige Computerberufe

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
Softwareentwickler

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
Technische Redakteure

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
Softwareentwickler

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
Softwareentwickler

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
Desktop-Publisher

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

2026-06-23
self-code-review
Softwarequalitätssicherungsanalysten und -tester

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

2026-06-23
swift-coder
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

user invoke only

2026-06-23
report
Allgemeine Bürokräfte

user invoke only

2026-06-23
takeover
Softwareentwickler

user invoke only

2026-06-23
disk-cleaning
Softwareentwickler

user invoke only

2026-06-16
llm-council
Unternehmensberater

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
Softwareentwickler

user invoke only

2026-05-28
fix-merge-conflicts
Softwareentwickler

user invoke only

2026-05-28
realize
Softwareentwickler

user invoke only

2026-05-24
scrap
Softwareentwickler

user invoke only

2026-05-24
ultrathink
Softwareentwickler

user invoke only

2026-05-24
onboard
Personalassistenten (außer Gehaltsabrechnung)

user invoke only

2026-05-21
go-task-rules
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Netzwerk- und Computersystemadministratoren

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
Zeigt die Top 40 von 45 gesammelten Skills in diesem Repository.