Catalog pagination

Agent Skills catalog · page 94

Standard HTML pagination keeps the complete catalog discoverable. Use the main directory for search, filtering, and comparison.

Current page
94/128
Entries on page
24
URL status
Self-canonical
Computed 633,413

gadievron/raptor

Function Call Tracing

Instrument C/C++ with -finstrument-functions for execution tracing and Perfetto visualisation

Computed 593,413

gadievron/raptor

Code Coverage with gcov

Add gcov code coverage instrumentation to C/C++ projects

Computed 911,263

dyoshikawa/rulesync

skill-creator

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

Computed 901,263

dyoshikawa/rulesync

batch-all-issues

Resolve every open issue one at a time: fact-check each with web research, close the ones that need no action, and run the `goal-pr` skill to fix, review, and merge the ones that do — repeating until no actionable issues remain.

Computed 901,263

dyoshikawa/rulesync

batch-all-scrap-issues

Resolve every open maintainer-scrap issue one at a time: fact-check each with web research, close the ones that need no action, and run the `goal-pr` skill to fix, review, and merge the ones that do — repeating until no actionable scrap issues remain.

Computed 861,263

dyoshikawa/rulesync

create-issue-with-websearch

Create a GitHub issue from a vague idea by thoroughly researching the topic on the web to sharpen the specification before filing

Computed 861,263

dyoshikawa/rulesync

goal-release

Cut a release end to end: use the `draft-release` skill to open the release PR and draft GitHub release, wait for CI to turn green, run the `merge-pr` skill to merge the release PR, then update the Homebrew formula from the published release assets. Use when the user wants to draft and merge a release in one go, or triggers on "the `goal-release` skill".

Computed 841,263

dyoshikawa/rulesync

porting-another-repository

Plan how to port a feature, configuration, or implementation from this repository into another repository. Analyzes the source feature here and the target repo's conventions, then writes a multi-file porting plan (overview, source analysis, target analysis, plan, diff) to tmp/porting-another-repository-{YYYYMMDD-HHmm}/*.md for the user to review and apply manually.

Computed 811,263

dyoshikawa/rulesync

post-review-comments

Post line-level review comments and an overall review comment on a PR in English with a natural, concise writing style

Computed 811,263

dyoshikawa/rulesync

resolve-scrap-issues

Fetch recent maintainer-scrap issues, validate each with web research, then either close the ones that need no action or open a single consolidated pull request that resolves the ones that do

Computed 801,263

dyoshikawa/rulesync

commit-push-pr

Commit current changes, push to remote, and create or update a pull request. Use when the user wants to commit and create a PR, push changes and open a pull request, or ship their current work as a PR.

Computed 801,263

dyoshikawa/rulesync

triage-issues

Triage open GitHub issues by reviewing unlabeled ones and applying the most appropriate labels based on their content

Computed 791,263

dyoshikawa/rulesync

goal-pr

Drive a pull request to a clean state and merge it: run the `review-pr` skill, fix every mid-or-above finding, and repeat until no mid-or-above findings remain, then merge. Use when the user wants to finish a PR by reviewing, fixing, and merging it, or triggers on "the `goal-pr` skill".

Computed 781,263

dyoshikawa/rulesync

babysit-dependabot-pr

Babysit a Dependabot dependency-bump PR all the way to merge: verify the author is the genuine Dependabot bot, diagnose and resolve any CI failure (excluding or fixing a breaking bump when needed), get every check green, and merge. Use when the user wants to shepherd a Dependabot bump PR to merge.

Computed 781,263

dyoshikawa/rulesync

research-tool-updates

Research recent upstream releases of every rulesync target tool, detect capabilities rulesync has not yet followed, and file one GitHub issue per tool for the gaps.

Computed 781,263

dyoshikawa/rulesync

review-pr-lite

Review a pull request for code quality and security issues without using subagents. Use when the user wants a lighter-weight PR review in a single skill.

Computed 761,263

dyoshikawa/rulesync

security-scan-diff

Scan for malicious code in git diff between a tag/commit and HEAD

Computed 751,263

dyoshikawa/rulesync

batch-review-prs-awaiting-maintainer

Batch-triage open pull requests: list PRs with prs-awaiting-maintainer, review each with review-pr, then post-review-comments when there are merge-blocker findings, or create-scrap-issue for non-blocking findings and merge-pr when there are none. Use when the user wants to review and resolve a batch of PRs in one pass.

Computed 751,263

dyoshikawa/rulesync

prs-awaiting-author

List open pull requests where the ball is in the author's court: CI is failing, review comments are unaddressed, or a maintainer question is awaiting the author's reply. Use when the user wants to see PRs awaiting author action.

Computed 751,263

dyoshikawa/rulesync

prs-awaiting-maintainer

List open pull requests where the ball is in the maintainer's court: CI is green and the PR is ready for a maintainer to review, re-review, or merge. Use when the user wants to see PRs awaiting maintainer action.

Computed 751,263

dyoshikawa/rulesync

rulesync-feature-research

Maps rulesync feature implementations to upstream coding-agent documentation. Use when evaluating rulesync issues, comparing any coding-agent client with rulesync source capability surfaces, checking support, or planning a client map.

Computed 741,263

dyoshikawa/rulesync

git-worktree-runner

Manages git worktrees using git-worktree-runner (gtr). Use when the user needs to create, list, remove, or navigate worktrees with `git gtr` commands, open editors or AI tools in worktrees, manage parallel development branches, or check out GitHub PRs (including from forks) into worktrees.

Computed 731,263

dyoshikawa/rulesync

approve

Approve a pull request using gh pr review --approve

Computed 731,263

dyoshikawa/rulesync

draft-issue-to-external-repository

Draft a GitHub issue targeting a third-party repository (outside this project's owner). Researches the target repo's conventions and the topic in depth, iterates with the user on scope and tone, and produces a final body saved to tmp/external-repository-issues/*.md for the user to post manually when gh auth lacks permission on the target.