neovim-debugging
Safe 69Debug Neovim configuration issues
by BitYoungjae
Neovim configuration problems cause frustration and lost productivity. This skill provides systematic diagnosis through hypothesis testing to quickly identify root causes and restore functionality.
mathjax-rendering
Safe 69Render Math Equations in Obsidian
by BitYoungjae
Obsidian uses MathJax to render mathematical notation but the LaTeX syntax is difficult to remember. This skill provides quick reference tables for fractions, matrices, integrals, Greek letters, and all common math symbols so you can write professional equations in your notes.
domain-profiles
Safe 69Configure domain-specific learning resources
by BitYoungjae
Create adaptive educational content by configuring AI agents with domain-specific search strategies, terminology policies, and content structures. Supports technology, history, science, arts, and general topics.
desmos-graphing
Safe 69Create Desmos mathematical graphs in Obsidian
by BitYoungjae
Creating mathematical graphs for documentation is time-consuming and error-prone. This skill provides complete reference syntax for rendering interactive Desmos graphs directly in Obsidian markdown using desmos-graph code blocks with full styling and customization support.
config-auditing
Low Risk 68Audit Neovim Configurations
by BitYoungjae
Neovim configurations often accumulate deprecated APIs, performance issues, and security vulnerabilities over time. This skill provides systematic checklists, detection patterns, and best practices for auditing and improving Neovim configurations with actionable recommendations.
tmux
Safe 69Manage terminal sessions with tmux
by Bind
Running background processes in terminals can be complex when you need persistent sessions that survive disconnections. This skill provides simple commands to create, manage, and monitor tmux sessions from your AI assistant.
psql
Low Risk 66Run PostgreSQL queries via command line
by Bind
Database queries require switching between code editors and terminal windows. This skill lets you execute SQL queries and psql meta-commands directly from your AI assistant without leaving your workflow.
playwright-browser
Medium Risk 62Automate browser tasks with Playwright
by Bind
Need to navigate websites, fill forms, or capture screenshots programmatically. This skill provides CLI commands to control a Playwright browser session using the accessibility tree for reliable element targeting.
linear-projects-write
Safe 68Create and update Linear projects
by Bind
Managing Linear projects manually takes time and can lead to inconsistent project setups. This skill provides simple CLI commands to create and update Linear projects directly from your terminal with standardized options for teams, leads, dates, and priorities.
linear-projects-read
Low Risk 67Read Linear Projects
by Bind
Managing multiple Linear projects requires context switching and manual searching. This skill provides instant access to list and retrieve project information directly from your CLI. Access project details, filter by status or lead, and retrieve specific projects without leaving your workflow.
linear-milestones-write
Safe 68Create and update Linear milestones
by Bind
Managing project milestones manually in Linear takes time and context switching. This skill lets you create and update milestones directly from the command line using simple flags and arguments.
linear-milestones-read
Safe 68List Linear project milestones
by Bind
Track project deadlines and milestones across Linear workspaces. Fetch milestone data directly from Linear API with flexible filtering by project name or list all milestones organization-wide.
linear-issues-write
Low Risk 67Create and update Linear issues from CLI
by Bind
Creating and updating Linear issues requires navigating the web interface. This skill provides command-line tools to create issues, set priorities, assign team members, and update issue status directly from your terminal.
linear-issues-read
Safe 68Read Linear issues from command line
by Bind
Quickly view and filter Linear issues without leaving your terminal. Access issue details, search by team or assignee, and get structured output for further processing.
github-pr
Safe 67Manage GitHub pull request reviews
by Bind
Automate code review workflows with GitHub PR utilities. Check if PRs need review, find relevant guideline files, and post inline comments directly from the CLI.
compound-docs
Safe 69Capture solutions as searchable documentation
by Bind
Teams repeatedly solve the same problems. This skill auto-detects when fixes work and captures them as searchable documentation with pattern detection to prevent recurring issues.
code-review
Safe 68Review Pull Requests Automatically
by Bind
Code reviews take significant time and can miss important issues. This skill uses multiple specialized AI agents to automatically review pull requests with confidence scoring to filter false positives and highlight real problems.
git-workspace-init
Safe 69Initialize Git Worktrees for Isolated Development
by BillChirico
Managing multiple branches and features in parallel is challenging. This skill creates isolated git worktrees automatically using conventional branch naming, enabling clean parallel development without stashing or switching branches.
backend-architect
Safe 69Design and review backend architecture
by Bikach
Complex backend systems need strong architectural foundations. This skill provides expert guidance on hexagonal architecture, domain-driven design, SOLID principles, and code quality to help you build maintainable and scalable applications.
security-guardian
Safe 68Detect security vulnerabilities and audit code
by Bikach
This skill provides expert guidance for identifying security vulnerabilities in code and implementing secure coding practices. It covers OWASP Top 10, authentication, authorization, cryptography, and secrets management.