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.

Category: Dev tools

16,902 results · page 321 of 564

  • fold-fixupsSkillDev tools

    Fold fix-up commits on an UNPUSHED branch into the commits they correct, so the history a reviewer sees has each change done right the first time — how to decide what folds where (blame-based plan, split mixed fixes, keep pre-existing-bug fixes standalone), how to do it non-interactively in this har

    Ready to connect★ 93

    github.com/filenclouddienste/filen-rs91 stars

    View details
  • get-startedSkillDev tools

    The first-run walkthrough for a brand brain — the orientation a new owner or a teammate who just got the brain through Parker Desktop needs so they aren't left in decision paralysis. It first reads how familiar the person is with this kind of system and calibrates to them, then covers, in plain lang

    Ready to connect★ 93

    github.com/real-simple-labs/parker-brain79 stars

    View details
  • graplixSkillDev tools

    Relation-Based Access Control (ReBAC) with the Graplix TypeScript toolkit. Use when defining .graplix schemas, building engines, writing resolvers, checking permissions, or explaining traversals with buildEngine, check, explain, resolveType, and the Resolver interface.

    Ready to connect★ 93

    github.com/daangn/graplix92 stars

    View details
  • harvest-ideasSkillDev tools

    Weekly agentic idea hunt for the brand. Assembles a hunt brief (roadmap, personas, live account read, tried-and-failed, user signals), runs a cold brainstorm before any feed opens, then fans out hunter lenses — customer language, organic/format with a trend lane, old-ads corpus, far-transfer wildcar

    Ready to connect★ 93

    github.com/real-simple-labs/parker-brain79 stars

    View details
  • hooksSkillDev tools

    Write hooks for a specific ad — the first three seconds that earn the click and the watch. Uses the proven hook formats from the canonical taxonomy, picks the right one for the brand and audience, and produces hooks built around a specific ICP and emotion.

    Ready to connect★ 93

    github.com/real-simple-labs/parker-brain79 stars

    View details
  • improve-systemSkillDev tools

    Apply the self-improvement system on demand. Read the accumulated reasoning traces and update this brand's and this user's living context to reflect what Parker has learned. Use when Jimmy runs /improve-system or asks Parker to apply what it has learned, fold the traces in, or get this brand's conte

    Ready to connect★ 93

    github.com/real-simple-labs/parker-brain79 stars

    View details
  • iterationsSkillDev tools

    The full iteration flow in one skill — choose which ads to iterate on, then make the iterations. If the user names a specific ad, go straight to making iterations; if they ask account-level (which ads should we iterate on, what to iterate this month), select the ads first, then make iterations on ea

    Ready to connect★ 93

    github.com/real-simple-labs/parker-brain79 stars

    View details
  • live-docsSkillDev tools

    Use before writing or reviewing code that calls into any external library, API, or framework. Training data goes stale — identify the exact installed version from the project's manifest/lockfile (Cargo.toml, package.json, pyproject.toml, go.mod, Package.swift, ...), then fetch docs for that version

    Ready to connect★ 93

    github.com/filenclouddienste/filen-rs91 stars

    View details
  • magpie-ci-runner-auditSkillDev tools

    Read-only audit of GitHub Actions workflow runner compatibility for one repository, an explicit repository set, one Apache project with multiple repositories, or the full Apache GitHub org. Finds obsolete GitHub-hosted runner labels and macOS runner/tool architecture mismatches. Produces TSV evidenc

    Ready to connect★ 93

    github.com/apache/magpie93 stars

    View details
  • magpie-committer-onboardingSkillDev tools

    Post-vote committer and PMC onboarding for Apache projects. Walks the nominator through every step from ICLA check to welcome announcement for both incubating podlings and graduated top-level projects.

    Ready to connect★ 93

    github.com/apache/magpie93 stars

    View details
  • magpie-contributor-nominationSkillDev tools

    Read-only nomination brief for a named GitHub contributor on <upstream>. Aggregates GitHub activity across all contribution tracks plus maintainer-supplied off-GitHub signal, and flags vendor-neutrality context — the evidence a PMC needs to open a committer or PMC nomination thread.

    Ready to connect★ 93

    github.com/apache/magpie93 stars

    View details
  • magpie-contributor-sentimentSkillDev tools

    Measures contributor-sentiment signals on <upstream> over a configurable window: thread tone (first-response classification), time-to-first-reply (median hours), first-PR retention (second-PR rate), and reviewer load (Gini coefficient). Compares each signal against a pre-adoption baseline and produc

    Ready to connect★ 93

    github.com/apache/magpie93 stars

    View details
  • magpie-contributor-to-committerSkillDev tools

    Read-only readiness tracker that maps a contributor's GitHub activity against the adopter's PMC-declared committer or PMC thresholds and surfaces a traffic-light brief (Not yet / Approaching / Ready to nominate) plus the specific evidence gaps that remain.

    Ready to connect★ 93

    github.com/apache/magpie93 stars

    View details
  • magpie-flaky-test-triageSkillDev tools

    Read-only flaky-test detection from GitHub Actions CI run history for one repository. Parses workflow run outcomes over a configurable window, computes per-job failure rates, and distinguishes intermittent failures (flaky) from consistent failures (deterministically broken). Produces a prioritised t

    Ready to connect★ 93

    github.com/apache/magpie93 stars

    View details
  • magpie-good-first-issue-sweepSkillDev tools

    Sweep the open `<issue-tracker>` backlog for existing issues that could be labelled as good first issues. Classifies each candidate as READY (propose the GFI label), NEAR-MISS (surface edits to make it GFI-ready), or SKIP using the G1–G7 suitability rubric. Applies labels only after explicit maintai

    Ready to connect★ 93

    github.com/apache/magpie93 stars

    View details
  • magpie-issue-deduplicateSkillDev tools

    Merge two open `<issue-tracker>` issues that describe the same root cause, preserving both reporters' context. Proposes a closing comment on the duplicate and a cross-reference comment on the kept issue. Waits for maintainer confirmation before posting anything or closing anything.

    Ready to connect★ 93

    github.com/apache/magpie93 stars

    View details
  • magpie-issue-fix-workflowSkillDev tools

    For a single triaged `<issue-tracker>` issue confirmed as a bug or feature, draft a fix against `<upstream>` on `<default-branch>`. Produces the failing test, the smallest production change, the targeted+module test runs, and the commit. The PR is NOT opened on autopilot; the human committer reviews

    Ready to connect★ 93

    github.com/apache/magpie93 stars

    View details
  • magpie-issue-reassessSkillDev tools

    Sweep a configured pool of resolved or end-of-life `<issue-tracker>` issues and re-assess each against the current `<default-branch>`. Per-issue: invoke `issue-reproducer` to extract and run the reporter's code, classify the runtime outcome, attach a nature analysis, compose a `verdict.json`. Hand-b

    Ready to connect★ 93

    github.com/apache/magpie93 stars

    View details
  • magpie-issue-stale-sweepSkillDev tools

    Sweep open `<issue-tracker>` issues for inactivity past a configurable threshold and propose either a closure (when the issue has been unresponsive long enough to presume abandonment) or an update request (nudge the reporter to confirm the issue is still relevant). Waits for maintainer confirmation

    Ready to connect★ 93

    github.com/apache/magpie93 stars

    View details
  • magpie-issue-triageSkillDev tools

    For each open `<issue-tracker>` issue in the configured candidate pool, read the issue body and comments and classify the candidate disposition. On user confirmation, posts a triage-proposal comment that invites the project team to react. Read-only on tracker state — no workflow transitions, closure

    Ready to connect★ 93

    github.com/apache/magpie93 stars

    View details
  • magpie-list-skillsSkillDev tools

    Print a human-readable index of every skill installed for this repository, grouped by the family each one declares, with the name to invoke it by and the first sentence of its `description`. Discovery is installation-aware: it covers a pinned snapshot install, the framework checkout, and marketplace

    Ready to connect★ 93

    github.com/apache/magpie93 stars

    View details
  • magpie-mentoring-welcomeSkillDev tools

    Draft a first-contact orientation comment for a first-time contributor on a newly opened issue or PR on the configured `<upstream>` repo. Detects first-time authorship via the GitHub `author_association` field and drafts a welcome with contributing-guide link, community-norm pointers, and expected n

    Ready to connect★ 93

    github.com/apache/magpie93 stars

    View details
  • magpie-onboarding-conciergeSkillDev tools

    Answer a newcomer's "how do I contribute here" question by grounding the response in `CONTRIBUTING.md` and the project's own docs. Classifies the question (setup / workflow / first-issue / out-of-scope), retrieves the relevant guide excerpt, and drafts a concise answer in the Agentic Mentoring teach

    Ready to connect★ 93

    github.com/apache/magpie93 stars

    View details
  • magpie-pr-management-code-reviewSkillDev tools

    Walk a maintainer through deep, sequential code review of open pull requests on the configured `<upstream>` repo. Defaults to the **"my reviews"** queue (the union of five maintainer signals — see the Inputs table); selectors can narrow to a single PR, an area label, or a collaborator subset. Drafts

    Ready to connect★ 93

    github.com/apache/magpie93 stars

    View details
  • magpie-pr-management-mentorSkillDev tools

    Draft a teaching-register comment on a single GitHub issue or PR thread on the configured `<upstream>` repo, aimed at a contributor who is missing repo context the maintainer would otherwise have to spell out. The skill reads the thread, decides whether a mentoring intervention is warranted, drafts

    Ready to connect★ 93

    github.com/apache/magpie93 stars

    View details
  • magpie-pr-management-quick-mergeSkillDev tools

    Identify trivial, low-risk pull requests in the `ready for maintainer review` queue of <upstream> that pass every quality gate and touch only supplementary areas (docs, changelog, translations, tests) — the "express lane" a maintainer can review and merge in seconds. Surfaces and ranks candidates wi

    Ready to connect★ 93

    github.com/apache/magpie93 stars

    View details
  • magpie-pr-management-statsSkillDev tools

    Read-only maintainer dashboard for the open-PR backlog of <upstream>. Surfaces a health rating, prioritised action recommendations, weekly closure velocity trends, area pressure ranking, and a triage-funnel breakdown — with the underlying area-grouped tables as a collapsible details section.

    Ready to connect★ 93

    github.com/apache/magpie93 stars

    View details
  • magpie-pr-stale-sweepSkillDev tools

    Sweep open pull requests on the configured `<upstream>` repo for inactivity past a configurable threshold and propose either a conversion to draft (when the PR is open but has gone quiet) or a closure (when the PR has been abandoned long enough to presume the author has moved on). Waits for maintain

    Ready to connect★ 93

    github.com/apache/magpie93 stars

    View details
  • magpie-release-archive-sweepSkillDev tools

    Scan the release distribution area (`dist/release/<project>/` when `release_dist_backend = svnpubsub`, or the configured distribution location), identify releases past the project's retention rule, and propose the backend-shaped command set to move them to the archive area. Read-only on the distribu

    Ready to connect★ 93

    github.com/apache/magpie93 stars

    View details
  • magpie-release-prepareSkillDev tools

    Draft release preparation artefacts for `<upstream>`: the planning issue, the version-bump and changelog prep PR, or the post-release development-version bump PR. Reads release metadata from `<project-config>/release-trains.md` and `<project-config>/release-management-config.md`. Every output is a d

    Ready to connect★ 93

    github.com/apache/magpie93 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.

53,789 of the 54,221 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