Curate a small, surprising Wikipedia reading list that mixes a user's established interests with adjacent and unfamiliar subjects. Use for daily or recurring Wikipedia recommendations, intellectual rabbit holes, anti-filter-bubble reading, or a themed…
madyankin/dotfiles
SkillsMP has collected 19 skills from madyankin/dotfiles. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 19
- GitHub stars
- 5
- GitHub forks
- 0
Skills in this repository
Showing 19 of 19 collected skills.
Explain a difficult concept through a concrete, memorable everyday metaphor while preserving the important mechanics and limits of the original. Use when the user asks for an analogy, intuitive explanation, plain-language mental model, comparison between…
Turn a concept, term, technical mechanism, code fragment, or completed conversation into a scientifically grounded hard-science-fiction premise. Use when the user asks for a hard sci-fi angle, speculative extrapolation, story seed, worldbuilding consequence,…
This skill should be used when helping private individuals and employees with German personal income tax questions, including ELSTER filing, tax return preparation, common deductions, tax classes, filing deadlines, and tax identification number issues, while…
Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, capture errors, take screenshots, and inspect the DOM. Use…
Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.
Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.
Extract clean markdown content from web pages using trafilatura CLI, removing navigation, ads and clutter to save tokens. Use when the user provides a URL to read or analyze — articles, documentation, blog posts, or any standard web page. Always pipe output…
Run a compounding delivery loop across planning, implementation, review, and iteration. Use when the user wants continuous quality-improving cycles instead of one-shot execution.
Implement an approved technical plan phase by phase with verification. Use when the user has an existing plan file in _scratchpad/plans/ and wants to execute it.
Update an existing implementation plan based on feedback with thorough research. Use when the user wants to modify, refine, or extend an existing plan file in _scratchpad/plans/.
Create detailed implementation plans through an interactive, iterative process. Use when the user wants to plan a feature, ticket, or technical change before implementing it.
Research and document a codebase for a specific topic using parallel sub-agents. Use when the user wants to investigate, understand, or map out how something works in the codebase, or asks to "research" a topic.
Review implementation plans and research docs for technical accuracy, completeness, and execution readiness. Use when the user asks to review a plan in _scratchpad/plans/ or a research doc in _scratchpad/research/.
iOS/Swift concurrency expert - advises on Swift Concurrency (async/await, actors, TaskGroup), Grand Central Dispatch, Combine, OperationQueue, and Thread. Use when the user asks about iOS/macOS threading, parallelism, data races, deadlocks, MainActor, actor…
SwiftData best practices and architecture expert - advises on @Model schema design, ModelContext/ModelContainer lifecycle, @Query fetching, relationships, migrations, SwiftUI integration, performance, testing, and CloudKit sync. Use when the user asks about…
SwiftUI best practices and architecture expert - advises on state management, view composition, MVVM vs MV pattern, data flow, performance, navigation, and testing. Use when the user asks about SwiftUI architecture, state management (@State, @Binding,…
Ruby concurrency expert - advises on threads, fibers, Ractors, GVL/GIL, async I/O, synchronization primitives, and the concurrent-ruby gem. Use when the user asks about Ruby threading, parallelism, race conditions, deadlocks, fiber schedulers, Ractor design,…
Assist with penetration testing and security research on web applications. Analyze endpoints for vulnerabilities, test authentication/authorization, identify injection flaws, and generate security findings. Use when pentesting, security auditing, reviewing…