Skills.

Give your AI a better way to work.

A skill is a set of written instructions that teaches an AI how to do one job the way it should be done: review a pull request, plan a migration, write the release notes.

Install one here and it travels with your account into Claude, Claude Code, Cursor and every other client you sign in with.

Filter by category

55,435 results · page 263 of 1,848

  • feishu-bitableSkillDatabases & data

    Lets your agent use the Feishu Bitable skill to query tables as SQL for analysis and reports.

    Ready to connect★ 3k

    github.com/zafer-liu/data-analysis-agent2k stars

    View details
  • funnel-analysisSkillAI & models

    Lets your agent analyze conversion rates at each funnel stage and find where users drop off.

    Ready to connect★ 3k

    github.com/zafer-liu/data-analysis-agent2k stars

    View details
  • gruSkillAI & models

    Lets your agent forecast future values in time series data using a GRU deep learning model.

    Ready to connect★ 3k

    github.com/zafer-liu/data-analysis-agent2k stars

    View details
  • insetSkillAI & models

    Lets your agent detect missing values in a dataset and handle them.

    Ready to connect★ 3k

    github.com/zafer-liu/data-analysis-agent2k stars

    View details
  • kmeansSkillAI & models

    Lets your agent group data records like customers into clusters to find similar profiles.

    Ready to connect★ 3k

    github.com/zafer-liu/data-analysis-agent2k stars

    View details
  • logisticSkillAI & models

    Lets your agent run binary or multiclass logistic regression analysis on data.

    Ready to connect★ 3k

    github.com/zafer-liu/data-analysis-agent2k stars

    View details
  • pptSkillDocs & knowledge

    Lets your agent plan data analysis presentations, using a ppt skill to structure the slides.

    Ready to connect★ 3k

    github.com/zafer-liu/data-analysis-agent2k stars

    View details
  • prophetSkillAI & models

    Lets your agent forecast time series by breaking data into trends and seasonality.

    Ready to connect★ 3k

    github.com/zafer-liu/data-analysis-agent2k stars

    View details
  • regressionSkillProductivity

    Lets your agent run linear regression on data and explain which variables matter most.

    Ready to connect★ 3k

    github.com/zafer-liu/data-analysis-agent2k stars

    View details
  • sarimaSkillAI & models

    Lets your agent forecast time series data that has seasonal patterns using the SARIMA statistical model.

    Ready to connect★ 3k

    github.com/zafer-liu/data-analysis-agent2k stars

    View details
  • screeningSkillAI & models

    Lets your agent screen variables one by one and build a candidate list of explanatory features.

    Ready to connect★ 3k

    github.com/zafer-liu/data-analysis-agent2k stars

    View details
  • sqlSkillDatabases & data

    Gives your agent a SQL skill to safely query the currently selected data table.

    Ready to connect★ 3k

    github.com/zafer-liu/data-analysis-agent2k stars

    View details
  • treeSkillAI & models

    Lets your agent use decision trees to find key rules affecting a target variable.

    Ready to connect★ 3k

    github.com/zafer-liu/data-analysis-agent2k stars

    View details
  • trimmingSkillAI & models

    Lets your agent trim outlier samples from a dataset and evaluate outlier bias.

    Ready to connect★ 3k

    github.com/zafer-liu/data-analysis-agent2k stars

    View details
  • varSkillAI & models

    Lets your agent forecast how multiple time series influence each other using vector autoregression analysis.

    Ready to connect★ 3k

    github.com/zafer-liu/data-analysis-agent2k stars

    View details
  • winsorizeSkillAI & models

    Lets your agent cap extreme values in a dataset to reduce the effect of outliers.

    Ready to connect★ 3k

    github.com/zafer-liu/data-analysis-agent2k stars

    View details
  • sqSkillDatabases & data

    Lets your agent query SQL databases and tabular files like CSV or Excel using the sq command-line tool.

    Ready to connect★ 3k

    github.com/neilotoole/sq3k stars

    View details
  • sq-actions-dependabotSkillDev tools

    Lets your agent review and merge Dependabot pull requests that update GitHub Actions versions in workflow files.

    Ready to connect★ 3k

    github.com/neilotoole/sq3k stars

    View details
  • sq-gomod-dependabotSkillSecurity

    Lets your agent review and merge Dependabot pull requests that update Go module dependencies in the sq repo.

    Ready to connect★ 3k

    github.com/neilotoole/sq3k stars

    View details
  • ask-anhoderSkillMedia

    Lets your agent pick and run the right om-* skill automatically when you describe a task without naming one.

    Ready to connect★ 3k

    github.com/go-musicfox/go-musicfox3k stars

    View details
  • om-apply-upgrade-notesSkillWeb & browsing

    Lets your agent apply upgrade notes after an update, re-syncing descriptors while keeping local edits and reporting changes.

    Ready to connect★ 3k

    github.com/go-musicfox/go-musicfox3k stars

    View details
  • om-approve-merge-prSkillFiles & storage

    Lets your agent approve and squash-merge a GitHub pull request by number, respecting QA gates and labels.

    Ready to connect★ 3k

    github.com/go-musicfox/go-musicfox3k stars

    View details
  • om-auto-continue-prSkillMedia

    Lets your agent resume an open pull request, picking up its plan from the first unfinished step.

    Ready to connect★ 3k

    github.com/go-musicfox/go-musicfox3k stars

    View details
  • om-auto-continue-pr-loopSkillMedia

    Lets your agent resume an in-progress pull request from its task list, continuing work until the checks pass.

    Ready to connect★ 3k

    github.com/go-musicfox/go-musicfox3k stars

    View details
  • om-auto-create-prSkillMedia

    Lets your agent run a coding task on its own and open a pull request with the finished changes.

    Ready to connect★ 3k

    github.com/go-musicfox/go-musicfox3k stars

    View details
  • om-auto-create-pr-loopSkillMedia

    Lets your agent turn a long multi-step spec into a pull request, with one commit per step, checkpoints, and resumable progress tracking.

    Ready to connect★ 3k

    github.com/go-musicfox/go-musicfox3k stars

    View details
  • om-auto-fix-issueSkillMedia

    Lets your agent automatically fix or implement a tracker issue from its id, ending with a pull request.

    Ready to connect★ 3k

    github.com/go-musicfox/go-musicfox3k stars

    View details
  • om-auto-fix-prSkillFiles & storage

    Lets your agent automatically fix and stabilize an open pull request until it is ready to merge.

    Ready to connect★ 3k

    github.com/go-musicfox/go-musicfox3k stars

    View details
  • om-auto-implement-specSkillMedia

    Lets your agent turn a written spec into code changes and open a ready-to-review pull request.

    Ready to connect★ 3k

    github.com/go-musicfox/go-musicfox3k stars

    View details
  • om-auto-manage-issuesSkillMedia

    Cleans up existing tracker issues by adding missing labels, clarifying vague text from screenshots, and flagging issues lacking specs.

    Ready to connect★ 3k

    github.com/go-musicfox/go-musicfox3k stars

    View details

What is a skill?

A skill is plain text, usually a SKILL.md file and the scripts it refers to, written for an AI rather than for a person. It carries the steps, the house rules and the examples a good answer needs, so you stop pasting the same briefing into every new chat.

55,004 of the 55,435 skills listed here can be served through ahel today, and they come from public repositories. Each one has its own page with the instructions themselves on it, so you can read what a skill will tell your AI to do before you install it.

Install one and every AI you use gets it

Installing a skill adds it to your gateway and turns it on in the same step. Claude Code surfaces it as a slash command; any client can read the full instructions with the skill_read tool.

Nothing is copied into a project folder. The instructions are served from your account, so the same skill is there in every AI you connect, and turning it off removes it from all of them at once.

See how to connect your AI