Agent Skills catalog · page 95
Standard HTML pagination keeps the complete catalog discoverable. Use the main directory for search, filtering, and comparison.
- Current page
- 95/128
- Entries on page
- 24
- URL status
- Self-canonical
dyoshikawa/rulesync
review-pr
Review a pull request for code quality and security issues. Use when the user wants to review a PR, check PR code changes, or audit a pull request. Triggers on: "review PR", "review pull request", "check this PR", "the `review-pr` skill".
dyoshikawa/rulesync
clean-branches
Clean up unnecessary local branches and prune stale remote-tracking branches
dyoshikawa/rulesync
create-issue
Create a GitHub issue with detailed description, purpose, and appropriate labels
dyoshikawa/rulesync
merge-pr
Merge a pull request using gh pr merge --admin
dyoshikawa/rulesync
agent-team
Form an Agent Team of Implementer and Reviewer subagents to tackle the given task, looping implementation and review until the Reviewer reports zero high-or-above findings and no more than three mid findings.
dyoshikawa/rulesync
opencode-gpt-review
Run the `review-full-pr` skill on another model (github-copilot/gpt-5.4) via opencode, then thoroughly investigate and vet the resulting findings, and present only the valid ones to the user.
dyoshikawa/rulesync
playwright-cli
Automate browser interactions, test web pages and work with Playwright tests.
dyoshikawa/rulesync
rebase-latest-main
Fetch latest origin/main and rebase it onto the current branch, resolving conflicts if necessary. Use when the user wants to rebase on main, update their branch with latest main, or sync with upstream.
dyoshikawa/rulesync
rulesync
Generates and syncs AI rule configuration files (.cursorrules, CLAUDE.md, copilot-instructions.md) across 20+ coding tools from a single source. Use when syncing AI rules, running rulesync commands, importing or generating rule files, or managing shared AI coding configurations.
dyoshikawa/rulesync
post-issue-comment
Post a reply comment on a GitHub issue in English with a natural, concise writing style, based on the intent passed as arguments
dyoshikawa/rulesync
understand-scrap-issues
Fetch the most recent maintainer-scrap issues (up to 3) and understand their content
dyoshikawa/rulesync
release-dry-run
Dry run for release: summarize changes since last release and suggest version bump.
dyoshikawa/rulesync
create-scrap-issue
Create a GitHub issue that consolidates passed content into a single scrap issue with background context and solution details, labeled as maintainer-scrap. Use when the user wants to create a scrap issue, jot down notes as a GitHub issue, or save findings for later.
dyoshikawa/rulesync
pull-main
Switch to main branch and pull latest changes with prune. Use when the user wants to pull latest main, update main, or sync main with remote.
dyoshikawa/rulesync
diff-analyze
Analyze the differences between the current branch and origin/main, and summarize the current work progress
dyoshikawa/rulesync
draft-release
Draft a new release of the project.
dyoshikawa/rulesync
explain-issue
Explain a GitHub issue: the background problem and the proposed solution
dyoshikawa/rulesync
draft-release-post
Use it for deployment tasks; the detail page covers purpose, installation, and practical steps.
dyoshikawa/rulesync
explain-pr
Explain a PR: the background problem and the proposed solution
dyoshikawa/rulesync
review-and-comments
Review a PR for code quality and security issues, then post review comments on it. Runs review-pr followed by post-review-comments sequentially.
dyoshikawa/rulesync
clean-worktrees
Clean git worktrees created by git-worktree-runner
ctxrs/ctx
ctx-agent-history-search
Use ctx to search local coding-agent history before acting. Use when prior agent sessions may contain relevant insights, decisions, attempts, or transcript context.
dpearson2699/swift-ios-skills
browserenginekit
Build alternative browser engines using BrowserEngineKit. Use when developing a non-WebKit browser engine for iOS/iPadOS in supported regions, managing web content/rendering/networking extension processes, configuring GPU and networking process capabilities, checking alternative-engine device eligibility, or reviewing BrowserEngineKit entitlements and Info.plist setup.
dpearson2699/swift-ios-skills
cloudkit
Implement, review, or improve CloudKit and iCloud sync in iOS/macOS apps. Use when working with CKContainer, CKRecord, CKQuery, CKSubscription, CKSyncEngine, CKShare, NSUbiquitousKeyValueStore, or iCloud Drive file coordination; when syncing SwiftData models via ModelConfiguration with cloudKitDatabase; when handling CKError codes for conflict resolution, network failures, or quota limits; or when checking iCloud account status before performing sync operations.