Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
summarize-work
Based on the context, write a summary of changes, what's left, production readiness, tests run, and APIs/packages used.
inline-chat/inline 646
-
branch-out
Isolate a subset of changes from a dirty local worktree (usually on main) into a clean feature branch, then commit, push, and open a PR. Use when the user asks to "branch out", "isolate my changes", "move this work to a new branch", or create a clean PR from only selected files/hunks.
inline-chat/inline 646
-
mo-needs-to-review?
Check if uncommitted changes are important/risky/breaking to require a review before merge/production release.
inline-chat/inline 646
-
fill-context
Read changes, summarize spec and work done so far, and prepare for working on next steps.
inline-chat/inline 646
-
postgres
PostgreSQL best practices, query optimization, connection troubleshooting, and performance improvement. Load when working with Postgres databases.
inline-chat/inline 646
-
write-ios-macos-changelog
Reads commits and changed files within a timeframe specified by user and compiles a changelog for both iOS and macOS.
inline-chat/inline 646
-
sync-rebase-and-push
Safely sync local commits with remote by rebasing onto origin/main and then push, following a GitHub Desktop-style flow. Use when asked to push/sync a branch, reconcile local and remote state, resolve rebase conflicts, run targeted tests or typechecks, and push only if checks pass.
inline-chat/inline 646
-
run-checks
Run static checks and high-level validation before a production push in the Inline repo. Use when asked to run checks, verify correctness, or do pre-push/pre-release validation across server/web/admin/apple/cli/proto changes.
inline-chat/inline 646
-
continue-rebase-interactively
Guide an in-progress rebase with conflicts by summarizing each conflict and offering 3 resolution options.
inline-chat/inline 646
-
swiftui-expert-skill
Write, review, or improve SwiftUI code following best practices for state management, view composition, performance, macOS-specific APIs, and iOS 26+ Liquid Glass adoption. Use when building new SwiftUI features, refactoring existing views, reviewing code quality, or adopting modern SwiftUI patterns.
inline-chat/inline 646
-
synalinks
Build neuro-symbolic LLM applications with Synalinks framework. Use when working with DataModel, Program, Generator, Module, training LLM pipelines, in-context learning, structured output, JSON operators, Branch/Decision control flow, FunctionCallingAgent, RAG/KAG, or Keras-like LLM workflows.
SynaLinks/synalinks-skills 900
-
code-review
Reviews code changes for bugs, security issues, and adherence to codebase patterns. This skill
should be used when reviewing diffs, commits, branches, or pull requests. It focuses on finding
real bugs (not style nitpicks), verifying code fits existing patterns, and providing actionable
feedback with clear severity levels.
malhashemi/dotfiles 18
-
parallel-planning
Planning multiple workstreams? This skill identifies independent workstreams, spawns parallel
planners, and analyzes dependencies between resulting plans. Perfect for large features
spanning multiple components.
malhashemi/dotfiles 18
-
ticket-review
Reviews existing tickets for gaps, inconsistencies, and issues with severity classification.
This skill should be used when reviewing a ticket document for quality, completeness, and
implementer readiness. Provides a structured review workflow with findings categorized by
severity (Critical, High, Medium, Low) and specific before/after proposals for fixes.
malhashemi/dotfiles 18
-
ticket-create
Guides creation of well-structured tickets (task documents). This skill should be used when
the user wants to create a ticket, task, feature request, bug report, or any work item that
needs to be tracked and potentially assigned. Provides structure hints without enforcing
rigid templates - the final structure adapts to the specific task and domain.
malhashemi/dotfiles 18
-
extern-researcher
Research external open-source repositories to learn patterns and implementations.
This skill should be used when agents need to study external codebases, check for
existing research before cloning, manage temporary workspaces, and persist findings
to the global thoughts system. Triggers include: studying external repos, learning
from open source, cloning for pattern research, or checking what has been researched.
malhashemi/dotfiles 18
-
implementation-orchestration
The Planner's guide to becoming an orchestrator! Manages the complete implementation lifecycle:
worktrees, branches, spawning Implement agents, validation gates, and decomposition triggers.
When ready to execute a plan, load this skill.
malhashemi/dotfiles 18
-
command-creator
Authoritative templates and scaffolding for creating slash commands. This skill should be used
when creating new commands, reviewing existing commands for template compliance, or understanding
command structure. Contains YAML templates with section instructions and scaffolding scripts
for generating command skeleton files.
malhashemi/dotfiles 18
-
agent-creator
Authoritative templates and scaffolding for creating agent system prompts (primary agents and subagents).
This skill should be used when creating new agents, reviewing existing agent prompts for template
compliance, verifying agent structure, or extracting knowledge into agent prompts. Contains YAML
templates with section-by-section instructions and scaffolding scripts for generating skeleton files.
malhashemi/dotfiles 18
-
skill-creator
Guide for creating effective skills with UV + justfile structure. This skill should be used
when users want to create a new skill (or update an existing skill) that extends the agent's
capabilities with specialized knowledge, workflows, or tool integrations. Skills include
PEP 723 compliant Python scripts managed via justfile for consistent execution.
malhashemi/dotfiles 18
-
documents-pdf
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
malhashemi/dotfiles 18
-
documents-docx
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
malhashemi/dotfiles 18
-
documents-xlsx
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
malhashemi/dotfiles 18
-
documents-pptx
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks
malhashemi/dotfiles 18