Find the perfect skill
Combined Code and Obsidian Vault Search
Development
Search the codebase and Obsidian vault together to answer how something works, where it is implemented, and related notes.
Ask Multiple-Choice Question
Productivity
Presents a multiple-choice question to the user using the AskUserQuestion tool.
Create a Pull Request
Development
Commit all changes, push to a new branch, and create a pull request using the repo's PR template. Use when the user says to make a PR or submit changes.
Correlation Analyzer
Data & AI
Auto-activating skill for Data Analytics that provides guidance on correlation analysis.
Visual Task Planning
Development
LLM-driven planner that turns natural-language instructions into structured plans with typed sub-goals for image/video generation workflows. Includes a deterministic fallback when no LLM is configured.
AAST LMS Sync
Productivity
Synchronize, categorize, and rename AAST LMS course materials into a structured local folder.
Fix Broken Links
Documentation
Fixes broken links reported by the daily link checker by triaging each link to the right strategy and opening an auditable pull request.
Create PR Workflow
Development
Steps to create a pull request: branch, build, tests, conventional commit, push, and PR creation.
Notification Copy
Content
Guidance for writing effective notification copy: choosing the right component (toast, banner, modal), front-loading the subject, and crafting messages that inform without overwhelming.
Survival Analysis with lifelines
Data & AI
Analyzes time-to-event data using Kaplan-Meier curves, log-rank tests, and Cox proportional hazards regression with the lifelines library.
Move Documentation Files
Documentation
Automates moving documentation files with git history preservation, alias injection, verification, and internal link updates.
Database Partition Manager
DevOps
Automates database table partitioning with comprehensive strategies and best practices. Optimizes large tables and improves performance through a structured 5-step implementation process.